summaryrefslogtreecommitdiff
path: root/spec/features/projects/snippets_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-49/+0
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Init zenmode in snippets pages40508-snippets-zen-modeFilipa Lacerda2017-12-051-0/+5
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Merge branch 'rs-gitlab_sign_in' into 'master'Douwe Maan2017-06-201-1/+1
|\ | | | | | | | | Prepare for bypassing GitLab sign in in feature specs See merge request !11913
| * Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
| |
* | Enable autocomplete on project snippetsenable-autocomplete-on-project-snippetsEric Eastwood2017-06-191-11/+2
|/ | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
* Disable autocomplete on snippets commentsEric Eastwood2017-06-191-1/+24
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-4/+20
| | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094
* Fix snippets pagination22500-can-t-paginate-through-snippetsRémy Coutable2016-09-261-0/+14
Signed-off-by: Rémy Coutable <remy@rymai.me>