summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-131-3/+5
| |\ \
| * | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-3/+4
* | | | Merge branch '15139-fix-constants-redefinition-warnings' into 'master' Robert Speicher2016-04-191-2/+2
|\ \ \ \
| * | | | Get rid of more requires, which causes warnings when code is reloaded15139-fix-constants-redefinition-warningsRémy Coutable2016-04-191-3/+3
| * | | | Define constants only if not defined yet and freeze themRémy Coutable2016-04-191-3/+3
| | |_|/ | |/| |
* | | | Add support to cherry-pick any commitP.S.V.R2016-04-181-0/+8
|/ / /
* | | Refactor and expose only Gitlab::UrlBuilder.build(record)simplify-gitlab-url_builder-15202Rémy Coutable2016-04-131-5/+1
| |/ |/|
* | Allow to close invalid merge requestFelipe Artur2016-04-111-3/+5
|/
* Memoize reference_pattern/link_reference_patternmemoize-pattern-methodsYorick Peterse2016-04-011-2/+2
* Sanitize commit title when creating revert commit.issue_14453Rubén Dávila2016-03-221-1/+1
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-7/+9
* Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable2016-02-221-1/+1
* More updates from the last code review.Rubén Dávila2016-02-191-1/+1
* Don't use `self` when looking for cross-references!Rubén Dávila2016-02-191-1/+1
* Some updates from last code review.Rubén Dávila2016-02-191-2/+2
* Don't show revert button if commit/MR has already been reverted.Rubén Dávila2016-02-191-6/+20
* Refactor commit message for revert commit.Rubén Dávila2016-02-191-3/+3
* No longer need to ignore temporary branch.Rubén Dávila2016-02-191-1/+1
* Use a reference to the MR when reverting MRs.Rubén Dávila2016-02-191-1/+7
* Some updates after last code review.Rubén Dávila2016-02-191-3/+3
* Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-191-0/+6
* Fix commit message plus other little fix.Rubén Dávila2016-02-191-1/+1
* Make it work for merge commits.Rubén Dávila2016-02-191-0/+4
* Add RevertService class with basic logic to revert commitRubén Dávila2016-02-191-0/+8
* Increase the minimum length for commit SHA matching to 7rs-issue-12706Robert Speicher2016-01-291-3/+3
* Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-101-2/+2
|\
| * Normalize email when looking for GitLab users from commit info. #3854issue_3854Rubén Dávila2015-12-091-2/+2
* | Merge branch 'master' into reference-pipeline-and-cachingreference-pipeline-and-cachingDouwe Maan2015-12-081-2/+26
|\ \ | |/
| * Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov2015-12-071-2/+26
| |\
| | * fixes after reviewwebhook_payload_with_changesValery Sizov2015-12-071-16/+9
| | * fox specsValery Sizov2015-12-071-14/+23
| | * Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-1/+23
* | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-071-2/+14
|\ \ \ | |/ /