Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add spec and changelogfix/orphan-notification-settings | James Lopez | 2017-04-19 | 1 | -0/+2 |
| | |||||
* | Merge branch 'jej-group-name-disclosure' into 'security' | Sean McGivern | 2017-03-29 | 1 | -0/+14 |
| | | | | | | Prevent private group disclosure via parent_id See merge request !2077 | ||||
* | Add a new `stub_mattermost_setting` stub helper to properly stub Mattermost ↵ | Rémy Coutable | 2017-03-28 | 1 | -1/+1 |
| | | | | | | settings Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use `:empty_project` where possible in service specs | Robert Speicher | 2017-03-27 | 2 | -4/+4 |
| | |||||
* | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-03-02 | 1 | -0/+2 |
|\ | |||||
| * | Include nested group into destroy_service_specsh-async-delete-children | Dmitriy Zaporozhets | 2017-02-27 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Improve UX | Z.J. van de Weg | 2017-03-02 | 1 | -6/+0 |
| | | |||||
* | | Fix tests | Z.J. van de Weg | 2017-02-24 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-02-20 | 1 | -3/+16 |
|\ \ | |/ | |||||
| * | Fix a number of race conditions that can occur during namespace deletionsh-namespace-cleanup-deleted-projects | Stan Hu | 2017-02-15 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are two problems in the current implementation: 1. If a project is marked for deletion via the `pending_delete` flag and then the namespace was quickly deleted, it's possible that the namespace skips over that project and leaves that project in an orphaned state. 2. Before namespace deletion, the namespace attempts to clean up all the relevant storage paths. However, if all projects have been removed synchronously, then the namespace will not be able to clean anything. To prevent this, we should load the paths to be deleted before actually destroying projects. The specs were missing this second case due to a permission issue that caused project removal never to happen. | ||||
* | | Transactional mattermost team creation | Z.J. van de Weg | 2017-02-20 | 1 | -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 creation | Z.J. van de Weg | 2017-02-16 | 1 | -4/+13 |
|/ | |||||
* | Fix inconsistent naming for services that delete things | dixpac | 2017-02-08 | 1 | -0/+98 |
| | | | | | | * Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService | ||||
* | Use random group name to prevent conflicts | Douwe Maan | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | Add nested groups support to the Groups::CreateService | Dmitriy Zaporozhets | 2016-12-26 | 1 | -4/+27 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | added more specs | James Lopez | 2016-12-21 | 1 | -2/+4 |
| | |||||
* | Fix error 500 renaming group. Also added specs and changelog. | James Lopez | 2016-12-20 | 1 | -7/+42 |
| | |||||
* | Update tests for the current_application_settings request store changes | DJ Mountney | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonot | Robert Speicher | 2016-05-24 | 1 | -1/+1 |
| | | | | Also removes the note from the development/testing.md guide | ||||
* | Fix specs | Douwe Maan | 2016-03-20 | 1 | -4/+7 |
| | |||||
* | Fix more specs | Douwe Maan | 2016-03-20 | 1 | -16/+14 |
| | |||||
* | Improve group visibility level feature | Zeger-Jan van de Weg | 2016-03-18 | 2 | -20/+20 |
| | |||||
* | Code fixes | Felipe Artur | 2016-03-17 | 1 | -7/+5 |
| | |||||
* | Code improvements and add Create group service | Felipe Artur | 2016-03-16 | 1 | -0/+22 |
| | |||||
* | Prevent projects to have higher visibility than groups | Felipe Artur | 2016-03-10 | 1 | -0/+51 |
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements |