summaryrefslogtreecommitdiff
path: root/spec/factories/ci/builds.rb
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
* Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-0/+13
|
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-1/+1
|
* Fix typoFilipa Lacerda2017-04-041-0/+5
| | | | Adds tests
* Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-1/+1
|
* 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 ...
| * 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
|/
* Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-1/+1
| | | | | | | So that this would be more consistent with the other variables, which all of them are string based. Closes #25554
* Add tests for build play extended detailed statusGrzegorz Bizon2016-12-121-3/+10
|
* Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-221-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (133 commits) Restructure steps for MM slash commands service Add Changelog entry for CI linter validation fix Fix entry lookup in CI config inheritance rules Extend specs for global ci configuration entry Remove unnecessary require_relative calls from service classes Use single quote for strings Ue svg from SVGs object Dont trigger CI builds [ci skip] Revert "Test only migrations" Add custom copy for each empty stage Refactor Mattermost slash commands docs Fetch only one revision Highlight nav item on hover Test only migrations Fix migration paths tests Scroll CA stage panel on mobile Fix CSS declaration administer to administrator Move SVGs to JS objects for easy reuse Improve deploy command message ...
| * Introduce deploy command that allows to start deployment from one ↵chatops-deploy-commandKamil Trzcinski2016-11-211-0/+6
| | | | | | | | environment to second one
* | Add a lot of tests for scopes, feedback:Lin Jen-Shin2016-11-191-0/+4
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7508#note_18622499
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+5
| | | | | | | | | | | This change simplifies a Pipeline processing by introducing a special new status: created. This status is used for all builds that are created for a pipeline. We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped). This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled. This also allows us to visualise a full pipeline (with created builds). This also removes an after_touch used for updating a pipeline state parameters. Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
* Check for Ci::Build artifacts at database levelPaco Guzman2016-07-291-0/+16
|
* Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-0/+2
|
* Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-0/+5
| | | | | | | | Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
* Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-0/+5
|
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-1/+1
|
* Try to use `pipeline` where applicableKamil Trzcinski2016-06-031-1/+1
|
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
|
* Move all factory definitions to their own fileRobert Speicher2016-03-041-0/+2
|
* Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverageRémy Coutable2016-02-221-1/+5
|
* Fix specsKamil Trzcinski2016-02-191-1/+1
|
* Fix build api specs after rebaseGrzegorz Bizon2016-02-191-1/+1
|
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-6/+5
| | | | Also added API specs for that
* Add artifacts trait to build factory in specsGrzegorz Bizon2016-02-191-1/+1
|
* Fix builds scheduler when first build is allowed to failGrzegorz Bizon2016-02-181-0/+12
| | | | | | | | Before this fix when there was only one relevant, previous build and it failed, but was allowed to fail, entire build had been marked as skipped. Closes #3192
* Add specs for build status helper classGrzegorz Bizon2016-02-181-0/+8
|
* Remove unmaintainable db schema comment from build factoryGrzegorz Bizon2016-02-041-27/+0
|
* Improve CI API specs related to operations on buildGrzegorz Bizon2016-02-041-0/+15
| | | | | Conflicts: spec/factories/ci/builds.rb
* Remove hard-coded id from builds factoryTomasz Maczukin2016-01-141-2/+1
|
* Change :ci_build_canceled factory to :canceled traitTomasz Maczukin2016-01-131-4/+4
|
* Fix :ci_build_with_trace factoryTomasz Maczukin2016-01-111-1/+3
|
* Add cancel/retry features to builds APITomasz Maczukin2015-12-301-0/+4
|
* Add specs for build details/traces features in builds APITomasz Maczukin2015-12-301-0/+6
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-0/+4
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+1
|
* Fix rest of testsKamil Trzcinski2015-10-051-0/+1
|
* Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-051-1/+6
|
* Fix: ci_*_build factory should be validKamil Trzcinski2015-09-151-0/+2
|
* Fix commit specsDmitriy Zaporozhets2015-09-101-1/+1
|