focalboard/server/services/store/sqlstore
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
..
migrations Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
blocks.go
board.go Refactor websockets state and lifecycle (#3315) 2022-07-14 12:31:51 +02:00
boards_and_blocks.go
category.go
category_boards.go
cloud.go
data_migrations.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
data_migrations_test.go
data_retention.go
file.go
helpers_test.go
legacy_blocks.go
migrate.go Refactor websockets state and lifecycle (#3315) 2022-07-14 12:31:51 +02:00
migrate_test.go
notificationhints.go
params.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
public_methods.go Refactor websockets state and lifecycle (#3315) 2022-07-14 12:31:51 +02:00
session.go
sharing.go
sqlstore.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
sqlstore_test.go
subscriptions.go
system.go
team.go
templates.go
user.go
util.go