summaryrefslogtreecommitdiff
path: root/spec/features/projects/files/editing_a_file_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-031-9/+41
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-251-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-251-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-161-1/+1
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Address review feedbackRémy Coutable2018-04-091-2/+1
* Migrate features/project/project.feature to RSpec and reorganize several Proj...Rémy Coutable2018-04-091-3/+3
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-1/+2
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-2/+1
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* Refactor changing files in web UIDouwe Maan2017-04-201-1/+1
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-1/+1
* Fix renamingLin Jen-Shin2017-01-071-1/+1
* Prevents accidental overwrites of commits from UIFrank West2016-08-151-0/+34