- 20 Jan, 2022 14 commits
-
-
Michael Kozono authored
Merge branch '350359-geo-error-undefined-method-separate_verification_state_table-spec' into 'master' Adds spec to check VerificationTimeoutWorker basic functionality See merge request gitlab-org/gitlab!78596
-
Evan Read authored
Revise line widths for Compliance features doc See merge request gitlab-org/gitlab!78612
-
Craig Norris authored
Revise line widths for Compliance features doc
-
Douglas Barbosa Alexandre authored
Generic BG migration jobs use the correct context See merge request gitlab-org/gitlab!77717
-
Evan Read authored
Merge branch 'document_rate_limits_for_users_sign_up_username_update_and_username_exists_endpoints' into 'master' Document new rate limits on endpoints See merge request gitlab-org/gitlab!78548
-
Magdalena Frankiewicz authored
username update and username exists endpoint.
-
Evan Read authored
Provide guidance for 2FA vs TFA See merge request gitlab-org/gitlab!78586
-
Amy Qualls authored
We should be clear about which version of the phrase and acronym we want to use in our docs.
-
Russell Dickenson authored
Change minikube capitalization from title case to lowercase See merge request gitlab-org/gitlab!78620
-
Michael Kozono authored
-
Ezekiel Kigbo authored
Update button text to expand all files See merge request gitlab-org/gitlab!78322
-
Russell Dickenson authored
Add version information for DB metrics endpoint See merge request gitlab-org/gitlab!78342
-
Evan Read authored
-
Evan Read authored
-
- 19 Jan, 2022 26 commits
-
-
Mayra Cabrera authored
Avoid extra Sidekiq jobs for expiring CI etags See merge request gitlab-org/gitlab!78468
-
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
-
Valery Sizov authored
-
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
-