summaryrefslogtreecommitdiff
path: root/spec/services/groups/create_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add `:nested_groups` metadata to two subgroup-related specsRobert Speicher2017-08-221-1/+1
| | | | | | Prevents these from failing on MySQL. Closes #36811 and #36812.
* Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-211-1/+13
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
|
* Add a new `stub_mattermost_setting` stub helper to properly stub Mattermost ↵Rémy Coutable2017-03-281-1/+1
| | | | | | settings Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve UXZ.J. van de Weg2017-03-021-6/+0
|
* Fix testsZ.J. van de Weg2017-02-241-1/+5
|
* Transactional mattermost team creationZ.J. van de Weg2017-02-201-2/+9
| | | | | | | Before this commit, but still on this feature branch, the creation of mattermost teams where a background job. However, it was decided it was better that these happened as transaction so feedback could be displayed to the user.
* Add tests for Mattermost team creationZ.J. van de Weg2017-02-161-4/+13
|
* Add nested groups support to the Groups::CreateServiceDmitriy Zaporozhets2016-12-261-4/+27
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update tests for the current_application_settings request store changesDJ Mountney2016-05-271-1/+1
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | Also removes the note from the development/testing.md guide
* Improve group visibility level featureZeger-Jan van de Weg2016-03-181-2/+2
|
* Code fixesFelipe Artur2016-03-171-7/+5
|
* Code improvements and add Create group serviceFelipe Artur2016-03-161-0/+22