focalboard/server/services/store/sqlstore
Doug Lauder a47baf7f23
Multi version archive import (#2220)
* Fixed panic in PropDef.GetValue for `person` property types.
- the GetUserByID API can return a nil user and nil error

* return userid

* support old archive format

* move template init to app layer

* move app init

* init app

* revert

* ignore GetDefaultTemplate blocks call in store mock

* ignore GetDefaultTemplate blocks call in store mock2

* ignore InsertBlockss call in store mock3

* ignore RemoveDefaultTemplates call in store mock4

* ignore WriteFile call in files mock5

* ignore WriteFile call in files mock6

* ignore WriteFile call in files mock7

* ignore WriteFile call in files mock8

* fix unit tests

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-02-02 11:25:06 -07:00
..
migrations Upgrade default templates on launch (#2167) 2022-02-01 19:36:12 +01:00
blocks.go List all authors of a card diff in the notification (#2055) 2022-01-07 10:11:36 -05:00
data_migrations.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
data_migrations_test.go Include migration for content order on unique id migration (#1965) 2021-12-10 09:33:41 -05:00
helpers_test.go Test all supported databases in CI (#2000) 2021-12-17 12:30:47 -05:00
migrate.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
migrate_test.go Fix MySQL migration connection when the DSN doesn't contain any query parameters (#557) 2021-06-11 11:18:11 +02:00
notificationhints.go Don't log error message when multiple nodes try processing a notification hint at the same time. (#2166) 2022-01-25 14:30:06 -07:00
params.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
public_methods.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
session.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00
sharing.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00
sqlstore.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
sqlstore_test.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
subscriptions.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
system.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
templates.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
user.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00
util.go Test all supported databases in CI (#2000) 2021-12-17 12:30:47 -05:00
workspaces.go Adds a generator that wraps store methods with transactions and migrates implementations to use transactions (#1440) 2021-10-22 12:48:53 +02:00