- 18 Mar, 2020 40 commits
-
-
Mayra Cabrera authored
Concentrates whitelisted and blacklisted tables See merge request gitlab-org/gitlab!25624
-
Robert Speicher authored
Fixes typo on security template See merge request gitlab-org/gitlab!27516
-
Andreas Brandl authored
Index issues on sent_notifications See merge request gitlab-org/gitlab!27034
-
Douglas Barbosa Alexandre authored
Move feature flag list into process cache See merge request gitlab-org/gitlab!27511
-
Paul Slaughter authored
Convert security dashboard component karma tests to jest Closes #209127 See merge request gitlab-org/gitlab!27136
-
Lin Jen-Shin authored
Use the legacy `Gemfile`/`Gemfile.lock` names in `tooling/overcommit` See merge request gitlab-org/gitlab!27495
-
Mayra Cabrera authored
Corrects typo on the issue security template
-
Nick Thomas authored
Improve usage data tests See merge request gitlab-org/gitlab!27420
-
Doug Stull authored
- no need to create all of those db records, improve speed by 3 seconds
-
Stan Hu authored
Fix for empty keys on Redis#del See merge request gitlab-org/gitlab!27507
-
Achilleas Pipinellis authored
Navigating GitLab via Rails console See merge request gitlab-org/gitlab!26571
-
Wei-Meng Lee authored
Thanks @dstanley!
-
Mark Florian authored
Migrate to @gitlab/eslint-plugin See merge request gitlab-org/gitlab!27415
-
Achilleas Pipinellis authored
Remove Consul from Praefect diagram See merge request gitlab-org/gitlab!27472
-
Kamil Trzciński authored
Enable bulk-inserts by default See merge request gitlab-org/gitlab!27487
-
Dan Davison authored
Change test quarantine type to bug See merge request gitlab-org/gitlab!27486
-
Martin Wortschack authored
[Part-1] Adds Requirements page tabs and app root Closes #207981 See merge request gitlab-org/gitlab!27498
-
Mark Florian authored
Migrate ee/notes to Jest Closes #194297 See merge request gitlab-org/gitlab!27317
-
James Lopez authored
Send active users in seat link See merge request gitlab-org/gitlab!27481
-
Shreyas Agarwal authored
-
Stan Hu authored
When we switched from a single-threaded application server (Unicorn) to a multithreaded one (Puma), we did not realize that Puma often reaps threads after a request is done and recreates them later. This makes the thread-local cache ineffective, as the cache does not store anything beyond the lifetime of the thread. Since `ActiveSupport::Cache::MemoryStore` is thread-safe, we should be able to switch the L1 cache for the feature flag list to use this to reduce load on Redis. Since read and write access is synchronized, this does have the side effect of adding contention when feature flags are accessed. We made a similar change in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26935, and this seems to be working fine. Discovered in https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/9414
-
Grzegorz Bizon authored
Remove database hits from Issue#moved? tests See merge request gitlab-org/gitlab!27213
-
Grzegorz Bizon authored
Enable Zeitwerk auto-loader Closes #197345 See merge request gitlab-org/gitlab!20521
-
Grzegorz Bizon authored
Move Issue#order_created_at_desc from EE to CE Closes #210526 See merge request gitlab-org/gitlab!27325
-
Bob Van Landuyt authored
Expose smaller Design Management design images in GraphQL See merge request gitlab-org/gitlab!26947
-
Adam Hegyi authored
Optimize AlertsService batch query See merge request gitlab-org/gitlab!26982
-
Rémy Coutable authored
Move "follow-up issue" below "getting majority" See merge request gitlab-org/gitlab!27504
-
Mark Florian authored
Convert audit logs date range field to use GitLab UI See merge request gitlab-org/gitlab!26911
-
Robert Hunt authored
Updated the HAML file to reference the new app rather than the generic event_filters HAML template. A future MR will generalise this work into the shared templates
-
Adam Hegyi authored
Optimize projects_service_active queries See merge request gitlab-org/gitlab!27093
-
Robert May authored
Prevents attempts to call Redis `del` with no arguments.
-
Peter Leitzen authored
Add revision param validator Closes #33766 See merge request gitlab-org/gitlab!26102
-
Rajendra Kadam authored
-
Felipe Artur authored
Add index to sent_notifications table to prevent statement timeouts
-
Peter Leitzen authored
For new static checks, in order to avoid extra work authors should create a follow-up issue _after_ the check got the majority. This way authors can tick off the tasks top to bottom.
-
Martin Wortschack authored
Merge branch '32085-fe-improve-documentation-and-static-checks-regarding-mutation-errors-conventions' into 'master' Ensure all mutations have 'errors' field and a proper handler See merge request gitlab-org/gitlab!27328
-
Natalia Tepluhina authored
-
Peter Leitzen authored
Resolve "Issue boards selector only shows first 100 boards" See merge request gitlab-org/gitlab!27467
-
Alex Buijs authored
by adding an index and converting the grouping to individual batch queries
-
Shinya Maeda authored
Move Maskable concern to Ci namespace See merge request gitlab-org/gitlab!27305
-