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/lib/ci
AgeCommit message (Expand)Author
2016-04-22Fix some typosTomasz Maczukin
2016-04-22Modify code formattingTomasz Maczukin
2016-04-22Simplify the GitlabCiYamlProcessor#initial_parsing methodTomasz Maczukin
2016-04-22Add posibility to define a hidden job without 'script' in .gitlab-ci.ymlTomasz Maczukin
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil TrzciƄski
2016-04-20Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin
2016-04-20Fix some typos in documentationTomasz Maczukin
2016-04-20Add documentation of incremental trace update APITomasz Maczukin
2016-04-20Make sure that appending is done on a valid lengthTomasz Maczukin
2016-04-20Add range checkingTomasz Maczukin
2016-04-20Add incremental build trace update APITomasz 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-18Resolve mergeKamil 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-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-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-12Fix create_next_builds methodKamil Trzcinski
2016-03-23Fix build dependencies, when the dependency is a stringKamil Trzcinski
2016-03-16make conditional a bit clearerJason Roehm
2016-03-15fixed missing argument in listJason Roehm
2016-03-15fix rubocop violationJason Roehm
2016-03-15add 'triggers' keyword to gitlab-ci.yml 'only' and 'except' fields to allow c...Jason 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-19Move build eraseable API to proper API contextGrzegorz Bizon
2016-02-19Do not allow to modify build if it has been erasedGrzegorz Bizon
2016-02-19Use DELETE verb for erasing a build contentGrzegorz Bizon
2016-02-19And CI API endpoint where user can erase a buildGrzegorz Bizon
2016-02-18Fix builds scheduler when first build is allowed to failGrzegorz Bizon
2016-01-27Merge branch 'fix-ci-runners-version-update' into 'master' Robert Speicher
2016-01-27Fix CI runner version not being properly updated when asking for a buildKamil Trzcinski
2016-01-26Fix hot reloading for CI APIKamil Trzcinski
2016-01-21Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingKamil Trzcinski