- 11 Mar, 2020 40 commits
-
-
Robert Speicher authored
Do not enable soft email confirmation by default See merge request gitlab-org/security/gitlab!313
-
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
-
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
-
Kushal Pandya authored
Show cpu on clusters list See merge request gitlab-org/gitlab!26783
-
Mark Florian authored
Update dependency @gitlab/ui to ^9.23.1 See merge request gitlab-org/gitlab!26863
-
David Fernandez authored
Package storage support should only happen with a EE instance
-
Sanad Liaquat authored
Update E2E test to add SSH key via the API See merge request gitlab-org/gitlab!26852
-
Mark Lapierre authored
-
Ezekiel Kigbo authored
Minor cleanup tests including removing unused refs, returning promises instead of using a done callback etc Move toggle label ids function to utils Address minor review comments
-
Ezekiel Kigbo authored
Indicate how many labels are selected When the user selects more than 10 labels we should display how many labels are currently selected and what the maximum is Cleaned up tests Fix alignment of label checkmarks Display selected number of labels at all times Disable selection of new labels after max labels selected
-