summaryrefslogtreecommitdiff
path: root/spec/requests/api/snippets_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow all personal snippets to be accessed by APINick Thomas2019-03-061-12/+64
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-7/+7
* Set content disposition attachment to several endpointsFrancisco Javier López2018-11-231-0/+6
* Correct "autorize" typosRobert Speicher2018-06-271-1/+1
* Resolve "Provide ability to retrieve `visibility` level via Snippets API"Jan2018-06-131-0/+3
* Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan2018-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