1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
focalboard/server/api
Harshil Sharma 03f4717e96
Hide board feature (#4409)
* WIP

* Added migrations

* Updating store method

* WIP

* WIP

* Updated DND

* WIP

* WIP

* WIP

* WIP

* WIP

* wip

* WIP

* Adding new DB tool

* Used migration functions in new migrations

* Unique constraint migration

* Unique constraint migration

* Added SQLITE migrations

* Added SQLITE support in few more migrations

* Added SQLITE support in few more migrations

* WIP

* Used old-fashioned way to add unique constraint

* Using oldsqlite method

* Using oldsqlite method

* Fixed all store and app layer tests

* fixed integration tests

* test and lint fix

* Updated migration for MySQL and Postgres on personal server

* Types fix

* sqlite fix

* fix typo

* misc cleanup

* added new tests

* added new tests

* de-duping input for postgres

* integration tests, rmeoved uneeded migration

* Added some migration tests

* Added some migration tests

* Fixed a test

* completed migration tests

* completed migration tests

* Removed leftover debug statements

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-24 15:41:54 +05:30
..
admin.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
api_test.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
api.go MM-49703: Bump to Go 1.19 (#4489) (#4502) 2023-01-23 12:43:40 +05:30
archive.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
audit.go MM-49703: Bump to Go 1.19 (#4489) (#4502) 2023-01-23 12:43:40 +05:30
auth.go MM-49703: Bump to Go 1.19 (#4489) (#4502) 2023-01-23 12:43:40 +05:30
blocks.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
boards_and_blocks.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
boards.go Boards as persisted category (#3877) 2022-10-26 16:38:03 +05:30
cards.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
categories.go Hide board feature (#4409) 2023-01-24 15:41:54 +05:30
channels.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
config.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
content_blocks.go Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
context.go fix remaining golangci linter warnings (#686) 2021-07-08 21:09:02 -04:00
files.go File attachment in the card (#4053) 2022-11-24 17:16:59 +05:30
insights.go [MM-45052] Add error checking in insights API (#3876) 2022-11-18 11:11:32 -05:00
limits.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
members.go MM-49703: Bump to Go 1.19 (#4489) (#4502) 2023-01-23 12:43:40 +05:30
onboarding.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
search.go Search boards by prop (#4291) 2022-12-16 11:46:00 -05:00
sharing.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
statistics.go Display board statistics (#4025) 2022-10-25 14:28:00 -06:00
subscriptions.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
system_test.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
system.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
teams.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
templates.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
users.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00