focalboard/server/services/store/sqlstore/migrations
Jesús Espino 46fdbf9048
Initial Boards+Channels implementation (#3110)
* Initial Boards+Channels implementation

* Adding draft code to list the boards in a channel

* Adding the hability to link/unlink channels (fake channel for now)

* Simplify slight the migrations

* WIP

* More changes to improve the implementation

* Adding partial implementation of linking channel from board

* Allow linking in both directions

* Removing unused file

* More work on channel binding

* some refactoring

* Improving code quality and interface

* More improvements

* Changing the API to search channels

* Adding a limit of 10 channels in search

* Add confirmation on linking public channels

* Improve a bit the styling of the confirmation modal

* Showing the current linked channel

* Adding link board confirmation to channel interface

* Fixing tests and linter errors

* Fixing backend tests

* Adding permissions tests

* Fixing linter errors

* Fixing small things

* Fixing some typescript errors

* Adding new boardSelectorItem tests

* Improving a bit tests

* Adding jest unit tests

* Remove duplicated implementation (from merge, I guess)

* Adding missed files

* Addressing some of the PR review comments

* Removing unneeded new wrapIntl implementation

* Moving NotSupportedError to the store package to be share between all the store implementations or layers

* Fixing one of the pendings ToDo

* Creating a constructor for the NotSupportedError

* Fixing linter error
2022-07-07 16:46:53 +02:00
..
000001_init.down.sql
000001_init.up.sql
000002_system_settings_table.down.sql
000002_system_settings_table.up.sql
000003_blocks_rootid.down.sql
000003_blocks_rootid.up.sql
000004_auth_table.down.sql
000004_auth_table.up.sql
000005_blocks_modifiedby.down.sql
000005_blocks_modifiedby.up.sql
000006_sharing_table.down.sql
000006_sharing_table.up.sql
000007_workspaces_table.down.sql
000007_workspaces_table.up.sql
000008_teams.down.sql
000008_teams.up.sql
000009_blocks_history.down.sql
000009_blocks_history.up.sql
000010_blocks_created_by.down.sql
000010_blocks_created_by.up.sql
000011_match_collation.down.sql
000011_match_collation.up.sql
000012_match_column_collation.down.sql
000012_match_column_collation.up.sql
000013_millisecond_timestamps.down.sql
000013_millisecond_timestamps.up.sql
000014_add_not_null_constraint.down.sql
000014_add_not_null_constraint.up.sql
000015_blocks_history_no_nulls.down.sql
000015_blocks_history_no_nulls.up.sql
000016_subscriptions_table.down.sql
000016_subscriptions_table.up.sql
000017_add_file_info.down.sql Fix failure to upgrade from 7.0 to 7.2 (#3240) 2022-06-16 12:55:48 +02:00
000017_add_file_info.up.sql Update 000017_add_file_info.up.sql (#3266) 2022-06-22 12:51:06 -04:00
000018_add_teams_and_boards.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000018_add_teams_and_boards.up.sql Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
000019_populate_categories.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000019_populate_categories.up.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000020_populate_category_blocks.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000020_populate_category_blocks.up.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000021_create_boards_members_history.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000021_create_boards_members_history.up.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000022_create_default_board_role.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000022_create_default_board_role.up.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00