Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract method that checks if ci runner needs update | Grzegorz Bizon | 2016-10-03 | 1 | -4/+11 |
| | |||||
* | Update runner version only when updating contacted_at | Kamil Trzcinski | 2016-10-03 | 1 | -11/+7 |
| | |||||
* | Fix most of specs | Kamil Trzcinski | 2016-09-15 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into per-build-token | Kamil Trzcinski | 2016-09-15 | 1 | -0/+8 |
|\ | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | Change response for /ci/api/v1/builds/register.json from 404 to 204 | Tomasz Maczukin | 2016-09-13 | 1 | -0/+8 |
| | | |||||
* | | Use a permissions of user to access all dependent projects from CI jobs ↵ | Kamil Trzcinski | 2016-09-13 | 1 | -3/+11 |
|/ | | | | (this also includes a container images, and in future LFS files) | ||||
* | Change update interval of runners when trying to preserve contacted_atchange-update-interval-of-runners | Kamil Trzcinski | 2016-09-07 | 1 | -3/+5 |
| | |||||
* | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-update | Kamil Trzcinski | 2016-01-27 | 1 | -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 token | Grzegorz Bizon | 2015-12-23 | 1 | -1/+1 |
| | | | | `runners_registration_token` now creates a new token if it is blank. | ||||
* | Merge branch 'master' into ci/persist-registration-token | Grzegorz Bizon | 2015-12-14 | 1 | -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 token | Kamil Trzcinski | 2015-12-11 | 1 | -4/+0 |
| | | |||||
* | | 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 | 1 | -1/+5 |
|/ | |||||
* | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -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 updates | Jacob Vosmaer | 2015-11-02 | 1 | -1/+3 |
| | |||||
* | Remove the option to disable CIrs-remove-ci-disable | Robert Speicher | 2015-10-05 | 1 | -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-ci | Kamil Trzcinski | 2015-09-18 | 1 | -1/+3 |
| | |||||
* | Allow to disable GitLab CI | Kamil Trzcinski | 2015-09-18 | 1 | -0/+4 |
| | |||||
* | Fix update_runner_info helper | Kamil Trzcinski | 2015-09-16 | 1 | -0/+2 |
| | |||||
* | fix specs. Stage 2 | Valery Sizov | 2015-09-14 | 1 | -85/+4 |
| | |||||
* | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -0/+114 |