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
path: root/spec/lib/ci
AgeCommit message (Expand)Author
2016-06-13Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski
2016-06-13Improve after reviewKamil Trzcinski
2016-06-13Make "four phase test"Kamil Trzcinski
2016-06-13Validate artifacts:expire_in in yaml processorKamil Trzcinski
2016-06-13Added when to artifactsKamil Trzcinski
2016-06-10Improve after reviewKamil Trzcinski
2016-06-08Added when to artifactsKamil Trzcinski
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-05-25Merge branch 'rs-rubocop-nottonot' into 'master' Dmitriy Zaporozhets
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-24Replace \n to <br>Kamil Trzcinski
2016-05-23Fix Error 500 in CI charts by gracefully handling commits with no durationsStan Hu
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-05-09Send trace to a browser incrementally when build is runningKamil Trzcinski
2016-04-22Fix some typosTomasz Maczukin
2016-04-22Fix formattingTomasz Maczukin
2016-04-22Add posibility to define a hidden job without 'script' in .gitlab-ci.ymlTomasz Maczukin
2016-04-19Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
2016-04-18Make rubocop happyKamil Trzcinski
2016-04-18Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-18Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski
2016-04-18Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-18Fix rubocop complainsKamil Trzcinski
2016-04-18Minor refactorings in CI configGrzegorz Bizon
2016-04-18Validate job-level variables in YAML config fileGrzegorz Bizon
2016-04-18Minor refactoring in code related to job variablesGrzegorz Bizon
2016-04-18Make CI config return empty array if no job variablesGrzegorz Bizon
2016-04-18Rename method that returns global envs in CI confGrzegorz Bizon
2016-04-18Read job variables directly from gitlab CI configGrzegorz Bizon
2016-04-18Make it possible to override build variablesGrzegorz Bizon
2016-04-18Add `variables` keyword to job in CI config YAMLGrzegorz Bizon
2016-04-17Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-17Rename finally_script to after_scriptKamil Trzcinski
2016-04-16Rename CiStatus to StatusableKamil Trzcinski
2016-04-16Allow the before_script and finally_script to be overwritten in context of jobKamil Trzcinski
2016-04-16Implement finally_script which allows to do cleanups as part of the build pro...Kamil Trzcinski
2016-04-13Fix CiStatus implementation and testsKamil Trzcinski
2016-04-12Fix rest of rspec and spinach testsKamil Trzcinski
2016-03-23Test dependencies defined as symbolsKamil Trzcinski
2016-03-23Fix build dependencies, when the dependency is a stringKamil Trzcinski
2016-03-22Merge branch 'feature-ci-only-except-trigger' into 'master' Kamil TrzciƄski
2016-03-17adjusted behavior so canceled builds tagged as allowed to fail do not fail buildGeoffrey Lalonde
2016-03-15add tests for only/except 'triggers' keywordJason Roehm
2016-03-11Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updatesKamil Trzcinski
2016-03-11Allow to define on which builds the current one depends onKamil Trzcinski
2016-03-11Allow to pass name of created artifacts archive in `.gitlab-ci.yml`Kamil Trzcinski
2016-03-11Describe special YAML features: the use of anchors and hidden jobsKamil Trzcinski
2016-03-08Support YAML alias/anchor usage in .gitlab-ci.ymlPascal Bach
2016-02-20Extend specs for summary build statusGrzegorz Bizon