summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Re-enable Gitaly commit_raw_diffs migrationAhmad Sherif2017-06-071-6/+5
* | Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master'Robert Speicher2017-06-021-5/+6
|\ \
| * | Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpcAhmad Sherif2017-06-021-5/+6
* | | Merge branch 'rc/enable-PreferredHashMethods-cop' into 'master'Robert Speicher2017-06-021-1/+1
|\ \ \
| * | | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
| |/ /
* | | Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-1/+1
|/ /
* | Add support for deltas_only under GitalyAhmad Sherif2017-05-131-2/+10
* | Remove deltas_only from DiffCollectionJacob Vosmaer2017-05-111-4/+1
* | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* | Use Rails 'delegate'Jacob Vosmaer2017-05-091-3/+1
* | Don't make Commit#raw_deltas privateJacob Vosmaer2017-05-091-4/+4
* | Don't use DiffCollection for deltasJacob Vosmaer2017-05-091-1/+5
* | Re-enable Gitaly commit_raw_diff featureAhmad Sherif2017-05-071-7/+8
* | Rename latest_pipeline to last_pipelinealways-show-latest-pipeline-in-commit-boxLin Jen-Shin2017-05-031-2/+2
* | Always show latest pipeline info in commit boxLin Jen-Shin2017-05-031-1/+1
* | Pass project to BlobDouwe Maan2017-04-271-1/+1
|/
* Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-8/+7
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-0/+5
* Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher2017-03-171-1/+8
|\
| * Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-1/+8
* | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-0/+4
|/
* Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-1/+1
* Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Enable Style/BarePercentLiteralsDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Present TODO's list without grouping by projectOswaldo Ferreira2017-01-271-2/+2
* Allows to search within project by commit's hashYarNayar2017-01-241-3/+8
* Mark MR as WIP when pushing WIP commitsjurre2017-01-191-0/+6
* Mark Commit persistedpmq20/gitlab-ce-psvr/persistedP.S.V.R2017-01-161-0/+8
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-4/+4
* Introduce latest_status and add a few testsLin Jen-Shin2016-12-141-2/+2