summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-141-25/+42
|\
| * Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-15/+26
| * Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-10/+12
| * Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-0/+4
* | Rename latest_for to latest, feedback:Lin Jen-Shin2016-11-241-1/+1
* | Still use compound pipeline status, but group byLin Jen-Shin2016-11-211-7/+1
* | Show commit status from latest pipelineLin Jen-Shin2016-11-081-7/+9
|/
* Initialize @statuses in status rather than constructorLin Jen-Shin2016-11-031-1/+2
* Merge status_for and status, feedback:Lin Jen-Shin2016-11-031-5/+1
* It's not used as a public API right now, feedback:Lin Jen-Shin2016-10-281-5/+4
* Still show status from pipelines, see:Lin Jen-Shin2016-10-271-7/+14
* Pass `@ref` along so we know which pipeline to showLin Jen-Shin2016-10-241-0/+4
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-011-9/+0
* Fix line commenting for the initial commitSean McGivern2016-08-191-1/+1
* Speed up Commit#repo_changesAhmad Sherif2016-08-031-1/+1
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-3/+7
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-1/+1
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-0/+4
* Expand commit message width in repo viewClement Ho2016-08-021-6/+8
* Add specs for caching commit authorStan Hu2016-07-271-7/+15
* Cache the commit author in RequestStore to avoid extra lookups in PostReceiveStan Hu2016-07-271-1/+8
* Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-261-2/+2
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-0/+7
* Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-0/+26
* Remove `projects` inclusion in `notes_with_associations` to skip some unneces...Alejandro Rodríguez2016-06-081-1/+1
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-3/+3
* Refactor ParticipableYorick Peterse2016-06-011-7/+16
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-3/+4
|\
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-161-5/+1
| |\