focalboard/server/services/store/sqlstore
Doug Lauder 4652a15bab
Card APIs (#3760)
* cards apis wip

* create card API

* validate cards when creating

* create card fixes

* patch card wip

* wip

* unit test for createCard; CardPatch2BlockPatch

* unit test for PatchCard

* more APIs

* unit tests for GetCardByID

* register GetCard API

* Set FOCALBOARD_UNIT_TESTING for integration tests

* integration tests for CreateCard

* more integration tests for CreateCard

* integtration tests for PatchCard

* fix integration tests for PatchCard

* integration tests for GetCard

* GetCards API wip

* fix merge conflict

* GetCards API and unit tests

* fix linter issues

* fix flaky unit test for mySQL

* Update server/api/api.go

Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>

* Update server/api/api.go

Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>

* address review comments

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
2022-09-08 13:01:33 +02:00
..
migrations Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00
migrationstests Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00
blocks.go Card APIs (#3760) 2022-09-08 13:01:33 +02:00
board.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
board_insights.go
boards_and_blocks.go Remove duplicated store and app method to get blocks that belong to a board (#3698) 2022-08-22 21:53:59 +02:00
category.go
category_boards.go
cloud.go
data_migrations.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
data_migrations_test.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
data_retention.go
file.go
helpers_test.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
legacy_blocks.go Adds data migration to clean badly assigned boards (#3635) 2022-08-11 09:22:32 -06:00
migrate.go Refactor schema table migration mechanism (#3709) 2022-09-01 15:05:11 +02:00
notificationhints.go
params.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
public_methods.go getBlocks store API with query options (#3755) 2022-08-30 15:56:41 +02:00
schema_table_migration.go Refactor schema table migration mechanism (#3709) 2022-09-01 15:05:11 +02:00
schema_table_migration_test.go Refactor schema table migration mechanism (#3709) 2022-09-01 15:05:11 +02:00
session.go
sharing.go
sqlstore.go Adds a check that errors on store start if MariaDB is detected (#3725) 2022-08-24 14:36:43 -06:00
sqlstore_test.go
subscriptions.go
system.go
team.go
templates.go
user.go Props to preferences (#3722) 2022-08-29 12:55:12 +05:30
util.go