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-16Revert unrelevant changesKamil Trzcinski
2016-08-12Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-12Fix build play failureKamil Trzcinski
2016-08-12Use event `enqueue` instead of `queue`Kamil Trzcinski
2016-08-12if -> when; when -> `when`; %w() -> %w[]; and fix some typos:Lin Jen-Shin
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-11Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-03Use when instead of if, feedback:Lin Jen-Shin
2016-08-02Implement pipeline hooks, extracted from !5525Lin Jen-Shin
2016-07-26Fix testsKatarzyna Kobierska
2016-07-20Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin
2016-07-20Don't show other actions of the same nameKamil Trzcinski
2016-07-20Improve implementation of variablesKamil Trzcinski
2016-07-20Make rubocop happyKamil Trzcinski
2016-07-20Update all exposed variables to CI buildsKamil Trzcinski
2016-07-19Move Project#latest_successful_builds_for to project_spec.rbLin Jen-Shin
2016-07-19Just use default_branch, feedback:Lin Jen-Shin
2016-07-19Check against type explicit, feedback:Lin Jen-Shin
2016-07-19Use for, feedback:Lin Jen-Shin
2016-07-19Use let! feedback:Lin Jen-Shin
2016-07-19Remove descriptions for simple case, feedback:Lin Jen-Shin
2016-07-19Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin
2016-07-19API for downloading latest successful build:Lin Jen-Shin
2016-07-19Move when tests before to make it no conflict with manual-actionsKamil Trzcinski
2016-07-19Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski
2016-07-18Improve manual actions code and add model, service and feature testsKamil Trzcinski
2016-07-16Store when and yaml variables in builds tableKamil Trzcinski
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Improve method that tells if build is retryableGrzegorz Bizon
2016-06-21Fix builds API response not including commit dataGrzegorz Bizon
2016-06-17Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin
2016-06-14Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin
2016-06-14Fix Ci::Build#artifacts_expire_in= when assigning invalid durationKamil Trzcinski
2016-06-14Fix specsKamil Trzcinski
2016-06-13Improve testsKamil Trzcinski
2016-06-13Improve design based on reviewKamil Trzcinski
2016-06-13Test controllers if they allow to keep artifactsKamil Trzcinski
2016-06-09Rename commit to pipeline in TriggerRequestKamil Trzcinski
2016-06-09Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin
2016-06-09Use block for before/after as we preferredLin Jen-Shin
2016-06-09Implement the logic for locking runnerLin Jen-Shin
2016-06-07Fix tests failuresKamil Trzcinski
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-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-05-31Remove redundant factory namespace in build specsGrzegorz Bizon
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-19Add method that check if build has tagsGrzegorz Bizon