focalboard/server/services/store/sqlstore
Jesús Espino 8212e5401e
Add Members History support (#2595)
* Adding Members History support

* Adding unit tests for boards members history

* Changing insert_at to a milliseconds from epoch field

* Addressing PR review comment

* Addressing PR review comment

* Fix golangci-lint

* Fix migrations in postgres

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-03-29 10:17:19 +02:00
..
migrations Add Members History support (#2595) 2022-03-29 10:17:19 +02:00
blocks.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
board.go Add Members History support (#2595) 2022-03-29 10:17:19 +02:00
boards_and_blocks.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
category.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
category_boards.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
data_migrations.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
data_migrations_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
helpers_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
legacy_blocks.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
migrate.go Fixed bug where migration failed if no teamless board existed (#2648) 2022-03-28 13:32:01 +05:30
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 Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
params.go Migrate DM and private group message boards to a team (#2557) 2022-03-25 17:21:56 -06:00
public_methods.go Add Members History support (#2595) 2022-03-29 10:17:19 +02: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 Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
sqlstore.go Migrate DM and private group message boards to a team (#2557) 2022-03-25 17:21:56 -06:00
sqlstore_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
subscriptions.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
system.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
team.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
templates.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
user.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
util.go Revert in-memory unit tests for sqlite (#2630) 2022-03-24 15:45:10 -06:00