- 16 Mar, 2020 2 commits
-
-
Stan Hu authored
Previously the tests stubbed out the application settings and did not test that the settings were properly invalidated to ensure that PrometheusService had the latest settings to pass validations. We now use a real database object and `RequestStore` to emulate actual behavior.
-
Stan Hu authored
Application settings from the database are currently cached locally in the thread for a full minute after the changes are made. That means if an administrator attempts to change the default storages in the admin page, it might take up to a full minute for those changes to take effect. Since we don't have a great cache invalidation strategy for local caches yet, the simplest approach to solving this problem would be to expire the local application setting cache whenever we create a project. This causes every project creation to make an additional SELECT call for `application_settings`. Closes https://gitlab.com/gitlab-org/gitaly/-/issues/2147
-
- 15 Mar, 2020 2 commits
-
-
Peter Leitzen authored
Expose issue state as `status` on status page See merge request gitlab-org/gitlab!27272
-
Stan Hu authored
Update sassc gem 2.0.1 -> 2.2.1 See merge request gitlab-org/gitlab!27267
-
- 14 Mar, 2020 7 commits
-
-
Peter Leitzen authored
-
Pirate Praveen authored
-
Martin Wortschack authored
Replace underscore with lodash in ee/app/assets/javascripts/billing See merge request gitlab-org/gitlab!27053
-
Stan Hu authored
Validate absence of project_id if service template See merge request gitlab-org/gitlab!26563
-
Andy Soiron authored
A serve is not allowed to be a template and a project service at the same time.
-
Stan Hu authored
Validate absence of project_id if service template See merge request gitlab-org/gitlab!26563
-
Andy Soiron authored
A serve is not allowed to be a template and a project service at the same time.
-
- 13 Mar, 2020 29 commits
-
-
Stan Hu authored
Update Puma to 4.3.3 See merge request gitlab-org/gitlab!27232
-
Mayra Cabrera authored
Remove design reference filter See merge request gitlab-org/gitlab!27112
-
lauraMon authored
-
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
-
Kamil Trzciński authored
- https://gitlab.com/gitlab-org/gitlab-puma/-/compare/v4.3.1.gitlab.2...v4.3.3.gitlab.2 - Fixes CVE-2020-5247
-
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
-