summaryrefslogtreecommitdiff
path: root/lib/ci/api/helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-271-3/+7
| | | | | | 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.
* Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+1
| | | | `runners_registration_token` now creates a new token if it is blank.
* Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-141-4/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) Fix runners admin view Fix migrations Rename mention of gitlab-git-http-server to gitlab-workhorse Bump Redis requirement to 2.8 for Sidekiq 4 requirements Fix wording on runner setup page add details on how to change saml button label Fix tests Move awards back to gray panel and few improvements to sidebar Few UI improvements to new sidebar implementation Fix tests for new issuable sidebar Update changelog Implement new sidebar for merge request page Make edit link on issuable sidebar works Redesign issue page for new sidebar Move awards css to separate file Implement issuable sidebar partial Update CHANGELOG Clarify cache behavior Run builds from projects with enabled CI Use Gitlab::Git instead of Ci::Git ... Conflicts: db/schema.rb
| * Add runners tokenKamil Trzcinski2015-12-111-4/+0
| |
* | Ensure that runners registration token is presentGrzegorz Bizon2015-12-111-1/+1
| |
* | Use new runners registration token to register CI runnersGrzegorz Bizon2015-12-111-1/+5
|/
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+11
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Spread out runner contacted_at updatesJacob Vosmaer2015-11-021-1/+3
|
* Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-051-6/+0
| | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
* Use 400 to notify that CI API is disabledallow-to-disable-ciKamil Trzcinski2015-09-181-1/+3
|
* Allow to disable GitLab CIKamil Trzcinski2015-09-181-0/+4
|
* Fix update_runner_info helperKamil Trzcinski2015-09-161-0/+2
|
* fix specs. Stage 2Valery Sizov2015-09-141-85/+4
|
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+114