focalboard/server/services/store/sqlstore/migrations
Harshil Sharma 9918a0b3f8
DND support for category and boards in LHS (#3964)
* WIP

* WIP

* Removed unused webapp util

* Added server tests

* Lint fix

* Updating existing tests

* Updating existing tests

* Updating existing tests

* Fixing existing tests

* Fixing existing tests

* Fixing existing tests

* WIP

* Added category sort order migration

* Added logic to set new category on top

* Implemented api, WS listein logic remining

* finished webapp implementation

* Added category type and tests

* updated tests

* Fixed integration test

* type fix

* WIP

* implemented boards DND to other category and in same category

* removed seconds from boards name

* wip

* debugging cy test

* Enabled hiding views list while DNDing

* Removed some debug logs

* Fixed a bug preventing users from collapsing boards category

* WIP

* Debugging cypress test

* CI

* debugging cy test

* Testing a fix

* reverting test fix

* Handled personal server

* WIP

* WIP

* Adding support for building with esbuild

* Using different index.html templates for esbuild

* WIP

* WIP

* Fixed delete category and rename category

* WIP

* WIP

* Finally, its done.

* Adde suppor tot update board-category mapping in bulk

* Fixed a bug where create category option didn't show up on default category

* Fixed bug where new board was added as last board in Boards category instead of first board

* Minor cleanup

* WIP

* Added support to drab boards onto collapsed categories

* Fixed route order from specific to generic

* Fix linter

* Updated existin server tests

* fixed integration tests

* Fixed webapp test err

* Removed accidental dependencies

* Adding  new server tests

* Finished server tests

* added api to client.go

* Added API integration test

* Fixed existing webapp tests

* WIP

* WIP

* WIP

* WIP

* WIP

* Fixed missing paranthesis

* Some cleanup

* fixed server lint

* noopped down migration

* Fixed issue with DND not working great with newly added category

* Fixed a test

* Fixed a test

* Fixed a test

* Fixed console error while DNDing

* pakg lock restore

* Fixed missing react beautiful dnd in package.lock.json

* updated snapshots

* Fixed webapp test

* Review fixes

* Added API permission check

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2022-11-24 15:31:32 +05:30
..
000001_init.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000001_init.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000002_system_settings_table.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000002_system_settings_table.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000003_blocks_rootid.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000003_blocks_rootid.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000004_auth_table.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000004_auth_table.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000005_blocks_modifiedby.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000005_blocks_modifiedby.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000006_sharing_table.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000006_sharing_table.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000007_workspaces_table.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000007_workspaces_table.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000008_teams.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000008_teams.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000009_blocks_history.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000009_blocks_history.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000010_blocks_created_by.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000010_blocks_created_by.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000011_match_collation.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000011_match_collation.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000012_match_column_collation.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000012_match_column_collation.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000013_millisecond_timestamps.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000013_millisecond_timestamps.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000014_add_not_null_constraint.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000014_add_not_null_constraint.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000015_blocks_history_no_nulls.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000015_blocks_history_no_nulls.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000016_subscriptions_table.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000016_subscriptions_table.up.sql Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
000017_add_file_info.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01: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 Add mariadb tests and update database migration for compatibility (#3929) 2022-10-20 07:36:13 -06:00
000019_populate_categories.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000019_populate_categories.up.sql Move category creation and UUID update to a more performant data migration (#3437) 2022-07-27 23:21:19 +02:00
000020_populate_category_blocks.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000020_populate_category_blocks.up.sql Move category creation and UUID update to a more performant data migration (#3437) 2022-07-27 23:21:19 +02:00
000021_create_boards_members_history.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01: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 Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000022_create_default_board_role.up.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000023_persist_category_collapsed_state.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000023_persist_category_collapsed_state.up.sql Persist category state (#3579) 2022-08-08 14:55:47 -06:00
000024_mark_existsing_categories_collapsed.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000024_mark_existsing_categories_collapsed.up.sql Persist category state (#3579) 2022-08-08 14:55:47 -06:00
000025_indexes_update.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000025_indexes_update.up.sql Updates db indexes to improve performance (#3732) 2022-08-24 18:42:41 +02:00
000026_create_preferences_table.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000026_create_preferences_table.up.sql Props to preferences (#3722) 2022-08-29 12:55:12 +05:30
000027_migrate_user_props_to_preferences.down.sql Props to preferences (#3722) 2022-08-29 12:55:12 +05:30
000027_migrate_user_props_to_preferences.up.sql make sure users.props contains a hash! (#4029) 2022-10-19 13:54:24 +05:30
000028_remove_template_channel_link.down.sql Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00
000028_remove_template_channel_link.up.sql Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00
000029_add_category_type_field.down.sql Set down migrations as noops and add CI job (#4186) 2022-11-10 17:04:40 +01:00
000029_add_category_type_field.up.sql Boards as persisted category (#3877) 2022-10-26 16:38:03 +05:30
000030_add_category_sort_order.down.sql DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
000030_add_category_sort_order.up.sql DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
000031_add_category_boards_sort_order.down.sql DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
000031_add_category_boards_sort_order.up.sql DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
000032_move_boards_category_to_end.down.sql DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
000032_move_boards_category_to_end.up.sql DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30