- 26 Aug, 2020 40 commits
-
-
Sean McGivern authored
Specify custom path for Vault auth method Closes #241130 See merge request gitlab-org/gitlab!40366
-
Kushal Pandya authored
Fixed batch comments styles not loading in FOSS Closes #240235 See merge request gitlab-org/gitlab!40479
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/240235
-
Kushal Pandya authored
Override the parallel diff lines property with new data See merge request gitlab-org/gitlab!40131
-
Phil Hughes authored
Doing it this way allows us to: 1. Allow all existing code to work without changing a lot 2. Migrate all the code away from this property once this feature has been fully rolled out https://gitlab.com/gitlab-org/gitlab/-/issues/236143
-
Marcia Ramos authored
Update factory doc with common change information See merge request gitlab-org/gitlab!40308
-
Allison Browne authored
-
Kamil Trzciński authored
Improve error message for job configs that fail to match an entry See merge request gitlab-org/gitlab!40120
-
Rémy Coutable authored
Fix: already initialized constant warnings for HTTPError Closes #239380 See merge request gitlab-org/gitlab!40142
-
Tomasz Maczukin authored
Currently Vault Secrets are using partially hardcoded configuration for the authentication method. While the Vault server URL and the role name for JWT authentication method can be configured with the variables, the authentication method path is hardoced to `jwt`. This may limit the usability of our solution. This change makes this value configurable with the `VAULT_AUTH_PATH` variable (similar to how `VAULT_SERVER_URL` and `VAULT_AUTH_ROLE` are being used already) and ensures that in case when the variable is not defined by the user, it will fall-back to the `jwt` value that we have hardcoded now.
-
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
-
Marius Bobin authored
This is a continuation of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36536#note_384362399 It removes the hackish job type identification code.
-
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`
-