| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make sure all pipelines would go to pending once39884-fix-pipeline-transition-with-single-manual-action | Lin Jen-Shin | 2017-11-09 | 1 | -0/+24 |
| | | | | | | | | | | | | | Without this fix, pipeline could go from skipped to running directly, bypassing the transition for: [:created, :pending] => :running And this is responsible for setting up started_at. Without this fix, started_at would never be set. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884 | ||||
| * | Revert back FetchKubernetesTokenService | Kamil Trzcinski | 2017-11-01 | 1 | -0/+64 |
| | | |||||
| * | specs for services. Improved details. | Shinya Maeda | 2017-10-30 | 7 | -372/+0 |
| | | |||||
| * | Don't create build failed todo when build is retried38236-remove-build-failed-todo-if-it-has-been-auto-retried | Sean McGivern | 2017-10-16 | 1 | -1/+2 |
| | | | | | | | | | | When a build is retried automatically, we close any open todos. However, we do that _before_ creating a new build failed todo. To solve this, we check if the build is retried before creating the todo. We also ensure that the build _instance_ has the correct attribute set, without needing to reload it from the database. | ||||
| * | Add a project forks spec helper | Bob Van Landuyt | 2017-10-07 | 1 | -5/+3 |
| | | | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk. | ||||
| * | Merge branch 'master' into '37970-ci-sections-tracking' | Kamil Trzciński | 2017-10-07 | 7 | -0/+372 |
| |\ | | | | | | | # Conflicts: # db/schema.rb | ||||
| | * | fetch_kubernetes_token_service_spec. Fix static analysys. | Shinya Maeda | 2017-10-05 | 1 | -6/+53 |
| | | | |||||
| | * | integrate_cluster_service_spec. provision_cluster_service_spec. ↵ | Shinya Maeda | 2017-10-05 | 3 | -12/+125 |
| | | | | | | | | | update_cluster_service_spec. | ||||
| | * | Fix Rubocop failures | Kamil Trzcinski | 2017-10-04 | 1 | -2/+2 |
| | | | |||||
| | * | fetch_gcp_operation_service_spec. finalize_cluster_creation_service_spec. ↵ | Shinya Maeda | 2017-10-05 | 2 | -9/+72 |
| | | | | | | | | | wait_for_cluster_creation_worker_spec. | ||||
| | * | create_cluster_service_spec. cluster_provision_worker_spec. cluster_queue_spec. | Shinya Maeda | 2017-10-04 | 1 | -2/+30 |
| | | | |||||
| | * | Add spec/models/gcp/cluster_spec.rb | Shinya Maeda | 2017-10-04 | 7 | -0/+121 |
| | | | |||||
| * | | Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-tracking | Alessio Caiazza | 2017-10-06 | 1 | -0/+55 |
| | | | |||||
| * | | Add CI build trace sections extractor | Alessio Caiazza | 2017-10-05 | 1 | -1/+1 |
| |/ | |||||
| * | Add test for head pipeline assignment when skipped | Grzegorz Bizon | 2017-09-26 | 1 | -0/+20 |
| | | | | | Closes gitlab-org/gitlab-ce#34415 | ||||
| * | Fix code style offenses in pipeline create services | Grzegorz Bizon | 2017-09-26 | 1 | -1/+0 |
| | | |||||
| * | Extract pipeline chain builder classes from service | Grzegorz Bizon | 2017-09-25 | 1 | -99/+0 |
| | | |||||
| * | Merge branch 'backstage/gb/optimize-some-specs-with-rspec-set' into 'master' | Rémy Coutable | 2017-09-13 | 1 | -4/+5 |
| |\ | | | | | | | | | Optimize some tests with RSpec Set See merge request !14047 | ||||
| | * | Optimize CI/CD build retry service specs | Grzegorz Bizon | 2017-09-13 | 1 | -4/+5 |
| | | | |||||
| * | | Add change log. Fix spec.fix/sm/37559-pipeline-triggered-through-api-not-showing-trigger-variables | Shinya Maeda | 2017-09-13 | 1 | -1/+1 |
| | | | |||||
| * | | Fix PipelineTriggerService to associate trigger_request with builds | Shinya Maeda | 2017-09-13 | 1 | -0/+2 |
| |/ | |||||
| * | Merge branch 'zj-auto-devops-table' into 'master' | Kamil Trzciński | 2017-09-07 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Implement the implied CI/CD config for AutoDevOps Closes #34777 See merge request !13923 | ||||
| | * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Kamil Trzcinski | 2017-09-06 | 1 | -0/+11 |
| | |\ | | | | | | | | | | zj/gitlab-ce-zj-auto-devops-table | ||||
| | * \ | Merge branch 'master' into zj-auto-devops-table | Zeger-Jan van de Weg | 2017-09-06 | 4 | -73/+89 |
| | |\ \ | |||||
| | * | | | Use hook for setting Pipeline config_source | Zeger-Jan van de Weg | 2017-09-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix CI | Maxim Rydkin | 2017-09-07 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | Fix spec | Shinya Maeda | 2017-09-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use before_save :set_protected | Shinya Maeda | 2017-09-06 | 1 | -0/+11 |
| | |/ |/| | |||||
| * | | Merge branch ↵ | Kamil Trzciński | 2017-09-05 | 1 | -52/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792 | ||||
| | * | | Remove CreateTriggerRequestService and forbit to save variables on ↵ | Shinya Maeda | 2017-09-04 | 1 | -52/+0 |
| | | | | | | | | | | | | | Ci::TriggerRequest | ||||
| * | | | - Allow runner API to pass failure_reason | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
| |/ / | | | | | | | - Fix spec | ||||
| * | | Fix spec on egister_job_service_spec.rbfeature/sm/33281-protected-runner-executes-jobs-on-protected-branch | Shinya Maeda | 2017-09-03 | 1 | -32/+32 |
| | | | |||||
| * | | Fix spec | Shinya Maeda | 2017-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fix spec | Shinya Maeda | 2017-09-03 | 2 | -14/+40 |
| | | | |||||
| * | | Fix spec | Shinya Maeda | 2017-09-03 | 1 | -2/+2 |
| | | | |||||
| * | | Improve spec. Add validation for accel_level on runner. | Shinya Maeda | 2017-09-03 | 1 | -2/+4 |
| | | | |||||
| * | | Remove access_level index from runner. Add protected on ci_pipelines. Add ↵ | Shinya Maeda | 2017-09-03 | 1 | -0/+2 |
| | | | | | | | | | protected index on ci_builds. | ||||
| * | | Fix spec | Shinya Maeda | 2017-09-03 | 1 | -2/+2 |
| | | | |||||
| * | | Refactor access_level to not_protected and ref_protected | Shinya Maeda | 2017-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fix spec | Shinya Maeda | 2017-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Add the rest of specs | Shinya Maeda | 2017-09-03 | 1 | -0/+38 |
| |/ | |||||
| * | Fix specfix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500-internal-server-error-in-9-5-1 | Shinya Maeda | 2017-08-29 | 1 | -14/+10 |
| | | |||||
| * | Fix spec | Shinya Maeda | 2017-08-29 | 1 | -3/+3 |
| | | |||||
| * | Make default trigger factory generate an owner | Lin Jen-Shin | 2017-08-25 | 1 | -1/+2 |
| | | | | | And specify owners more clearly | ||||
| * | Update merge request pipeline even if if has errors | Grzegorz Bizon | 2017-08-18 | 1 | -1/+19 |
| | | |||||
| * | Make create pipeline service specs more readable | Grzegorz Bizon | 2017-08-18 | 1 | -11/+27 |
| | | |||||
| * | Fix some tests and report the error message | Lin Jen-Shin | 2017-08-09 | 1 | -1/+1 |
| | | |||||
| * | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 6 | -9/+9 |
| | | |||||
| * | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 2 | -2/+2 |
| | | |||||
| * | fixfix/sm/remove-services-true-from-pipeline_trigger_service_spec | Shinya Maeda | 2017-08-01 | 1 | -1/+1 |
| | | |||||
