- 11 Mar, 2020 40 commits
-
-
Adam Hegyi authored
Add incidents and comments finders for status page See merge request gitlab-org/gitlab!26710
-
Peter Leitzen authored
These finders are specialized issues/notes finders and are rendered as incidents and comments for the Status Page.
-
Martin Wortschack authored
Add edit custom metric link to metrics dashboard - MVC See merge request gitlab-org/gitlab!26511
-
Douglas Barbosa Alexandre authored
Add airgap support to Dependency Scanning template See merge request gitlab-org/gitlab!26145
-
Douglas Barbosa Alexandre authored
Redirect project members to scoped page See merge request gitlab-org/gitlab!26967
-
Bob Van Landuyt authored
Update gitlab-labkit gem to v0.11.0 See merge request gitlab-org/gitlab!27021
-
Jose Vargas authored
This adds a `Edit metric` link inside panel actions dropdown for custom metrics inside the monitoring dashboard
-
Adam Hegyi authored
Add developer docs for bulk-inserts Closes #207993 See merge request gitlab-org/gitlab!26367
-
Matthias Käppler authored
First iteration.
-
Douglas Barbosa Alexandre authored
Merge branch '207808-geo-bug-filedownloaddispatchworker-may-sometimes-excessively-resync-files-and-block-new' into 'master' Use uncached SQL queries for Geo long running workers Closes #207808 See merge request gitlab-org/gitlab!26187
-
Michael Kozono authored
Add context to SessionsController See merge request gitlab-org/gitlab!26904
-
Stan Hu authored
Use process-wide memory cache for feature flags See merge request gitlab-org/gitlab!26935
-
Fatih Acet authored
Merge branch '196688-replace-underscore-with-lodash-for-app-assets-javascripts-deploy_keys' into 'master' Resolve "Replace underscore with lodash for ./app/assets/javascripts/deploy_keys" Closes #196688 See merge request gitlab-org/gitlab!24965
-
Stan Hu authored
Allow packages multipart uploads See merge request gitlab-org/gitlab!26387
-
Mike Jang authored
Docs: Clarify user association on import See merge request gitlab-org/gitlab!27019
-
Igor Wiedler authored
This provides an optional backtrace on selected spans, making it easier to diagnose where a specific call is coming from.
-
Dmytro Zaporozhets authored
Remove unneeded changelog entry See merge request gitlab-org/gitlab!27014
-
Mayra Cabrera authored
Add issue_stats to milestones See merge request gitlab-org/gitlab!19937
-
Vladimir Shushlin authored
-
Cynthia Ng authored
-
Stan Hu authored
Update project import limit See merge request gitlab-org/gitlab!26903
-
Martin Wortschack authored
Revert "Merge branch '202639' into 'master'" See merge request gitlab-org/gitlab!26955
-
Lucas Charles authored
This was a developer-facing change to a service's internal logic and as such doesn't need a changelog entry
-
Bob Van Landuyt authored
Allow searching of snippet description See merge request gitlab-org/gitlab!25961
-
Mike Jang authored
Removed duplicate instructions under "# Create and add your SSH public key". See merge request gitlab-org/gitlab!25930
-
Morne Snyman authored
Removed section and points under Heading "# Create and add your SSH public key" due to being duplicate to the sections below.
-
Mark Florian authored
Do not add initial empty value in create cluster dropdown See merge request gitlab-org/gitlab!26927
-
Mayra Cabrera authored
Fix a markdownlint offense in doc/development/i18n/proofreader.md Closes #210044 See merge request gitlab-org/gitlab!27007
-
Igor authored
Version Control for Snippets: Development of the Migration Plan (MVP) See merge request gitlab-org/gitlab!25905
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
David Fernandez authored
-
Stan Hu authored
Fix capybara screenshots for rails See merge request gitlab-org/gitlab!27002
-
Ray Paik authored
Update proofreader.md See merge request gitlab-org/gitlab!26765
-
Martin Wortschack authored
Fe top n labels endpoint Closes #196584 See merge request gitlab-org/gitlab!24853
-
Achilleas Pipinellis authored
Document npm package requests forwarding See merge request gitlab-org/gitlab!26888
-
David Fernandez 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 feature flags 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. Discovered in https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/9414
-
Kushal Pandya authored
Move logs to core (frontend) See merge request gitlab-org/gitlab!26383
-
Adrien Kohlbecker authored
backend side
-
Maxime Orefice authored
-