| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build dependencies, when the dependency is a string | Kamil Trzcinski | 2016-03-23 | 1 | -2/+2 |
* | make conditional a bit clearer | Jason Roehm | 2016-03-15 | 1 | -1/+1 |
* | fixed missing argument in list | Jason Roehm | 2016-03-15 | 1 | -1/+1 |
* | fix rubocop violation | Jason Roehm | 2016-03-15 | 1 | -1/+1 |
* | add 'triggers' keyword to gitlab-ci.yml 'only' and 'except' fields to allow c... | Jason Roehm | 2016-03-15 | 1 | -7/+8 |
* | Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updates | Kamil Trzcinski | 2016-03-11 | 1 | -1/+1 |
|\ |
|
| * | Support YAML alias/anchor usage in .gitlab-ci.yml | Pascal Bach | 2016-03-08 | 1 | -1/+1 |
* | | Allow to define on which builds the current one depends on | Kamil Trzcinski | 2016-03-11 | 1 | -1/+20 |
* | | Allow to pass name of created artifacts archive in `.gitlab-ci.yml` | Kamil Trzcinski | 2016-03-11 | 1 | -0/+4 |
* | | Describe special YAML features: the use of anchors and hidden jobs | Kamil Trzcinski | 2016-03-11 | 1 | -0/+2 |
|/ |
|
* | Move build eraseable API to proper API context | Grzegorz Bizon | 2016-02-19 | 1 | -18/+1 |
* | Do not allow to modify build if it has been erased | Grzegorz Bizon | 2016-02-19 | 1 | -0/+3 |
* | Use DELETE verb for erasing a build content | Grzegorz Bizon | 2016-02-19 | 1 | -2/+4 |
* | And CI API endpoint where user can erase a build | Grzegorz Bizon | 2016-02-19 | 1 | -0/+16 |
* | Fix builds scheduler when first build is allowed to fail | Grzegorz Bizon | 2016-02-18 | 1 | -3/+1 |
* | Merge branch 'fix-ci-runners-version-update' into 'master'
| Robert Speicher | 2016-01-27 | 3 | -4/+9 |
|\ |
|
| * | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-update | Kamil Trzcinski | 2016-01-27 | 3 | -4/+9 |
* | | Fix hot reloading for CI APIhot-reloading | Kamil Trzcinski | 2016-01-26 | 1 | -1/+1 |
|/ |
|
* | Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-key | Kamil Trzcinski | 2016-01-20 | 1 | -0/+8 |
* | Change dependencies.builds to depends_on_builds | Kamil Trzcinski | 2016-01-15 | 1 | -4/+2 |
* | Let the CI runner know about builds that this build depends onci/build_dependencies | Kamil Trzcinski | 2016-01-14 | 2 | -6/+17 |
* | Refactor build artifacts upload API endpoint | Grzegorz Bizon | 2016-01-14 | 1 | -8/+7 |
* | Update build artifacts API | Grzegorz Bizon | 2016-01-14 | 2 | -10/+8 |
* | Modify artifacts upload API endpoint, add artifacts metadata | Grzegorz Bizon | 2016-01-14 | 2 | -4/+17 |
* | Use method that creates runners registration token | Grzegorz Bizon | 2015-12-23 | 1 | -1/+1 |
* | Merge branch 'master' into ci/persist-registration-token | Grzegorz Bizon | 2015-12-14 | 12 | -359/+43 |
|\ |
|
| * | Merge branch 'ci-project-migrate' into 'master'
| Kamil Trzciński | 2015-12-14 | 11 | -295/+3 |
| |\ |
|
| | * | Use Gitlab::Git instead of Ci::Git | Kamil Trzcinski | 2015-12-11 | 1 | -5/+0 |
| | * | Fix after column rename | Kamil Trzcinski | 2015-12-11 | 1 | -9/+0 |
| | * | Remove ci_ prefix from all ci related things | Kamil Trzcinski | 2015-12-11 | 2 | -3/+3 |
| | * | Add runners token | Kamil Trzcinski | 2015-12-11 | 3 | -6/+2 |
| | * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 8 | -280/+6 |
| * | | Merge branch 'ci-services-migrate' into 'master'
| Kamil Trzciński | 2015-12-14 | 1 | -38/+0 |
| |\ \
| | |/ |
|
| | * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 1 | -38/+0 |
| * | | Merge branch 'complexity/rubocop-metrics' into 'master'
| Douwe Maan | 2015-12-11 | 1 | -26/+40 |
| |\ \
| | |/
| |/| |
|
| | * | Refactor CI YAML processor's validators | Grzegorz Bizon | 2015-12-08 | 1 | -26/+40 |
* | | | Ensure that runners registration token is present | Grzegorz Bizon | 2015-12-11 | 1 | -1/+1 |
* | | | Use new runners registration token to register CI runners | Grzegorz Bizon | 2015-12-11 | 2 | -2/+6 |
|/ / |
|
* | | Allow [Symbol] when loading YAML
| Kamil Trzciński | 2015-12-09 | 1 | -2/+2 |
* | | Use YAML.safe_load | Kamil Trzciński | 2015-12-09 | 1 | -2/+2 |
|/ |
|
* | Expose artifacts pathci-artifacts-path | Kamil Trzcinski | 2015-11-23 | 1 | -0/+2 |
* | Merge branch 'caches' into 'master'
| Kamil Trzciński | 2015-11-12 | 1 | -4/+26 |
|\ |
|
| * | Allow to define cache in `.gitlab-ci.yml`caches | Kamil Trzcinski | 2015-11-10 | 1 | -4/+26 |
* | | Merge branch 'artifacts' into 'master'
| Kamil Trzciński | 2015-11-11 | 5 | -3/+137 |
|\ \
| |/ |
|
| * | Final fixes | Kamil Trzcinski | 2015-11-10 | 1 | -1/+1 |
| * | Use normal file upload mechanism to upload artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -9/+7 |
| * | Change artifacts syntax to allow uploading untracked files | Kamil Trzcinski | 2015-11-10 | 1 | -3/+13 |
| * | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 5 | -2/+128 |
* | | Improve Continuous Integration graphs page | Dmitriy Zaporozhets | 2015-11-10 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into spread-runner-l...spread-runner-last-updated-at | Jacob Vosmaer | 2015-11-03 | 1 | -30/+34 |
|\ |
|