focalboard/server/app
Harshil Sharma 08db4fed61
Workspace switcher (#1052)
* API WIP

* WIP

* Finished changes

* Fixed colors:

* Don't enforce charset adn collation in migration, pick from database DSN

* Added MySQL query

* Updated mocks

* Added tests

* Lint fixes

* Fixed typo and removed unsed style

* Checked in a snapshot

* Updated snapshot

* Updated Cypress test

* Updated Cypress test

* Updated Cypress test

* Fixed review comments

* Fixed tests

* Added default collation for MySQL

* Added documentation for ensuring correct database collation

* Updated migrations

* Fixed a bug with collation

* Fixed lint errors

* Used correct collation

* debugging

* Updating css

* Minor UI changes

* USe inbuilt default collation

* Used only charset for mysql

* Fixed linter issue:

* Added migration for matching collation

* Reverted local config changes

* Reverted local config changes

* Handled the case of personal server running on MySQL

* WIP

* Now running collation matching migration onlyt for plugins

* Minor optimization

* Multiple review fixes

* Added group by clause to primary query

* Supported for subpacth

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
2021-09-08 10:22:03 +05:30
..
app.go Add a plugin adapter to reuse MM websocket in plugin mode (#1079) 2021-08-27 10:59:14 +02:00
auth_test.go Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04:00
auth.go Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04:00
blocks_test.go Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04:00
blocks.go Add a plugin adapter to reuse MM websocket in plugin mode (#1079) 2021-08-27 10:59:14 +02:00
clientConfig.go Plugin telemetry (#1069) 2021-09-01 15:53:27 -06:00
files_test.go 423 | Added unit tests for files.go (#1119) 2021-08-31 16:08:18 -06:00
files.go Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04:00
helper_test.go Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04:00
sharing_test.go Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04:00
sharing.go First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
user.go Person Property Type (#406) 2021-06-04 18:53:15 +05:30
workspaces.go Workspace switcher (#1052) 2021-09-08 10:22:03 +05:30