Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 asked for a build 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. See merge request !2618 | ||||
| * | 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 |
| | | | | | | | | | | | | 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. | ||||
* | | Fix hot reloading for CI APIhot-reloading | Kamil Trzcinski | 2016-01-26 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | | | | 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 | 2 | -10/+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 | 2 | -4/+17 |
| | |||||
* | 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 | 7 | -289/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | Add runners token | Kamil Trzcinski | 2015-12-11 | 3 | -6/+2 |
| | | |||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 5 | -239/+3 |
| | | |||||
| * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 1 | -38/+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 | 2 | -2/+6 |
|/ | |||||
* | 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 | 4 | -0/+121 |
| | | | | | | | - 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 |
| | |||||
* | Fix API::APIHelpers -> API::Helpers; | Jason Lee | 2015-10-23 | 1 | -1/+1 |
| | | | | Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb; | ||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'rs-remove-ci-disable' | Kamil Trzcinski | 2015-10-05 | 2 | -10/+0 |
|\ | | | | | | | See merge request !1512 | ||||
| * | Remove the option to disable CIrs-remove-ci-disable | Robert Speicher | 2015-10-05 | 2 | -10/+0 |
| | | | | | | | | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b | ||||
* | | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 1 | -1/+1 |
| | | |||||
* | | Add user to Ci::Build to have pusher email address | Kamil Trzcinski | 2015-10-05 | 1 | -1/+1 |
|/ | |||||
* | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 1 | -19/+4 |
| | | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc. | ||||
* | remove API calls from CE to CIci_closer_integration | Valery Sizov | 2015-09-18 | 2 | -38/+0 |
| | |||||
* | 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 | 2 | -0/+8 |
| | |||||
* | Fix update_runner_info helper | Kamil Trzcinski | 2015-09-16 | 1 | -0/+2 |
| | |||||
* | fix specs. Stage 5 | Valery Sizov | 2015-09-15 | 1 | -6/+3 |
| | |||||
* | fix specs. Stage 4 | Valery Sizov | 2015-09-15 | 2 | -9/+6 |
| | |||||
* | fix specs. Stage 3 | Valery Sizov | 2015-09-15 | 2 | -14/+19 |
| | |||||
* | fix specs. Stage 2 | Valery Sizov | 2015-09-14 | 2 | -85/+6 |
| | |||||
* | Fix IOError when fetching a new build by runner | Kamil Trzcinski | 2015-09-14 | 1 | -1/+8 |
| | |||||
* | fix of API | Valery Sizov | 2015-09-14 | 1 | -2/+6 |
| | |||||
* | Remove network from CI | Dmitriy Zaporozhets | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | integration with gitlab auth | Valery Sizov | 2015-09-09 | 1 | -5/+5 |
| | |||||
* | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 9 | -0/+681 |