- 20 Jan, 2022 31 commits
-
-
Achilleas Pipinellis authored
Moving to the latest 13.12.Z as the example See merge request gitlab-org/gitlab!78351
-
Alexander Strachan authored
-
Achilleas Pipinellis authored
Add issue template for feature flag cleanup See merge request gitlab-org/gitlab!77008
-
Aakriti Gupta authored
-
Marcel Amirault authored
Doc: Improve the Flaky tests page See merge request gitlab-org/gitlab!78456
-
Mark Chao authored
Use current_user rather than owner to log project creation See merge request gitlab-org/gitlab!78511
-
Evan Read authored
Improve wording of GitLab server also running Gitaly See merge request gitlab-org/gitlab!77321
-
Ben Bodenmiller authored
-
charlie ablett authored
-
Igor Drozdov authored
Calculate location fingerprint by signature for findings if available See merge request gitlab-org/gitlab!78389
-
Mehmet Emin INAC authored
Changelog: fixed EE: true
-
Igor Drozdov authored
Update gitlab-license gem to 2.1.0 See merge request gitlab-org/gitlab!78589
-
Marcel Amirault authored
Optimize CI document replace ‘secure’ to ‘project, group, instance’ See merge request gitlab-org/gitlab!78622
-
MR●Pang authored
Signed-off-by: pmc <pangmengchen@gmail.com>
-
Kyle Wiebers authored
Allow as-if-jh jobs to fail for now See merge request gitlab-org/gitlab!78573
-
Michael Kozono authored
Geo: Verify Uploads (FF removal) See merge request gitlab-org/gitlab!78068
-
Valery Sizov authored
This commit removes the feature flag EE: true Changelog: other
-
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 9 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
-