- Jun 06, 2023
-
-
Mark Florian authored
Merge branch '413497-migrate-app-assets-javascripts-tags-components-sort_dropdown-vue-to-gldisclosuredropdown-or' into 'master' Migrate tags sort_dropdown GlDropdown to GlCollapsibleListbox See merge request !122451 Merged-by:
Mark Florian <mflorian@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Thomas Hutterer <thutterer@gitlab.com>
-
Changelog: other
-
GitLab Release Tools Bot authored
[ci skip]
-
Alex Ives authored
Add automated query analysis blueprint See merge request !111490 Merged-by:
Alex Ives <aives@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Alex Ives <aives@gitlab.com> Reviewed-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Mat Appelman <mappelman@gitlab.com> Reviewed-by:
Roger Woo <rwoo@gitlab.com> Co-authored-by:
Matt Kasa <mkasa@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Olena Horal-Koretska authored
Update dependency @gitlab/ui to v64.2.3 See merge request !121070 Merged-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Aaron Huntsman <ahuntsman@gitlab.com> Reviewed-by:
Simon Knox <simon@gitlab.com> Reviewed-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Co-authored-by:
Rahul Chanila <rchanila@gitlab.com> Co-authored-by:
Simon Knox <simon@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
Phillip Wells authored
Docs Fix See merge request !122781 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Vladimír Brodský <vbrodsky@gitlab.com>
-
Mario Celi authored
Fix RuboCop alignment violation in spec See merge request !122609 Merged-by:
Mario Celi <mcelicalderon@gitlab.com> Approved-by:
Mario Celi <mcelicalderon@gitlab.com> Approved-by:
Minahil Nichols <minahilnichols@gitlab.com> Co-authored-by:
Vijay Hawoldar <vhawoldar@gitlab.com>
-
Adam Hegyi authored
Reduce to single over limit notification worker See merge request !118906 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Co-authored-by:
Ross Byrne <robyrne@gitlab.com> Co-authored-by:
Sam Figueroa <sfigueroa@gitlab.com>
-
- Simplify observation of CPU usage - Refs: gitlab-com/gl-infra/production#8655 (comment 1370042975)
-
Andrejs Cunskis authored
Remove redundant spec and related selectors See merge request !122699 Merged-by:
Andrejs Cunskis <acunskis@gitlab.com> Approved-by:
Andy Hohenner <ahohenner@gitlab.com> Approved-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
treagitlab <trea@gitlab.com>
-
Chloe Liu authored
Remove maven request forward e2e tests See merge request !122194 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Andy Hohenner <ahohenner@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Co-authored-by:
Sofia Vistas <svistas@gitlab.com>
-
Jose Ivan Vargas authored
Update QA spec for pipeline details header refactor See merge request !122677 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Richard Chong <rchong@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Co-authored-by:
Payton Burdette <pburdette@gitlab.com>
-
Add qa selector for pipeline details refactor and update the spec.
-
Bojan Marjanovic authored
Add new jsonb column to store settings for default branch protection See merge request !120139 Merged-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Reviewed-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Co-authored-by:
Michael Becker <11881043-wandering_person@users.noreply.gitlab.com>
-
Currently, the options for default branch protection at the instance and group level lag behind, and are not as fine-grained, as the options available from the Protected Branches feature The branch defaults lag behind because the current implementation uses an integer column to store the default settings, which becomes difficult to expand as new options and finer detail controls are added to the protected branches feature To offer better support of protected branches features on the default branch, we can: 1. use a jsonb column rather than an integer 2. update the settings API to accept a payload the matches the protected branches API 3. Pass those settings into the ProtecteBrancheService This commit performs step 1, by adding a new `jsonb` column Changelog: added
-
Jose Ivan Vargas authored
Stop showing package size on package registry details page See merge request !122501 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Austin Regnery <aregnery@gitlab.com> Approved-by:
Minahil Nichols <minahilnichols@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Co-authored-by:
Rahul Chanila <rchanila@gitlab.com>
-
Justin Ho Tuan Duong authored
Add query params to the new pipeline form ref selector See merge request !122383 Merged-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Approved-by:
Mireya Andres <mandres@gitlab.com> Approved-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Reviewed-by:
Jose Ivan Vargas <jvargas@gitlab.com> Reviewed-by:
Mireya Andres <mandres@gitlab.com> Co-authored-by:
Jose Ivan Vargas <jvargas@gitlab.com>
-
-
Ahmed Hemdan authored
Use latest completed pipeline for scan result policy comparison See merge request !122048 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
Sashi Kumar <skumar@gitlab.com>
-
This change updates latest_pipeline_for_target_branch to latest_completed_pipeline_for_target_branch to consider the latest completed pipeline and also consider pipeline with security_orchestration_policy source. EE: true Changelog: changed
-
Marius Bobin authored
Avoid slow queries in redundant pipelines service See merge request !122764 Merged-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
Marius Bobin <mbobin@gitlab.com> Co-authored-by:
Adam Hegyi <ahegyi@gitlab.com>
-
Igor Drozdov authored
Raise Exception instead of StandardError for early transaction exits See merge request !122641 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
Andrejs Cunskis authored
Update dependency gitlab-org/quality/pipeline-common to v7.2.3 See merge request !122750 Merged-by:
Andrejs Cunskis <acunskis@gitlab.com> Approved-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
-
Diana Logan authored
Revert Fix group ownership of ChatOps doc See merge request !122698 Merged-by:
Diana Logan <dlogan@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Diana Logan <dlogan@gitlab.com> Co-authored-by:
Luke Duncalfe <lduncalfe@eml.cc>
-
Vladimír Brodský authored
Support contribution The cleanup of the feature flag `#394996` has not been applied with the v15.10.
-
Matthias Käppler authored
Add local_reference (Merge Request ID) to commit template See merge request !121186 Merged-by:
Matthias Käppler <mkaeppler@gitlab.com> Approved-by:
Jerry Seto <jseto@gitlab.com> Approved-by:
Matthias Käppler <mkaeppler@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Co-authored-by:
Zadkiel <hello@zadkiel.fr>
-
Changelog: added
-
Vitali Tatarintev authored
Fix approval group lookup within user namespaces See merge request !122478 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Martin Čavoj <mcavoj@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Reviewed-by:
Martin Čavoj <mcavoj@gitlab.com> Co-authored-by:
Dominic Bauer <dbauer@gitlab.com>
-
Michał Zając authored
Remove temporary index on oauth_access_tokens See merge request !122682 Merged-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Ethan Urie <eurie@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Co-authored-by:
Jon Jenkins <jjenkins@gitlab.com>
-
Douglas Barbosa Alexandre authored
Replace all let_it_be with let to resolve state leak in okr_spec See merge request !122723 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
Alina Mihaila <amihaila@gitlab.com> Co-authored-by:
Jennifer Li <jli@gitlab.com>
-
-
Suzanne Selhorn authored
Update removals and deprecation issue template See merge request !122727 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
fneill <fneill@gitlab.com>
-
-
Enrique Alcántara authored
Fix Haskell syntax highlighting See merge request !122291 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com> Approved-by:
Enrique Alcántara <ealcantara@gitlab.com> Reviewed-by:
Jacques Erasmus <jerasmus@gitlab.com> Co-authored-by:
Jacques <jerasmus@gitlab.com>
-
Bumped highlight.js version to the latest + fixed breaking changes Changelog: fixed
-
Olena Horal-Koretska authored
Fix delete "Severity" criteria from Security Policy rule See merge request !122535 Merged-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Camellia X Yang <xyang@gitlab.com> Approved-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Reviewed-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Reviewed-by:
Artur Fedorov <afedorov@gitlab.com> Reviewed-by:
Rahul Chanila <rchanila@gitlab.com> Co-authored-by:
Artur Fedorov <afedorov@gitlab.com>
-
It was impossible to delete severity filter for scan result policy. This MR fixes deletion. Changelog: fixed EE: true
-