summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix retriesKamil Trzcinski2016-10-141-1/+1
|
* Re-run specs if failedKamil Trzcinski2016-10-141-1/+1
|
* Remove spinach retry.Connor Shea2016-10-141-1/+1
|
* Merge branch 'trigger-docs-yaml' into 'master' Achilleas Pipinellis2016-10-131-0/+3
|\ | | | | | | | | | | | | Do not run before_script, artifacts, cache in trigger_docs job Fixes See merge request !6866
| * Do not run before_script, artifacts, cache in trigger_docs jobtrigger-docs-yamlAchilleas Pipinellis2016-10-131-0/+3
| |
* | Improve the branch existence and merge checksce-to-ee-merge-check-rake-taskRémy Coutable2016-10-131-1/+1
| | | | | | | | | | | | Also add a safeguard for non-CI env. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Draft a quick CE->EE merge check rake taskRémy Coutable2016-10-131-0/+7
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'cache-gems-for-tags' into 'master' Robert Speicher2016-10-131-0/+13
|\ | | | | | | | | | | | | | | | | | | | | | | Keep a copy of gems needed by our releases as CI artifacts This is meant as insurance in case a gem GitLab needs is ever removed from rubygems.org. After we merge this, all future GitLab tags will have a CI artifact archive containing all the gems (for all platforms) specified in Gemfile.lock for that revision. Only runs on tags (so we don't constantly create 50MB gem cache bundles). See merge request !6617
| * Cache gems in CI on tagsJacob Vosmaer2016-09-301-0/+13
| |
* | Add job to trigger a docs.gitlab.com buildtrigger-docsAchilleas Pipinellis2016-10-131-0/+8
| |
* | Merge branch 'sh-add-bundle-check' into 'master' 21153-selecting-no-one-in-branch-permissions-is-confusingRémy Coutable2016-10-121-0/+6
|\ \ | | | | | | | | | | | | | | | | | | Add a bundle check step to ensure dependencies are correct This should help prevent merge issues in the future, which caused !6814 to be needed. See merge request !6815
| * | Add a separate stage for bundle checksh-add-bundle-checkStan Hu2016-10-121-1/+6
| | |
| * | Add a bundle check step to ensure dependencies are correctStan Hu2016-10-121-0/+1
| | | | | | | | | | | | | | | This should help prevent merge issues in the future, which caused !6814 to be needed.
* | | Revert "Merge branch 'tests-use-tmpfs' into 'master'"Yorick Peterse2016-10-121-2/+0
|/ / | | | | This reverts merge request !6730
* | Try tmpfs for repository storage, etcNick Thomas2016-10-061-0/+2
| |
* | Don't allow flay to fail.cs-flay-no-allow-failureConnor Shea2016-10-051-3/+1
| |
* | Move the images over to dev.gitlab.orguse-custom-ruby-imagesZ.J. van de Weg2016-09-301-2/+2
| |
* | Update CI yaml and update CHANGELOG entryZ.J. van de Weg2016-09-301-2/+2
| |
* | remove unused cache from .gitlab-ci.ymlZ.J. van de Weg2016-09-301-2/+0
| |
* | Use custom Ruby images to test buildsKamil Trzcinski2016-09-301-2/+2
| | | | | | | | It allows us to remove redundant steps of installing required dependencies for every build.
* | Remove Flog as we use a Rubocop that does its job.cs-remove-flog-flayConnor Shea2016-09-281-3/+0
|/
* Limit test environment size to one project in CIGrzegorz Bizon2016-09-231-2/+2
|
* Improve CI job that tests database seedsGrzegorz Bizon2016-09-221-4/+4
|
* Try cloning repositories before seeding databaseGrzegorz Bizon2016-09-221-0/+2
| | | | | Seeding database requires gitlab-shell, and we would like to avoid adding this dependency to the CI.
* Add artifacts with development log when seed failsGrzegorz Bizon2016-09-221-0/+5
|
* Add development environment database setup CI testGrzegorz Bizon2016-09-221-6/+16
|
* Allow flay and flog to fail for nowStan Hu2016-09-141-2/+6
|
* Add haml_lint rake taskRémy Coutable2016-09-131-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use haml_lint for views lintingRémy Coutable2016-09-131-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'enable-rspec-formatter' into 'master' Kamil Trzciński2016-09-081-1/+1
|\ | | | | | | | | | | | | Enable rspec documentation formatter and color output Current rspec just outputs a `=` as each test runs. This enables the documentation formatter and color output to make it easier to know what is going on with each spec. See merge request !5924
| * Add color to rspec outputenable-rspec-formatterStan Hu2016-08-201-1/+1
| |
| * Enable rspec documentation formatterStan Hu2016-08-201-1/+1
| |
* | Have CI test migration pathsZ.J. van de Weg2016-09-061-1/+15
|/ | | | | | | | | This commit adds a job to the pipeline to test if migration on seed data works. Even though the seed data is not perfect, it does give more guarentees that this will succeed in the real world too. seed_fu is used instead of dev:setup to save some time, as they both generate the data in the same way, this should be fine.
* Install latest stable phantomjsKamil Trzcinski2016-08-131-1/+1
|
* Use new PhantomJS versionKamil Trzcinski2016-08-131-0/+1
|
* Update ruby 2.3.1ruby-2-3-1Z.J. van de Weg2016-08-121-2/+2
|
* Update gitlab ci tests to test ruby 2.1 now tooZ.J. van de Weg2016-08-111-1/+1
|
* Default build tests ruby 2.3.1Z.J. van de Weg2016-08-111-40/+40
| | | | | Ruby 2.1.8 is used only on master for now, as this would give confidance in case this commit has to be reverted.
* Merge branch 'api-examples-curl-long-options' into 'master' Achilleas Pipinellis2016-08-101-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use long options for curl examples in documentation ## What does this MR do? Use long options (e.g. `--header` instead of `-H`) for curl examples in documentation. ## Why was this MR needed? Short options are less readable. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5465#note_13603730 See merge request !5703
| * add linting script for documentationwinniehell2016-08-091-0/+7
| |
* | Add test coverage analysis for CoffeeScript (!5052)winniehell2016-08-071-0/+10
|/
* Don't setup DB for slack notification buildRuben Davila2016-08-041-0/+3
|
* Deploy test coverage report on master pipeline onlyGrzegorz Bizon2016-07-221-0/+2
|
* Improve CI configuration file for pages stageGrzegorz Bizon2016-07-221-6/+6
|
* Deploy ruby test coverage report to gitlab pagesGrzegorz Bizon2016-07-211-14/+29
|
* Fix SimpleCov report mergingKamil Trzcinski2016-07-211-1/+2
|
* Update configuration of SimpleCovKamil Trzcinski2016-07-211-0/+1
|
* Store all simplecov configuration in one fileKamil Trzcinski2016-07-211-0/+4
|
* Fix update-coverage jobKamil Trzcinski2016-07-211-1/+4
|
* Use `scripts/merge-simplecov`Kamil Trzcinski2016-07-211-1/+1
|