summaryrefslogtreecommitdiff
path: root/lib/api/subscriptions.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-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
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable2017-03-161-1/+1
| | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove last merge_request endpointRobert Schilling2017-02-231-1/+0
|
* API: Make subscription API more RESTfuLRobert Schilling2017-02-211-2/+2
|
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-2/+2
| | | | | | Ensure that only privileged users can access merge requests in the API See merge request !2053
* Pass project to Entities::Label to check if user is subscribedDouglas Barbosa Alexandre2016-11-171-6/+6
|
* Grapify subscription APIRobert Schilling2016-11-141-23/+14
|
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+60
Closes #15638