Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Also added API specs for that | ||||
* | And CI API endpoint where user can erase a build | Grzegorz Bizon | 2016-02-19 | 1 | -0/+16 |
| | |||||
* | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-update | Kamil Trzcinski | 2016-01-27 | 1 | -1/+1 |
| | | | | | | Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again. | ||||
* | Let the CI runner know about builds that this build depends onci/build_dependencies | Kamil Trzcinski | 2016-01-14 | 1 | -2/+2 |
| | | | | This allows us to implement artifacts passing: runner will download artifacts from all prior builds | ||||
* | Refactor build artifacts upload API endpoint | Grzegorz Bizon | 2016-01-14 | 1 | -8/+7 |
| | |||||
* | Update build artifacts API | Grzegorz Bizon | 2016-01-14 | 1 | -9/+8 |
| | | | | | We do not want to allow runners to upload a metadata file. This needs to be generated by Workhorse only. | ||||
* | Modify artifacts upload API endpoint, add artifacts metadata | Grzegorz Bizon | 2016-01-14 | 1 | -4/+16 |
| | |||||
* | Expose artifacts pathci-artifacts-path | Kamil Trzcinski | 2015-11-23 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -0/+102 |
| | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile | ||||
* | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -0/+53 |