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-09-07Add script and job to trigger a docs buildAchilleas Pipinellis
2017-09-07Remove duplicate task gettext:po_to_jsonMichael Kozono
It is already run in "bundle exec rake gitlab:assets:compile".
2017-09-06reset namespace columns in migrationJarka Kadlecova
2017-09-06Enable auto-retry in GitLab CI/CD pipelineGrzegorz Bizon
2017-09-05Merge branch 'cleanup-rspec_flaky-report-files' into 'master'Robert Speicher
Cleanup rspec_flaky report files in the update-tests-metadata job See merge request !14056
2017-09-05Cleanup rspec_flaky report files in the update-tests-metadata jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-04Fix flaky-examples-test job to not run for docsAchilleas Pipinellis
2017-09-01Remove YAGNI Gitaly logs from CI artifactsJacob Vosmaer
2017-08-31Gitaly CI improvementsJacob Vosmaer
2017-08-25Reenable MySQL tests on all branchesMichael Kozono
To protect master from surprise failures, as long as we continue to support MySQL.
2017-08-25Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'"Douwe Maan
This reverts merge request !13812
2017-08-24Reenable MySQL tests on all branchesMichael Kozono
To protect master from surprise failures, as long as we continue to support MySQL.
2017-08-18switch from --pure-lockfile to --frozen-lockfile to ensure failure if we ↵Mike Greiling
have a bad lock file
2017-08-18update karma CI build image to Chrome 60Mike Greiling
2017-08-16Update Git version for source installs to match OmnibusAndrew Newdigate
2017-08-15Speed up project creation by inlining repository creationNick Thomas
2017-08-14Don't run the `flaky-examples-check` job for docs branchesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-11Merge branch 'rc/32308-rspec-retry-hack' into 'master'Sean McGivern
Detect and keep track of flaky specs See merge request !13021
2017-08-11Retrieve and sync flaky specs report from and to S3Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-11Do not run the `ee_compat_check` job for stableish branchesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-08-04Since mysql is not a priority anymore, test it lessdo-not-test-mysql-in-ee-non-master-or-stableLin Jen-Shin
2017-08-01CI fixes for gitaly-rubyJacob Vosmaer
2017-07-20Make the lint:javascript:report job depends on setup-test-env onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-20The setup-test-env should push and pull the default cacheRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-19Leverage the new cache policies in .gitlab-ci.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-18Provide option to trigger build only for official CE and EE repos in .comBalasankar C
2017-07-13Don't install fog-aws and mime-types gems in scripts/prepare_build.shRémy Coutable
Instead, install them only for the 'update-knapsack' job. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-10Reduce parallelization of Spinach jobs and increase the RSpec onesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-10Merge branch 'docs/exclude-gitlab-git-test' into 'master'Rémy Coutable
Exclude gitlab_git_test from docs only changes See merge request !12703
2017-07-07Exclude gitlab_git_test from docs only changesAchilleas Pipinellis
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