1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00
focalboard/server
Doug Lauder 605c0079eb
Multi product architecture (#3309)
* skeleton lifecycle

* bare minimum to satisfy mm-server import

* added boards_imports.go

* move boards_imports.go to correct package

* bump mmserver version; remove replace in go.mod; use module workspaces; remove logger service

* rename product.go --> boards.go

* add FileInfoStore and Cloud services for product; create minimal pluginAPI interfaces for all packages

* rename Boards -> BoardsProduct

* compile success

* remove hooks service; guard for nil BoardsApp

* update to latest mmserver ver

* upgrade mmserver to master tip

* upgrade mmserver to master tip

* bump plugin-api to master tip

* fix users service

* fix OnActivate crash; normalize AppError returns

* fileBackend interface for server/app

* feature flag

* bump mmserver version

* fix linter errors

* make go.work when linting

* fix go.work creation for CI

* add execute flag for script

* fix more linter errors

* always create a go.work

* fix ci go.work

* OS agnostic go.work generator

* fix path

* fix path again

* partially disable cypress test

* fix case Id --> ID

* bump mmserver version

* include  in go.work for dev

* addressed review comments.

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-07-15 07:51:50 +02:00
..
admin-scripts Update focalboard endpoints to v2 namespace (#2781) 2022-04-13 15:24:32 -05:00
api Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
app Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
assets remove invalid assigned settings 2022-05-17 14:14:48 -06:00
auth Standardize err not found (#2834) 2022-04-20 11:02:12 -04:00
client Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
integrationtests Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
main Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
model Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
server Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
services Multi product architecture (#3309) 2022-07-15 07:51:50 +02: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 (#3309) 2022-07-15 07:51:50 +02:00
web Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
ws Multi product architecture (#3309) 2022-07-15 07:51:50 +02: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 (#3309) 2022-07-15 07:51:50 +02:00
go.sum Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
go.tools.mod Updated go version (#3189) 2022-06-06 10:18:21 +02:00
go.tools.sum Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00