summaryrefslogtreecommitdiff
path: root/app/controllers/projects/commit_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse2019-03-041-1/+5
|\
| * 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
|/
* 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
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* 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
* Workhorse to send raw diff and patch for commitsZeger-Jan van de Weg2018-05-161-2/+6
* 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
* 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
* if the branch/tag count is over a certain limit, don't executeBrett Walker2017-10-111-2/+2
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+6
* WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-1/+1
* Update Pipeline's badge count in Merge Request and Commits view to match real...Filipa Lacerda2017-07-141-3/+8
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Merge request widget redesignFatih Acet2017-05-091-1/+1
* Refactor changing files in web UIDouwe Maan2017-04-201-7/+3
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-0/+2
|\
| * Enable polling for pipelines table other pagesToon Claes2017-04-061-0/+2
* | Address review commentsDouwe Maan2017-04-051-1/+1
* | Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-051-1/+1
* | Add option to start a new discussion on an MRDouwe Maan2017-04-051-11/+9
|/
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-12/+20
* Merge branch 'route-map' into 'master' Robert Speicher2017-02-071-0/+2
|\
| * Address feedbackDouwe Maan2017-02-061-3/+2
| * Improve performance of finding last deployed environmentDouwe Maan2017-02-061-1/+1
| * Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+3
* | Moves pagination to shared folderFilipa Lacerda2017-02-031-1/+0
|/
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-021-0/+11
|\
| * Expose serialized pipelines for commit pipelinesGrzegorz Bizon2017-01-271-0/+11
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-5/+0
|\ \ | |/
| * Add sorting pipeline for a commitTakuya Noguchi2017-01-191-5/+0
* | Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-061-5/+3
|/
* Changes after reviewFilipa Lacerda2016-12-211-1/+1
* Remove builds tab from commitFilipa Lacerda2016-12-211-29/+2
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-9/+7
* Add Pipelines for CommitKamil Trzcinski2016-09-271-8/+9
* Fix autocomplete on commit and issue/MR edit pagesDouwe Maan2016-08-121-1/+1
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-2/+2
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-2/+2
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-2/+2
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-2/+2
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-2/+2
* DRY up diff_for_path actionsSean McGivern2016-07-081-34/+27