focalboard/server/services/store/storetests
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
..
blocks.go use milliseconds for all timestamps (server) (#1447) 2021-10-07 07:51:01 -04:00
helpers.go Fixed missing errors (#694) 2021-07-09 09:11:54 +05:30
session.go [GH-428] Add unit tests for ./store/sqlstore/session.go (#729) 2021-07-22 07:56:25 -04:00
sharing.go fix remaining golangci linter warnings (#686) 2021-07-08 21:09:02 -04:00
system.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
users.go use milliseconds for all timestamps (server) (#1447) 2021-10-07 07:51:01 -04:00
workspaces.go Channels style UUID (#1369) 2021-10-05 09:52:59 -04:00