summaryrefslogtreecommitdiff
path: root/spec/requests/api/snippets_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-pick-security' into 'master'Stan Hu2018-02-091-0/+21
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-19/+19
* Merge branch 'api-delete-respect-headers' into 'master'Sean McGivern2017-08-301-0/+4
|\
| * Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
* | replace `is_spam?` with `spam?`Maxim Rydkin2017-08-291-2/+2
|/
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* refactor code based on feedbackJames Lopez2017-07-061-1/+1
* fix specJames Lopez2017-07-061-0/+1
* add snippets specJames Lopez2017-07-061-1/+21
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-16/+16
* Support descriptions for snippetsJarka Kadlecova2017-05-311-1/+26
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Expose Snippet VisibilityLevel as StringToon Claes2017-03-021-6/+6
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+1
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-5/+61
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+7
* Check public snippets for spamSean McGivern2017-02-021-1/+31
* API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-0/+157