summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/branches_controller_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-2/+2
* Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-3/+3
* Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-18/+12
* Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-281-24/+28
* Add test suit for platform::kubernetesShinya Maeda2017-11-281-0/+18
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-14/+14
* Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-1/+1
* Resolve "Error 500 in non-UTF8 branch names"Micael Bergeron2017-09-121-0/+15
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-3/+3
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-091-14/+0
* Merge request widget redesignFatih Acet2017-05-091-16/+81
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-1/+37
* New file from interface on existing branchJacopo2017-03-131-0/+14
* Fix json response in branches controllerGeorge Andrinopoulos2017-03-061-0/+23
* Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern2017-02-241-14/+14
|\
| * Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-14/+14
* | Fixes after reviewcreate_branch_repo_lessValery Sizov2017-02-231-8/+2
* | Create master branch first if project is repository-lessValery Sizov2017-02-231-1/+44
|/
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-0/+18
* Add button to delete all merged branchesToon Claes2016-11-091-4/+54
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-5/+5
* Update test since branch removal does not render template anymoredz-code-tabDmitriy Zaporozhets2016-06-031-4/+0
* Return status code 303 after a branch DELETE operation to avoid project deletionStan Hu2016-04-061-0/+14
* Incorporate reviewZeger-Jan van de Weg2016-03-151-5/+14
* Enhance new branch button on an issueZeger-Jan van de Weg2016-03-151-35/+56
* Move a few controller specs to their correct locationsrs-move-controller-specsRobert Speicher2016-02-181-0/+104