summaryrefslogtreecommitdiff
path: root/spec/factories/ci
Commit message (Expand)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-024-4/+4
* initShinya Maeda2017-07-281-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
* Remove trigger_schedule_attributes and factory :ci_trigger_for_trigger_schedulefix/sm/32032-remove-the-rest-of-trigger_schedule-related-codesShinya Maeda2017-07-131-7/+0
* Merge from master(Fix conflicts)Shinya Maeda2017-07-071-0/+12
|\
| * Basic BE changeShinya Maeda2017-07-071-0/+12
* | merge from masterShinya Maeda2017-07-072-3/+4
|\ \ | |/
| * Update CI runner factories to not use invalid IDsYorick Peterse2017-07-061-2/+2
| * Introduce cache policies for CI jobsNick Thomas2017-07-051-1/+2
* | pipeline_schedule_variables model/dbShinya Maeda2017-07-051-0/+8
|/
* Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+2
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-055-15/+20
|\
| * Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński2017-06-051-1/+2
| |\
| | * Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-021-0/+4
| | |\
| | * | Just use the url from options, not saving it as a columnLin Jen-Shin2017-06-011-1/+0
| | * | Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-011-0/+1
| | |\ \
| | * | | Fix tests for adding environment_urlLin Jen-Shin2017-05-251-1/+3
| * | | | Merge branch '33139-lint-our-factories' into 'master'Grzegorz Bizon2017-06-023-14/+13
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-023-14/+13
| | |/ /
| * | | Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-011-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-0/+1
| | |/
| * | Add tests and also pass protected vars to protected tagsLin Jen-Shin2017-05-251-0/+4
| |/
* | Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-011-2/+4
|/
* Merge branch 'issue_32225' into 'master'Robert Speicher2017-05-231-0/+9
|\
| * Add transient head_pipeline_of to pipeline factoriesissue_32225Felipe Artur2017-05-221-0/+9
* | Add feature test with unicode traceadd-unicode-trace-feature-testShinya Maeda2017-05-231-0/+10
|/
* Remove rails dependent: :destroy statementZ.J. van de Weg2017-05-111-0/+2
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-6/+7
* Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-0/+13
* Update tests to cover trigger scheduleKamil Trzcinski2017-04-071-1/+3
* Fix ref referenceKamil Trzcinski2017-04-071-0/+4
* before_create :set_project. Now TriggerSchedule saves project from parentShinya Maeda2017-04-071-4/+0
* Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-063-1/+39
|\
| * Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-062-0/+33
| |\
| | * Improve trigger_schedule.rbShinya Maeda2017-04-061-6/+0
| | * Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-4/+4
| | * Rename cron_nightly_build to nightlyShinya Maeda2017-04-061-3/+3
| | * Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-4/+4
| | * Resolve error on trigger.specShinya Maeda2017-04-061-1/+2
| | * Fix spec/factories_spec.rbShinya Maeda2017-04-061-0/+2
| | * Brush upShinya Maeda2017-04-062-4/+9
| | * real_next_run (WIP)Shinya Maeda2017-04-062-37/+9
| | * Add validation to Ci::TriggerSchedule (Halfway)Shinya Maeda2017-04-062-8/+10
| | * Fixed strcture for db changeShinya Maeda2017-04-062-1/+1
| | * Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-061-3/+2
| | * basic componentsShinya Maeda2017-04-061-1/+17
| | * Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-061-0/+42
| * | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-1/+1
| |/
| * Merge branch 'tc-fix-unplayable-build-action-404' into 'master' Kamil Trzciński2017-04-051-0/+5
| |\