- 10 Sep, 2021 25 commits
-
-
Yorick Peterse authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68042 we found that releasing primary connections can result in test suite errors. This can happen when tests reuse a connection also used by Puma, but release it instead of letting the Puma thread release it. Reproducing this is difficult, but it happens often enough to be a problem. Since Rails already releases model connections for us, we don't actually need to release primary connections in the first place. See the following for more information: - https://tenderlovemaking.com/2011/10/20/connection-management-in-activerecord.html - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68042#note_672850193 This commit changes the load balancer code to not release primary connections, with the exception of one case where this _is_ needed. Changelog: fixed
-
Kushal Pandya authored
Add epic board scope to newly created epic See merge request gitlab-org/gitlab!70028
-
Natalia Tepluhina authored
Clean-up the Vuex store from labels widget See merge request gitlab-org/gitlab!69944
-
Evan Read authored
Doc | Explains how to disable user auto-creation through Kerberos See merge request gitlab-org/gitlab!69970
-
Priyan Sureshbabu authored
-
Mark Chao authored
Fix GitHub Importer outdated diff notes not showing See merge request gitlab-org/gitlab!69977
-
Russell Dickenson authored
Edit new PAT content See merge request gitlab-org/gitlab!69717
-
Evan Read authored
-
Ezekiel Kigbo authored
Update package title to react to resize See merge request gitlab-org/gitlab!69846
-
Nicolò Maria Mezzopera authored
-
Mark Chao authored
Require confirmed email to enable 2FA See merge request gitlab-org/gitlab!69926
-
Luke Duncalfe authored
-
Ezekiel Kigbo authored
Swaps out v-html with GlSprintf in MR widget See merge request gitlab-org/gitlab!69845
-
Dheeraj Joshi authored
-
Ezekiel Kigbo authored
Global Search - Header Search Default Items See merge request gitlab-org/gitlab!69307
-
Zack Cuddy authored
-
Anastasia McDonald authored
Quarantine test failing due to bug See merge request gitlab-org/gitlab!69919
-
Luke Duncalfe authored
Merge branch 'philipcunningham-address-follow-up-feedback-from-dast-error-merge-request-335037' into 'master' Clean up DAST profile not found error handling See merge request gitlab-org/gitlab!69816
-
Florie Guibert authored
Changelog: fixed EE: true
-
Heinrich Lee Yu authored
Remove the feature flag for explicit locking iids See merge request gitlab-org/gitlab!69769
-
Suzanne Selhorn authored
CTRT edits to YAML includes doc See merge request gitlab-org/gitlab!68824
-
Marcel Amirault authored
-
Heinrich Lee Yu authored
Preload repository cache using MGET See merge request gitlab-org/gitlab!69627
-
Marcel Amirault authored
docs: document to use CI_COMMIT_REF_SLUG instead of CI_COMMIT_REF_NAME for review apps See merge request gitlab-org/gitlab!70008
-
feistel authored
-
- 09 Sep, 2021 15 commits
-
-
Florie Guibert authored
Remove local vuex store from new labels widget
-
Evan Read authored
Add another 404 check to SAML SSO doc See merge request gitlab-org/gitlab!69578
-
Alvin Gounder authored
-
Philip Cunningham authored
- Favours push instead of append - Removes nil check and defers to ability check - Removes questionable spec
-
Patrick Bair authored
Finalize conversion to bigint for ci_builds_metadata See merge request gitlab-org/gitlab!65692
-
Mayra Cabrera authored
CVE ID Request button Feature Flag removal See merge request gitlab-org/gitlab!67665
-
Julian Thome authored
-
Mayra Cabrera authored
Add status columns to dependency proxy tables See merge request gitlab-org/gitlab!69901
-
Mike Greiling authored
Update dependency core-js to ^3.17.3 See merge request gitlab-org/gitlab!69963
-
Michael Kozono authored
Refactor RegistryBatcher to make it reusable See merge request gitlab-org/gitlab!69492
-
Aakriti Gupta authored
-
pbair authored
Update the backfill completion check from `build_id` to `id` to match the migration record.
-
Saikat Sarkar authored
Add method to pseudonymize page url and referer url See merge request gitlab-org/gitlab!69448
-
Rajendra Kadam authored
-
Alishan Ladhani authored
Changelog: other
-