- 02 Jul, 2019 9 commits
-
-
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 31 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
-
Mayra Cabrera authored
Allow JupyterHub to be uninstalled See merge request gitlab-org/gitlab-ce!30097
-
João Cunha authored
- enabled uninstallation - give it a specific uninstall message - ajust specs
-
Marcia Ramos authored
Update Deploy Tokens documentation See merge request gitlab-org/gitlab-ce!29737
-
Krasimir Angelov authored
Update screenshot, add Deploy Token Custom Username section
-