- 03 Feb, 2022 6 commits
-
-
Evan Read authored
Add demo project to coverage visualization doc See merge request gitlab-org/gitlab!79725
-
Maxime Orefice authored
-
Stan Hu authored
Add Gitlab::BufferedIo with header read timeout See merge request gitlab-org/gitlab!78065
-
Andy Soiron authored
This adds a timeout for reading HTTP response headers. It is needed because headers are fetched before a read_timeout comes into effect. It was necessary to patch the Net::BufferedIO core library to prevent unwanted side effects the patch - is behind the header_read_timeout_buffered_io feature feature_flag - is only used when a request is made using the use_read_total_timeout option Changelog: security
-
Andrew Fontaine authored
Show KAS version on admin dashboard See merge request gitlab-org/gitlab!79720
-
Stan Hu authored
Allow searching of users using less than 3 chars See merge request gitlab-org/gitlab!79401
-
- 02 Feb, 2022 34 commits
-
-
Susan Tacker authored
Refine documentation build information See merge request gitlab-org/gitlab!79786
-
Amy Qualls authored
Update documentations regarding WIP support See merge request gitlab-org/gitlab!79788
-
Kerri Miller authored
We've officially removed support for treating MRs with a WIP prefix in their title from being marked as Drafts. This change updates the documentation to reflect this.
-
Suzanne Selhorn authored
Docs: Add runner version for Variable setting in CI services See merge request gitlab-org/gitlab!79621
-
Stefano Tenuta authored
-
Evan Read authored
-
Andrew Fontaine authored
Uses the gitlab UI class instead of the bootstrap one for aligning the KAS version
-
James Fargher authored
Ignore Reply-To address in Service Desk See merge request gitlab-org/gitlab!79677
-
Suzanne Selhorn authored
Remove trials from SM activation See merge request gitlab-org/gitlab!79731
-
Savas Vedova authored
Add sorting to compliance report violations table See merge request gitlab-org/gitlab!79210
-
Jiaan Louw authored
- Add sorting to the compliance report violations table - Sync sort param with apollo query - Sync sort param with URL query - Add utils to create and prase sort param - Update violation field keys - Update specs
-
Suzanne Selhorn authored
Add suggestions for image checksum See merge request gitlab-org/gitlab!77011
-
Vitor Meireles De Sousa authored
-
Alper Akgun authored
Release gitlab-experiment version 0.7.0 See merge request gitlab-org/gitlab!79299
-
Jarka Košanová authored
Enable import_project_from_remote_file feature by default See merge request gitlab-org/gitlab!79675
-
Savas Vedova authored
Fix deep linking into settings panels See merge request gitlab-org/gitlab!79689
-
Dan Davison authored
Add test case links to some parameterized e2e specs See merge request gitlab-org/gitlab!79757
-
Savas Vedova authored
Show checkboxes on the cluster agent vuln list See merge request gitlab-org/gitlab!79465
-
Alexander Turinske authored
- the vulnerabiity list allows for bulk actions - the checkboxes were always displayed before, but they should now update according to admin permissions - fix missing portal target component
-
Mayra Cabrera authored
Create specific CE display_public_email? user helper See merge request gitlab-org/gitlab!79752
-
Michael Kozono authored
Fix reverse tabnabbing vulnerability with improper URL protocol See merge request gitlab-org/gitlab!79727
-
Nick Gaskill authored
Created object storage migration section See merge request gitlab-org/gitlab!78133
-
Gerardo Gutierrez authored
-
Douglas Barbosa Alexandre authored
REST: Fix scope of GET /projects/:id/runners endpoint See merge request gitlab-org/gitlab!79733
-
Jose Ivan Vargas authored
Migrate background migrations tabs to gl_tabs_nav See merge request gitlab-org/gitlab!79656
-
David O'Regan authored
Fix typo in issue template See merge request gitlab-org/gitlab!79760
-
Amy Qualls authored
Add documentation for Google Cloud OIDC exchange See merge request gitlab-org/gitlab!79526
-
Seth Vargo authored
Deal with warnings and suggestions in this page, so I can edit cleanly in a separate commit.
-
Stan Hu authored
Validate sort parameter for branches page and branches API See merge request gitlab-org/gitlab!79476
-
Eric Schurter authored
-
Frédéric Caplette authored
Allow YAML `null` value for `only` and `except` filters See merge request gitlab-org/gitlab!79335
-
David O'Regan authored
Change button variant from success to confirm See merge request gitlab-org/gitlab!79617
-
Malhar Deshpande authored
Removed if block for button because success, info variant is deprecated changelog: fixed
-
Max Woolf authored
FOSS was failing because of calling display_public_email? which did not exist in CE. This adds a CE specific helper method to avoid failures. Changelog: fixed
-