- 01 Feb, 2022 40 commits
-
-
Kerri Miller authored
Use an array to compile a string of CSS classes See merge request gitlab-org/gitlab!79567
-
Pavel Shutsin authored
Track API requests for jetbrains plugin See merge request gitlab-org/gitlab!78713
-
Patrick Bair authored
Allow group maintainers to list provisioned users for a group See merge request gitlab-org/gitlab!79600
-
Stan Hu authored
Enable Secure attribute for frontend cookies See merge request gitlab-org/gitlab!79383
-
Paul Slaughter authored
Remove line-height on branch name in merge request See merge request gitlab-org/gitlab!79566
-
Andrejs Cunskis authored
Assign label to reliable report issue so group label is not inferred See merge request gitlab-org/gitlab!79549
-
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
-
Kerri Miller authored
-
Kerri Miller authored
-
Thomas Randolph authored
-
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
-