summaryrefslogtreecommitdiff
path: root/app/controllers/projects/commit_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-221-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-02-171-6/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-311-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-221-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-211-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-221-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-011-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-121-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-301-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-011-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-221-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-221-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-161-6/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-151-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-121-4/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-071-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-311-6/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-151-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-151-0/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-091-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-221-3/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-101-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-041-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-081-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-121-2/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-0/+1
|
* Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse2019-03-041-1/+5
|\ | | | | | | | | | | | | Don't allow non-members to see private related MRs Closes #2787 See merge request gitlab/gitlabhq!2866
| * Modify MergeRequestsFinder to allow filtering by commitPatrick Bajao2019-01-281-1/+5
| |
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Adds pagination to pipelines table in merge request page28249-add-paginationFilipa Lacerda2018-10-311-1/+2
|
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
| | | | | | | | | | | | Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Fix branch name in case of new merge request cherry pickGeorge Andrinopoulos2018-08-191-1/+1
|
* Add target branch to cherry pick confirmation messageGeorge Andrinopoulos2018-08-191-1/+1
|
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-2/+7
| | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
* Workhorse to send raw diff and patch for commitsZeger-Jan van de Weg2018-05-161-2/+6
| | | | | | | | | | | | | Prior to this change, this was done through unicorn. In theory this could time out. Workhorse has been sending these raw patches and diffs for a long time and is stable in doing so. Added bonus is the fact that `Commit#to_patch` can be removed. `Commit#to_diff` too, which closes https://gitlab.com/gitlab-org/gitaly/issues/324 Closes https://gitlab.com/gitlab-org/gitaly/issues/1196
* Resolve "tree/master shows incorrect CI build status"Lin Jen-Shin2018-04-111-0/+1
|
* Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-1/+13
|
* Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-0/+17
|
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-7/+2
| | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
* implemented using an ivar, and added specsBrett Walker2017-10-131-2/+7
|
* moved throttling into the controller. if we hit the throttlingBrett Walker2017-10-121-2/+5
| | | | threshhold, a message is shown indicating we didn't perform the search
* if the branch/tag count is over a certain limit, don't executeBrett Walker2017-10-111-2/+2
| | | | the long running git query
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+6
|