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-23Merge branch '64756-re-enable-junit-reports' into 'master'Kamil Trzciński
Enable Junit reports Closes #64756 See merge request gitlab-org/gitlab-ce!30931
2019-07-23Merge branch 'sh-enable-bootsnap' into 'master'Douglas Barbosa Alexandre
Make Bootsnap available via ENABLE_BOOTSNAP=1 Closes #45230 See merge request gitlab-org/gitlab-ce!30963
2019-07-23Extend yamllint test to changelogsPeter Dave Hello
cc !30979
2019-07-22Use debian based node images for qa testsLukas Eipert
The alpine images do not contain a full build toolchain, so if the pre-compiled node-sass bindings cannot be downloaded, they will error and break master. By switching to the debian based images, we are able to compile in case the downloads are not available.
2019-07-22Fix syntax error in scriptHeinrich Lee Yu
2019-07-22Merge branch '64428-tests-are-not-split-optimally-by-knapsack' into 'master'Rémy Coutable
Upload new Knapsack report instead of merging Closes #64428 See merge request gitlab-org/gitlab-ce!30612
2019-07-19Make Bootsnap available via ENABLE_BOOTSNAP=1Stan Hu
Bootsnap speeds up Rails loading and now ships by default with Rails 5.2 apps. We should promote this to a default gem and test it out in production. This will also make it possible for the Helm Charts to take advantage of this. It appears that Bootsnap with Rails 5.2.3 and all the GitLab CE gems loads fine on an ARM platform now, so it's possible that https://gitlab.com/gitlab-org/gitlab-ce/issues/34799 has been resolved. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45230
2019-07-19Document database review processToon Claes
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
2019-07-19Enable Junit reportsSteve Azzopardi
With https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30254 Junit reports were disabled. With https://gitlab.com/gitlab-com/gl-infra/production/issues/928 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30274 solved we should enable them again. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
2019-07-19Merge branch '64722-mg-export-frontend-fixtures' into 'master'Phil Hughes
Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
2019-07-19Save fixtures as pipeline artifactsMike Greiling
2019-07-19Rename the karma:fixtures taskMike Greiling
Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
2019-07-19Remove gitlab:ui:visual jobWinnie Hellmann
2019-07-18Add issue link to disabled JUnit reportsWinnie Hellmann
2019-07-18Upload new knapsack report instead of mergingHeinrich Lee Yu
2019-07-17Generate parallel spec reportsDesiree Chevalier
Creates reports for parallel specs and collates them into a single HTML report and displays results on the merge request.
2019-07-16Fix link pointing to the documentation styleguidePeter Leitzen
Using the old link redirects to https://docs.gitlab.com/ee/development/documentation/index.html which does not show the mentioned documentation.
2019-07-12Merge branch 'rename-gitlab-docs-repo' into 'master'Marcia Ramos
Move the gitlab-docs project under gitlab-org See merge request gitlab-org/gitlab-ce!30620
2019-07-12Gather memory usage data in testsAleksei Lipniagov
Log memory stats after running each spec file and compile the report.
2019-07-11Clean up CI reportsPhilippe Lafoucrière
Also, `SAST_CONFIDENCE_LEVEL` has been renamed in https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
2019-07-11Move the gitlab-docs project under gitlab-orgAchilleas Pipinellis
Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs. For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
2019-07-09Centralize config for markdownlintMarkus Koller
The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
2019-07-08Add lint rule that headings must increment one level at a timeEvan Read
Also fixes instances in Markdown that broke the rule.
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