summaryrefslogtreecommitdiff
path: root/spec/factories/ci
Commit message (Collapse)AuthorAgeFilesLines
* Add feature test with unicode traceadd-unicode-trace-feature-testShinya Maeda2017-05-231-0/+10
| | | | | | | | | | | | | | | | Squashed commit of the following: commit 43e5bba774e9e383dd55c665e82f6fcfc4ebfc4f Author: Shinya Maeda <gitlab.shinyamaeda@gmail.com> Date: Mon Apr 17 17:28:44 2017 +0900 Add fix commit 09610eebdf22ad048812bb86022504b2ad917e19 Author: Shinya Maeda <gitlab.shinyamaeda@gmail.com> Date: Mon Apr 17 17:03:49 2017 +0900 Add trace test
* Remove rails dependent: :destroy statementZ.J. van de Weg2017-05-111-0/+2
| | | | | | | Enforced by the database, and no callbacks need to be called. Combined with 7b9b2c6099 and 294a8b8a6d this resolves gitlab-org/gitlab-ce#31799
* 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 ↵Kamil Trzciński2017-04-062-0/+33
| |\ | | | | | | | | | | | | | | | | | | | | | '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation' into 'master' Resolve "Run CI/CD pipelines on a schedule" - "Basic backend implementation" See merge request !10133
| | * 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
| |\ | | | | | | | | | | | | | | | | | | Disable pipeline & environment actions that are not playable Closes #25385 and #24601 See merge request !10052
| | * Fix typoFilipa Lacerda2017-04-041-0/+5
| | | | | | | | | | | | Adds tests
* | | Define baseline for test for pipelines serializerKamil Trzcinski2017-04-061-1/+1
|/ /
* | Merge branch '29643-stop-using-ffaker-in-factories' into 'master' Robert Speicher2017-04-041-3/+1
|\ \ | | | | | | | | | | | | | | | | | | Don't use FFaker in factories, use sequences instead Closes #29643 See merge request !10184
| * | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-3/+1
| |/ | | | | | | | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-0/+4
|/ | | | | | | | | | 1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
* Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-1/+1
|
* All CI offline migrationsKamil Trzciński2017-03-171-1/+1
|
* Add specs for an extended blocked pipeline statusfeature/gb/verbosify-blocked-pipeline-statusGrzegorz Bizon2017-03-081-0/+8
|
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-2/+28
|\ | | | | | | | | | | | | Feature/runner jobs v4 api Closes #28513 See merge request !9273
| * Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-0/+4
| |
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-2/+24
| |
* | Fix specs for detailed statuses for manual actionsGrzegorz Bizon2017-03-061-1/+0
| |
* | Fix specs for environments with manual actionsGrzegorz Bizon2017-03-061-1/+1
| |
* | Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-0/+4
| |
* | Improve build retry service tests for cloning dataGrzegorz Bizon2017-03-011-0/+8
| |
* | Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-0/+4
|/
* Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-171-0/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (313 commits) Allow slashes in slash command arguments Add API endpoint to get all milestone merge requests remove trailing comma Restore pagination to admin abuse reports replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin only compress assets in production Reduce number of pipelines created to test pagination add CHANGELOG.md entry for !8761 prevent diff unfolding link from appearing for deleted files fix build failures only show diff unfolding link if there are more lines to show fix typo in node section Only yield valid references in ReferenceFilter.references_in Cache js selectors; fix css move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button Remove comments in migration ...
| * Merge branch '26500-informative-slack-notifications' into 'master' Kamil Trzciński2017-02-171-0/+12
| |\ | | | | | | | | | | | | | | | | | | Adding links to user & build stage in a Build message Closes #26500 See merge request !8641
| | * Adding links to user & build in Chat NotificationsPoornima M2017-01-251-0/+12
| | |
* | | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-1/+12
|/ /
* | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-01-241-1/+2
|\ \ | |/ | | | | backport-ee-changes-for-build-minutes
| * Pass memoizable warnings attribute to stage objectGrzegorz Bizon2017-01-181-1/+2
| |
* | Backport changes introduced by ↵Kamil Trzcinski2017-01-201-0/+4
|/ | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1083
* Add test example for pipeline with yaml errorsGrzegorz Bizon2017-01-041-0/+4
|
* Add missing specs for new methods in pipeline classGrzegorz Bizon2016-12-271-0/+4
|
* Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-211-0/+4
| | | | [ci skip]