- 24 Oct, 2021 1 commit
-
-
Stan Hu authored
When we added caching for protected branch names in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64738, we did not account for UTF-8 characters being used in the branch name. The cache key would be encoded in ASCII-8BIT due to the branch name coming from Gitaly, but when the performance bar were enabled the Redis activity would be dumped to JSON. Since this string wasn't UTF-8, Ruby would throw up a `Encoding::UndefinedConversionError`. This commit fixes the problem by hashing the ref name with SHA-1 to avoid needing to deal with any encoding issues. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/343698 Changelog: fixed
-
- 23 Oct, 2021 4 commits
-
-
Illya Klymov authored
Removed disabled eslint rules See merge request gitlab-org/gitlab!72015
-
Rishabh Gupta authored
-
Ezekiel Kigbo authored
Fix 2+ discussions on one line not working See merge request gitlab-org/gitlab!72915
-
Gabriel Mazetto authored
Fix: update faq link in pricing page See merge request gitlab-org/gitlab!72756
-
- 22 Oct, 2021 35 commits
-
-
Thomas Randolph authored
Always create a lines object, even if only one line is provided. Some instances of creating the note form won't have a range of lines at construction. If only a single line is provided, create the range of lines using that one line as both the start and end of the range. Changelog: fixed
-
Paul Slaughter authored
Fix storage row line height See merge request gitlab-org/gitlab!72861
-
Jose Ivan Vargas authored
Fix spacing when going between write and preview tabs in markdown header See merge request gitlab-org/gitlab!72809
-
Frédéric Caplette authored
Fix shared runners form injections See merge request gitlab-org/gitlab!72907
-
Andrew Fontaine authored
Remove v-html from note_form.vue See merge request gitlab-org/gitlab!72752
-
Andrew Fontaine authored
Global Search - Fix reset filters button See merge request gitlab-org/gitlab!72627
-
Zack Cuddy authored
-
Suzanne Selhorn authored
Docs: Explain deprecation of the cert-based cluster features See merge request gitlab-org/gitlab!72896
-
Marcia Ramos authored
-
Doug Stull authored
- provide was misconfigured Changelog: fixed
-
-
Peter Hegman authored
UI polish on the webhook log page See merge request gitlab-org/gitlab!71872
-
Scott Hampton authored
Improves the empty state when artifacts fail to load See merge request gitlab-org/gitlab!71666
-
Alper Akgun authored
Create 14.4 What's New entry See merge request gitlab-org/gitlab!72900
-
Peter Hegman authored
Merge branch '343259-implementation-improve-the-location-of-where-the-runner-registration-information-lives' into 'master' Move register runner information to a dropdown See merge request gitlab-org/gitlab!72529
-
Miguel Rincon authored
This change moves the runner registration information to a number of separate steps in a single dropdown in the upper-right corner of the admin and groups runner list view. Changelog: changed
-
Amy Qualls authored
Update permissions table for deleting Wiki pages See merge request gitlab-org/gitlab!72826
-
Suzanne Selhorn authored
Docs: RDS and Known Issues Updates See merge request gitlab-org/gitlab!71553
-
DarwinJS authored
-
David O'Regan authored
Prefill form values for hand raise leads See merge request gitlab-org/gitlab!72612
-
Alper Akgun authored
-
Vasilii Iakliushin authored
Add 'tencent_serverless_framework' to built-in project template See merge request gitlab-org/gitlab!71458
-
Michael Karampalas authored
-
Marcia Ramos authored
Update Agent subscription tiers in docs See merge request gitlab-org/gitlab!72553
-
Tiger Watson authored
-
Jose Ivan Vargas authored
Fix close button for subscription expired alert See merge request gitlab-org/gitlab!72215
-
Diana Zubova authored
-
Gabriel Mazetto authored
Use remote_directory from config for object storage stubs See merge request gitlab-org/gitlab!72647
-
Gabriel Mazetto authored
Replace GraphQL error string with constant See merge request gitlab-org/gitlab!72562
-
Frédéric Caplette authored
Show linked pipelines mini graph in the pipeline editor See merge request gitlab-org/gitlab!72255
-
Mireya Andres authored
-
Phil Hughes authored
Merge branch '331107-handle-non-committed-changes-when-switching-branches-in-the-pipeline-editor' into 'master' Handle non-committed changes when switching branches in PA editor See merge request gitlab-org/gitlab!72625
-
Frédéric Caplette authored
-
Douglas Barbosa Alexandre authored
Add latest commit hash to compare cache key See merge request gitlab-org/gitlab!72388
-
Bob Van Landuyt authored
Update wording for group transfer path error See merge request gitlab-org/gitlab!72863
-