- 04 Mar, 2020 40 commits
-
-
Stan Hu authored
Add code quality tab with full report to pipeline view See merge request gitlab-org/gitlab!21527
-
Michael 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 gitlab-org/gitlab!25988
-
Shreyas Agarwal authored
This reverts commit 107cfee2354c06f60f93e6cd1601d18768a0731f.
-
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 gitlab-org/gitlab!26148
-
Lin Jen-Shin authored
Auto-stop Review Apps after 48 hours Closes #207819 See merge request gitlab-org/gitlab!26279
-
Stan Hu authored
Quarantine a test in spec/features/issues/issue_detail_spec.rb See merge request gitlab-org/gitlab!26487
-
Tanya Pazitny authored
Update HA docs with new node counts & CPU guidance Closes gitlab-org/quality/performance#186 See merge request gitlab-org/gitlab!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 gitlab-org/gitlab!26194
-
Sean McGivern authored
Ensure sidekiq-cluster emits JSON logs See merge request gitlab-org/gitlab!26484
-
Jarka Košanová authored
Remove presence validation of job title See merge request gitlab-org/gitlab!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 gitlab-org/gitlab!26309
-
Sean McGivern authored
Ensure more of Sidekiq logs are in JSON Closes #208922 See merge request gitlab-org/gitlab!26480
-
Doug Stull authored
- we want to capture the case of license failing for fallback
-
Stan Hu authored
Sort Pipelines by ID on Project Import See merge request gitlab-org/gitlab!26390
-
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 gitlab-org/gitlab!26435
-
Sanad Liaquat authored
-
Rémy Coutable authored
No individual load needed in danger bot doc See merge request gitlab-org/gitlab!26475
-
Sean McGivern authored
Update files when snippet is updated See merge request gitlab-org/gitlab!23993
-
Stan Hu authored
We can just re-use the Sidekiq JSON formatter to ensure this happens since sidekiq-cli doesn't use the Sidekiq initializer. Part of https://gitlab.com/gitlab-org/gitlab/issues/208922
-
Stan Hu authored
Because the Sidekiq log formatter was initialized after Sidekiq initialized Redis, we would see some unstructured logs emitted at boot. To fix this, move the log formatter up earlier in the Sidekiq init process. Closes https://gitlab.com/gitlab-org/gitlab/issues/208922
-
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 gitlab-org/gitlab!24576
-
Kushal Pandya authored
Updated richViewer for blobs See merge request gitlab-org/gitlab!26260
-
Andreas Brandl authored
Make design_management_versions.created_at not null See merge request gitlab-org/gitlab!20182
-
Lee Tickett authored
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 gitlab-org/gitlab!26281
-
Peter Leitzen authored
Add filepath redirect url for Release assets See merge request gitlab-org/gitlab!25541
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/27300 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/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 gitlab-org/gitlab!25872
-
Tan Le authored
This maintains the idempotent nature of this API and consistent with other state change method (e.g. `deactivated`).
-