Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-07Test logging in via the Authentiq OAuth provider in a feature spec.Timothy Andrew
- 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.
2017-06-30Remove unnecessary pull command from codeclimate jobDmitriy Zaporozhets
2017-06-29Fix codeclimate job in .gitlab-ci.ymlDmitriy Zaporozhets
2017-06-29Cleanup codeclimate.json file generated by CIDmitriy Zaporozhets
2017-06-29Run mysql tests on stable preperation branches like 9-3-stable-patch-2James Edwards-Jones
2017-06-28Merge branch 'dz-cleanup-codeclimate-json' into 'master'Kamil Trzciński
Remove unused data from code climate artifact See merge request !12494
2017-06-28Vendor the gitlab-git-test repoJacob Vosmaer (GitLab)
2017-06-28Improve sed regex for codeclimate ci jobDmitriy Zaporozhets
2017-06-27Remove unused data from code climate artifactDmitriy Zaporozhets
2017-06-27updated gitlab-ci.yml to compile localePhil Hughes
2017-06-21Do not run the codeclimate job on docs-only changesAchilleas Pipinellis
2017-06-16Merge branch 'karma-headless-chrome-redux' into 'master'Tim Zallmann
Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144
2017-06-14remove debug flag, but continue to log chrome outputMike Greiling
2017-06-14add DEBUG flag option to karma configMike Greiling
2017-06-14Exclude more path from codeclimate jobDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-14Add codeclimate job to .gitlab-ci.ymlDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-14run chrome with --no-sandbox flag to get around docker privilege limitationsMike Greiling
2017-06-14force chrome to produce debug output as it runs in CIMike Greiling
2017-06-14update karma job to use chrome build image created by gitlab-build-images!41Mike Greiling
2017-06-14test new docker image with headless chromeMike Greiling
2017-06-13Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling
This reverts merge request !12036
2017-06-13update karma job to use chrome build image created by gitlab-build-images!41Mike Greiling
2017-06-13test new docker image with headless chromeMike Greiling
2017-05-30skip asset compression in CIMike Greiling
2017-05-26Minimum postgresql version is now 9.2Nick Thomas
2017-05-26Merge branch 'zj-docs-on-pipeline-schedules' into 'master'Achilleas Pipinellis
Remove trigger docs job See merge request !11574
2017-05-25Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan
Resolve "GitLab 9.0 to 9.2 is incompatible with PostgreSQL 9.1" See merge request !11709
2017-05-25Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas
2017-05-25Merge branch 'zj-faster-image-trigger-builds' into 'master'Marin Jankovski
Use smaller image when triggering a build See merge request !11674
2017-05-24Use smaller image when triggering a buildZ.J. van de Weg
2017-05-23Merge branch 'run-mysql-on-stable' into 'master'Rémy Coutable
Run MySQL tests on *-stable as well See merge request !11602
2017-05-23Fix migrations for older PostgreSQL versionsKamil Trzcinski
- Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2
2017-05-22Run MySQL tests on *-stable as wellrun-mysql-on-stableLin Jen-Shin
2017-05-20Remove trigger docs jobZ.J. van de Weg
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
2017-05-18Fix Knapsack report names for RSpec and SpinachRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Reorganize static analysis and DB-related jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Factorize common :only definition in .gitlab-ci.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Move the DB name at the end of the first jobs' name word and prepend it with ↵Rémy Coutable
a dash Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Revert "Merge branch 'revert-f2fc716c' into 'master' "Rémy Coutable
This reverts commit 98ae016ab207a7f4e27d151584156af6011d48d5, reversing changes made to c5dee301f8bb6496c09c2aef54f9665b350c535f.
2017-05-16Add more choices to name the branch for docs only testsAchilleas Pipinellis
http://rubular.com/r/51mKdLm6RF
2017-05-16alter cache key to prevent other pipeline configs from overwritingMike Greiling
2017-05-16add trailing slash to .yarn-cache to clearly identify it as a directoryMike Greiling
2017-05-16instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling
2017-05-11Remove unnecessary cache definition in rake karma testStan Hu
Closes #32119
2017-05-09Move triggering build logic to separate scriptBalasankar C
2017-05-09Print triggered pipeline id in a better formatBalasankar C
2017-05-05Add a manual job to trigger package build in omnibusBalasankar C
2017-05-04Include the bundler:audit job into the static-analysis jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03Move api lint out of static analysis jobAchilleas Pipinellis
2017-05-02Merge branch 'docs-mrs-should-run-static-analysis' into 'master' Achilleas Pipinellis
Docs branches should run static analysis See merge request !11035