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-08-05Updates security templatesJohn Skarbek
2019-08-05Merge branch 'bvl-use-group-codeowners' into 'master'Douwe Maan
Use groups in CODEOWNERS file See merge request gitlab-org/gitlab-ce!31477
2019-08-05Use groups in CODEOWNERS fileBob Van Landuyt
Let's dogfood https://gitlab.com/gitlab-org/gitlab-ce/issues/53182 That way we don't need to keep this file up to date.
2019-08-05Fix docs review-app stages in the pipelineMarcel Amirault
2019-08-04Upgrade PostgreSQL versions in CIStan Hu
* 9.6.11 -> 9.6.14 * 10.7 -> 10.9 This is done in preparation for upgrading PostgreSQL in Omnibus: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3492
2019-08-02Don't run danger on stable branchesLukas Eipert
2019-08-02Use stable image version for dindLukas Eipert
See https://gitlab.com/gitlab-com/gl-infra/production/issues/1023 This also has been suggested by Tomasz in the MR
2019-08-02Update regex for docs branches in ciMarcel Amirault
Changes * to + to be more precise with acceptable branch names
2019-08-01Ensure review-stop can run even when the branch has been deletedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-01Implement review suggestionsMark Lapierre
Make package-and-qa manual so the default `on_success` doesn't need to be set on package-and-qa-always. Remove unnecessary `except: []`
2019-07-30Remove the wait_for_review_app_to_be_accessible step from review-deployRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
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