1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-30 08:36:54 +02:00
focalboard/mattermost-plugin
Miguel de la Cruz e7c38c8822
Adds data migrations and the unique IDs migration (#1776)
* Adds data migrations and the unique IDs migration

* Adds GetSystemSetting tests

* Add log statements to data migrations

* Move migrations to the store and ensure they follow an order mixing database and data migrations

* Fix system settings

* Add tests for unique id migration

* Small comment change

* Make a couple of methods private and wrap the migration in a transaction

* Update public methods

* Add database mutex to data migrations

* Create server params and pass a mutex factory to the store

* Fix plugin linter

* Make isPlugin private

* Fix comment typo

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2021-11-11 17:01:43 +01:00
..
.circleci Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
assets Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
build Live Watch make target for improve the development experience (#1389) 2021-10-04 10:06:54 +02:00
public Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
server Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
webapp Updating unfurl UI (#1794) 2021-11-10 12:19:16 -08:00
.editorconfig Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
.gitattributes Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
.golangci.yml Lint server & plugin for CI (#720) 2021-07-14 09:36:18 -04:00
go.mod Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
go.sum Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
LICENSE Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
Makefile Updating splash screen sizing for image and content (#1399) 2021-10-04 16:58:56 -04:00
modd.conf Live Watch make target for improve the development experience (#1389) 2021-10-04 10:06:54 +02:00
plugin.json Update to v0.10 (#1633) 2021-10-22 13:59:05 -07:00
README.md Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00

Focalboard Plugin for Mattermost

This plugin allows to run focalboard inside your mattermost instance as a plugin.