-
- Downloads
Merge branch '19359-api-for-notification-settings' into 'master'
Add notification_settings API calls ## What does this MR do? It adds API calls to get/update notification settings, globally and at the group/project level. ## Are there points in the code the reviewer needs to double check? None ## Why was this MR needed? Notification settings were updated, but related API calls were never created. ## What are the relevant issue numbers? gitlab-org/gitlab-ce#19359 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) Closes #19359 See merge request !5632
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- doc/api/README.md 1 addition, 0 deletionsdoc/api/README.md
- doc/api/notification_settings.md 169 additions, 0 deletionsdoc/api/notification_settings.md
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/entities.rb 16 additions, 1 deletionlib/api/entities.rb
- lib/api/notification_settings.rb 97 additions, 0 deletionslib/api/notification_settings.rb
- spec/requests/api/notification_settings_spec.rb 89 additions, 0 deletionsspec/requests/api/notification_settings_spec.rb
Loading
Please register or sign in to comment