- 26 Aug, 2020 40 commits
-
-
Sean McGivern authored
This is the same as the previous commit, but when a namespace changes its parent namespace via a transfer. (The previous commit is for a namespace changing its own path directly.) We're moving Pages disk operations from Puma to Sidekiq, and here that's behind the `async_pages_move_namespace_transfer` feature flag.
-
Sean McGivern authored
When we rename a namespace, any projects in that namespace with Pages enabled have to have their directories moved on the filesystem to match. We want all operations that touch Pages disk paths to happen in Sidekiq, not Puma; this puts that in Sidekiq behind the `async_pages_move_namespace_rename` feature flag.
-
Patrick Bajao authored
Make Gitlab::PagesTransfer possible to call async See merge request gitlab-org/gitlab!39856
-
Marcia Ramos authored
Update the jobs timings according to the latest data See merge request gitlab-org/gitlab!39978
-
charlie ablett authored
Ensure issue status counts are scoped Closes #238569 See merge request gitlab-org/gitlab!39914
-
Sean Arnold authored
Add tests to ensure this
-
Marcia Ramos authored
Refactor file locking docs See merge request gitlab-org/gitlab!35212
-
Marcia Ramos authored
Fix underscores vs hyphens content in Doc Style Guide See merge request gitlab-org/gitlab!38099
-
Mike Lewis authored
-
Marcia Ramos authored
Add note for how all CE applies to EE See merge request gitlab-org/gitlab!38931
-
Mike Jang authored
-
Bob Van Landuyt authored
Use active user count instead of historical max Closes #224681 See merge request gitlab-org/gitlab!37916
-
Vitaly Slobodin authored
"User count threshold" banner should use active user count instead of historical max to reflect the current state.
-
Sean McGivern authored
The worker specs should just test the worker's behaviour, which is calling the service. The service specs should test the operations on disk.
-
Alex Pooley authored
-
Sean McGivern authored
When we rename a project, we call Gitlab::PagesTransfer to move any pages directory on disk. This makes it convenient to use that class through Sidekiq instead, so that Puma no longer needs access to Pages NFS mounts.
-
Marcia Ramos authored
Fix a link to the Slash commands page See merge request gitlab-org/gitlab!40480
-
charlie ablett authored
Fix all_list board param See merge request gitlab-org/gitlab!40006
-
Jan Provaznik authored
When filtering board issues, EE version of the list_service can add additional filters which were not covered in CE version of the method.
-
Phil Hughes authored
Replace isVueInstance with alternate options See merge request gitlab-org/gitlab!40218
-
Natalia Tepluhina authored
Fix wrong calls to `.$emit` See merge request gitlab-org/gitlab!40449
-
Natalia Tepluhina authored
Update Slot syntax and specs for header_cell See merge request gitlab-org/gitlab!40048
-
Scott Stern authored
-
Vitaly Slobodin authored
Refactoring Editor Lite's architecture See merge request gitlab-org/gitlab!40257
-
Denys Mishunov authored
When creating an Editor Lite instance we have to make sure the DOM element exists. If not, we should throw the unified error.
-
Martin Wortschack authored
Merge branch '217345-follow-up-from-move-registrations-progress-bar-and-make-it-configurable' into 'master' Use semantic HTML in Progress Bar component See merge request gitlab-org/gitlab!40380
-
Martin Wortschack authored
Updated generated CSS with CSS 2020-08-24 See merge request gitlab-org/gitlab!40278
-
Kushal Pandya authored
Remove project selector logic from dashboard See merge request gitlab-org/gitlab!39631
-
Peter Leitzen authored
Support environment for generic alerts in new alert payload class See merge request gitlab-org/gitlab!40021
-
Sarah Yasonik authored
-
Rémy Coutable authored
`/user/project/slash_commands.md` was redirecting to `/user/project/quick_actions.md` but the correct page is `/integration/slash_commands.md`
-
Kushal Pandya authored
Fix misc tests which are failing in @vue/test-utils 1.x See merge request gitlab-org/gitlab!40211
-
Kushal Pandya authored
Add ESLint rule to prevent v-html usage Closes #232488 See merge request gitlab-org/gitlab!39800
-
Dheeraj Joshi authored
This enables an eslint rule to prevent usage of v-html to avoid potential XSS vulnerabilities
-
Vitaly Slobodin authored
Resolve "Add front matter read/write API to parse_source_file.js" Closes #240998 See merge request gitlab-org/gitlab!40411
-
Kushal Pandya authored
Implement rule builder component for the policy editor See merge request gitlab-org/gitlab!39276
-
Kushal Pandya authored
Replace d-md-block with gl-display-md-block Closes #240908 See merge request gitlab-org/gitlab!40279
-
Vitaly Slobodin authored
Fix tests which are failing in @vue/test-utils 1.x" due to search by name See merge request gitlab-org/gitlab!40209
-
Igor Drozdov authored
Add snowplow analytics for clicking search result Closes #240731 See merge request gitlab-org/gitlab!40230
-
Igor Drozdov authored
Add tracker for unique virtual actions See merge request gitlab-org/gitlab!39694
-