- 21 Sep, 2021 40 commits
-
-
Amy Qualls authored
Fix Vale issues for user/project/repository/repository_mirroring.md See merge request gitlab-org/gitlab!70848
-
Kali Vara Purushotham Santhati authored
-
Amy Qualls authored
Fix up the docs warning detected by the vale Admin rule See merge request gitlab-org/gitlab!70837
-
Siddharth Asthana authored
-
Craig Norris authored
Correct the metadata for the Security Partners doc page See merge request gitlab-org/gitlab!70725
-
Nick Gaskill authored
-
Amy Qualls authored
Add feature flag note to group authorized agents docs See merge request gitlab-org/gitlab!70762
-
Amy Qualls authored
Fix Vale issues for user/project/web_ide/index.md See merge request gitlab-org/gitlab!70842
-
Kali Vara Purushotham Santhati authored
-
Douglas Barbosa Alexandre authored
Upgrade gitlab-elasticsearch-indexer to v2.14.0 See merge request gitlab-org/gitlab!70442
-
Suzanne Selhorn authored
Further edits to LDAP topic See merge request gitlab-org/gitlab!70658
-
Evan Read authored
-
Jose Ivan Vargas authored
Add apollo to dependency proxy app See merge request gitlab-org/gitlab!70800
-
Nicolò Maria Mezzopera authored
-
Changzheng Liu authored
-
Kamil Trzciński authored
Remove cutoff logic for expiration message See merge request gitlab-org/gitlab!70584
-
Savas Vedova authored
Feat(Admin Subscriptions): Add future dated alert See merge request gitlab-org/gitlab!69874
-
Michael Lunøe authored
-
Grzegorz Bizon authored
Update pending builds namespace traversal ids when needed See merge request gitlab-org/gitlab!70691
-
Gabriel Mazetto authored
Allow Geo node status updates during maintenance mode See merge request gitlab-org/gitlab!70010
-
Suzanne Selhorn authored
Docs: H1 tier info for instance-level clusters See merge request gitlab-org/gitlab!70797
-
Suzanne Selhorn authored
Docs: Nav steps match style guide See merge request gitlab-org/gitlab!70804
-
Marcin Sedlak-Jakubowski authored
Docs: Improve wording and use present tense See merge request gitlab-org/gitlab!70805
-
Marcia Ramos authored
-
Nicolò Maria Mezzopera authored
Global Search - Header Search Autocomplete See merge request gitlab-org/gitlab!70016
-
Zack Cuddy authored
-
Kerri Miller authored
Rename DAST Sites services to use AppSec namespace See merge request gitlab-org/gitlab!70768
-
Yorick Peterse authored
Always enable the database load balancer See merge request gitlab-org/gitlab!68042
-
Enrique Alcántara authored
Update Content Editor Packages See merge request gitlab-org/gitlab!70765
-
Matthias Käppler authored
Define request apdex counters instead See merge request gitlab-org/gitlab!69154
-
Marcia Ramos authored
Update the migration MR requirements See merge request gitlab-org/gitlab!69768
-
Alex Kalderimis authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!70807
-
Kamil Trzciński authored
Shrink the cross-database spec allowlist further See merge request gitlab-org/gitlab!70776
-
Miguel Rincon authored
Prevents child pipelines from rendering incorrectly on hover See merge request gitlab-org/gitlab!70526
-
Sam Beckham authored
-
Peter Leitzen authored
Remove unnecessary route See merge request gitlab-org/gitlab!70277
-
GitLab Release Tools Bot authored
-
Yorick Peterse authored
The database load balancer would re-raise ConnectionNotEstablished errors when encountering them. This can lead to user facing errors whenever the application tries to connect to a new database that is not (yet) online. This was discovered while testing the changes for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68042, after adding a replica host that didn't exist. Changelog: fixed
-
Yorick Peterse authored
By always enabling the database load balancer we reduce the amount of different code paths, make it easier for developers to interact with the load balancing code (e.g. by adding metrics), and make it easier to add support for multiple databases (e.g. by not having to check if the load balancer is enabled or not). As part of this commit we fixed various parts of the code that didn't expect the load balancer to always be enabled (or at least when running tests). Changelog: added Co-Authored-By: Dylan Griffith <dyl.griffith@gmail.com>
-