- Dec 21, 2024
-
-
Hinam Mehra authored
- Update group and project policy - Disable `New framework` button when only read compliance ability is enabled and admin compliance ability is not Changelog: added EE: true
-
- Dec 19, 2024
-
-
Bishwa Hang Rai authored
The foreign key contraints on parent_id on namespaces table has 'NOT VALID' clause. This means there can be old recods which is not valid, and has parent_id that does not exists in database. This MR fixes the Background Migration to handle such records by existing if user_id and root_namespace_id already exists. EE: true Changelog: fixed
-
Ezekiel Kigbo authored
Updates the metrics component used for both VSA and CI/CD Analytics. Converts the frontend datetime range to a daterange in the value stream metrics component for both the flow metrics and dora metrics queries. Changelog: changed
-
Paul Slaughter authored
- !176100
-
Denys Mishunov authored
The first integration is into Issues/MRs comment form
-
- Dec 18, 2024
-
-
Jessie Young authored
* To enable disconnecting Amazon Q * Part of !174614 (diffs)
-
Chad Woolley authored
- Second preliminary refactoring/rename/cleanup to prepare for #505988 - Default all top-level structures in flattened devfile in initial devfile_flattener, instead of initializing them lazily in subsequent steps - Rename and refactor some fixture files - Refactor read_devfile_* methods to read_devfile_*_yaml - converting devfile processing keys to symbols for easier reference, and ability to use rightward-assignment destructuring and type safety - Other related cleanups for RubyMine inspections warnings
-
Chaoyue Zhao authored
Changelog: changed
-
Alex Pennells authored
Adds a new feature flag that allows the creation of custom analytics dashboards for groups and subgroups. EE: true Changelog: added
-
Paul Slaughter authored
- The ServiceResponse return value changed from a separate commit 442d696a - Adds integration request test that would have caught this - Fixes some issues with organization_id
-
Bishwa Hang Rai authored
The overridden method can be private, as it is called from private context. EE: true
-
Bishwa Hang Rai authored
Adds and use duo_add_on_groups config to auto-assign Duo seats based on configured group. EE: true Changelog: added
-
Terri Chu authored
Co-authored-by:
DANGER_GITLAB_API_TOKEN <project_278964_bot_445da1b60fc7336b6b6776383134d10f@noreply.gitlab.com>
-
Arturo Herrero authored
EE: true
-
Pedro Pombeiro authored
Changelog: added EE: true
-
Arturo Herrero authored
This fixes a few Rubocop offenses and improve the performance of the specs.
-
Dmitry Gruzd authored
-
Abhilash Kotte authored
Add iteration autocomplete and /iteration quick action for work items Issue: #420790
-
Sascha Eggenberger authored
Changelog: fixed
-
Alper Akgun authored
Changelog: changed
-
Dmitry Gruzd authored
Changelog: fixed EE: true
-
Jacques Erasmus authored
Renames the drawer in preparation for introducing another drawer
-
Janis Altherr authored
This commit adds a Pages tab to the project level usage quota view Signed-off-by:
janis <jaltherr@gitlab.com>
-
Shola Quadri authored
-
Subashis Chakraborty authored
-
Sascha Eggenberger authored
-
Rutger Wessels authored
-
Deepika Guliani authored
Changelog: added
-
Jannik Lehmann authored
Initialize `left` as `undefined` in the default dimensions object to ensure reactivity. EE: true
-
Martin Čavoj authored
Changelog: fixed EE: true
-
Niko Belokolodov authored
-
James Rushford authored
-
Rutger Wessels authored
It is now part of the model. Changelog: changed
-
Sincheol (David) Kim authored
Nokogiri is stripping reserved XML characters like `&` and `<` which we don't want as we need to display them as is within the code suggestion. Since LLM's response isn't a strict XML, we don't need to worry about stripping them out and just use a custom parser. Also, it handles a few more edge cases such as multiple code suggestions in single comment and handling <from> <to> tags inside of the code suggestion.
-
Patrick Bajao authored
This is to cover the following case: - If merge_request.raw_diffs.to_a is empty - If merge_request.raw_diffs has content but under 10000 words - If merge_request.raw_diffs is over 10000 words Intentionally only updated the AI gateway completion spec since this is intented to replace the old completion class.
-
Julie Huang authored
Use :manage_self_hosted_models_settings policy to manage visibility of Self-hosted models pages in admin dashboard
-
Vijay Hawoldar authored
In order to efficiently query for namespace settings by last_dormant_member_review_at and remove_dormant_members, a composite index can be used which will be more performant Changelog: changed