summaryrefslogtreecommitdiffstats
path: root/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into plugins-2JoramWilander2018-06-301-1/+1
|\
| * Fix a really rare race condition in the migration scheduler. (#9000)George Goldberg2018-06-291-1/+1
| |
* | MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-62/+0
|/ | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* MM-8853: Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS permissions (#8860)Jesús Espino2018-05-291-0/+1
| | | | | | | | | | | | | | | | * MM-8853: Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS permissions * MM-8853: Removing unnecesary emoji enterprise feature * Create emojis migration * Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS always to system admins * Simplifing permissions checks * Revert "Simplifing permissions checks" This reverts commit e2cafc1905fc9e20125dd9a1552d2d0c7340ae59.
* Merge fixes.Martin Kraft2018-05-241-0/+5
|
* MM-9728: Online migration for advanced permissions phase 2 (#8744)George Goldberg2018-05-146-0/+1004
* 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.