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-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
2016-08-25rename Statuseable to HasStatusDe Wet Blomerus
2016-08-19Merge branch 'mark-as-processable' into 'master' Robert Speicher
2016-08-19Make all future skipped builds as processable when retrying a buildKamil Trzcinski
2016-08-15Merge remote-tracking branch 'upstream/pipeline-hooks-without-slack' into wal...Lin Jen-Shin
2016-08-15Rename to total_duration and we're not using CommitStatus.durationLin Jen-Shin
2016-08-15Merge branch 'pipeline-hooks-without-slack' into wall-clock-time-for-showing-...Lin Jen-Shin
2016-08-12Use event `enqueue` instead of `queue`Kamil Trzcinski
2016-08-12Use explicit events to transition between statesKamil Trzcinski
2016-08-11Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski
2016-08-11Use state machine for pipeline event processingKamil Trzcinski
2016-08-11Verify the pipeline status after executing events on buildsKamil Trzcinski
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-10Cleanup the use of duration and optimize some queriesLin Jen-Shin
2016-07-20Workaround MySQL with INNER JOIN:Lin Jen-Shin
2016-07-18Make manual actions to work with master codeKamil Trzcinski
2016-06-21Rename commit_data in Pipeline to commitGrzegorz Bizon
2016-06-21Fix builds API response not including commit dataGrzegorz Bizon