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-01-27Use `:empty_project` where possible in model specsRobert Speicher
2017-01-18Improve readability of specs for pipeline stagesGrzegorz Bizon
2017-01-03fix pipelines/index.html.haml merge conflictRegis
2016-12-27Add missing specs for new methods in pipeline classGrzegorz Bizon
2016-12-26Add a test for latest_successful_forLin Jen-Shin
2016-12-24Revert "Merge branch 'fix-latest-pipeine-ordering' into 'master'"Grzegorz Bizon
2016-12-23Update description stating that ordering is importantLin Jen-Shin
2016-12-23Ci::Pipeline.latest order by id DESCLin Jen-Shin
2016-12-20Fix stage and pipeline specs and rubocop offensesGrzegorz Bizon
2016-12-20Improve specsKamil Trzcinski
2016-12-20Add tests for stage API endpointKamil Trzcinski
2016-12-15Add explicit status test, feedback:Lin Jen-Shin
2016-12-15Use described_class and update descriptionLin Jen-Shin
2016-12-14Introduce latest_status and add a few testsLin Jen-Shin
2016-12-12Fix pipeline specs for detailed statusesGrzegorz Bizon
2016-12-06Added Ci::Stage specsKamil Trzcinski
2016-12-06Fix handling of allowed to failure jobsKamil Trzcinski
2016-12-05Expose pipeline detailed status using status factoryGrzegorz Bizon
2016-12-01Only include EmailHelpers in mailer specs and specs using themRobert Speicher
2016-11-25Merge branch 'fix-cancelling-pipelines' into 'master' Kamil TrzciƄski
2016-11-22Expand the loop and reduce overlapped conditionsLin Jen-Shin
2016-11-22Passing a user to retry_failed in testsLin Jen-Shin
2016-11-22Just create failed builds rather than calling eventsLin Jen-Shin
2016-11-21Test against all possible cases, feedback:Lin Jen-Shin
2016-11-21External jobs do not have show page nor tracesLin Jen-Shin
2016-11-21Prefer a description for it and split the case:Lin Jen-Shin
2016-11-19Allow to retry failed or canceled builds and fix cancel running specs failureKamil Trzcinski
2016-11-18Add a test for Ci::Pipeline#cancel_running:Lin Jen-Shin
2016-11-18Add tests against two jobs having different statusLin Jen-Shin
2016-11-17Improve how we could cancel pipelines:Lin Jen-Shin
2016-11-02Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-10-26Fix duration specsKamil Trzcinski
2016-10-26Fix optimistic lockingKamil Trzcinski
2016-10-21Make sure pusher has the read_build privilegeLin Jen-Shin
2016-10-20Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-10-18Use bcc for pipeline emails because:Lin Jen-Shin
2016-10-18Merge remote-tracking branch 'upstream/master' into retry-cancelled-pipelinesLin Jen-Shin
2016-10-18Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin
2016-10-17should_email_no_one -> should_not_email_anyone, feedback:Lin Jen-Shin
2016-10-17Improve spec for pipeline metrics workerKamil Trzcinski
2016-10-17Make cancelled pipelines being able to retryLin Jen-Shin
2016-10-17Change service to be a worker, feedback:Lin Jen-Shin
2016-10-17Fix test by having a real commitLin Jen-Shin
2016-10-17Use EmailHelpers where possible, feedback:Lin Jen-Shin
2016-10-17Prefer methods from EmailHelpers, feedback:Lin Jen-Shin
2016-10-17How could I forget this?Lin Jen-Shin
2016-10-17Add test for sending pipeline notificationsLin Jen-Shin
2016-10-14Just show the first merge request we found, feedback:Lin Jen-Shin
2016-10-14Introduce Pipeline#merge_requests_with_active_first,Lin Jen-Shin
2016-09-21Fix build.Timothy Andrew