- 19 Jan, 2022 40 commits
-
-
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
-
Steve Abrams authored
Database prep for phase 2 of container registry import See merge request gitlab-org/gitlab!77725
-
Steve Abrams authored
Adds application_settings and container_repositories columns needed to support the import of container_repositories into the registry metadatabase. Changelog: other
-
Sean McGivern authored
Upgrade sidekiq-cron gem See merge request gitlab-org/gitlab!73356
-
Nikola Milojevic authored
Remove mentions of Sherlock from our docs See merge request gitlab-org/gitlab!77346
-
Andrew Fontaine authored
This badge indicates the state of the current deployment. Useful for both finished and upcoming deployments.
-
Rémy Coutable authored
Add a warning about how to verify that specs are well-isolated See merge request gitlab-org/gitlab!78551
-
Fiona Neill authored
Add removal dates to deprecations that don't have one See merge request gitlab-org/gitlab!78508
-
Pavel Shutsin authored
Merge branch '348274-remove-foreign-key-requirements_management_test_reports-build_id' into 'master' LFK: Remove foreign key requirements_management_test_reports.build_id See merge request gitlab-org/gitlab!77912
-