1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/server/app
Jesús Espino a4ef8ec6bc
Permissions integration tests (#2697)
* Initial permissions review infrastructure

* Adding more tests cases

* Modifying a bit the tests approach and adding more tests

* Adding more tests

* Adding more tests for permissions

* Adding more tests

* Adding more permissions tests

* Adding more tests

* Adding more permission checks

* Adding more permissions tests

* Adding more permission tests

* Adding more tests

* Adding subscriptions tests

* Adding more permissions tests

* Adding tests for read tokens in the files

* Update APIs and fix unit tests

* Fix linter errors

* Auto-assign category id from the database (as expected because is serial/auto_increment integer field)

* Revert "Auto-assign category id from the database (as expected because is serial/auto_increment integer field)"

This reverts commit 5c98fd76a3.

* Fixing Category scheme in postgres and MySQL

* Removing restriction about the channel_id and add it to all the databases

* Moving everything to a new migration

* Fix bad merge (?)

* Update 000021_fix_categories.up.sql

Fix Postgres ALTER COLUMN syntax

* Update 000021_fix_categories.down.sql

Fix Postgres ALTER COLUMN syntax

* Update 000021_fix_categories.up.sql

Remove unnecessary, and unsupported MODIFY COLUMNs for SQLite.

* Update 000021_fix_categories.up.sql

Remove not null from categories.channel_id

* Update 000021_fix_categories.down.sql

Migrate down removing not null from categories.channel_id

* Update 000021_fix_categories.up.sql

Fix drop not null on categories.channel_id

* Update 000021_fix_categories.down.sql

Fix down migration of drop not null from categories.channel_id.

* Restore default notification level to debug

Co-authored-by: Chen-I Lim <chenilim@gmail.com>
Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
2022-04-05 08:00:04 -07:00
..
app_test.go Config for share board (#1187) 2021-09-16 13:31:02 -06:00
app.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
auth_test.go Channels style UUID (#1369) 2021-10-05 09:52:59 -04:00
auth.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
blocks_test.go Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
blocks.go Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
boards_and_blocks.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
boards.go fix broken Follow button 2022-03-31 19:15:46 -04:00
category_blocks.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
category.go Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
clientConfig_test.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
clientConfig.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
export.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
files_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
files.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
helper_test.go Generate templates archive at build time (#2577) 2022-03-30 18:10:11 -04:00
import_test.go fix unit test 2022-03-31 14:45:41 -04:00
import.go fix archive import 2022-03-31 14:04:20 -04:00
initialize.go Generate templates archive at build time (#2577) 2022-03-30 18:10:11 -04:00
onboarding_test.go Merge branch 'main' into private-onboarding-board 2022-04-04 18:43:24 +03:00
onboarding.go Merge pull request #2687 from mattermost/private-onboarding-board 2022-04-04 15:11:16 -06:00
sharing_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
sharing.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
subscriptions.go fix broken Follow button 2022-03-31 19:15:46 -04:00
teams_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
teams.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
templates_test.go don't check team permission for GlobalTeamID 2022-04-01 13:42:30 -06:00
templates.boardarchive Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
templates.go don't check team permission for GlobalTeamID 2022-04-01 13:42:30 -06:00
user.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00