- 01 Feb, 2022 1 commit
-
-
Stan Hu authored
The original ZIP format only supports 4 GB archives and up to 65535 files (https://www.artpol-software.com/ZipArchive/KB/0610051629.aspx). RubyZip disables the Zip64 extensions by default, unlike the standard `zip` command-line tool. Archives, such as GitLab Pages deployments, may have more than 65535 files. RubyZip will truncate the central directory header to indicate only 65535 files, but some tools may treat these headers as invalid. Relates to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/689 Changelog: fixed
-
- 31 Jan, 2022 39 commits
-
-
Thong Kuah authored
Use strong_parameters for ForksController#index See merge request gitlab-org/gitlab!79482
-
Marcel Amirault authored
Docs: Add disabling cluster_image_scanning See merge request gitlab-org/gitlab!79518
-
Sujeevan Vijayakumaran authored
Added a line in the documentation on how to disable cluster image scanning when using Auto DevOps.
-
Thong Kuah authored
Restrict pagination per_page possible values See merge request gitlab-org/gitlab!79479
-
Evan Read authored
Expand external status check documentation See merge request gitlab-org/gitlab!79433
-
Max Woolf authored
Adds more information about the permissions model, the upcoming requirement for a status parameter and the asynchronous nature of the callback.
-
Evan Read authored
External status check API breaking changes See merge request gitlab-org/gitlab!79250
-
Sam White authored
-
Andrejs Cunskis authored
Promote github import and gitlab migration specs to reliable See merge request gitlab-org/gitlab!79552
-
Peter Hegman authored
Migrate to built-in popover's close button See merge request gitlab-org/gitlab!78932
-
Paul Gascou-Vaillancourt authored
Drop the custom close button implementation in favor of the built-in one.
-
Douglas Barbosa Alexandre authored
Add WorkItemUpdate mutation to GraphQL API See merge request gitlab-org/gitlab!79163
-
Mayra Cabrera authored
Use finding signatures in deduplication logic See merge request gitlab-org/gitlab!79491
-
Sean Arnold authored
Clean up IssuableEscalationStatuses::PrepareUpdateService See merge request gitlab-org/gitlab!78507
-
Sarah Yasonik authored
Swap service to inherit from BaseProjectService. Handle errors defensively instead of raising. Reduce cognitive complexity of filtering policy param.
-
Max Woolf authored
Don't return 500 error for tags in atom format See merge request gitlab-org/gitlab!79483
-
Mario Celi authored
Initial version of WorkItemUpdate. Only supports updating state_event by specifying GlobalID of the work item
-
Enrique Alcántara authored
Merge branch '350503-frontend-browser-popup-appears-when-updating-ci-yml-content-and-submit-a-merge-request' into 'master' Fix unnecessary navigation modal in pipeline editor See merge request gitlab-org/gitlab!79032
-
Frédéric Caplette authored
The pipeline editor will prevent user with uncommitted changes to leave the page with a browser alert. This was incorrectlybeing shown after a user had commited and had checked the option to create a new MR. This fix now ensure that the update to the internal Vue components has occurred before checking if we should stop the user from navigating. Changelog: fixed
-
Andrew Fontaine authored
Reuse for country and state component in hand raise lead See merge request gitlab-org/gitlab!78723
-
Suzanne Selhorn authored
Docs: CTRT review CI/CD Tunnel doc See merge request gitlab-org/gitlab!79265
-
Marcia Ramos authored
- Re-do the content reorg - Self review content - Address Vale warnings - Update links and anchors - Address PM review - Move content back to repo.md file
-
Enrique Alcántara authored
Add GTM enhanced ecommerce transaction event to checkout See merge request gitlab-org/gitlab!79355
-
Tyler Williams authored
Related to: https://gitlab.com/gitlab-com/marketing/digital-experience/buyer-experience/-/issues/271 Add the transaction enhanced ecommerce event to new subscription page, in the confirmOrder action with successful response. trackTransaction will only fire when the ops feature flag for gitlab_gtm_datalayer is enabled, and GTM is running on the page. This commit also adds/adjusts Jest specs for the GTM tracking functions.
-
Amy Qualls authored
Add documentation of RFC 20 See merge request gitlab-org/gitlab!79466
-
Thomas Randolph authored
-
Suzanne Selhorn authored
Redirect old API V3 page and update links See merge request gitlab-org/gitlab!79508
-
Andrejs Cunskis authored
-
Suzanne Selhorn authored
Docs: CTRT reorg - Sidekiq config See merge request gitlab-org/gitlab!78374
-
Marcia Ramos authored
- Break the process into smaller steps - Organize list into sections
-
Peter Hegman authored
Disable manual job action button for users without correct permissions See merge request gitlab-org/gitlab!76959
-
Miranda Fluharty authored
When a user is not authorized to run a manual CI action, show the action button component in a disabled state and add a tooltip explaining that the action is not allowed Changelog: changed
-
Nick Gaskill authored
Add CS_IGNORE_UNFIXED to Container Scanning docs See merge request gitlab-org/gitlab!79544
-
Douglas Barbosa Alexandre authored
Update DynamicModelHelpers to require a connection See merge request gitlab-org/gitlab!77894
-
Jose Ivan Vargas authored
Ask for feedback on the Agent listing page See merge request gitlab-org/gitlab!78567
-
Suzanne Selhorn authored
Clarify how artifacts:untracked works See merge request gitlab-org/gitlab!79087
-
Nick Gaskill authored
Fine tune docs for upload URL See merge request gitlab-org/gitlab!77733
-
George Hartzell authored
I _believe_ (someone please check/confirm) that the URL **always** needs to end in `/file`. It's not just something constrained to this example.
-
Amy Qualls authored
Docs:Fix supported cloud service filter type link See merge request gitlab-org/gitlab!79515
-