summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for patch link extension for commit links on GFMOswaldo Ferreira2018-04-061-1/+4
* Add banzai filter to detect commit message trailers and properly link the usersOmar Mekky2018-04-041-1/+2
* Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-261-1/+1
* Lazy fetch parent commits for a commitZeger-Jan van de Weg2018-03-061-2/+5
* Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-4/+2
* stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron2018-02-161-4/+4
* API - Include project in commits&blobs search resultsJarka Kadlecová2018-02-141-0/+4
* Migrate Commit#uri_type to Gitalyfeature/migrate-commit-uri-to-gitalyAhmad Sherif2018-01-151-4/+4
* Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-0/+4
* Only search for MR revert commits on notes after MR was merged41807-15665-consistently-502s-because-it-fetches-every-commitSean McGivern2018-01-121-2/+3
* Remove the Commit#tree methodremove-commit-treeJacob Vosmaer2018-01-041-1/+1
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-3/+17
* Adds ordering to projects contributors in APIJacopo2017-12-131-0/+14
* add support for the commit reference filtermicael.bergeron2017-12-071-1/+2
* Fix link text from group contextJarka Kadlecova2017-11-231-6/+6
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-2/+2
* Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-3/+6
* Remove unnecessary commentsDouwe Maan2017-09-251-2/+0
* Properly compare diff refs and diff positions when shas are truncatedDouwe Maan2017-09-251-5/+6
* Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-0/+9
* pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-1/+1
* Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-011-0/+22
|\
| * Change a variable name in Commit#cherry_pick_descriptionSaverio Miroddi2017-08-211-4/+4
| * Reverse order of commits in MR cherry-pick messageSaverio Miroddi2017-08-211-1/+1
| * Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-171-10/+7
| * Add support for start project to commit cherry-pick descriptionSaverio Miroddi2017-08-151-4/+4
| * Made commit cherry-pick message more standardSaverio Miroddi2017-08-151-11/+8
| * Extracted cherry-pick description in ::CommitSaverio Miroddi2017-08-151-6/+10
| * Add 'from commit' information to cherry-picked commitsSaverio Miroddi2017-08-101-0/+24
* | Merge branch 'dm-gpg-signature-performance' into 'master'Robert Speicher2017-08-161-1/+1
|\ \
| * | Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-1/+1
| |/
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
|/
* Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez2017-08-071-12/+2
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-1/+2
* fetch gpg signature badges by ajaxAlexis Reigel2017-07-271-1/+7
* move signature cache read to Gpg::CommitAlexis Reigel2017-07-271-5/+0
* bail if the commit has no signatureAlexis Reigel2017-07-271-5/+1
* cache the gpg commit signatureAlexis Reigel2017-07-271-20/+5
* verify gpg commit using tmp keyring and db queryAlexis Reigel2017-07-271-1/+16
* use more descriptive variable namesAlexis Reigel2017-07-271-5/+8
* commit signature with specAlexis Reigel2017-07-271-1/+1
* Prototype key verificationKevin O'Connor2017-07-271-0/+12
* Merge branch 'request-store-wrap' into 'master'Rémy Coutable2017-07-181-16/+3
|\
| * Rename the methods to make it fit with current nameLin Jen-Shin2017-07-181-1/+1
| * Follow feedback on the merge requestLin Jen-Shin2017-07-181-1/+1
| * Use RequestStoreWrap for Commit#authorLin Jen-Shin2017-07-181-16/+3
* | Renamed Gitaly servicesAndrew Newdigate2017-07-181-2/+2
|/
* Add table for merge request commitsSean McGivern2017-07-061-1/+1
* Merge branch '12614-fix-long-message' into 'master'Dmitriy Zaporozhets2017-06-081-16/+11
|\
| * Fix long urls in the title of commitAlexander Randa2017-05-121-16/+11