- 18 Mar, 2020 40 commits
-
-
Paul Slaughter authored
Replace underscore/lodash in design_management Closes #210260 See merge request gitlab-org/gitlab!27248
-
Douglas Barbosa Alexandre authored
Enable RSpec/LeakyConstantDeclaration cop See merge request gitlab-org/gitlab!27368
-
Jose Vargas authored
This replaces all underscore usage for lodash inside the EE feature design_management
-
Lin Jen-Shin authored
Make rspec:coverage only download the artifacts it needs Closes #211647 See merge request gitlab-org/gitlab!27493
-
Marcia Ramos authored
Add doc requirement for API development See merge request gitlab-org/gitlab!27383
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
Fix typo in offline appsec docs See merge request gitlab-org/gitlab!27453
-
Achilleas Pipinellis authored
Threat monitoring docs Closes #211395 See merge request gitlab-org/gitlab!26025
-
Achilleas Pipinellis authored
Docs: update predefined variables usage See merge request gitlab-org/gitlab!27435
-
sameer shaik authored
-
Rémy Coutable authored
Disable correct lint rule Closes #211681 See merge request gitlab-org/gitlab!27521
-
Marcia Ramos authored
OKR: Improve the Markdown page (part 1) Closes #20612, #24731, and gitlab-docs#652 See merge request gitlab-org/gitlab!26663
-
Marcin Sedlak-Jakubowski authored
- Add docs on the Wiki TOC - Enhance inline diff section - Make headings sentence case - Markdown page Vale style fixes - Update TOC image name - Add example to footnote bug - Write emoji as lowercase
-
Kushal Pandya authored
-
Grzegorz Bizon authored
Resolve "CODEOWNERS should enforce reviews for renaming of files" Closes #198061 See merge request gitlab-org/gitlab!26513
-
Bob Van Landuyt authored
Refactor AuditLogFinder public interface See merge request gitlab-org/gitlab!27209
-
Tan Le authored
This concern should belong to the model. It is also consistent with patterns across other models (e.g. Issues, MergeRequests)
-
James Lopez authored
GraphQL: Upgrade to GraphQL-Ruby 1.10 Closes #207278 See merge request gitlab-org/gitlab!26096
-
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
-
Brett Walker authored
- Fix how we call include_graphql_fields from described_class.new to described_class - Fix require_graphql_authorizations matcher - Update have_graphql_type and have_graphql_resolver - Fix how we call require_graphql_authorizations from described_class.new to described_class - Fix how we call have_graphql_fields from described_class.new to described_class - Fix how we call have_graphql_field from described_class.new to described_class - Add `field_with_params` graphql helper - Fix how `field_type` determines type - Use `resolve_field` instead of `resolve` so that `extras` metadata is properly processed - Fix returned error message check
-
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
-