- Mar 29, 2024
-
-
Jessie Young authored
- This is behind a feature flag for testing - Uses request body format needed for messages API, which is now supported by the AI Gateway: gitlab-org/modelops/applied-ml/code-suggestions/ai-assist!668 - #444629
-
- Mar 28, 2024
-
-
Paul Gascou-Vaillancourt authored
This fixes several cases where string interpolation was used within i18n helper arguments, preventing the gettext extractor from collecting those strings to make them available for translation. As a follow-up to this fix, we will be extending our ESLint plugin to catch these offences systematically.
-
Alexander Turinske authored
- disable radio button if max number of security policy types are enabled - do not prevent users from disabling an enabled policy - disable save button if enabled through yaml - update tests Changelog: changed EE: true
-
Rahul Chanila authored
Adds copy to clipboard button Use `code_block_highlighted` component to show syntax highlighting EE: true
-
Ravi Kumar authored
Add a new column zoekt_settings of type bsjon in application_settings. This setting will be used to ass checkboxes in the admin settings. Changelog: added MR: !147914
-
Vamsi Vempati authored
- Handle known error codes - Show appropriate success and error alerts - Add tests
-
Jessie Young authored
* If a user has access to AI features via a group membership and the group itself has AI features enabled, the user should be able to use AI features even if they are not a group member. * Same applies for projects. * Resolves #447493
-
Eugenia Grieff authored
-
Alex Pennells authored
It has enabled by default since 16.8 and we are now safe to remove it. Changelog: other EE: true
-
Phil Hughes authored
Changelog: added #440818
-
Michael Becker authored
This change is part of the epic: &11241 The [`EE::Ci::Pipeline`][0] model has a `vulnerability_findings` association that currently goes through the `vulnerabilities_finding_pipelines` table This association is used to fetch all of the vulnerabilities associated with a pipeline in: - [`ee/app/services/sbom/ingestion/vulnerabilities.rb#L49-55`][1] - [`ee/lib/gitlab/ci/parsers/security/dependency_list.rb#L35`][2] This change allows us to be able to toggle between the existing implementation, which uses the `vulnerabilities_finding_pipelines` table, and the new implementation, which uses the `finding.latest_pipeline_id` and `finding.initial_pipeline_id` columns [0]:https://gitlab.com/gitlab-org/gitlab/-/blob/b2e4170f1007bcfc0cffcfb855aead8551e33c82/ee/app/models/ee/ci/pipeline.rb#L13 [1]:https://gitlab.com/gitlab-org/gitlab/-/blob/f3cd567cedd643757289fae74b416c37b8ec1f46/ee/app/services/sbom/ingestion/vulnerabilities.rb#L49-55 [2]:https://gitlab.com/gitlab-org/gitlab/-/blob/f3cd567cedd643757289fae74b416c37b8ec1f46/ee/lib/gitlab/ci/parsers/security/dependency_list.rb#L35 resolves: #450943 related to: #422384
-
Patrick Cyiza authored
-
Kassio Borges authored
Related to: gitlab-org/gitlab!147119 (comment 1830750013)
-
Hinam Mehra authored
Custom roles created with admin_push_rules ability, on top of any base role will allow users to manage push rules settings for repositories in groups and projects EE: true
-
Dominic Bauer authored
-
Lorenz van Herwaarden authored
* Move logic to decide whether a button or button with listbox is displayed to the split button. * Reorganize constants for actions. * Update split_button.vue spec. * Remove button group list box split workaround.
-
Missy Davies authored
-
Jason Goodman authored
If block seat overages is enabled, and the number of seats in use exceeds the number of seats in the subscription, then make the namespace read-only. Block seat overages is behind a feature flag.
-
Rajan Mistry authored
-
Rahul Chanila authored
Updates artifact registry integration field with aria-label
-
Himanshu Kapoor authored
Add support for autocompleting wiki pages in other wiki pages, issues, epics, MRs and work items. - This MR Adds autocomplete support for Wiki pages in other wiki pages and issues using the `[[` shortcut. - Issues in projects can now autocomplete links to project wiki pages. - Epics can autocomplete links to group wiki pages. - You can search for pages by title to find the doc page you want. Notes: - On group level items like epics and group level work items, you can only autocomplete group level wiki pages. (EE only) - On project level items like issues, MRs and project level work items, you can only autocomplete wiki pages in the same project. Changelog: added
-
Dmitry Gruzd authored
-
Michał Wielich authored
Migrate value_streams_dashboard to internal events
-
- Mar 27, 2024
-
-
Florie Guibert authored
-
Ashraf Khamis authored
-
Ross Byrne authored
Changelog: changed EE: true
-
Alexander Turinske authored
- update rule wording Changelog: changed EE: true
-
Doug Stull authored
- more precise language - update for duo pro trials
-
Phil Hughes authored
#451020
-
Doug Stull authored
- do not allow use of any action in duo pro controller unless there are eligible namespaces - see https://gitlab.com/gitlab-org/gitlab/-/issues/451776
-
Marcos Rocha authored
This MR fix the deprecated_properties method to check newly_detected vulnerability_states Changelog: fixed EE: true
-
Alex Buijs authored
Migrate individual custom role boolean permission columns to a single JSONB permissions column. EE: true
-
Missy Davies authored
-
Dmitry Gruzd authored
-
David Pisek authored
When a Jira issue, which was attached to a security finding, gets deleted it causes an error on the pipeline security report. Changelog: fixed EE: true
-
Vijay Hawoldar authored
Based on certain conditions, we will prevent the User Cap functionality from being available. This commit sets up the foundation for implementing this logic over coming iterations.
-
Alexander Turinske authored
- toggle was removed prior - removes checks for it Changelog: removed EE: true
-
Jack Chapman authored
Switching from triggering the form submission on @keyup.enter to a regular form submission prevents accidentally submitting the form while composing a phrase via IME Changelog: changed EE: true
-