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
2019-07-06Revert "Merge branch '63825-increase-rspec-parallelism' into 'master'"Nick Thomas
This reverts merge request !30130
2019-07-04Retry review-deploy only onceRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-07-02Merge branch 'use-pg-9.6.11-on-ci' into 'master'Stan Hu
Use PostgreSQL 9.6.11 in CI tests See merge request gitlab-org/gitlab-ce!30270
2019-07-02Merge branch 'leipert-prefer-offline-yarn' into 'master'Stan Hu
Prefer offline install for yarn See merge request gitlab-org/gitlab-ce!30267
2019-07-02Add @pslaughter to CODEOWNERSWinnie Hellmann
2019-07-02Use PostgreSQL 9.6.11 in CI testsTakuya Noguchi
Specify the minor version of postgresql for CI Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-07-02Prefer offline install for yarnLukas Eipert
2019-07-02Merge branch '59177-squash-old-migrations' into 'master'Dmitriy Zaporozhets
Squash old migrations Closes #59177 See merge request gitlab-org/gitlab-ce!30226
2019-07-02Disable juint reports tmpSteve Azzopardi
The junit reports are creating 90mb files inside of redis for `gitlab-ce/ee` project. There is an ongoing production incident https://gitlab.com/gitlab-com/gl-infra/production/issues/928 that is because of high CPU uitlaization on the redis nodes. GitLab-ce/ee are the highest consumers of memory becuase of these junit reports. This is a bandage until we can scale redis properly.
2019-07-02Fix most bare URLs in projectEvan Read
Linting rule not enabled for now because tooling produces false positives.
2019-07-02Run the db:rollback-pg CI job from 2018Nick Thomas
2019-07-01Merge branch '62722-boot-app-in-ci-and-check-memory-ce' into 'master'Kamil Trzciński
Get memory data after booting app in production Closes #62722 See merge request gitlab-org/gitlab-ce!30185
2019-07-01Refactor except codePhilippe Lafoucrière
We repeat the same code in many places. With the support of multiple extends, we can clean up several jobs.
2019-07-01Enforce consistent prefix for bullet listsMarcel Amirault
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
2019-06-28Get memory data after booting app in productionAleksei Lipniagov
Preload the app in `production` env, hit it with a single request, and gather total gem memory consumption data using `derailed exec perf:mem` from `derailed_benchmarks`. Present the result as MR metrics.
2019-06-28Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney
# Conflicts: # lib/gitlab/database.rb
2019-06-28Revert "Merge branch '62722-boot-app-in-ci-and-check-memory' into 'master'"Rémy Coutable
This reverts merge request !30031
2019-06-28Merge branch '62722-boot-app-in-ci-and-check-memory' into 'master'Kamil Trzciński
Get memory data after booting app in production Closes #63585 See merge request gitlab-org/gitlab-ce!30031
2019-06-28Merge branch '3264-project-aliases-ce' into 'master'Bob Van Landuyt
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108 See merge request gitlab-org/gitlab-ce!29604
2019-06-28Get memory data after booting app in productionAleksei Lipniagov
Preload the app in `production` env, hit it with a single request, and gather total gem memory consumption data using `derailed exec perf:mem` from `derailed_benchmarks`. Present the result as MR metrics.
2019-06-27Merge branch '63825-increase-rspec-parallelism' into 'master'Robert Speicher
Attempt to work around migration spec failures by increasing parallelism See merge request gitlab-org/gitlab-ce!30130
2019-06-27Removes Database Reviewer templateMayra Cabrera
It was moved to wwww-gitlab-com
2019-06-27Attempt to fix migration spec failures by increasing parallelismNick Thomas
2019-06-27Add @patrickbajao as codeowner of project aliasesPatrick Bajao
2019-06-25Add an flag for skipping the schema version checkDJ Mountney
If you chose to use the rollback migration feature on your current version for example, you should still have a way to migrate, being that you are still on a supported migration path.
2019-06-25Merge branch 'improve-review-apps-cleanup-when-previous-deployment-failed' ↵Lin Jen-Shin
into 'master' Improve Review Apps cleanup when previous deployment failed by only issuing an `helm delete` command Closes #63639 and #62161 See merge request gitlab-org/gitlab-ce!28661
2019-06-25Merge branch '62722-add-gem-size-data-to-metrics-report' into 'master'Kamil Trzciński
Add gem size information to metrics.txt in memory CI artifacts See merge request gitlab-org/gitlab-ce!29827
2019-06-25Let Helm handle the cleanup and print logs when deployment failsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-25Retry review-deploy and review-qa-* jobs twiceRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-25Fix reports jobs timing out because of cachePhilippe Lafoucrière
Note: This commit relies on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26801 which brings support to multiple extends. While `cache: {}` can disable a cache being set globally, it doesn't work with extends, which will perform a reverse deep merge based on the keys. The cache defined in the base `.default-cache` job won't be disabled in the report jobs. As a side effect, the `code_quality`, `sast`, and `dependency_scanning` jobs are running on a larger code base than expected, leading to timeouts. fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/11303 fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/60879 fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12021
2019-06-25Exclude docs-only branches from jobEvan Read
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-21Generate gem size metrics in memory CIQingyu Zhao
This includes several changes: - Rename memory-static to generate-gems-size-metrics-static - Rename memory-static-objects to generate-gems-memory-metrics-static - Change generate-gems-size-metrics-static interface. The script now expect `bundle exec derailed bundle:mem` output as its input. The script output to stdout, or stderr for error message. - Change generate-gems-memory-metrics-static interface. The script now expect `bundle exec derailed bundle:objects` output as its input. The script output to stdout, or stderr for error message. - Generate gem size metrics. Script generate-gems-size-metrics-static extract each gem size from `bundle exec derailed bundle:mem` output. Save output to metrics file in format: 'gem_size_mb{name="zip"} 0.5'
2019-06-19Merge branch '52442-minimal-remove-mysql-support' into 'master'Robert Speicher
Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790
2019-06-19Only support postgresqlNick Thomas
MySQL support has been removed
2019-06-19Run static benchmarks from 'derailed_benchmarks'Aleksei Lipniagov
Two static memory benchmarks will be included in our CI pipeline. It will load gems from the Gemfile and check the amount of RAM consumed as well as the number of objects allocated and retained. Aggregated values will be included as 'metrics' into MRs while full reports will be downloadable as job artifacts.
2019-06-18Merge branch 'remove-node-modules-from-artifacts' into 'master'Rémy Coutable
Only push to assets-compile-cache when in master See merge request gitlab-org/gitlab-ce!28854
2019-06-17Run CI migrations since 11.11.0Yorick Peterse
One can not upgrade straigt from 9.3 to 12.0, due to the schema changes being backported. Instead, one must first upgrade to 11.11.X. Omnibus already enforces this, and our online upgrade guidelines also cover this. By changing the CI config we don't have to adjust the backport migration to handle a migration path that one can not take.
2019-06-17Only push to assets-compile-cache in masterHeinrich Lee Yu
Also update dependencies to match updated job names
2019-06-17Bump assets-compile-cache to cleanup old filesHeinrich Lee Yu
2019-06-14Merge branch 'leipert-node-12' into 'master'Mike Greiling
Update to node@12 See merge request gitlab-org/gitlab-ce!29659
2019-06-14Update to node@12Lukas Eipert
This updates our build images to use node@12. We are also adding a sentence to the from-source installation that while we require a minimum version of node@8, we also recommend node@12. Last but not least, we change the version of node in the .nvmrc so that developers using nvm can automatically use node@12 with the project
2019-06-12Update CODEOWNERS to add mikelewis for doc pathMike Lewis
2019-06-11Add eread as CODEOWNER for doc dirEvan Read
2019-06-05Merge branch 'qa-allow-review-jobs-to-fail' into 'master'Rémy Coutable
Allow the review-deploy and review-qa-* jobs to fail for now See merge request gitlab-org/gitlab-ce!29208
2019-06-05Merge branch '10403-harden-against-gitlab-assets-compile-transient-failures' ↵Stan Hu
into 'master' Harden gitlab:assets:compile against transient network failures Closes gitlab-ee#10403 See merge request gitlab-org/gitlab-ce!29211
2019-06-05Add yaml lintKamil Trzciński
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
2019-06-05Allow the review-deploy and review-qa-* jobs to fail for nowRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-05Harden gitlab:assets:compile against transient network failuresNick Thomas
2019-06-05Add code owners for security templatesOlivier Gonzalez