- 02 Jul, 2019 25 commits
-
-
Denys Mishunov authored
If an entry has been removed from the tree and later, during the same session, a user is trying to add a new item with the same name/path we should allow for that as long as the original entry is marked with `deleted`.
-
Phil Hughes authored
Removes EE differences for app/views/admin/services/_form.html.haml Closes gitlab-ee#12532 See merge request gitlab-org/gitlab-ce!30231
-
Rémy Coutable authored
Add a memory cache local to the thread to reduce Redis load Closes #63977 See merge request gitlab-org/gitlab-ce!30233
-
James Lopez authored
Don't show image diff note on text file See merge request gitlab-org/gitlab-ce!30221
-
Achilleas Pipinellis authored
Clarify 10k architecture resource per node Closes #63424 See merge request gitlab-org/gitlab-ce!30237
-
Achilleas Pipinellis authored
Fix most bare URLs in project Closes gitlab-com/gitlab-docs#287 See merge request gitlab-org/gitlab-ce!30240
-
Evan Read authored
Linting rule not enabled for now because tooling produces false positives.
-
Achilleas Pipinellis authored
Docs: update global nav document See merge request gitlab-org/gitlab-ce!30230
-
Marcia Ramos authored
-
Thong Kuah authored
Memoizing root_ancestor in Namespace See merge request gitlab-org/gitlab-ce!30248
-
Adam Hegyi authored
The root_ancestor method is heavily used in EE for the group_saml feature. Having this memoization implemented in CE would eliminate the need of overriding the root_ancestor method in EE.
-
Jan Provaznik authored
Tidy spec for API::ProjectClusters See merge request gitlab-org/gitlab-ce!30154
-
Stan Hu authored
-
Sanad Liaquat authored
QA: transfer project spec See merge request gitlab-org/gitlab-ce!28255
-
Jennifer Louie authored
-
Kushal Pandya authored
Hid re-named entries in subfolders Closes #63984 See merge request gitlab-org/gitlab-ce!30242
-
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.
-
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
-
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
-
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
-
Dylan Griffith authored
-
- 01 Jul, 2019 15 commits
-
-
Denys Mishunov 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
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.66.0 See merge request gitlab-org/gitlab-ce!30193
-
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
-
abuerer authored
Adding a note to the 10k reference architecturre that the resource recommendations are per node
-
Andreas Brandl authored
Add Migration for Strategies Column on operations_feature_flag_scopes See merge request gitlab-org/gitlab-ce!29808
-
Jason Goodman authored
-
Stan Hu authored
Fix a typo in lib/gitlab/search/found_blob.rb See merge request gitlab-org/gitlab-ce!30219
-
Nick Thomas authored
CE backport for "Show design boards at previous versions in GraphQL" See merge request gitlab-org/gitlab-ce!30151
-
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
-