focalboard/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
..
admin-scripts Rename admin local socket 2021-02-01 10:31:06 -08:00
api Server generated ids (#1667) 2021-11-05 11:54:27 +01:00
app Server generated ids (#1667) 2021-11-05 11:54:27 +01:00
auth use milliseconds for all timestamps (server) (#1447) 2021-10-07 07:51:01 -04:00
client Server generated ids (#1667) 2021-11-05 11:54:27 +01:00
integrationtests Server generated ids (#1667) 2021-11-05 11:54:27 +01:00
main [GH-1256] feat: config file flag (#1418) 2021-10-26 17:49:20 +05:30
model Server generated ids (#1667) 2021-11-05 11:54:27 +01:00
server Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
services Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
swagger Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00
utils Move BlockType2IDType from utils to model (#1744) 2021-11-03 12:01:39 -04:00
web Changed server not bind to any port to debug, as it's a plugin only option (#1743) 2021-11-03 15:24:31 +01:00
ws Change the unregistered connection logline to debug level (#1494) 2021-10-08 11:59:21 +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
go.tools.mod Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00
go.tools.sum Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00