- Nov 27, 2024
-
-
Alexander Turinske authored
Update feature flag rollout link See merge request !173933 Merged-by:
Alexander Turinske <aturinske@gitlab.com> Approved-by:
Alexander Turinske <aturinske@gitlab.com> Co-authored-by:
Artur Fedorov <afedorov@gitlab.com>
-
Andrew Evans authored
Fix "because" spell See merge request !173866 Merged-by:
Andrew Evans <aevans@gitlab.com> Approved-by:
Sean Arnold <sarnold@gitlab.com> Approved-by:
Andrew Evans <aevans@gitlab.com> Co-authored-by:
Alper Akgun <aakgun@gitlab.com>
-
Alper Akgun authored
-
Michał Zając authored
Optimise query hierarchy for filtered add on eligible users results See merge request !173550 Merged-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Co-authored-by:
Divya <dmahadevan@gitlab.com>
-
Divya Mahadevan authored
-
Douglas Barbosa Alexandre authored
Revert "Relax criteria for proxying Git fetches" See merge request !173926 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Co-authored-by:
Michael Kozono <mkozono@gitlab.com>
-
Doug Stull authored
Do no treat non-VCS test components as updatable See merge request !174017 Merged-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Lukas Wanko <lwanko@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Vitaly Slobodin <vslobodin@gitlab.com>
-
Miguel Rincon authored
Update dependency @sentry/browser to v8.41.0 See merge request !173643 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Max Fan authored
Unquarantine fixed flaky test See merge request !174041 Merged-by:
Max Fan <mfan@gitlab.com> Approved-by:
Max Fan <mfan@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
Andrew Fontaine authored
Remove non-existent specs from Vue 3 quarantine See merge request !173756 Merged-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com>
-
Grzegorz Bizon authored
Add composite identity support using RequestStore (v2) See merge request !173006 Merged-by:
Grzegorz Bizon <grzegorz@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Grzegorz Bizon <grzegorz@gitlab.com> Reviewed-by:
Fabio Pitino <fpitino@gitlab.com> Reviewed-by:
Jessie Young <jessieyoung@gitlab.com> Co-authored-by:
Grzegorz Bizon <grzesiek.bizon@gmail.com> Co-authored-by:
Imre Farkas <ifarkas@gitlab.com> Co-authored-by:
Jessie Young <jessieyoung@gitlab.com>
-
Grzegorz Bizon authored
Service accounts are EE-only feature
-
Vitaly Slobodin authored
Exit early in setting up the test environment for non-VCS test components. `openbao` is such an example. This component uses the `gitlab:secrets_management:openbao:download_or_clone` Rake task that downloads the `openbao` binary without setting up the GIT repository in `tmp/tests/openbao`. When the test environment is being set up, the test helper calls `component_timed_setup` which invokes the GIT binary with the following arguments: ```shell git -C tmp/tests/openbao merge-base --is-ancestor <COMMIT_SHA> HEAD ``` Due to the design of GIT, it traverses all directories until it finds the `.git` directory against which it can execute the command mentioned above. In our case, the GIT reaches the GitLab repository, which might be slow to respond. It was reported by team members that this patch reduces the setup time from 2+ minutes to 2 seconds depending on the GIT repo status: Before: `Test environment set up in 160.159391346 seconds` After: `Test environment set up in 2.480034855 seconds`
-
Peter Leitzen authored
Add pipeline:skip-observability-e2e-tests label See merge request !173974 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Reviewed-by:
Peter Leitzen <pleitzen@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Reviewed-by:
Daniele Rossetti <drossetti@gitlab.com> Co-authored-by:
Daniele Rossetti <drossetti@gitlab.com>
-
Daniele Rossetti authored
Co-authored-by:
Matthias Käppler <mkaeppler@gitlab.com>
-
Pedro Pombeiro authored
This reverts merge request !173942
-
Vladimir Shushlin authored
Include last contacted time on audit log when runner is deleted See merge request !173916 Merged-by:
Vladimir Shushlin <vshushlin@gitlab.com> Approved-by:
Corinna Gogolok <cgogolok@gitlab.com> Approved-by:
Vladimir Shushlin <vshushlin@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
Max Woolf authored
Add test coverage for destroy_via_user_id in ApproversController See merge request !172759 Merged-by:
Max Woolf <mwoolf@gitlab.com> Approved-by:
Fred Reinink <freinink@gitlab.com> Approved-by:
Max Woolf <mwoolf@gitlab.com> Reviewed-by:
Max Woolf <mwoolf@gitlab.com> Reviewed-by:
Fred Reinink <freinink@gitlab.com> Co-authored-by:
Pranav Jain <pjain@gitlab.com>
-
Pranav Jain authored
- Implement unit tests for the destroy_via_user_id method - Ensure all edge cases are covered - Improve overall code coverage for ee/app/controllers/projects/approvers_controller.rb
-
Bob Van Landuyt authored
Ignore unauthorized subscription errors in SLIs See merge request !173506 Merged-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Reviewed-by:
Bob Van Landuyt <bob@gitlab.com> Reviewed-by:
Heinrich Lee Yu <heinrich@gitlab.com> Co-authored-by:
Heinrich Lee Yu <heinrich@gitlab.com>
-
Natalia Tepluhina authored
Adds page description to Usage Quotas Pipelines tab See merge request !173954 Merged-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Lee Tickett <ltickett@gitlab.com> Approved-by:
Lorena Ciutacu <lciutacu@gitlab.com> Approved-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Reviewed-by:
Lorena Ciutacu <lciutacu@gitlab.com> Reviewed-by:
Lee Tickett <ltickett@gitlab.com> Co-authored-by:
Ammar Alakkad <am.alakkad@gmail.com>
-
Max Fan authored
Merge branch 'quarantine-flaky-tests-spec-services-ci-runners-set_runner_associated_projects_service_spec-rb-201' into 'master' Quarantine a flaky test See merge request !173942 Merged-by:
Max Fan <mfan@gitlab.com> Approved-by:
Max Fan <mfan@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
Vasilii Iakliushin authored
Allow pushing locked LFS files merged from upstream See merge request !174012 Merged-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Approved-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Co-authored-by:
Joe Woodward <j@joewoodward.me>
-
Sashi Kumar Kumaresan authored
Remove group branch modification setting See merge request !173927 Merged-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Artur Fedorov <afedorov@gitlab.com> Approved-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Reviewed-by:
Alexander Turinske <aturinske@gitlab.com> Co-authored-by:
Alexander Turinske <aturinske@gitlab.com>
-
Allison Browne authored
Remove the ci_skip_persistent_ref_existence_check feature flag See merge request !173905 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Co-authored-by:
Jose Ivan Vargas <jvargas@gitlab.com>
-
Aboobacker MK authored
Write organization_id to oauth tables See merge request !171628 Merged-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Smriti Garg <sgarg@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
Stan Hu authored
Add warning to `access_token_expires_in` See merge request !173621 Merged-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Co-authored-by:
Paul Slaughter <pslaughter@gitlab.com>
-
Paul Slaughter authored
-
Fabio Pitino authored
Track event when job token is authorized for a project with disabled scope See merge request !173400 Merged-by:
Fabio Pitino <fpitino@gitlab.com> Approved-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Co-authored-by:
Erick Bajao <fbajao@gitlab.com>
-
Erick Bajao authored
-
Himanshu Kapoor authored
Update dependency @gitlab/query-language-rust to v0.1.2 See merge request !174020 Merged-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Himanshu Kapoor <info@fleon.org> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Matthias Käppler authored
MR dependencies: add blockees endpoint See merge request !167953 Merged-by:
Matthias Käppler <mkaeppler@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Matthias Käppler <mkaeppler@gitlab.com> Reviewed-by:
Patrick Bajao <ebajao@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Reviewed-by:
Lucas Zampieri <lzampier@redhat.com> Co-authored-by:
Lucas Zampieri <lzampier@redhat.com>
-
Gavin Hinfey authored
Add Dangerfile for Internal Users changes See merge request !171439 Merged-by:
Gavin Hinfey <ghinfey@gitlab.com> Approved-by:
Jeff Park <jpark@gitlab.com> Approved-by:
Nao Hashizume <nhashizume@gitlab.com> Co-authored-by:
Andrew Jung <ajung@gitlab.com>
-
Alex Pennells authored
Update subscription cards on Admin > Overview and Admin > Subscription pages for consistency See merge request !172829 Merged-by:
Alex Pennells <apennells@gitlab.com> Approved-by:
Alex Martin <amartin@gitlab.com> Approved-by:
Emily Sybrant <esybrant@gitlab.com> Approved-by:
James Rushford <jrushford@gitlab.com> Approved-by:
Alex Pennells <apennells@gitlab.com> Reviewed-by:
James Rushford <jrushford@gitlab.com> Co-authored-by:
Ammar Alakkad <aalakkad@gitlab.com> Co-authored-by:
Ammar Alakkad <am.alakkad@gmail.com>
-
Ammar Alakkad authored
Making the cards of Admin > Overview match the style of the cards in Admin > Subscription page Changelog: changed
-
Lukas Eipert authored
Update dependency dompurify to ^3.2.1 See merge request !173251 Merged-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Madelein van Niekerk authored
Add notes fields to work item query See merge request !173719 Merged-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Approved-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Reviewed-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Reviewed-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Co-authored-by:
Joseph Snyder <joe.snyder@kitware.com>
-
Joe Snyder authored
If the migrations are finished and the new feature flag is enabled, include both notes and notes_internal in the query for each WorkItem This is MR 3 in a stream of 4. See #15645 (comment 2141977597) for implementation plan. Changelog: added
-
Subashis Chakraborty authored
Scope MR link to project in VR resolution template See merge request !174003 Merged-by:
Subashis Chakraborty <schakraborty@gitlab.com> Approved-by:
Subashis Chakraborty <schakraborty@gitlab.com> Co-authored-by:
Michael Becker <mbecker@gitlab.com>
-
Dheeraj Joshi authored
MR sidebar toggle: Fix alignment with other buttons See merge request !173894 Merged-by:
Dheeraj Joshi <djoshi@gitlab.com> Approved-by:
Julia Miocene <jmiocene@gitlab.com> Approved-by:
Dheeraj Joshi <djoshi@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-