- 02 Jul, 2019 13 commits
-
-
Stan Hu authored
In the specs, we don't actually check the values shown in the UI, but directly check the backend data. We need to look at the uncached values since the cached values expire after a minute.
-
Stan Hu authored
The introduction of the in-memory cache for application settings had a side effect of making it harder to invalidate changes when the settings occur. We now bypass the cache because it's possible the admin enabled the usage ping, and we don't want to annoy the user again if they already set the value. To avoid causing significant load on the system, we add an extra check to ensure the user is an admin. and we don't want to annoy the user again if they already set the value. This is a bit of hack, but the alternative would be to put in a more complex cache invalidation step. Since this call only gets called in the uncommon situation where the user is an admin and the only user in the instance, this shouldn't cause too much load on the system.
-
Stan Hu authored
The /admin panel will now always return an uncached application setting to ensure it always has the most current info.
-
Stan Hu authored
-
Stan Hu authored
Loading `ApplicationSetting` from Redis was responsible for at least 50% of the CPU load of the Redis cluster on GitLab.com. Since these values generally don't change very much, we can load this from the database and cache it in memory, skipping Redis altogther. We use `ActiveSupport::Cache::MemoryStore` as a drop-in replacement for `RedisCacheStore` even though we probably don't need synchronized access within `Thread.current`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63977
-
GitLab Bot authored
-
Evan Read authored
Add ClusterRole step to external Knative docs See merge request gitlab-org/gitlab-ce!30123
-
Hordur Freyr Yngvason authored
This reverts commit 092542d2fa5c036e4fc01ba3185f1dc0e9ddbebb. Included a stray file
-
GitLab Bot authored
-
Mike Greiling authored
EE Port: Vue-i18n: app/assets/javascripts/clusters/ directory See merge request gitlab-org/gitlab-ee!14330
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/clusters/ directory
-
Mike Greiling authored
Vue-i18n: autofix for app/assets/javascripts/clusters directory See merge request gitlab-org/gitlab-ce!29962
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/clusters/ directory
-
- 01 Jul, 2019 27 commits
-
-
Mayra Cabrera authored
Updates Gitlab.pot Closes #12542 See merge request gitlab-org/gitlab-ee!14493
-
Mayra Cabrera authored
-
GitLab Bot authored
-
Evan Read authored
Expand docs on configuring jobs with private registry access Closes gitlab-runner#3963 See merge request gitlab-org/gitlab-ce!27231
-
-
Nick Thomas authored
Add new onboarding to flipper A/B testing See merge request gitlab-org/gitlab-ce!30125
-
Nick Thomas authored
Add new onboarding to flipper A/B testing Closes growth#82 See merge request gitlab-org/gitlab-ee!14424
-
GitLab Bot authored
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.66.0 See merge request gitlab-org/gitlab-ce!30193
-
GitLab Bot authored
-
Clement Ho authored
Vue-i18n: autofix for app/assets/javascripts/environments directory See merge request gitlab-org/gitlab-ce!29966
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/environments directory
-
Clement Ho authored
EE Port - Vue-i18n: app/assets/javascripts/environments directory See merge request gitlab-org/gitlab-ee!14332
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/environments directory
-
GitLab Bot authored
-
Andreas Brandl authored
Add Migration for Strategies Column on operations_feature_flag_scopes See merge request gitlab-org/gitlab-ce!29808
-
Jason Goodman authored
-
GitLab Bot authored
-
Stan Hu authored
Fix a typo in lib/gitlab/search/found_blob.rb See merge request gitlab-org/gitlab-ce!30219
-
GitLab Bot authored
-
Nick Thomas authored
CE backport for "Show design boards at previous versions in GraphQL" See merge request gitlab-org/gitlab-ce!30151
-
GitLab Bot authored
-
Phil Hughes authored
Resolve "Pipeline actions cause full refresh" Closes #63590 See merge request gitlab-org/gitlab-ce!30190
-
Sean McGivern authored
db.fixtures: use print instead of puts See merge request gitlab-org/gitlab-ce!30134
-
Mike Greiling authored
Don't show tooltips on Open and Closed boards Closes #63890 See merge request gitlab-org/gitlab-ce!30187
-
Martin Hanzel authored
-
GitLab Bot authored
-