- 06 Jul, 2021 40 commits
-
-
Lukas Eipert authored
This increases supported browser versions to: - Google Chrome/Chromium: at least major version 84 because older versions have an annoying bug with Array.reduce: https://bugs.chromium.org/p/chromium/issues/detail?id=1049982 - Microsoft Edge: at least majoy version 84 (dropping support for pre-Chromium Edge). (Same reasoning as with Chrome) - Mozilla Firefox: at least major version 78, as this is the latest ESR and it is used quite a lot. - Apple Safari: at least major version 13 (dropping support for Safari 12) because it is the second latest version of Safari Changelog: changed
-
Lukas Eipert authored
Given that we use `@babel/preset-env` transpiled files contain imports to `core-js` at the top of the file. `babel-loader` caches those transpiled files. If we bump the supported browser versions in `.browserslistrc`, we might need less imports of `corejs` modules. But as they are cached, we will retrieve those outdated files with the wrong imports causing unneccessary `core-js` modules to be imported.
-
Lukas Eipert authored
If we are adjusting browser versions, we want a full pipeline to see the effects (e.g. bundle size changes, etc.). Furthermore Danger should know about the browserslist file.
-
Vitaly Slobodin authored
Removing the sidebar_refactor FF in the frontend See merge request gitlab-org/gitlab!64324
-
Phil Hughes authored
Bring redesigned security-configuration page to EE See merge request gitlab-org/gitlab!65171
-
Jannik Lehmann authored
-
Natalia Tepluhina authored
Update admin settings text for localization preferences See merge request gitlab-org/gitlab!65407
-
Marcel Amirault authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!65533
-
Kushal Pandya authored
Refactor health status to use apollo See merge request gitlab-org/gitlab!64983
-
GitLab Release Tools Bot authored
-
James Lopez authored
Add Coverage fuzzing to DevopsAdoption API See merge request gitlab-org/gitlab!65253
-
Andreas Brandl authored
Note that upgrade to latest minor version is required before major See merge request gitlab-org/gitlab!64865
-
Ben Bodenmiller authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!65529
-
Andreas Brandl authored
Return 0 for projectCount when no associated projects are found See merge request gitlab-org/gitlab!65252
-
Kati Paizee authored
Reflect 'project_services' -> 'integrations' namespace change See merge request gitlab-org/gitlab!65372
-
Tetiana Chupryna authored
Avoid cache misses: Use Sidekiq.dump_json to serialize arguments See merge request gitlab-org/gitlab!65482
-
Heinrich Lee Yu authored
Fix uninitialized constant Audit::UpdateService See merge request gitlab-org/gitlab!65519
-
Andreas Brandl authored
Initialize conversion of ci_builds_metadata.id for bigint migration See merge request gitlab-org/gitlab!65477
-
Andreas Brandl authored
Improve database migration guide See merge request gitlab-org/gitlab!59721
-
Ben Bodenmiller authored
-
GitLab Release Tools Bot authored
-
Pedro Pombeiro authored
-
Pedro Pombeiro authored
-
Andreas Brandl authored
-
Bob Van Landuyt authored
Remove project_statistics_sync feature flag See merge request gitlab-org/gitlab!65435
-
Matthias Käppler authored
Fix uninitialized constant in update protected branch See merge request gitlab-org/gitlab!65270
-
Matthias Käppler authored
Ignore googlefont stylesheet from premailer See merge request gitlab-org/gitlab!65509
-
Vitaly Slobodin authored
Fix misleading upgrade CTA in Jira configuration See merge request gitlab-org/gitlab!65302 Changelog: changed
-
Vitaly Slobodin authored
Restrict visibility of group-level DORA charts to Ultimate users See merge request gitlab-org/gitlab!65478
-
Nathan Friend authored
This commit fixed a bug that allowed the DORA charts to render even if the DORA feature wasn't available. Changelog: fixed EE: true
-
Jacques Erasmus authored
Update to use correct push code permission See merge request gitlab-org/gitlab!65090
-
charlie ablett authored
Add new security job artifact report cluster image scanning See merge request gitlab-org/gitlab!64611
-
Alan (Maciej) Paruszewski authored
-
Sashi authored
This change fixes the uninitialized constant exception when a protected branch is updated while creating security policy project.
-
Jacques Erasmus authored
Make Subscription Activation Banner dismissible See merge request gitlab-org/gitlab!64618
-
Angelo Gulina authored
-
charlie ablett authored
chore: Update security parser specs with programmatic UUID generation See merge request gitlab-org/gitlab!65194
-
Philip Cunningham authored
- Use full path when referring to Audit::Update service Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65519 EE: true
-