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-10-23Merge branch '39308-fix-broken-master' into 'master'Sean McGivern
Fix the broken .tests-metadata-state definition Closes #39308 See merge request gitlab-org/gitlab-ce!14969
2017-10-20Merge branch 'rc/cleanup-some-jobs' into 'master'Robert Speicher
Improve the build-package and .review-docs jobs See merge request gitlab-org/gitlab-ce!14938
2017-10-20Fix the broken .tests-metadata-state definitionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-19Merge branch 'rc/balance-test-job-nodes' into 'master'Robert Speicher
Reduce Spinach parallelization to 4 nodes and increase RSpec's to 26 nodes See merge request gitlab-org/gitlab-ce!14936
2017-10-18Improve the build-package and .review-docs jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Reduce Spinach parallelization to 4 nodes and increase RSpec's to 26 nodesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Improve the .tests-metadata-state definition a bitRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Rename the `codeclimate` job to `codequality`Rémy Coutable
As per our documentation: https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html#how-it-works Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Merge branch 'rc/do-not-retry-ee_compat_check' into 'master'Sean McGivern
Do not retry jobs that are allowed to fail See merge request gitlab-org/gitlab-ce!14757
2017-10-04Do not retry jobs that are allowed to failRémy Coutable
The `ee_compat_check` job can take 10 minutes to run so it's a shame to retry it and loose 10 minutes if it fails for a good reason. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-04Improve the flaky examples detection jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-02Add changelog lint script to docs lint CI jobAchilleas Pipinellis
2017-09-21Do not clone the repo when running the review-docs jobsAchilleas Pipinellis
Previously, we checked out the branch and ran the script from there. However, when the MR got merged and the cleanup job was run it would fail since it could not find the now deleted branch. This commit rather downloads the script from GitLab and skips downloading the artifacts/dependencies/cache to speed up the process.
2017-09-20Merge branch '37713-enable-ee_compat_check-for-forks' into 'master'Rémy Coutable
Enable ee_compat_check for forks, but not EE Closes #37713 See merge request gitlab-org/gitlab-ce!14189
2017-09-19Merge branch 'dz-check-schema' into 'master'Rémy Coutable
Add rake task to check db schema is valid Closes #37568 See merge request gitlab-org/gitlab-ce!14365
2017-09-19Add rake task to check db schema is validDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-09-19Refine docs trigger script and use a really long branch name to test itAchilleas Pipinellis
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-16update build image to latest with node 8.x, yarn 1.0.2, and chrome 61Mike Greiling
2017-09-14Enable ee_compat_check for forks, but not EELin Jen-Shin
We exclude known EE projects, and check the project directory name for EE forks.
2017-09-14Use a secret variable to define the repo suffixAchilleas Pipinellis
That's a hack since we cannot inject variables that are defined in `script:` into `environments:url`, and we want to avoid maintaining two different job versions in CE and EE. Relevant discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14236/diffs#note_40140693
2017-09-13Expose URL under environments when triggering a docs review appAchilleas Pipinellis
Useful as it will be shown directly in the MR
2017-09-08Exclude migration-paths job when executing docs-only jobsAchilleas Pipinellis
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