summaryrefslogtreecommitdiff
path: root/lib/api/notification_settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-0/+1
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Allow global event list containing all eventsMark Chao2018-08-141-2/+4
* Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-141-2/+2
* refactor users update serviceJames Lopez2017-09-281-1/+1
* refactor services to match EE signatureJames Lopez2017-09-281-1/+1
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* refactor update user service not to do auth checksJames Lopez2017-06-231-1/+1
* update notification settings, fix api specsJames Lopez2017-06-231-1/+4
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-5/+4
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-5/+2
* Add notification_settings API callsMarc Siegfriedt2016-09-091-0/+97