- 16 Feb, 2022 40 commits
-
-
Dylan Griffith authored
Per our rollout plan https://gitlab.com/groups/gitlab-org/-/epics/6160 of separating the CI database from the main database the "phase 4" will involve gradually changing a percentage of "read-write" (primary) traffic to go through a new connection that still points to the same database. Previously we added the `GITLAB_LOAD_BALANCING_REUSE_PRIMARY_ci` environment variable to allow us to share the same primary connection when there is a separate `ci` entry in `config/database.yml`. But we need to a way to override this environment variable so this MR introduces a new feature flag `force_no_sharing_primary_model` which overrides the "reuse" connection and forces it to not reuse the connection.
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!80803
-
Jan Provaznik authored
Move traversal_ids update to the end of transaction See merge request gitlab-org/gitlab!79964
-
Rémy Coutable authored
Fix yamllint violations in metrics yamls See merge request gitlab-org/gitlab!80703
-
Etienne Baqué authored
Remove api_caching_rate_limit_repository_compare feature flag See merge request gitlab-org/gitlab!80624
-
Miguel Rincon authored
Merge branch '337720-storage-feature-flag-remove-the-new_route_storage_purchase-feature-flag' into 'master' Resolve "[Storage] [Feature flag] Remove the 'new_route_storage_purchase' feature flag" See merge request gitlab-org/gitlab!80568
-
Vamsi Vempati authored
- Rename buy_addon_target to be buy_addon_target_attr - Add logic to open Customers Portal storage purchase link in new tab Changelog: other
-
Marcel Amirault authored
Add jobs template for Dependency Scanning and License Scanning See merge request gitlab-org/gitlab!79454
-
Olivier Gonzalez authored
Point Security/Dependency-Scanning.gitlab-ci.yml to newly added Jobs/Dependency-Scanning.gitlab-ci.yml Point Security/License-Scanning.gitlab-ci.yml to newly added Jobs/License-Scanning.gitlab-ci.yml Changelog: changed
-
Marcel Amirault authored
Add troubleshooting for protected jobs as admin See merge request gitlab-org/gitlab!78453
-
Manuel Grabowski authored
-
Rémy Coutable authored
Merge branch '351878-spec-failure-in-spec-features-issues-user_interacts_with_awards_spec-rb-user-interacts-with' into 'master' Fix quarantined custom award emoji spec See merge request gitlab-org/gitlab!79906
-
Simon Knox authored
-
Natalia Tepluhina authored
Add missing Vue app names for apps within Product Planning See merge request gitlab-org/gitlab!80797
-
GitLab Release Tools Bot authored
-
Brandon Labuschagne authored
Integrate deploy boards into new environments page See merge request gitlab-org/gitlab!79759
-
Bob Van Landuyt authored
Move push rules page to better spot See merge request gitlab-org/gitlab!80242
-
Amy Qualls authored
This page is weirdly misplaced and mis-named; let's move it into the repository subfolder where it belongs.
-
Max Woolf authored
Fix issue position when creating issue in issue boards See merge request gitlab-org/gitlab!80429
-
Kushal Pandya authored
Ensure Swagger UI deep linking is working as expected See merge request gitlab-org/gitlab!80767
-
Marc Shaw authored
Update projects_enforcing_code_owner_approval descriptions See merge request gitlab-org/gitlab!80729
-
Max Woolf authored
Add offline display condition to manual banners See merge request gitlab-org/gitlab!80658
-
Max Woolf authored
Stream audit event using audit event json See merge request gitlab-org/gitlab!80297
-
Harsimar Sandhu authored
Adds the ability to send events without a database id value to a streaming destination. Changelog: added EE: true
-
Kushal Pandya authored
Adds missing `name` param for Vue app init function call for all apps within Product Planning.
-
Marcel Amirault authored
Mention IPv6 support in IP restriction See merge request gitlab-org/gitlab!80789
-
Ramya Authappan authored
Fix flaky open_fork_in_web_ide See merge request gitlab-org/gitlab!80452
-
Savas Vedova authored
Add toggling metric for security training provider See merge request gitlab-org/gitlab!80458
-
David Pisek authored
This commit adds tracking to capture the toggling of a training provider within the security configuration page.
-
Evan Read authored
Gitaly remove election strategy See merge request gitlab-org/gitlab!80546
-
Mark Wood authored
-
Kushal Pandya authored
Defaulted roadmap_settings to true See merge request gitlab-org/gitlab!80766
-
Kati Paizee authored
Remove add a namespace section from jira development docs See merge request gitlab-org/gitlab!80661
-
Harsh Chouraria authored
The 'Restrict group access by IP address' feature supports passing and understanding both IPv4 and IPv6 CIDR notation address ranges It felt like a good idea to call this out explicitly because IPv4 ranges are a subset of IPv6 and will not work to effectively cover the growing number of ISPs using IPv6 addresses for their users.
-
Sean Arnold authored
Remove json_limited_encoder feature flag See merge request gitlab-org/gitlab!80627
-
Kati Paizee authored
Add deprecation notice for GlobalID compatibility layer See merge request gitlab-org/gitlab!80636
-
Alex Pooley authored
Allow testing of disabled hooks See merge request gitlab-org/gitlab!80615
-
Kushal Pandya authored
Add Vue app names for issue show page See merge request gitlab-org/gitlab!80741
-
Alex Pooley authored
Add a search_level field to logging See merge request gitlab-org/gitlab!80024
-
Siddharth Dungarwal authored
-