summaryrefslogtreecommitdiff
path: root/app/controllers/projects/branches_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-11/+17
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-4/+2
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+18
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+5
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-13/+7
* Add latest changes from gitlab-org/security/gitlab@13-11-stable-eeGitLab Bot2021-04-271-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-4/+2
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-16/+31
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-12/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+13
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-021-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-011-0/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Fix Ruby 2.5 compatibility for diverging counts of branchesDaniel Gerhardt2019-08-061-1/+1
* Create private merge requests in forksPhil Hughes2019-07-051-1/+1
* Merge branch '58583-confidential-mr-branch-backend' into 'master'Rémy Coutable2019-07-011-2/+14
|\
| * Check if user can `update_issue` on projectPatrick Bajao2019-07-011-1/+1
| * Fix issues when creating system notes58583-confidential-mr-branch-backendPatrick Bajao2019-06-291-2/+3
| * Support branch creation from confidential issuePatrick Bajao2019-06-291-1/+12
* | Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-281-9/+13
|/
* Introduce ServiceResponse to wrap around responseLin Jen-Shin2019-04-221-4/+4
* Remove rails-deprecated_sanitizer dependency17014-remove-rails-deprecated_sanitizerDmitriy Zaporozhets2019-04-121-2/+2
* Update comments about N + 1 Gitaly callsZeger-Jan van de Weg2019-04-091-1/+1
* Externalize strings in projects controllersMartin Wortschack2019-03-271-2/+2
* Adapt that diverging commits could be just one baradd-client-for-count-diverging-commitsLin Jen-Shin2019-02-111-1/+2
* Rename project's pipelines relationFrancisco Javier López2018-12-051-1/+1
* render :nothing option is deprecated, Use head method to respond with empty r...Jasper Maes2018-11-231-1/+1
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Counting commits is done by Gitalyzj-counting-commitsZeger-Jan van de Weg2018-06-191-1/+4
* Re-enable allowing n+1 Gitaly calls for cold cache44861-mark-gitaly-nplus-one-againLin Jen-Shin2018-04-031-3/+7
* Reuse root_ref_hash for performance on BranchesTakuya Noguchi2018-03-281-10/+6
* Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-5/+36
* Refactor success status in branch controllerMateusz Bajorski2017-12-271-3/+5
* Fix when branch creation fails don't post system noteMateusz Bajorski2017-12-261-1/+1
* Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
* Fetch the merged branches at onceLin Jen-Shin (godfat)2017-10-271-0/+2
* Fix the default branches sorting to actually be 'Last updated'26890-fix-default-branches-sortingRémy Coutable2017-09-251-1/+1
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-3/+7
* Merge branch '26890-sort-branches' into 'master'Rémy Coutable2017-07-281-1/+1
|\
| * WIP: This makes the default sort order for branches 'recently updated' rather...26890-sort-branchesMatt Lee2017-01-201-1/+1