summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs/user_create_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-091-94/+0
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-1/+1
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Refactor changing files in web UIDouwe Maan2017-04-201-2/+2
|
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-1/+1
|
* Make file templates easy to use and discoverBryce Johnson2017-04-031-1/+1
|
* New directory from interface on existing branchJacopo2017-03-211-15/+3
| | | | | The user can create a new directory on a different branch than the source branch when the branch already exists.
* New file from interface on existing branchJacopo2017-03-131-0/+107
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.