focalboard/server
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
..
admin-scripts
api Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
app Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
assets remove invalid assigned settings 2022-05-17 14:14:48 -06:00
auth Fix mock early finish issue on test helpers (#3374) 2022-07-15 08:34:36 -04:00
client Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
integrationtests Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
main Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
model Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
server Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
services Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
swagger Fix #3072. Add docs on how to auth to API readme. (#3102) 2022-05-25 09:19:02 -07:00
utils Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
web Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
ws Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
.golangci.yml add cyclo complexity, update migrate() to use defer (#3257) 2022-06-21 09:12:55 -06:00
go.mod Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
go.sum Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
go.tools.mod Updated go version (#3189) 2022-06-06 10:18:21 +02:00
go.tools.sum