- Mar 04, 2020
-
-
Mike Kozono authored
Merge branch '207120-the-api-for-group-members-returns-true-for-is_using_seat-even-when-user-is-not' into 'master' API for Namespace members has correct boolean for user using seat Closes #207120 See merge request !25988
-
This reverts commit 107cfee2.
-
Shaun McCann authored
Prune GitLab Rails Console Cheat Sheet page Closes gitlab-com/support/toolbox/snippets#62, gitlab-com/support/toolbox/snippets#57, gitlab-com/support/toolbox/snippets#48, gitlab-com/support/toolbox/snippets#47, gitlab-com/support/toolbox/snippets#43, and gitlab-com/support/toolbox/snippets#13 See merge request !26148
-
Lin Jen-Shin authored
Auto-stop Review Apps after 48 hours Closes #207819 See merge request !26279
-
Tanya Pazitny authored
Update HA docs with new node counts & CPU guidance Closes gitlab-org/quality/performance#186 See merge request !25807
-
Grant Young authored
Also add in a note about CPU specs used and advice on how that customers may need to adapt accordingly
-
Jan Provaznik authored
Merge branch 'update-secure-usage-ping-to-be-able-to-determine-number-of-jobs-by-user' into 'master' Add distinct user count of secure stage items to usage ping Closes gitlab-org/secure/general#63 See merge request !26194
-
Sean McGivern authored
Ensure sidekiq-cluster emits JSON logs See merge request !26484
-
Jarka Košanová authored
Remove presence validation of job title See merge request !26421
-
Dan Davison authored
Add k3s provider Closes #121679 See merge request gitlab-org/gitlab!24723
-
Dan Davison authored
Add k3s specs Remove unused k3s_hostname method Remove :requires_admin tag from k8s spec Always set allow local requests before and after
-
Lin Jen-Shin authored
Merge branch '208718-transient-failure-for-spec-features-projects-wiki-user_updates_wiki_page_spec-rb-56-user' into 'master' Wait for the 'Empty wiki' SVG to load before performing test assertions Closes #208718 See merge request !26309
-
Sean McGivern authored
Ensure more of Sidekiq logs are in JSON Closes #208922 See merge request !26480
-
Doug Stull authored
- we want to capture the case of license failing for fallback
-
Aishwarya Subramanian authored
Explict check for non presence
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Sanad Liaquat authored
Quarantine flaky SAML SSO Access spec See merge request !26435
-
Sanad Liaquat authored
-
Rémy Coutable authored
No individual load needed in danger bot doc See merge request !26475
-
Sean McGivern authored
Update files when snippet is updated See merge request !23993
-
Doug Stull authored
- changelog needed for changes like this - conditional not required
-
Doug Stull authored
- split and rename effort was going on and missed it
-
Doug Stull authored
- needed for collecting how many distinct users have triggered these items.
-
Alina Mihaila authored
-
Martin Wortschack authored
Vue Labels Select Dropdown Closes #198431 See merge request !24576
-
Kushal Pandya authored
Updated richViewer for blobs See merge request !26260
-
Andreas Brandl authored
Make design_management_versions.created_at not null See merge request !20182
-
Apply suggestion to db/migrate/20191114201118_make_created_at_not_null_in_design_management_versions.rb
-
George Koltsov authored
- Previously when project was imported pipelines were shown in a reversed order - This change sorts pipelines by id before doing the import to ensure that they are shown in a correct order on pipelines page
-
Rémy Coutable authored
Remove required arguments from updateIssue mutation See merge request !26281
-
Peter Leitzen authored
Add filepath redirect url for Release assets See merge request !25541
-
Francisco Javier López authored
When the snippet content we need to replicate it to the snippet repository.
-
Imre Farkas authored
Audit blocking user via API See merge request !25872
-
This maintains the idempotent nature of this API and consistent with other state change method (e.g. `deactivated`).