Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-02Expand commit message width in repo viewClement Ho
2016-07-28Add specs for caching commit authorStan Hu
2016-07-28Cache the commit author in RequestStore to avoid extra lookups in PostReceiveStan Hu
2016-07-26Ensure relative paths for video are rewritten as we do for imagesRémy Coutable
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-06-21Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez
2016-06-08Remove `projects` inclusion in `notes_with_associations` to skip some unneces...Alejandro Rodríguez
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-06-01Refactor ParticipableYorick Peterse
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński
2016-04-19Merge branch '15139-fix-constants-redefinition-warnings' into 'master' Robert Speicher
2016-04-19Get rid of more requires, which causes warnings when code is reloadedRémy Coutable
2016-04-19Define constants only if not defined yet and freeze themRémy Coutable
2016-04-18Add support to cherry-pick any commitP.S.V.R
2016-04-16Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
2016-04-13Refactor and expose only Gitlab::UrlBuilder.build(record)Rémy Coutable
2016-04-13Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
2016-04-12Allow to close invalid merge requestFelipe Artur
2016-04-12Use Ci::Commit as PipelineKamil Trzcinski
2016-04-01Memoize reference_pattern/link_reference_patternYorick Peterse
2016-03-23Sanitize commit title when creating revert commit.Rubén Dávila
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-02-22Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable
2016-02-19More updates from the last code review.Rubén Dávila
2016-02-19Don't use `self` when looking for cross-references!Rubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Don't show revert button if commit/MR has already been reverted.Rubén Dávila
2016-02-19Refactor commit message for revert commit.Rubén Dávila
2016-02-19No longer need to ignore temporary branch.Rubén Dávila
2016-02-19Use a reference to the MR when reverting MRs.Rubén Dávila
2016-02-19Some updates after last code review.Rubén Dávila
2016-02-19Update copy and URLs used when reverting MRs.Rubén Dávila
2016-02-19Fix commit message plus other little fix.Rubén Dávila
2016-02-19Make it work for merge commits.Rubén Dávila
2016-02-19Add RevertService class with basic logic to revert commitRubén Dávila
2016-01-30Increase the minimum length for commit SHA matching to 7Robert Speicher
2015-12-10Merge branch 'master' into tmp-reference-pipeline-and-cachingDouwe Maan
2015-12-09Normalize email when looking for GitLab users from commit info. #3854Rubén Dávila
2015-12-08Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-07Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov
2015-12-07Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-07fixes after reviewValery Sizov
2015-12-07fox specsValery Sizov
2015-12-04Add added, modified and removed properties to commit object in webhookValery Sizov
2015-12-01Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan
2015-12-01Render commit reference using short sha, but include full sha in comment.Douwe Maan
2015-11-30Recognize issue/MR/snippet/commit links as references.Douwe Maan