summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-051-2/+81
* Rename metadata relation and methodsTomasz Maczukin2018-03-281-1/+1
* Fix tests failuresTomasz Maczukin2018-03-281-1/+1
* Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-281-1/+1
* Show timeout information on job's pageTomasz Maczukin2018-03-281-1/+2
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-221-0/+2
|\
| * Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński2018-03-221-0/+2
| |\
| | * Add inverse_of: :pipeline for pipeline.builds (#37987)37987-speed-up-pipeline-creationDylan Griffith2018-03-211-0/+2
* | | Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-081-63/+0
|\ \ \ | |/ /
| * | Add soec for achevie! method. Fixed the methodShinya Maeda2018-03-061-63/+0
| |/
* | Merge remote-tracking branch 'origin/master' into object-storage-ee-to-ce-bac...object-storage-ee-to-ce-backportKamil Trzciński2018-02-281-13/+33
|\ \ | |/
| * Bring back the initial commitShinya Maeda2018-02-241-12/+0
| * Fixed static analysysShinya Maeda2018-02-241-5/+5
| * Check if the latest permanent file exists before remove file. Add tests.Shinya Maeda2018-02-231-2/+18
| * Copy original file to temp file always to prevent data lossShinya Maeda2018-02-231-13/+29
* | Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-282-16/+71
|\ \ | |/
| * Merge commit '4457cf9d178dc9912fd9c16427ad81b389179d00' into fix/gb/fix-redun...fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-072-2/+46
| |\
| | * Fix tests for Drop filename enforcementShinya Maeda2018-02-061-1/+1
| | * Fix retry_build_service_spec.rb with trace_artifact traitShinya Maeda2018-02-061-1/+1
| | * Add essential testsShinya Maeda2018-02-061-0/+43
| | * Fix inital test failuresShinya Maeda2018-02-061-1/+2
| * | Make exception in ensure stage service more descriptiveGrzegorz Bizon2018-02-061-1/+1
| * | Fix indentation offenses in ensure stage serviceGrzegorz Bizon2018-02-061-12/+12
| * | Fix transactions-related race condition in stages codeGrzegorz Bizon2018-02-051-0/+51
| * | Revert create job service because of load balancingGrzegorz Bizon2018-02-051-26/+0
| * | Fix specs for retry build after making stages uniqueGrzegorz Bizon2018-01-251-16/+20
| * | Do not raise an error when trying to persist a jobGrzegorz Bizon2018-01-241-0/+6
| * | Add a new service for creating detached CI/CD jobsGrzegorz Bizon2018-01-241-0/+20
| |/
* | Merge branch 'feature/sm/artifacts-trace-ee' into 'master'Kamil Trzciński2018-02-282-2/+46
* | Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into object-storage-e...Kamil Trzciński2018-02-284-20/+59
|\ \ | |/
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
| * Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-142-11/+11
| * Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manualShinya Maeda2017-12-141-5/+4
| * Merge branch 'issue_41021' into 'master'Sean McGivern2017-12-131-2/+14
| |\
| | * Prevent worker that updates merge requests head pipeline from failing jobsFelipe Artur2017-12-131-2/+14
| * | ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build41023-activerecord-staleobjecterror--attempted-to-update-a-stale-object--ci-buildShinya Maeda2017-12-121-0/+13
| |/
| * Merge branch 'fix/gb/fix-pipeline-build-chain-tag-evaluation' into 'master'Douwe Maan2017-12-081-0/+15
| |\
| | * Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluationKamil Trzcinski2017-12-081-8/+3
| | * Fix invalid pipeline build chain tag evaluationGrzegorz Bizon2017-12-081-0/+20
* | | Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into object-storage-e...Kamil Trzciński2018-02-284-28/+152
|\ \ \ | |/ /
| * | Merge branch 'feature/sm/34834-missing-dependency-should-fail-job-2' into 'ma...Kamil Trzciński2017-12-071-0/+83
| |\ \ | | |/ | |/|
| | * Test for both ci_disable_validates_dependencies true/falseShinya Maeda2017-12-081-34/+65
| | * Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
| | * Fix testsShinya Maeda2017-12-061-11/+5
| | * Fix lintShinya Maeda2017-12-061-2/+7
| | * Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-0/+25
| | * Fail jobs if its dependency is missingShinya Maeda2017-12-061-0/+28
| * | Merge branch '37354-pipelines-update' into 'master'Kamil Trzciński2017-12-061-12/+31
| |\ \ | | |/ | |/|
| | * Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-12/+31
| * | Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski2017-12-051-13/+10
| |/