| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'ci-commit-as-pipeline' into 'master' | Kamil TrzciĆski | 2016-04-21 | 1 | -10/+10 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::Commit becomes a Pipeline object 1. Ci::Commit receives context: ref, :tag. 1. One Ci::Commit describes a one Pipeline 1. Pipeline is created from `.gitlab-ci.yml` 1. Pipeline is a ordered group of builds 1. We test MR against Pipeline 1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future) 1. We add a Pipeline Hook that will be triggered on Pipeline status change (future) 1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future) After merging that I'll prepare a separate MR that will unify naming, database columns, table names: ``` Ci::Commit -> Pipeline Ci::Build -> Build CommitStatus -> Job GenericCommitStatus -> ExternalJob ci_commits -> pipelines ci_builds -> jobs ``` This MR implements first 5 points. This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149. See merge request !3653 | ||||
| | * | Fix specs | Kamil Trzcinski | 2016-04-11 | 1 | -10/+10 |
| | | | |||||
| * | | Make sure that appending is done on a valid length | Tomasz Maczukin | 2016-04-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add range checking | Tomasz Maczukin | 2016-04-20 | 1 | -7/+31 |
| | | | |||||
| * | | Add incremental build trace update API | Tomasz Maczukin | 2016-04-20 | 1 | -0/+22 |
| |/ | |||||
| * | Fix ci_build trace trait | Kamil Trzcinski | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Move build eraseable API to proper API context | Grzegorz Bizon | 2016-02-19 | 1 | -12/+0 |
| | | |||||
| * | Do not allow to modify build if it has been erased | Grzegorz Bizon | 2016-02-19 | 1 | -21/+35 |
| | | |||||
| * | Use DELETE verb for erasing a build content | Grzegorz Bizon | 2016-02-19 | 1 | -0/+18 |
| | | | | | Also added API specs for that | ||||
| * | Extract shared context level up in build specsci/improve-ci-build-api | Grzegorz Bizon | 2016-02-04 | 1 | -56/+17 |
| | | | | | Also improve performance of specs by joining some of examples. | ||||
| * | Improve CI API specs related to operations on build | Grzegorz Bizon | 2016-02-04 | 1 | -21/+34 |
| | | | | | | Conflicts: spec/factories/ci/builds.rb | ||||
| * | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-update | Kamil Trzcinski | 2016-01-27 | 2 | -0/+29 |
| | | | | | | | 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. | ||||
| * | Change dependencies.builds to depends_on_builds | Kamil Trzcinski | 2016-01-15 | 1 | -2/+2 |
| | | |||||
| * | Let the CI runner know about builds that this build depends onci/build_dependencies | Kamil Trzcinski | 2016-01-14 | 1 | -0/+12 |
| | | | | | 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 | -6/+5 |
| | | |||||
| * | Update build artifacts API | Grzegorz Bizon | 2016-01-14 | 1 | -13/+35 |
| | | | | | | 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 | -0/+25 |
| | | |||||
| * | Use method that creates runners registration token | Grzegorz Bizon | 2015-12-23 | 1 | -1/+0 |
| | | | | | `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 | 5 | -354/+31 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -9/+9 |
| | | | |||||
| | * | Fix triggers tests | Kamil Trzcinski | 2015-12-11 | 1 | -15/+9 |
| | | | |||||
| | * | Remove ci_ prefix from all ci related things | Kamil Trzcinski | 2015-12-11 | 2 | -3/+3 |
| | | | |||||
| | * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 5 | -275/+31 |
| | | | |||||
| | * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 1 | -73/+0 |
| | | | |||||
| * | | Stub also `ensure_*` method in CI runners API specsci/persist-registration-token | Grzegorz Bizon | 2015-12-11 | 1 | -0/+1 |
| | | | |||||
| * | | Use new runners registration token to register CI runners | Grzegorz Bizon | 2015-12-11 | 1 | -3/+6 |
| |/ | |||||
| * | Fix caching breaking test of build artifactsbuilds_feature | Kamil Trzcinski | 2015-11-13 | 1 | -6/+3 |
| | | |||||
| * | Fix broken tests | Kamil Trzcinski | 2015-11-13 | 4 | -74/+40 |
| | | |||||
| * | Fix testsartifacts | Kamil Trzcinski | 2015-11-10 | 1 | -2/+2 |
| | | |||||
| * | Use normal file upload mechanism to upload artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -8/+17 |
| | | |||||
| * | Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse now | Kamil Trzcinski | 2015-11-10 | 1 | -1/+1 |
| | | |||||
| * | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -3/+183 |
| | | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile | ||||
| * | Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI builds | Kamil Trzcinski | 2015-10-14 | 1 | -0/+5 |
| | | |||||
| * | Fix tests and few CI features | Dmitriy Zaporozhets | 2015-10-07 | 2 | -33/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix create_trigger_request_service_specrefactor-build-service | Kamil Trzcinski | 2015-10-05 | 1 | -2/+2 |
| | | |||||
| * | Fix GitLabCiService and remove ci_yaml_file from CI push data | Kamil Trzcinski | 2015-10-05 | 1 | -2/+1 |
| | | |||||
| * | Fix next bunch of tests | Kamil Trzcinski | 2015-10-05 | 2 | -8/+14 |
| | | |||||
| * | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 1 | -4/+4 |
| | | |||||
| * | Refactor commit and build | Kamil Trzcinski | 2015-10-05 | 1 | -1/+1 |
| | | |||||
| * | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 1 | -7/+5 |
| | | | | | | | | - 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. | ||||
| * | Fix tests | Kamil Trzcinski | 2015-09-29 | 2 | -2/+2 |
| | | |||||
| * | WIP | Kamil Trzcinski | 2015-09-29 | 5 | -13/+15 |
| | | |||||
| * | Ensure raise_error expectations provide argumentsrs-fix-spec-warnings | Robert Speicher | 2015-09-21 | 1 | -1/+2 |
| | | |||||
| * | remove API calls from CE to CIci_closer_integration | Valery Sizov | 2015-09-18 | 1 | -59/+0 |
| | | |||||
| * | fix specs. Stage 5 | Valery Sizov | 2015-09-15 | 3 | -15/+15 |
| | | |||||
| * | fix specs. Stage 4 | Valery Sizov | 2015-09-15 | 4 | -27/+25 |
| | | |||||
| * | fix specs. Stage 3 | Valery Sizov | 2015-09-15 | 1 | -32/+49 |
| | | |||||
| * | fix specs. Stage 2 | Valery Sizov | 2015-09-14 | 1 | -13/+13 |
| | | |||||
| * | fix part of specs | Valery Sizov | 2015-09-14 | 2 | -2/+2 |
| | | |||||
| * | rubocop satisfy | Valery Sizov | 2015-09-14 | 6 | -38/+38 |
| | | |||||
