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-09-28Add Pipelines for CommitKamil Trzcinski
2016-08-13Fix autocomplete on commit and issue/MR edit pagesDouwe Maan
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
2016-07-21Add Discussion model to represent MR/diff discussionDouwe Maan
2016-07-08DRY up diff_for_path actionsSean McGivern
2016-07-08Collapse large diffs by defaultSean McGivern
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-06-27Fix rendering of commit notesDouwe Maan
2016-06-11Added initial version of deploymentsKamil Trzcinski
2016-06-03Rename all ci_commit[s] in application code to pipeline[s]Kamil Trzcinski
2016-06-03Fix other places where we still use commit attribute of BuildKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-14Satisfy RubocopDouwe Maan
2016-05-14Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński
2016-04-18Add support to cherry-pick any commitP.S.V.R
2016-04-12Fix specsKamil Trzcinski
2016-04-12Use Ci::Commit as PipelineKamil Trzcinski
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-02-19More updates from the last code review.Rubén Dávila
2016-02-19Update copy and URLs used when reverting MRs.Rubén Dávila
2016-02-19Check that target_branch is present.Rubén Dávila
2016-02-19Make MRs with revert commit work.Rubén Dávila
2016-02-19Add RevertService class with basic logic to revert commitRubén Dávila
2016-02-19Add button to revert commit on Commit detail page.Rubén Dávila
2016-02-15Ensure Commit#show responds 404 instead of 500 when given an invalid IDRobert Speicher
2016-02-09Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher
2016-02-05Remember user's inline/tabular diff view preference in a cookiekkm
2016-02-02Make the CI permission model simplerKamil Trzcinski
2016-01-20Merge branch 'master' into issue_3945Douwe Maan
2016-01-15Give reporters the ability to download artifacts.Andrew Johnson
2016-01-15More refactoring from last code review. #3945Rubén Dávila
2016-01-14Use current commit id if it doesn't have a parent. #3945Rubén Dávila
2016-01-08Change strategy to highlight diffs. #3945Rubén Dávila
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-08Move commit builds to partialDouwe Maan
2015-12-01Add ignore whitespace change option to commit viewMinsik Yoon
2015-11-05CI details cleanupKamil Trzcinski
2015-10-23Allow developer to manage buildsKamil Trzcinski
2015-10-07Fix tests and few CI featuresDmitriy Zaporozhets
2015-10-07Remove Ci::Commit and Ci::Build controllersDmitriy Zaporozhets
2015-10-06Render CI statuses on commit pageDmitriy Zaporozhets
2015-09-24Show CI status on commit pageDmitriy Zaporozhets
2015-04-24No longer needed to pass project argument to commit methods.Douwe Maan
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen