summaryrefslogtreecommitdiffstats
path: root/api4/scheme_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10757: Default roles from scheme should be keyed by name not ID. (#8894)George Goldberg2018-06-011-18/+18
| | | | | | * MM-10757: Default roles from scheme should be keyed by name not ID. * Update permissions import/export.
* Refactors migrations check. (#8814)Martin Kraft2018-05-211-67/+18
|
* MM-10264: Adds CLI command to import and export permissions. (#8787)Martin Kraft2018-05-171-2/+39
| | | | | | | | | | | | | | * MM-10264: Adds CLI command to import and export permissions. * MM-10264: Changes Scheme Name to DisplayName and adds Name slug field. * MM-10264: Changes display name max size. * MM-10264: Another merge fix. * MM-10264: Changes for more Schemes methods checking for migration. * MM-10264: More updates for Schemes migration checking.
* MM-10606: License feature flag for custom schemes. (#8804)George Goldberg2018-05-171-12/+12
| | | | | | * MM-10606: Add new field to license for custom schemes. * Add feature flag to license check for Schemes.
* MM-10615: Reset teams/channels to default scheme on delete scheme. (#8811)George Goldberg2018-05-171-40/+10
|
* MM-10591: Well known error for all scheme endpoints pre-migration. (#8812)George Goldberg2018-05-171-31/+29
|
* MM-9728: Online migration for advanced permissions phase 2 (#8744)George Goldberg2018-05-141-2/+119
| | | | | | | | | | | | | | | | | | | | | | | | * MM-9728: Online migration for advanced permissions phase 2 * Add unit tests for new store functions. * Move migration specific code to own file. * Add migration state function test. * Style fixes. * Add i18n strings. * Fix mocks. * Add TestMain to migrations package tests. * Fix typo. * Fix review comments. * Fix up the "Check if migration is done" check to actually work.
* MM-10140: API Implementation for Schemes related Endpoints (#8615)George Goldberg2018-05-031-0/+664
* Implement basic scheme CRUD endpoints. * Get All Schemes (Paged) Endpoint and store plumbing. * Add get teams/channels for schemes. * Fix unit tests. * Review fixes. * More review fixes.