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-21Fix build.Timothy Andrew
2016-09-20Fix spec failures.Timothy Andrew
2016-09-20Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew
2016-09-19Fix spec failuresKamil Trzcinski
2016-09-19Test all cycle analytics pre-calculation code.Timothy Andrew
2016-09-13Fix EnglishLin Jen-Shin
2016-09-13Add a test for #22010Lin Jen-Shin
2016-09-08Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable
2016-09-05Remove tests for pending_durationLin Jen-Shin
2016-09-02Just sum all the queuing time, indication for needing more runnersLin Jen-Shin
2016-09-02Make sure the algorithm did exclude gapsLin Jen-Shin
2016-09-02Actually we still need to use total - running to get:Lin Jen-Shin
2016-09-02Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin
2016-09-02Calculate real queueing time to exclude gaps from:Lin Jen-Shin
2016-09-01Update specs - add mocks to simulate old versionsTomasz Maczukin
2016-09-01Add specsTomasz Maczukin
2016-08-29Fix test for Pipeline#durationLin Jen-Shin
2016-08-24Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin
2016-08-19Use travel_to instead of dependency injection, feedback:Lin Jen-Shin
2016-08-17Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin
2016-08-15Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin
2016-08-15pipeline duration no longer depends on buildsLin Jen-Shin
2016-08-15Introduce Gitlab::Utils.now so that it's easier to stubLin Jen-Shin
2016-08-12Rename queue to enqueue in testsKamil Trzcinski
2016-08-12Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-12Use event `enqueue` instead of `queue`Kamil Trzcinski
2016-08-12Make pipeline to be in created state for hooks testsKamil Trzcinski
2016-08-12Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-12Added specs for started_at and finished_atKamil Trzcinski
2016-08-12Make it more grammatically correct, feedback:Lin Jen-Shin
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-11Fix tests for pipeline eventsKamil Trzcinski
2016-08-11Fix pipeline status change from pending to runningKamil Trzcinski
2016-08-11Enhance a pipeline event tests to analyse number of returned buildsKamil Trzcinski
2016-08-11Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-11Remove Pipeline#latest in favour of Project#pipeline_for(ref)Lin Jen-Shin
2016-08-11Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin
2016-08-10Introduce Pipeline#latest and Pipeline.latest_for:Lin Jen-Shin
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-04Define utility functions later, feedback:Lin Jen-Shin
2016-08-04Removed the abstract let, feedback:Lin Jen-Shin
2016-08-03If we use Rails magic it's breaking this test:Lin Jen-Shin
2016-08-03I was too used to this style...Lin Jen-Shin
2016-08-03Test against the status in the payloadLin Jen-Shin
2016-08-03Make sure we only fire hooks upon status changedLin Jen-Shin
2016-08-02Implement pipeline hooks, extracted from !5525Lin Jen-Shin
2016-07-20Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet