summaryrefslogtreecommitdiff
path: root/lib/api/subscriptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify label helper and correct versionRobert Schilling2019-01-311-1/+1
* Factor out common label APIRobert Schilling2019-01-311-2/+4
* Incorporate feedback from RobertRobert Schilling2019-01-311-6/+39
* Factor out group labels entityRobert Schilling2019-01-311-9/+8
* fix rebasingRobert Schilling2019-01-311-9/+0
* Incorporate feedback from NickRobert Schilling2019-01-311-11/+10
* Add subscription API for the group label APIRobert Schilling2019-01-311-11/+24
* 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
* 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
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* 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
* 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