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-09-07Improve codeKatarzyna Kobierska
2016-09-07Code refactoringKatarzyna Kobierska
2016-09-07Change class method nameKatarzyna Kobierska
2016-09-07Add class method to encapsulate exceptionKatarzyna Kobierska
2016-09-07Move lint to api from ci/apiKatarzyna Kobierska
2016-09-07Add params requires to lintKatarzyna Kobierska
2016-09-07Fix rubocop testsKatarzyna Kobierska
2016-09-07Add tests for API CI LintKatarzyna Kobierska
2016-09-07API for CI LintKatarzyna Kobierska
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-29Add method that returns commands for ci job entryGrzegorz Bizon
2016-08-29Do not override job nodes in legacy ci config codeGrzegorz Bizon
2016-08-24Add Sentry logging to API callsStan Hu
2016-08-17Tracking of custom eventsYorick Peterse
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-08Remove legacy Ci::StaticModel we do not use anymoreGrzegorz Bizon
2016-08-01Merge branch 'fix/use-fewer-queries-for-ci-charts' into 'master' Douwe Maan
2016-07-27Use fewer queries for CI chartsAhmad Sherif
2016-07-20Move job dependencies entry to the new CI configGrzegorz Bizon
2016-07-20Add minor readability, style improvements in CI configGrzegorz Bizon
2016-07-20Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon
2016-07-19Improve code designKamil Trzcinski
2016-07-19Fix broken builds_for_refKamil Trzcinski
2016-07-19Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski
2016-07-19Move job environment validation to new CI configGrzegorz Bizon
2016-07-18Move tags and allow_failure CI entries to new configGrzegorz Bizon
2016-07-18Validate allowed keys only in new CI configGrzegorz Bizon
2016-07-18Improve valid keys validation for CI config nodesGrzegorz Bizon
2016-07-18Move job artifacts configuration new CI config codeGrzegorz Bizon
2016-07-18Add implementation of manual actionsKamil Trzcinski
2016-07-18Move job variables config entry to new CI configGrzegorz Bizon
2016-07-18Move job image and services nodes to new CI configGrzegorz Bizon
2016-07-16Store when and yaml variables in builds tableKamil Trzcinski
2016-07-15Add metadata to new CI config and expose job nameGrzegorz Bizon
2016-07-14Remove job cache configfrom legacy yaml processorGrzegorz Bizon
2016-07-14Revert logical validation in CI job stage entryGrzegorz Bizon
2016-07-14Revert references to global node in CI job entryGrzegorz Bizon
2016-07-14Improve CI job entry validations in new configGrzegorz Bizon
2016-07-13Expose CI job commands and use in legacy processorGrzegorz Bizon
2016-07-10Remove CI job script validation from legacy configGrzegorz Bizon
2016-07-09Add comment for deprecated CI config `types` entryGrzegorz Bizon
2016-07-09Remove CI job stage code from legacy config processorGrzegorz Bizon
2016-07-06Simplify legacy CI config processor a littleGrzegorz Bizon
2016-07-06Move CI job config validations to new classesGrzegorz Bizon
2016-07-06Move decision about relevant jobs to new CI configGrzegorz Bizon
2016-07-05Remove code creating job hash from legacy CI configGrzegorz Bizon
2016-07-05Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable
2016-07-04Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-29Use AR callbacks as suggested by:Lin Jen-Shin