focalboard/server/services/store/sqlstore
Harshil Sharma 8d17dd820e
Boards as persisted category (#3877)
* 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

* Added category type and tests

* updated tests

* Fixed integration test

* type fix

* removed seconds from boards name

* wip

* debugging cy test

* Fixed a bug preventing users from collapsing boards category

* Debugging cypress test

* CI

* debugging cy test

* Testing a fix

* reverting test fix

* Handled personal server

* Fixed a case for personal server

* fixed a test
2022-10-26 16:38:03 +05:30
..
migrations Boards as persisted category (#3877) 2022-10-26 16:38:03 +05:30
migrationstests
blocks.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
board.go
board_insights.go
boards_and_blocks.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
category.go Boards as persisted category (#3877) 2022-10-26 16:38:03 +05:30
category_boards.go
cloud.go
data_migrations.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
data_migrations_test.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
data_retention.go
file.go
helpers_test.go
legacy_blocks.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
migrate.go
notificationhints.go
params.go
public_methods.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
schema_table_migration.go
schema_table_migration_test.go
session.go
sharing.go
sqlstore.go
sqlstore_test.go
subscriptions.go
system.go
team.go
templates.go
user.go
util.go