- 14 Jan, 2022 1 commit
-
-
Mark Florian authored
Sometimes, when trying to view a page which prefetches monaco, like viewing a snippet or the WebIDE, this error would be displayed: Can’t find entry point ‘monaco’ in webpack manifest This was happening because: 1. Incremental webpack compilation is enabled by default, meaning that only a subset of all possible chunks are compiled. 2. The monaco chunk is only split out if two or more chunks depend on it. (See [minChunks]). So, if the user doesn't have two or more chunks in their webpack compilation history (likely, especially on fresh installs), the monaco chunk isn't split out, so it's not listed as a chunk in the manifest, causing the prefetch to fail. The fix is to ignore AssetMissingErrors in the prefetch function when the webpack dev server is being used in development or test environments, where incremental compilation may be enabled. This is done to mitigate this problem occuring due to potentially other chunks not getting split out for a similar reason. An earlier iteration of this fix also reduced `optimization.splitChunks.cacheGroups.monaco.minChunks` option in `webpack.config.js` from 2 to 1, to make sure the monaco chunk was always produced. However, that had the side-effect of inflating the size of various entry points, so was reverted. See the [MR] for more details. [MR]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78202
-
- 13 Jan, 2022 39 commits
-
-
Alper Akgun authored
Remove upgrade CTA for free users from billing page See merge request gitlab-org/gitlab!77983
-
Serhii Yarynovskyi authored
-
Vasilii Iakliushin authored
Add milestone to `lfs_link_existing_object` See merge request gitlab-org/gitlab!77700
-
Matija Čupić authored
feat: Bump Code-Quality image to 0.85.26 See merge request gitlab-org/gitlab!78125
-
Grzegorz Bizon authored
Refine bulk insert tags See merge request gitlab-org/gitlab!76200
-
Marius Bobin authored
-
Andreas Brandl authored
Remove obsolete view on environment button in MR diffs See merge request gitlab-org/gitlab!77963
-
Phil Hughes authored
Upgrade mermaid js library See merge request gitlab-org/gitlab!78176
-
Frédéric Caplette authored
Fix schema registration in the pipeline editor See merge request gitlab-org/gitlab!77743
-
Mireya Andres authored
Changelog: fixed
-
Denys Mishunov authored
Update approval settings to show a toast on success See merge request gitlab-org/gitlab!77975
-
Jiaan Louw authored
Updates the group and project-level approval settings to display a toast on success rather than rendering a in-page alert. Changelog: changed EE: true
-
Andrejs Cunskis authored
Fix reliable spec report execution time checks See merge request gitlab-org/gitlab!78170
-
Andrejs Cunskis authored
-
Natalia Tepluhina authored
Boards - Fix weight assigned to wrong card See merge request gitlab-org/gitlab!78161
-
Florie Guibert authored
Changelog: fixed EE: true
-
Nikola Milojevic authored
Add API to bulk delete project artifacts See merge request gitlab-org/gitlab!75488
-
Albert Salim authored
The existing API deletes a single job's artifacts.
-
Alper Akgun authored
Remove EXMOD documentation See merge request gitlab-org/gitlab!78091
-
Bob Van Landuyt authored
Set low Apdex SLO for slow API v3 endpoints See merge request gitlab-org/gitlab!78142
-
Marcia Ramos authored
How to use BUILDPACK_VOLUMES See merge request gitlab-org/gitlab!77448
-
Marcia Ramos authored
Update deployments page See merge request gitlab-org/gitlab!77961
-
Viktor Nagy (GitLab) authored
-
Marcia Ramos authored
Removed confusing (and unrelated) task See merge request gitlab-org/gitlab!78051
-
Viktor Nagy (GitLab) authored
The agent is installed in a later step as outlined at the top of the page.
-
Marcia Ramos authored
Migrate from cert-based to the Agent See merge request gitlab-org/gitlab!78085
-
-
Adam Hegyi authored
Swap FK ci_build_report_results to projects for LFK See merge request gitlab-org/gitlab!78157
-
Sean McGivern authored
Sync feature category manifest See merge request gitlab-org/gitlab!77838
-
Igor Drozdov authored
It contains multiple security fixes Changelog: security
-
Adam Hegyi authored
Swap FK ci_unit_tests to projects for LFK See merge request gitlab-org/gitlab!78146
-
Olena Horal-Koretska authored
Updated Group & Project home panel IDs copy-on-click to icon See merge request gitlab-org/gitlab!75904
-
Raimund Hook authored
Updates the Group and Project Home panels with a 'click-to-copy' button for the group ID. This makes it more visible and easier to spot the functionality. Changelog: changed Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
-
Phil Hughes authored
Delete unused JS files See merge request gitlab-org/gitlab!78077
-
Robert May authored
Use the same email validation for User and Email See merge request gitlab-org/gitlab!77785
-
Marcia Ramos authored
Resolve "Document how to customize the permissions for 'agentk'" See merge request gitlab-org/gitlab!77230
-
Viktor Nagy (GitLab) authored
-
Etienne Baqué authored
Unify Security Configuration between EE and CE See merge request gitlab-org/gitlab!76866
-
Kati Paizee authored
Remove link to 2016 blog See merge request gitlab-org/gitlab!78174
-