Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -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 Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove last merge_request endpoint | Robert Schilling | 2017-02-23 | 1 | -1/+0 |
| | |||||
* | API: Make subscription API more RESTfuL | Robert Schilling | 2017-02-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'fix-api-mr-permissions' into 'security' | Robert Speicher | 2017-01-23 | 1 | -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 subscribed | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -6/+6 |
| | |||||
* | Grapify subscription API | Robert Schilling | 2016-11-14 | 1 | -23/+14 |
| | |||||
* | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 1 | -0/+60 |
Closes #15638 |