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-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
2016-01-15Change dependencies.builds to depends_on_buildsKamil Trzcinski
2016-01-14Let the CI runner know about builds that this build depends onKamil Trzcinski
2016-01-14Refactor build artifacts upload API endpointGrzegorz Bizon
2016-01-14Update build artifacts APIGrzegorz Bizon
2016-01-14Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon
2015-12-23Use method that creates runners registration tokenGrzegorz Bizon
2015-12-14Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon
2015-12-14Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński
2015-12-14Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński
2015-12-11Use Gitlab::Git instead of Ci::GitKamil Trzcinski
2015-12-11Fix after column renameKamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Add runners tokenKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-11Merge branch 'complexity/rubocop-metrics' into 'master' Douwe Maan
2015-12-11Ensure that runners registration token is presentGrzegorz Bizon
2015-12-11Use new runners registration token to register CI runnersGrzegorz Bizon
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-09Allow [Symbol] when loading YAML Kamil Trzciński
2015-12-09Use YAML.safe_loadKamil Trzciński
2015-12-08Refactor CI YAML processor's validatorsGrzegorz Bizon
2015-11-23Expose artifacts pathKamil Trzcinski
2015-11-12Merge branch 'caches' into 'master' Kamil Trzciński
2015-11-11Merge branch 'artifacts' into 'master' Kamil Trzciński
2015-11-11Allow to define cache in `.gitlab-ci.yml`Kamil Trzcinski
2015-11-11Final fixesKamil Trzcinski
2015-11-10Use normal file upload mechanism to upload artifactsKamil Trzcinski
2015-11-10Change artifacts syntax to allow uploading untracked filesKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-11-10Improve Continuous Integration graphs pageDmitriy Zaporozhets
2015-11-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into spread-runner-l...Jacob Vosmaer