summaryrefslogtreecommitdiff
path: root/spec/features/projects/files/creating_a_file_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Fix failures introduced by Capybara upgraders-update-capybaraRobert Speicher2017-09-051-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-5/+0
|\
| * Merge branch '32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui' i...Douwe Maan2017-07-051-5/+0
| |\
| | * Removes file_name_regex from Gitlab::Regex32408-allow-creation-of-files-and-dirs-with-spaces-in-web-uiTiago Botelho2017-07-051-5/+0
| * | 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-1/+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-3/+3
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-1/+1
* Add failing test for #20190winniehell2016-12-131-0/+44