1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00
focalboard/server
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
..
admin-scripts Rename admin local socket 2021-02-01 10:31:06 -08:00
api Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
app Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
assets Generate templates archive at build time (#2577) 2022-03-30 18:10:11 -04:00
auth Removed getDefaultTemplates functin as no longer needed 2022-03-29 11:16:16 +05:30
client Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
integrationtests Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
main Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
model Merge pull request #2716 from mattermost/gh-2712-fix-templates 2022-04-04 09:48:09 -06:00
server Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
services Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
swagger Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
utils Migrate DM and private group message boards to a team (#2557) 2022-03-25 17:21:56 -06:00
web Remove noisy error log for unit tests 2021-12-17 01:05:05 -05:00
ws Upgrading all the server libraries (#2643) 2022-03-25 17:05:56 -06:00
.golangci.yml Migrate DM and private group message boards to a team (#2557) 2022-03-25 17:21:56 -06:00
go.mod Upgrading all the server libraries (#2643) 2022-03-25 17:05:56 -06:00
go.sum Upgrading all the server libraries (#2643) 2022-03-25 17:05:56 -06:00
go.tools.mod Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00
go.tools.sum Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00