summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/branches_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-166/+128
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-1/+13
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-8/+27
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-6/+8
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+30
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-3/+3
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+21
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-15/+0
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-2/+6
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+37
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-15/+90
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-37/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-20/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-011-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