- 02 Dec, 2019 40 commits
-
-
Martin Wortschack authored
Resolve "Refactor tracking code in container registry" Closes #37910 See merge request gitlab-org/gitlab!21029
-
Marcia Ramos authored
Remove duplicate section in frontend dev docs See merge request gitlab-org/gitlab!21009
-
Walmyr Lima e Silva Filho authored
Use data-qa-selector instead of qa-* class See merge request gitlab-org/gitlab!20974
-
Phil Hughes authored
Resolve "Ability to append user template to incoming service desk issues" See merge request gitlab-org/gitlab!20476
-
Imre Farkas authored
Fix error - TypeError: instance of IO needed Closes #37911 See merge request gitlab-org/gitlab!21049
-
Sanad Liaquat authored
Remove outdated comment from page object See merge request gitlab-org/gitlab!21042
-
Walmyr Lima e Silva Filho authored
Update a test to avoid flakiness Closes #37488 See merge request gitlab-org/gitlab!21028
-
Małgorzata Ksionek authored
Remove comments from app settings Remove duplicated spec Bring back new line
-
Douglas Barbosa Alexandre authored
Fix wrong message when adding same epic to issue See merge request gitlab-org/gitlab!20175
-
Nick Thomas authored
Refactor RepairLdapBlockedUserService See merge request gitlab-org/gitlab!21018
-
Nick Thomas authored
Remove `if Gitlab::Database.postgresql?` branches See merge request gitlab-org/gitlab!21001
-
Dmitriy Zaporozhets authored
Add path based targeting to broadcast messages See merge request gitlab-org/gitlab!20191
-
Sean McGivern authored
Optimize query for CI pipelines of merge request See merge request gitlab-org/gitlab!19653
-
Felipe Artur authored
Fix misleading success message when adding a duplicate issue to epic via quick action.
-
Achilleas Pipinellis authored
Add troubleshooting section to GitHub integration page See merge request gitlab-org/gitlab!20289
-
Alexander Tanayno authored
-
Achilleas Pipinellis authored
Fix typo in pipeline subscriptions page See merge request gitlab-org/gitlab!20988
-
Coung Ngo authored
- Added dropdown to Service Desk section in repository settings to allow the user to select a template from `.gitlab/issue_templates` to append to all Service Desk issues - Removed ServiceDeskStore to make Vue code more idiomatic - Updated code to use gitlab-ui components - Migrated from karma to jest - Updated Service Desk documentation
-
Sean McGivern authored
Add api endpoints to subscription portal client See merge request gitlab-org/gitlab!20851
-
Achilleas Pipinellis authored
Update external container registry instructions See merge request gitlab-org/gitlab!19863
-
Wei-Meng Lee authored
-
Walmyr Lima authored
I'm doing that since https://gitlab.com/gitlab-org/gitlab-qa/issues/154 is already closed.
-
Kamil Trzciński authored
Define explicit :subject on restorer spec See merge request gitlab-org/gitlab!20916
-
Sean McGivern authored
Update performance doc about batch style and timeout See merge request gitlab-org/gitlab!19856
-
James Lopez authored
Provide pagination data in the Sentry's response See merge request gitlab-org/gitlab!20305
-
Vitali Tatarintev authored
Instead of returning a list of errors, the response which fetches a list of Sentry issues now can carry additional data such as pagination.
-
Shinya Maeda authored
This commit updates the MR performance doc
-
Marcia Ramos authored
Make it clear that `only:` and `except:` do not support a string value See merge request gitlab-org/gitlab!20927
-
nicolasdular authored
Adds more endpoints to our Subscription Portal Client. It's now possible to create a customer, a subscription, receive payment form params and get information about a payment method.
-
Igor Drozdov authored
Use CTE with joins instead of passing an array of shas to IN condition
-
Bob Van Landuyt authored
Add admin mode controller path to Rack::Attack defaults See merge request gitlab-org/gitlab!20735
-
Diego Louzán authored
Make sure that the main admin mode controller path is added in the default list of protected paths for Rack::Attack
-
Nicolò Maria Mezzopera authored
- use the mixin everywhere - remove un-needed arguments on track calls - adjust and DRY up the tests
-
Bob Van Landuyt authored
Upgrade auto-deploy-image for helm default values file See merge request gitlab-org/gitlab!20588
-
Sean McGivern authored
Add Unify Circuit project integration service See merge request gitlab-org/gitlab!19849
-
Dmitriy Zaporozhets authored
Date filter for project and group audit events Closes #37270 See merge request gitlab-org/gitlab!20641
-
Manoj M J authored
This change adds a date filter to filter audit events by created_after or created_before in groups/projects audit events UI.
-
Sean McGivern authored
Fix gitaly version check in case of autodeploy See merge request gitlab-org/gitlab!20618
-
Alessio Caiazza authored
Gitaly::Server#up_to_date? now can detect gitaly version based on SHA, this will ensure an autodeployed gitaly will be correctly identified as up to date
-
Kushal Pandya authored
Prepare pipelines specs for bootstrap2 See merge request gitlab-org/gitlab!20987
-