Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't run the `flaky-examples-check` job for docs branches36404-do-not-run-flaky-examples-check-for-docs-changes | Rémy Coutable | 2017-08-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'rc/32308-rspec-retry-hack' into 'master' | Sean McGivern | 2017-08-11 | 1 | -87/+125 |
|\ | | | | | | | | | Detect and keep track of flaky specs See merge request !13021 | ||||
| * | Retrieve and sync flaky specs report from and to S3 | Rémy Coutable | 2017-08-11 | 1 | -87/+125 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Do not run the `ee_compat_check` job for stableish branches35131-do-not-run-ee_compat_check-for-stableish-branches | Rémy Coutable | 2017-08-11 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Re-enable SqlInjection and CommandInjection | Brian Neel | 2017-08-08 | 1 | -0/+3 |
| | |||||
* | Since mysql is not a priority anymore, test it lessdo-not-test-mysql-in-ee-non-master-or-stable | Lin Jen-Shin | 2017-08-04 | 1 | -5/+7 |
| | |||||
* | CI fixes for gitaly-ruby | Jacob Vosmaer | 2017-08-01 | 1 | -0/+3 |
| | |||||
* | Make the lint:javascript:report job depends on setup-test-env only35367-speedup-lint-javascript-report-job | Rémy Coutable | 2017-07-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | The setup-test-env should push and pull the default cacherc/leverage-new-cache-policies | Rémy Coutable | 2017-07-20 | 1 | -1/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Leverage the new cache policies in .gitlab-ci.yml | Rémy Coutable | 2017-07-19 | 1 | -28/+62 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Provide option to trigger build only for official CE and EE repos in .comtrigger-only-on-official-repo | Balasankar C | 2017-07-18 | 1 | -0/+3 |
| | |||||
* | Don't install fog-aws and mime-types gems in scripts/prepare_build.sh34915-do-not-install-fog-aws-in-prepare_build | Rémy Coutable | 2017-07-13 | 1 | -0/+1 |
| | | | | | | Instead, install them only for the 'update-knapsack' job. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Reduce parallelization of Spinach jobs and increase the RSpec ones34911-balance-spinach-jobs-to-rspec | Rémy Coutable | 2017-07-10 | 1 | -63/+63 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'docs/exclude-gitlab-git-test' into 'master' | Rémy Coutable | 2017-07-10 | 1 | -0/+1 |
|\ | | | | | | | | | Exclude gitlab_git_test from docs only changes See merge request !12703 | ||||
| * | Exclude gitlab_git_test from docs only changesdocs/exclude-gitlab-git-test | Achilleas Pipinellis | 2017-07-07 | 1 | -0/+1 |
| | | |||||
* | | Test logging in via the Authentiq OAuth provider in a feature spec.34737-authentiq-oauth-feature-spec | Timothy Andrew | 2017-07-07 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | | | | | | - The `migration:path-pg` build was previously failing when the Authentiq feature spec was enabled by placing Authentiq configuration in the `test` section of `gitlab.yml` - The `migration:path-pg` task checks out an old revision of the codebase (`v8.14.10`) and runs a `schema:load`. It then checks out the commit under test, and runs `db:migrate`, to verify that migrations run without errors. - The problem here is that `v8.14.10` does not have the Authentiq module installed, but is run with the `gitlab.yml` for `master`, which would contain the `Authentiq` configuration in the `test` section. - The solution was to use the `v8.14.10` `gitlab.yml` for the `schema:load`, rather than the `gitlab.yml` from master. | ||||
* | Remove unnecessary pull command from codeclimate jobdz-improve-codeclimate-json-cleanup | Dmitriy Zaporozhets | 2017-06-30 | 1 | -2/+0 |
| | |||||
* | Fix codeclimate job in .gitlab-ci.yml | Dmitriy Zaporozhets | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Cleanup codeclimate.json file generated by CI | Dmitriy Zaporozhets | 2017-06-29 | 1 | -2/+3 |
| | |||||
* | Run mysql tests on stable preperation branches like 9-3-stable-patch-2jej/run-mysql-tests-on-stable-preparation-branches | James Edwards-Jones | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dz-cleanup-codeclimate-json' into 'master' | Kamil Trzciński | 2017-06-28 | 1 | -0/+1 |
|\ | | | | | | | | | Remove unused data from code climate artifact See merge request !12494 | ||||
| * | Improve sed regex for codeclimate ci jobdz-cleanup-codeclimate-json | Dmitriy Zaporozhets | 2017-06-27 | 1 | -1/+1 |
| | | |||||
| * | Remove unused data from code climate artifact | Dmitriy Zaporozhets | 2017-06-27 | 1 | -0/+1 |
| | | |||||
* | | Vendor the gitlab-git-test repo | Jacob Vosmaer (GitLab) | 2017-06-28 | 1 | -0/+6 |
| | | |||||
* | | updated gitlab-ci.yml to compile localeignore-generated-i18n-json-files | Phil Hughes | 2017-06-27 | 1 | -0/+3 |
|/ | |||||
* | Do not run the codeclimate job on docs-only changes | Achilleas Pipinellis | 2017-06-21 | 1 | -0/+1 |
| | |||||
* | Merge branch 'karma-headless-chrome-redux' into 'master'33592-pipeline-schedules-callout-has-no-top-margin | Tim Zallmann | 2017-06-16 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144 | ||||
| * | remove debug flag, but continue to log chrome output | Mike Greiling | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | add DEBUG flag option to karma config | Mike Greiling | 2017-06-14 | 1 | -0/+3 |
| | | |||||
| * | run chrome with --no-sandbox flag to get around docker privilege limitations | Mike Greiling | 2017-06-14 | 1 | -3/+0 |
| | | |||||
| * | force chrome to produce debug output as it runs in CI | Mike Greiling | 2017-06-14 | 1 | -0/+3 |
| | | |||||
| * | update karma job to use chrome build image created by gitlab-build-images!41 | Mike Greiling | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | test new docker image with headless chrome | Mike Greiling | 2017-06-14 | 1 | -0/+1 |
| | | |||||
* | | Exclude more path from codeclimate job | Dmitriy Zaporozhets | 2017-06-14 | 1 | -15/+15 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Add codeclimate job to .gitlab-ci.yml | Dmitriy Zaporozhets | 2017-06-14 | 1 | -0/+15 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Revert "Merge branch 'karma-headless-chrome' into 'master'" | Mike Greiling | 2017-06-13 | 1 | -1/+0 |
| | | | This reverts merge request !12036 | ||||
* | update karma job to use chrome build image created by gitlab-build-images!41 | Mike Greiling | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | test new docker image with headless chrome | Mike Greiling | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | skip asset compression in CI | Mike Greiling | 2017-05-30 | 1 | -0/+1 |
| | |||||
* | Minimum postgresql version is now 9.2 | Nick Thomas | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'zj-docs-on-pipeline-schedules' into 'master'32962-diff-tab-shows-a-loading-spinner | Achilleas Pipinellis | 2017-05-26 | 1 | -19/+0 |
|\ | | | | | | | | | Remove trigger docs job See merge request !11574 | ||||
| * | Remove trigger docs jobzj-docs-on-pipeline-schedules | Z.J. van de Weg | 2017-05-20 | 1 | -19/+0 |
| | | | | | | | | | | | | | | No need to trigger pipelines no more, as now these will be triggered using pipeline schedules. See https://gitlab.com/gitlab-com/gitlab-docs/pipeline_schedules | ||||
* | | Merge branch '32851-fix-postgres-9-1' into 'master' | Douwe Maan | 2017-05-25 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Resolve "GitLab 9.0 to 9.2 is incompatible with PostgreSQL 9.1" See merge request !11709 | ||||
| * | | Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ | Nick Thomas | 2017-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'zj-faster-image-trigger-builds' into 'master' | Marin Jankovski | 2017-05-25 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Use smaller image when triggering a build See merge request !11674 | ||||
| * | | Use smaller image when triggering a buildzj-faster-image-trigger-builds | Z.J. van de Weg | 2017-05-24 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'run-mysql-on-stable' into 'master' | Rémy Coutable | 2017-05-23 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Run MySQL tests on *-stable as well See merge request !11602 | ||||
| * | | Run MySQL tests on *-stable as wellrun-mysql-on-stable | Lin Jen-Shin | 2017-05-22 | 1 | -0/+1 |
| |/ | |||||
* | | Fix migrations for older PostgreSQL versionsfix-retried-for-postgres | Kamil Trzcinski | 2017-05-23 | 1 | -1/+1 |
|/ | | | | | - Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2 | ||||
* | Fix Knapsack report names for RSpec and Spinachfix-update-knapsack-job | Rémy Coutable | 2017-05-18 | 1 | -4/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> |