summaryrefslogtreecommitdiff
path: root/spec/factories/ci/builds.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-0/+8
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-68/+113
* Add frozen_string_literal to spec/factoriesfrozen_string_spec_factoriesThong Kuah2019-07-261-0/+2
* Extract shared examples for duplicate sections and nonFabio Pitino2019-06-171-0/+10
* Ensure duplicate sections collapseFabio Pitino2019-06-171-2/+2
* Add feature spec for collapsible sectionsFabio Pitino2019-06-131-0/+10
* Remove legacy artifact related coderemove-legacy-artifacts-related-codeShinya Maeda2019-05-311-11/+0
* Detailed status for builds that fail prerequisitesTiger2019-04-021-0/+5
* Add :preparing status to HasStatusTiger2019-03-201-0/+4
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-15/+41
* Merge branch 'security-stored-xss-for-environments' into 'master'Cindy Pallares2018-11-281-1/+1
* Squashed commit of the following:Shinya Maeda2018-11-061-0/+24
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-0/+6
* Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-3/+3
|\
| * Fix DynamicAttributeDefinedStatically copSemyon Pupkov2018-09-211-3/+3
* | delay scheduled_at evaluation in factoryscheduled-manual-jobsAlessio Caiazza2018-10-021-2/+2
* | Add unit tests for Ci::Build. Fix validation on state transitionShinya Maeda2018-10-021-0/+12
* | Fix process build service specShinya Maeda2018-10-021-0/+9
|/
* Add factory for parsers. Add required specification in json schema matcher. I...Shinya Maeda2018-08-031-3/+2
* Squashed commit of the following:Shinya Maeda2018-07-271-0/+7
* Web Terminal Ci BuildFrancisco Javier López2018-07-051-0/+6
* Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-191-0/+5
* Merge branch 'improve-jobs-queuing-time-metric' into 'master'Kamil Trzciński (OoO till 16th of April)2018-04-181-0/+1
|\
| * Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-101-0/+1
* | Use stable docker image instead of latestPhilippe Lafoucrière2018-04-131-1/+1
|/
* Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"Kamil Trzciński2018-04-101-1/+0
* Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-0/+5
* Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin2018-04-051-0/+1
* Add indexes and change SQL for expired artifacts to deal with artifacts migra...Greg Stark2018-02-081-2/+2
* Refactor :trace to :trace_live in specShinya Maeda2018-02-061-2/+2
* Fix retry_build_service_spec.rb with trace_artifact traitShinya Maeda2018-02-061-0/+6
* Fix build factory to have properly filled started and finished dateKamil Trzciński2017-12-211-9/+16
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
* Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski2017-12-031-2/+2
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-0/+11
* Fix most test failuresZeger-Jan van de Weg2017-12-031-0/+1
* Fix creation of job_artifact_uploaderKamil Trzcinski2017-12-031-2/+4
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-5/+3
* Create Ci::ArtifactsZeger-Jan van de Weg2017-12-031-23/+4
* Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg2017-10-301-1/+1
* Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-1/+1
* Fix specShinya Maeda2017-09-041-1/+1
* Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
* Fix specShinya Maeda2017-09-031-4/+0
* Add validation for protected attributesShinya Maeda2017-09-031-2/+3
* Add the rest of specsShinya Maeda2017-09-031-0/+8
* Wrong data type when testing webhooksAlexander Randa2017-07-201-1/+1
* Make it possible to count a number of job retriesGrzegorz Bizon2017-07-171-0/+4
* Introduce cache policies for CI jobsNick Thomas2017-07-051-1/+2