- 06 Sep, 2021 1 commit
-
-
Jonston Chan authored
-
- 03 Sep, 2021 39 commits
-
-
Olena Horal-Koretska authored
Move CI job token details to new page in CI docs See merge request gitlab-org/gitlab!69422
-
Michael Lunøe authored
Allow to open table editing dropdown from headers See merge request gitlab-org/gitlab!69499
-
Phil Hughes authored
Display correct action buttons when viewing non-text files See merge request gitlab-org/gitlab!69286
-
Achilleas Pipinellis authored
A guide to planning a GitLab upgrade See merge request gitlab-org/gitlab!64953
-
Harish Ramachandran authored
-
Andrew Fontaine authored
Externalize messages on EKS settings page See merge request gitlab-org/gitlab!69125
-
Andrew Fontaine authored
Pipeline Graph: Improve recursive ancestoring See merge request gitlab-org/gitlab!69408
-
Andrew Fontaine authored
Move usage_graph component to vue_shared folder See merge request gitlab-org/gitlab!69374
-
Etienne Baqué authored
Removes GitLab Pages legacy storage lease See merge request gitlab-org/gitlab!69377
-
Natalia Tepluhina authored
Remove Karma and anything related See merge request gitlab-org/gitlab!68977
-
Vitaly Slobodin authored
-
Enrique Alcantara authored
Display the table editing actions dropdown in the table’s header as well. Do not allow to insert rows before the table header Changelog: changed
-
Alex Kalderimis authored
Add starboard_vulnerability endpoint See merge request gitlab-org/gitlab!69022
-
Craig Norris authored
Update GitLab User Doc for EKS supported version See merge request gitlab-org/gitlab!69387
-
Matthias Käppler authored
Extend PreventIndexCreation cop See merge request gitlab-org/gitlab!69247
-
Maxime Orefice authored
This commit extends our existing cop to catch false positives when the table_name is a string or a constant.
-
Etienne Baqué authored
Stop deploying to the legacy pages storage See merge request gitlab-org/gitlab!69287
-
Matthias Käppler authored
Fix Rubocop Graphql/Description offenses See merge request gitlab-org/gitlab!69413
-
Luke Duncalfe authored
-
Andreas Brandl authored
Prepare the database load balancer for always being enabled See merge request gitlab-org/gitlab!68857
-
Amy Qualls authored
Correct the scope of the GitHub personal access token See merge request gitlab-org/gitlab!69212
-
Asmaa Hassan authored
-
Enrique Alcántara authored
Merge branch '339502-address-require-string-literal-i18n-helpers-offenses-in-app-assets-javascripts-vue_shared' into 'master' Fix require-string-literal-i18n-helpers error See merge request gitlab-org/gitlab!69360
-
Natalia Tepluhina authored
Add form to Admin Area to control Files API throttling See merge request gitlab-org/gitlab!68560
-
Igor Drozdov authored
Only report MysteryRedisDurationError for shared state Redis See merge request gitlab-org/gitlab!69446
-
Doug Stull authored
Growth experiment guide and rollout template update See merge request gitlab-org/gitlab!69335
-
Phil Calder authored
-
Yorick Peterse authored
This commits prepares the database load balancing code for always being enabled, even when no replicas are configured. To achieve this, the load balancer now supports the "primary_only" option. When enabled, the list of replicas is ignored (which is empty anyway), and a fake replica is used instead. This fake replica simply reuses the primary connection of the load balancer it belongs to. We chose this approach as there's simply too much code that assumes at least one replica is present when load balancing is enabled. In addition, we make various changes to ConnectionProxy to allow us to always enable the use of this class. As an example, some tests use code like this: ActiveRecord::Schema.define do create_table :foo do ... end end Internally Rails ends up performing some `respond_to?` checks to expose certain methods (or not). Without defining a custom `respond_to_missing?`, these checks return `false` and thus the method isn't available. We've also had to change a few more methods in the ConnectionProxy object to handle forwarding trailing hashes. In the previous setup certain tests would still trigger deprecation warnings. This can be avoided by using `...` everywhere, and getting rid of the `sticky:` keyword argument. Changelog: changed
-
Etienne Baqué authored
Backfill projects with CI coverage usage See merge request gitlab-org/gitlab!69115
-
Marcel Amirault authored
Document GitLab Pages splat and placeholder support in _redirects See merge request gitlab-org/gitlab!59803
-
Nathan Friend authored
-
Enrique Alcántara authored
Update dependency prosemirror-markdown to ^1.5.2 See merge request gitlab-org/gitlab!69547
-
Natalia Tepluhina authored
Refactor labels dropdown to GlDropdown See merge request gitlab-org/gitlab!69263
-
Florie Guibert authored
-
Achilleas Pipinellis authored
Repurpose Gitaly SRE Subpage to GitLab AWS SRE Subpage See merge request gitlab-org/gitlab!69250
-
DarwinJS authored
-
Ezekiel Kigbo authored
Update dependency @gitlab/ui to v32.5.0 See merge request gitlab-org/gitlab!69381
-
Rémy Coutable authored
Make sure we respect bundler config for Gemfile See merge request gitlab-org/gitlab!69461
-
Achilleas Pipinellis authored
Spell out first use of DVCS in Jira docs See merge request gitlab-org/gitlab!69534
-