Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert 'New file from interface on existing branch'dm-revert-mr-8427 | Douwe Maan | 2017-06-09 | 1 | -94/+0 |
| | |||||
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 1 | -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 UI | Douwe Maan | 2017-04-20 | 1 | -2/+2 |
| | |||||
* | Fix rspec and spinach tests | Jose Ivan Vargas | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Make file templates easy to use and discover | Bryce Johnson | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | New directory from interface on existing branch | Jacopo | 2017-03-21 | 1 | -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 branch | Jacopo | 2017-03-13 | 1 | -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. |