- 19 Apr, 2022 23 commits
-
-
Ezekiel Kigbo authored
Merge branch 'aregnery/add-projects-from-environments-dashboard-button-variant-update' into 'master' Change variant to confirm for add project button See merge request gitlab-org/gitlab!84720
-
Thong Kuah authored
Set schema of tracking tables to gitlab_shared See merge request gitlab-org/gitlab!84992
-
Thong Kuah authored
Better fix for PG::ObjectInUse error when dropping databases See merge request gitlab-org/gitlab!85006
-
Ezekiel Kigbo authored
Migrate import requirements button to confirm See merge request gitlab-org/gitlab!84812
-
Marcel van Remmerden authored
-
Thong Kuah authored
Extend decomposition prometheus metric with information about CI See merge request gitlab-org/gitlab!85178
-
Mark Chao authored
Use GlBroadcastMessage in Broadcast Message admin settings page See merge request gitlab-org/gitlab!83251
-
Dylan Griffith authored
docs: Check off task for cross-joins See merge request gitlab-org/gitlab!85346
-
Thong Kuah authored
It should not keep the geo as "ActiveRecord::Base" connection
-
Thong Kuah authored
This requires a few things to be true: 1. Database connections are opened during routes. This is true for the GitLab application. Note this is not allowed anymore in Rails 7. 2. Multiple databases are configured. With a single database, Rails has always accidentally closed the database connection for the main database. This fix removes prior attempts to drop the connection(s) Database connections opened in other initializers are still an issue but Rails kindly closes them for us. Unfortunately Rails has an initializer, set_routes_reloader_hook which is run _after_ `config.after_initialize`. The sequence goes like this: 1. Various initializers run, including route loading. 1. `config.after_initialize` blocks run (called by Gitlab::Application.finisher_hook). One of the `config.after_initialize` blocks run is to close all database connections. 1. `Gitlab::Application.set_routes_reloader_hook` initializer runs. This loads routes again. So this fix is simple: we simply call the same thing Rails to close all database connections again.
-
Michael Kozono authored
Make OmniAuth initializer return Geo proxied URL when it exists See merge request gitlab-org/gitlab!82703
-
Catalin Irimie authored
OmniAuth full_host supports a proc, this makes it return a proc that changes based on the env to verify whether it's a proxied Geo request or not. For regular requests, or non-EE requests, this keeps returning the base URL, while proxied Geo requests return the URL of the proxying site - to get SSO working with separate URLs. EE: true Changelog: changed
-
Simon Knox authored
Migrate admin email checkboxes to gitlab-ui See merge request gitlab-org/gitlab!84759
-
Russell Dickenson authored
Use release check command in FF rollout issue See merge request gitlab-org/gitlab!85258
-
David O'Regan authored
Fix rendering failure for the 'Verified' badge See merge request gitlab-org/gitlab!84862
-
Brian Williams authored
Changelog: fixed
-
Russell Dickenson authored
Add keyboard HTML tag to markdown page See merge request gitlab-org/gitlab!85216
-
James Fargher authored
Fix order-dependent failure See merge request gitlab-org/gitlab!85341
-
Evan Read authored
Docs: Add expected behaviour for updating users managed by LDAP See merge request gitlab-org/gitlab!84767
-
Amaury Yacksmith authored
Add consequences of updating user email in LDAP
-
Evan Read authored
Docs: Note 14.7-14.9 can have Gitaly /tmp bug See merge request gitlab-org/gitlab!85329
-
Andrew Conrad authored
The following issue has been wide-spread among our customers, so this commit adds mention of it in the upgrade docs: https://gitlab.com/gitlab-org/gitaly/-/issues/4113
-
Thong Kuah authored
-
- 18 Apr, 2022 17 commits
-
-
Evan Read authored
Add name change note to markdown.md See merge request gitlab-org/gitlab!85187
-
Marcin Sedlak-Jakubowski authored
-
Suzanne Selhorn authored
Document typePolicies and makeVar usage in frontend See merge request gitlab-org/gitlab!84740
-
Miguel Rincon authored
This change adds information on how to use typePolicies and makeVar to maintain a local state using Apollo Client 3.
-
Kevin Chu authored
Replace 15.0 with 16.0 for self-monitoring removal See merge request gitlab-org/gitlab!85344
-
Thong Kuah authored
spec/tasks/dev_rake_spec.rb spec/tasks/gitlab/setup_rake_spec.rb The latter spec fails because the former spec does not reset the env var.
-
Sean Arnold authored
-
Evan Read authored
Update NFS Support deprecation See merge request gitlab-org/gitlab!85217
-
Mark Wood authored
-
Russell Dickenson authored
Document _IMAGE_SUFFIX variable for API Security See merge request gitlab-org/gitlab!85220
-
Michael Eddington authored
-
Russell Dickenson authored
Doc | Add authentication section to Release Links API See merge request gitlab-org/gitlab!84054
-
Priyan Sureshbabu authored
-
Russell Dickenson authored
doc: Add SAST_IMAGE_SUFFIX to SAST docs See merge request gitlab-org/gitlab!85271
-
Lucas Charles authored
-
Olena Horal-Koretska authored
chore: Migrate performance bar settings checkboxes to GitLab UI See merge request gitlab-org/gitlab!84801
-
Alex Ives authored
Document partitioning tables for Database Dictionary See merge request gitlab-org/gitlab!85331
-