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-08-12Use event `enqueue` instead of `queue`Kamil Trzcinski
2016-08-12Added specs for started_at and finished_atKamil 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-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-20Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet
2016-07-20Fix a problem with processing a pipeline where stage only has manual actionsKamil Trzcinski
2016-07-19Address feedback.Connor Shea
2016-07-19Add with_warnings? method to Pipelines and add tests.Connor Shea
2016-07-18Make manual actions to work with master codeKamil Trzcinski
2016-07-18Improve manual actions code and add model, service and feature testsKamil Trzcinski
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-06-20Rename according to:Lin Jen-Shin
2016-06-17Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin
2016-06-16Use active tense, feedback from:Lin Jen-Shin
2016-06-16blank line between setup and expectation, feedback:Lin Jen-Shin
2016-06-15Remove reduntant method for building pipeline buildsGrzegorz Bizon
2016-06-15Adopt the rename from ci_commits to ci_pipelinesLin Jen-Shin
2016-06-15Return false in create_builds if not builds createdGrzegorz Bizon
2016-06-14Remove ci commit specs that remain after bad mergeGrzegorz Bizon
2016-06-14Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon
2016-06-14Rename specific_for to available_for:Lin Jen-Shin
2016-06-09Extra tests inside shared_examples:Lin Jen-Shin
2016-06-09Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin
2016-06-09Prefer string for describe, feedback from:Lin Jen-Shin
2016-06-09Prefer do and end for before/after:Lin Jen-Shin
2016-06-09Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Fix more places where we should rename ci_commit to pipelineKamil Trzcinski
2016-06-03Refactor code reponsible for creating buildsGrzegorz Bizon
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-06-03Update specs describeKamil Trzcinski
2016-06-03Update CreateCommitBuildsService to pass testsKamil Trzcinski
2016-06-03Save Ci::Commit object to persist all created buildsKamil Trzcinski
2016-06-03Update ci commit pipeline specs according to changesGrzegorz Bizon
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-30Upgrade attr_encrypted and encryptorConnor Shea
2016-05-27Remove boilerplate spec file for Ci::RunnerProjectRobert Speicher
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-20Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher
2016-05-19Extend CI runners specsGrzegorz Bizon
2016-05-14Remove testing delegateKamil Trzcinski
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-04-28Reorder asserts is ci commits specs for consistencyGrzegorz Bizon
2016-04-28Add tests exercising builds scheduler after cancelGrzegorz Bizon
2016-04-28Refactor ci commit specs by adding context blocksGrzegorz Bizon
2016-04-18Fix rubocopKamil Trzcinski