focalboard/server/services/store
Miguel de la Cruz 4b0fb92fba
Multi product architecture (#3381)
- provides support for compiling Boards directly into the Mattermost suite server
- a ServicesAPI interface replaces the PluginAPI to allow for implementations coming from pluginAPI and suite server.
- a new product package provides a place to register Boards as a suite product and handles life-cycle events
- a new boards package replaces much of the mattermost-plugin logic, allowing this to be shared between plugin and product
- Boards now uses module workspaces; run make setup-go-work
2022-07-18 13:21:57 -04:00
..
generators Standardize err not found (#2834) 2022-04-20 11:02:12 -04:00
mattermostauthlayer Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
mockstore Refactor websockets state and lifecycle (#3315) 2022-07-14 12:31:51 +02:00
sqlstore Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
storetests Fixed a bug causing undeleted board to not have original title (#3354) 2022-07-13 11:51:48 +05:30
store.go Refactor websockets state and lifecycle (#3315) 2022-07-14 12:31:51 +02:00