| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routing | Imre Farkas | 2018-11-28 | 1 | -1/+1 |
| | | | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS | ||||
| * | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -0/+2 |
| | | | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190 | ||||
| * | Allow global event list containing all events | Mark Chao | 2018-08-14 | 1 | -2/+4 |
| | | | | | | This way we can globally set group only ee events too. Use nil to indicate global. | ||||
| * | Add email_events to replace EMAIL_EVENTS because it needs to be dynamic, | Mark Chao | 2018-08-14 | 1 | -2/+2 |
| | | | | allowing override for EE. | ||||
| * | refactor users update service | James Lopez | 2017-09-28 | 1 | -1/+1 |
| | | |||||
| * | refactor services to match EE signature | James Lopez | 2017-09-28 | 1 | -1/+1 |
| | | |||||
| * | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | refactor update user service not to do auth checks | James Lopez | 2017-06-23 | 1 | -1/+1 |
| | | |||||
| * | update notification settings, fix api specs | James Lopez | 2017-06-23 | 1 | -1/+4 |
| | | |||||
| * | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -5/+4 |
| | | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Use declared_params helper in APIgrapify-declared-params | Robert Schilling | 2016-11-14 | 1 | -5/+2 |
| | | |||||
| * | Add notification_settings API calls | Marc Siegfriedt | 2016-09-09 | 1 | -0/+97 |
| Use NotificationSetting::EMAIL_EVENTS for params | |||||
