summaryrefslogtreecommitdiff
path: root/spec/requests/api/project_snippets_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
| | | | | | | | Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
* Grapify the projects snippet APIgrapify-project-snippet-apiRobert Schilling2016-11-211-14/+50
|
* api: expose web_url for project entitiesBen Boeckel2016-08-241-0/+1
| | | | | This allows web hooks to have a URL back to entities without having to generate it themselves.
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
|
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-6/+6
|
* Prevent private snippets in public/internal projects from being leaked via APIStan Hu2016-04-251-0/+87
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15580
* Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+18
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.