summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/snippets_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
* Fix deprecation: Using positional arguments in integration testsJasper Maes2019-01-021-1/+1
* Block private snippets from being embeddableMark Chao2018-12-201-0/+40
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-19/+27
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-3/+3
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-9/+9
* replace `is_spam?` with `spam?`Maxim Rydkin2017-08-291-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-16/+16
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-5/+15
* Support descriptions for snippetsJarka Kadlecova2017-05-311-1/+11
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-18/+18
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-21/+165
* Download snippets with LF line-endings by defaultJarka Kadlecova2017-02-201-0/+33
* Use `add_$role` helper in snippets specssnippet-spamSean McGivern2017-02-021-4/+4
* Check public snippets for spamSean McGivern2017-02-021-0/+80
* applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-emptyTiago Botelho2016-12-231-1/+1
* adds specs for respective behaviourTiago Botelho2016-12-211-0/+22
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-8/+8
* Ensure private project snippets are not viewable by unauthorized peopleRémy Coutable2016-03-251-0/+107