- 13 Mar, 2020 40 commits
-
-
Stan Hu authored
We have a number of keys that are over 1 MB that would be compressed significantly (over 90%) if this feature were enabled. We had this disabled by default to ensure backwards compatibility with the previous Redis store. We should enable it now because compression significantly reduces the pressure on the Redis server. Every time a large payload is stored in Redis, Redis may need to evict many small keys to make room. This adds a little more CPU overhead on the application workers, which is why we have an environment variable (`ENABLE_REDIS_CACHE_COMPRESSION`) to turn if off it it becomes a problem. Behind the scenes, Rails implements this by serializing a `compressed` variable with the `ActiveSupport::Cache::Entry` if the payload size exceeds the compression threshold (4K by default). When the entry is deserialized from Redis, if the `compressed` boolean is set, the value will be decompressed. Thus even in a mixed-deployment where this setting is not on by default, Rails will be able to decode compressed values just fine. Closes https://gitlab.com/gitlab-org/gitlab/issues/198586
-
Mayra Cabrera authored
Prevent default overwrite for theme and color ID in user API See merge request gitlab-org/gitlab!26792
-
Fabio Huser authored
-
Paul Slaughter authored
Refactor notebook_viewer to vue SFC See merge request gitlab-org/gitlab!27090
-
Mayra Cabrera authored
Move approximate counters to batch counting See merge request gitlab-org/gitlab!27218
-
Alina Mihaila authored
-
Paul Slaughter authored
Migrate ee/custom_metrics to Jest Closes #194274 See merge request gitlab-org/gitlab!27139
-
Ash McKenzie authored
Move Caching module out of GithubImporter namespace to be reused See merge request gitlab-org/gitlab!27096
-
Mayra Cabrera authored
Move finders related to CI under the namespace See merge request gitlab-org/gitlab!27190
-
Mayra Cabrera authored
Add package_type as parameter to group packages list api See merge request gitlab-org/gitlab!26833
-
Nick Kipling authored
Added package_type param to api options Updated tests Updated documentation Added changelog entry
-
Mayra Cabrera authored
Move feature category of ProjectUpdateRepositoryStorage to Gitaly See merge request gitlab-org/gitlab!27165
-
Paul Slaughter authored
Replace underscore/lodash in feature_flags Closes #210264 See merge request gitlab-org/gitlab!27130
-
Paul Slaughter authored
Refactor pdf_viewer to sfc See merge request gitlab-org/gitlab!26894
-
Achilleas Pipinellis authored
Add disqus redirects to moved docs See merge request gitlab-org/gitlab!27221
-
Achilleas Pipinellis authored
Send email notifications for Generic Alerts docs Closes #207488 See merge request gitlab-org/gitlab!26856
-
Sean Arnold authored
-
Paul Slaughter authored
Enable MR :single_mr_diff_view feature flag by default See merge request gitlab-org/gitlab!24821
-
Mayra Cabrera authored
Support DotEnv Variables through report type artifact See merge request gitlab-org/gitlab!26247
-
Mek Stittri authored
Remove ~bug label from QA Failure template See merge request gitlab-org/gitlab!26989
-
Ramya Authappan authored
-
Sean McGivern authored
Turn on new_variables_ui feature flag See merge request gitlab-org/gitlab!26901
-
Tim Zallmann authored
Add `options` parameter to `convertObjectPropsToSnakeCase` See merge request gitlab-org/gitlab!25569
-
Shinya Maeda authored
This commit adds support for `artifacts:report:dotenv` Minor text changes
-
Thomas Randolph authored
-
pburdette authored
Make the changelog title make more sense to users.
-
Mayra Cabrera authored
Use timecop to lock date to 20200312 for certs Closes #210557 See merge request gitlab-org/gitlab!27239
-
Kyle Wiebers authored
-
Robert Speicher authored
Performance development docs: Link to mass insert See merge request gitlab-org/gitlab!27083
-
Adam Hegyi authored
Optimize Project related count service desk enabled See merge request gitlab-org/gitlab!27115
-
Achilleas Pipinellis authored
Cleanup what services are running on Gitaly standalone See merge request gitlab-org/gitlab!26060
-
Ben Bodenmiller authored
-
Ray Paik authored
Fix capitalization on HAProxy See merge request gitlab-org/gitlab!27131
-
Achilleas Pipinellis authored
Added JSON License See merge request gitlab-org/gitlab!26122
-
Seth Berger authored
-
Achilleas Pipinellis authored
Add docs for the edit custom metric link See merge request gitlab-org/gitlab!26518
-
Achilleas Pipinellis authored
Add deprecation note for Severity and Confidence levels See merge request gitlab-org/gitlab!26984
-
Can Eldem authored
-