focalboard/mattermost-plugin/server
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
..
.gitignore Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
configuration_test.go Fix for feature flag handling (#1753) 2021-11-09 07:56:04 -07:00
configuration.go Fix for feature flag handling (#1753) 2021-11-09 07:56:04 -07:00
logtarget.go MM-38342 plugin logging (#1193) 2021-09-15 09:01:05 -04:00
main.go Update focalboard to be compatible with mattermost v6 (#1020) 2021-08-24 12:13:58 +02:00
manifest.go Update to v0.10 (#1633) 2021-10-22 13:59:05 -07:00
notifications.go ensure @mentions only sent to team members (#1216) 2021-09-20 17:32:47 -04:00
plugin_test.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
plugin.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00