summaryrefslogtreecommitdiff
path: root/spec/features/projects/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-2/+2
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
| | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+12
| | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-116-6/+6
|
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-096-6/+30
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
|
* fix create_snipper and diff_notes specsJose Ivan Vargas2017-10-051-2/+2
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-09-184-0/+90
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (97 commits) Eliminate N+1 queries in loading discussions.json endpoint Clean up read_registry scope changes Add missing import statements Improve “New project“ page description Fix notification message when admin label was modified Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Fix docs for lightweight tag creation via API Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests ...
| * Replace the 'project/snippets.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-184-0/+90
| |
* | Rename find('.ace_editor') -> find('.ace_text-input') to make Chrome happyStan Hu2017-08-161-1/+1
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-272-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-062-5/+5
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-292-2/+2
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-192-2/+2
|
* Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-071-3/+3
|
* Support descriptions for snippetsJarka Kadlecova2017-05-311-0/+86
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-5/+5
|
* Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-301-0/+12
|
* Use blob viewers for snippetsDouwe Maan2017-04-301-0/+132