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
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Move up delegate callsDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Rails/ValidationDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-14Add after_stage scope to commit status classGrzegorz Bizon
2017-02-13Skip job only when canceling the pipeline it belongs toGrzegorz Bizon
2017-02-13Fix pipeline specs related to canceling buildsGrzegorz Bizon
2017-02-13Skip buils that were canceled but not started yetGrzegorz Bizon
2017-01-02rename sort methodMike Greiling
2017-01-02add natural sorting token for build namesMike Greiling
2016-12-13Improve readability in methods for detailed statusGrzegorz Bizon
2016-12-12Fix auto loading of constants for Ci StatusesKamil Trzcinski
2016-12-12Added Ci::Status::BuildKamil Trzcinski
2016-12-06Fix handling of allowed to failure jobsKamil Trzcinski
2016-12-06Introduce `Ci::Stage`, right now this is artificial object that is build dyna...Kamil Trzcinski
2016-12-06Support pipelines APIKamil Trzcinski
2016-11-22Move has_trace? to CommitStatus than GenericCommitStatusLin Jen-Shin
2016-10-26Fix optimistic lockingKamil Trzcinski
2016-10-24Remove redundant class_name and foreign_key overridesDavid Wagner
2016-10-12Do not return from proc-closure in pipeline transitionGrzegorz Bizon
2016-10-12Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon
2016-10-08Check for transition loopback in commit statusGrzegorz Bizon
2016-10-08Add temporary fix for race condition in MWBSGrzegorz Bizon
2016-10-08Improve transitions and run hooks after transactionGrzegorz Bizon
2016-10-07Fix ci pipeline processing with async jobsGrzegorz Bizon
2016-10-06Rename pipeline workers to match current conventionGrzegorz Bizon
2016-10-06Move MWBS trigger from build to pipeline eventGrzegorz Bizon
2016-10-06Merge branch 'feature/improve-async-pipeline-processing' into 'master' Kamil Trzciński
2016-10-04Introduce all_state_names so that we could avoid NOT INLin Jen-Shin
2016-10-04Do not return false in commit status transitionGrzegorz Bizon
2016-10-04Fix hipchat service specs after changes in pipelineGrzegorz Bizon
2016-10-04Update order of build transition callbacksGrzegorz Bizon
2016-10-04Extract updating pipeline status to async workerGrzegorz Bizon
2016-10-04Use internal commit status API to check if finishedGrzegorz Bizon
2016-10-04Fix async pipeline and remove unrelated changesGrzegorz Bizon
2016-10-03Add test for CommitStatus.exclude_ignoredLin Jen-Shin
2016-10-03Make pipeline processing asynchronousKamil Trzcinski
2016-10-03Style/EmptyLinesAroundBlockBodyLin Jen-Shin
2016-10-03Specify 3 cases we want them to be excluded. [ci skip]Lin Jen-Shin
2016-10-03Rename ignored to failed_but_allowed, introduce exclude_ignoredLin Jen-Shin
2016-09-19Fix processing of events when build finished.Kamil Trzcinski
2016-09-15Merge branch 'group-similar' into 'master' Rémy Coutable
2016-09-14Add grouping testsKamil Trzcinski
2016-09-12Revert "reload instead, so that we don't have to change order"Lin Jen-Shin
2016-09-12reload instead, so that we don't have to change orderLin Jen-Shin
2016-09-12Fix the ordering of transition callbacks:Lin Jen-Shin
2016-09-07Group similar buildsKamil Trzcinski
2016-08-25Merge branch 'statuseable-hasstatus' into 'master' Robert Speicher
2016-08-25Reduce number of database queries on builds tabPaco Guzman