summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/branches_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot2020-01-211-2/+7
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-4/+4
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-2/+48
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-6/+3
* Merge branch '58583-confidential-mr-branch-backend' into 'master'Rémy Coutable2019-07-011-1/+70
|\
| * Check if user can `update_issue` on projectPatrick Bajao2019-07-011-3/+3
| * Fix issues when creating system notes58583-confidential-mr-branch-backendPatrick Bajao2019-06-291-1/+1
| * Support branch creation from confidential issuePatrick Bajao2019-06-291-0/+69
* | Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-281-0/+23
|/
* Make KubernetesService readonlyJames Fargher2019-06-181-17/+5
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-221-3/+3
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-69/+106
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Reduce CE/EE diff in spec/controllers/projects/branches_controller_spec.rbRémy Coutable2018-05-241-0/+18
* Re-enable allowing n+1 Gitaly calls for cold cache44861-mark-gitaly-nplus-one-againLin Jen-Shin2018-04-031-1/+17
* Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-0/+33
* Fix when branch creation fails don't post system noteMateusz Bajorski2017-12-261-0/+14
* 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