focalboard/mattermost-plugin/build
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
..
gowork Multi product architecture (#3309) 2022-07-15 07:51:50 +02:00
manifest MM-38342 plugin logging (#1193) 2021-09-15 09:01:05 -04:00
pluginctl Live Watch make target for improve the development experience (#1389) 2021-10-04 10:06:54 +02:00
sync Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
.gitignore Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
custom.mk Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02: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
setup.mk Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00