- 01 Feb, 2022 40 commits
-
-
Serena Fang authored
Create EE::Auth::ProvisionedUsersFinder, which returns a list of users who are provisioned by a SCIM identity or managed by a SAML group. ProvisionedUsersFinder is then exposed by a new API endpoint, GET /groups/:provisioning_group_id/provisioned_users. Group maintainers can use this endpoint to list provisioned users for a given group. Changelog: added EE: true
-
Nick Gaskill authored
Add helpful snippet for cleanup to docs See merge request gitlab-org/gitlab!79382
-
Tim Rizzi authored
-
Suzanne Selhorn authored
Update git strategy documentation for the k8s executor See merge request gitlab-org/gitlab!79662
-
Rémy Coutable authored
Resolve "Package graphql api: improve sorting tests" See merge request gitlab-org/gitlab!79471
-
Batuhan Wilhelm authored
-
Alper Akgun authored
Add combined registration to trial registration flow See merge request gitlab-org/gitlab!79437
-
Romuald Atchadé authored
-
Suzanne Selhorn authored
Add a note about automatic renewal of storage subscriptions See merge request gitlab-org/gitlab!79474
-
Firdaws Farukh authored
-
Douglas Barbosa Alexandre authored
Fix Popen not always returning error code See merge request gitlab-org/gitlab!79564
-
Pavel Shutsin authored
Remove extract_mr_diff_commit_deletions FF See merge request gitlab-org/gitlab!79548
-
Natalia Tepluhina authored
Fix search term case sensitivity for transfer namespace See merge request gitlab-org/gitlab!79595
-
Marcia Ramos authored
Add link to pull-based deployments See merge request gitlab-org/gitlab!79460
-
Natalia Tepluhina authored
Change pipeline must succeed settings copy See merge request gitlab-org/gitlab!79541
-
Natalia Tepluhina authored
Renamed diff searching feature flag See merge request gitlab-org/gitlab!79513
-
Dan Davison authored
Resolve "Clear Geo QA publishing failures" See merge request gitlab-org/gitlab!78214
-
Dan Davison authored
Push commit to start pipeline as late as possible before MWPS See merge request gitlab-org/gitlab!78977
-
Mark Lapierre authored
This should help allow the test to set MWPS while the pipeline is still running.
-
Achilleas Pipinellis authored
Mark support for OpenSUSE Leap 15.2 as deprecated See merge request gitlab-org/gitlab!79599
-
Stan Hu authored
`Process#waitpid` returns `Process::Status`, which holds a 16-bit value. * The higher-order 8 bits hold the exit() code (`exitstatus`). * The lower-order bits holds whether the process was terminated. Previously if the process didn't exit normally, `Gitlab::Popen#popen` would return a status of `nil` since `exitstatus` would be `nil`. This isn't informative because we want to know what signal killed the process. We can get this by calling `Process::Status.to_i`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/351155 Changelog: fixed
-
Marcin Sedlak-Jakubowski authored
Docs: Minor contextualization improvement See merge request gitlab-org/gitlab!79643
-
Marcia Ramos authored
-
Max Woolf authored
Enable Zip64 support See merge request gitlab-org/gitlab!79596
-
Kerri Miller authored
Add workItemDelete mutation See merge request gitlab-org/gitlab!79371
-
Douglas Barbosa Alexandre authored
Geo: Fix reverify object stored files See merge request gitlab-org/gitlab!79469
-
Andrejs Cunskis authored
E2E: Explicit comparison of mr comments See merge request gitlab-org/gitlab!79546
-
Amy Qualls authored
Adding troubleshooting section for issue 285129 See merge request gitlab-org/gitlab!79049
-
olivier némoz saint-dizier authored
-
Mark Florian authored
Update dependency @gitlab/ui to v35 See merge request gitlab-org/gitlab!79430
-
Dylan Griffith authored
Support partitioning of `SharedModels` See merge request gitlab-org/gitlab!79441
-
Simon Knox authored
Remove unused resolve button from HAML discussions See merge request gitlab-org/gitlab!79619
-
Albert Salim authored
Exit immediately if running minimal reproduction fails See merge request gitlab-org/gitlab!79453
-
Fiona Neill authored
Add copy query to clipboard docs See merge request gitlab-org/gitlab!79609
-
Alina Mihaila authored
-
David O'Regan authored
Break Jira connect app into multiple page components See merge request gitlab-org/gitlab!79301
-
Mark Florian authored
-
Bob Van Landuyt authored
Upgrade GitLab Pages to 1.53.0 See merge request gitlab-org/gitlab!79628
-
Enrique Alcántara authored
Geo Sites - Filter By Status See merge request gitlab-org/gitlab!79070
-
Stan Hu authored
Fix NoMethodError when commit is missing See merge request gitlab-org/gitlab!79553
-