- 21 Jan, 2022 1 commit
-
-
Stan Hu authored
By default, httpclient will set a send timeout of 120 seconds, which causes any Google HTTP request to be interrupted every 2 minutes. The Google API client uses resumable uploads so that if a transfer request is interrupted, it can retry where it left off. The client will retry at most N + 1 times, which means transfers can only last as long as this (N + 1) * send timeout. We raise this timeout to an hour since otherwise transfers can only last 8 minutes (4 * 2 min) before being interrupted.
-
- 20 Jan, 2022 1 commit
-
-
Stan Hu authored
By default, the Retriable gem sets a max_elapsed_time to 15 minutes. This can result in large transfers to Google Cloud Storage being aborted prematurely rather than being retried. Raise the max timeout from 15 minutes to 60 minutes with a monkey patch extracted from https://github.com/googleapis/google-api-ruby-client/pull/8106. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/349425 Changelog: fixed
-
- 19 Jan, 2022 38 commits
-
-
Mark Lapierre authored
Add a check for Configuration History See merge request gitlab-org/gitlab!71484
-
Will Meek authored
Configuration History should not exist when CI config is not present. Auto Devops button should be present. As per bugfix MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70025
-
Suzanne Selhorn authored
Add guidance on numbers in text See merge request gitlab-org/gitlab!78605
-
Nick Gaskill authored
-
Mayra Cabrera authored
Swap FK dast_scanner_profiles_builds.ci_build_id to ci_builds for LFK See merge request gitlab-org/gitlab!77910
-
Justin Farris authored
Make labels easier to fill in See merge request gitlab-org/gitlab!77618
-
Mike Greiling authored
Change hashing algorithm in webpack See merge request gitlab-org/gitlab!78581
-
Lukas 'Eipi' Eipert authored
Webpack internally defaults to md4 hashing because it is fast. Similarly some loaders (e.g. cache-loader) use md5. This is generally no problem because they are mainly used for file hashes and nothing cryptography related. Unfortunately FIPS enabled versions of node do not allow to use these hasing algorithms because they are considered broken by cryptographic standards. All of these cryptographic functions come from openssl. So if one uses md4 or md5 on a FIPS enabled system, the webpack process will error. Luckily we can just monkey-patch the createHash function in node in order to use another algorithm. Thanks to this comment: https://github.com/webpack/webpack/issues/13572#issuecomment-923736472 See also: https://gitlab.com/gitlab-org/gitlab/-/issues/322883 Changelog: changed
-
Nick Gaskill authored
Improve docs on preventing secrets being pushed See merge request gitlab-org/gitlab!78248
-
Russell Dickenson authored
-
Andrew Fontaine authored
Geo Sites - Icon Actions See merge request gitlab-org/gitlab!78410
-
Imre Farkas authored
Replace owner with first_owner in service specs See merge request gitlab-org/gitlab!78518
-
Alper Akgun authored
Raise exception for StandardError fallback See merge request gitlab-org/gitlab!76837
-
Luis Mejia authored
-
Adam Hegyi authored
Multi DB support for loose foreign keys See merge request gitlab-org/gitlab!75511
-
Craig Norris authored
Add a Removals MR template See merge request gitlab-org/gitlab!77805
-
Brian Rhea authored
-
Andrew Fontaine authored
Merge branch '350440-add-promotion-callout-for-security-training-feature-to-security-dashboard-ui-only' into 'master' Add security training promo to security dashboard See merge request gitlab-org/gitlab!78432
-
Andrew Fontaine authored
Remove cached_mr_widget feature flag See merge request gitlab-org/gitlab!78355
-
Jose Ivan Vargas authored
Blob refactor: Improve blob line selection See merge request gitlab-org/gitlab!78545
-
Jarka Košanová authored
Fix false positive in crm_enable group policy spec See merge request gitlab-org/gitlab!78546
-
Amy Qualls authored
Add additional error caused by low MaxStartups See merge request gitlab-org/gitlab!78519
-
Sean McGivern authored
Fix flaky package cleanup spec See merge request gitlab-org/gitlab!78578
-
Phil Hughes authored
Fix copying/pasting images inside the Content Editor See merge request gitlab-org/gitlab!78295
-
Adam Hegyi authored
This change adds multi-db support for loose foreign key deleted records table.
-
Robert May authored
Move integration settings form from HAML to Vue See merge request gitlab-org/gitlab!77934
-
Steve Abrams authored
Removes an expectation of a specific package_file id that can result in a flaky spec.
-
Kamil Trzciński authored
LFK: Remove foreign key dast_site_profiles_builds.ci_build_id See merge request gitlab-org/gitlab!77916
-
Diana Logan authored
Add documentation for multi-store See merge request gitlab-org/gitlab!78050
-
Andrew Fontaine authored
Add deployment status badge See merge request gitlab-org/gitlab!78089
-
Grzegorz Bizon authored
Log usage of ruby regexps into application log See merge request gitlab-org/gitlab!78458
-
Andy Soiron authored
Add verification before namespace creation See merge request gitlab-org/gitlab!77315
-
Natalia Tepluhina authored
Introduce theme accent custom property See merge request gitlab-org/gitlab!78488
-
Mark Florian authored
The :not() pseudo-class needs parentheses around its argument. Without them, it's an invalid selector and is ignored. This was added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30370 about a year ago, and has gone unnoticed since then, so removing it should be fine.
-
Stan Hu authored
Remove outdated `rblineprof` See merge request gitlab-org/gitlab!77347
-
Doug Stull authored
Remove ci_store_trace_outside_transaction feature flag See merge request gitlab-org/gitlab!78465
-
Fabio Pitino authored
Add LFK ci_pipeline_artifacts to projects on project_id See merge request gitlab-org/gitlab!78058
-
Marius Bobin authored
Add milestone to `vulnerability_finding_replace_metadata` See merge request gitlab-org/gitlab!77698
-