- Aug 12, 2024
-
-
Matthias Käppler authored
The new permission is scoped to admins only. The resolver now also returns a proper error instead of null. Changelog: changed EE: true
-
- Aug 07, 2024
-
-
Gosia Ksionek authored
Use new method in policies for ai features that are in ga. Changelog: fixed EE: true Add namespace specs Add user specs Update global policy specs Add respecting feature flag for enforced seats Refactor troubleshoot ci policy Refactor vulnerability policy Update ask git policy Add service name argument to method
-
- Aug 06, 2024
-
-
Gosia Ksionek authored
For AI features in GA state, we need to check if they belong to group on correct tier, but not if the experiment features flag is enabled. This MR adds new method that checks that. Changelog: fixed EE: true
-
- Jul 26, 2024
-
-
Gary Holtz authored
Changelog: changed EE: true
-
- Jul 11, 2024
-
-
Mohamed Moustafa authored
* Remove gitlab_duo_available? method since it's no longer used Now that code suggestions are rolled out as part of Duo, we don't need this feature flag to control release anymore. Remove the self_managed_code_suggestions feature flag. Changelog: other MR: gitlab-org/gitlab!158440 EE: true
-
- Jul 10, 2024
-
-
Gary Holtz authored
-
Gosia Ksionek authored
-
- Jul 04, 2024
-
-
Phil Hughes authored
#463539
-
Igor Drozdov authored
-
Igor Drozdov authored
-
- Jun 19, 2024
-
-
Missy Davies authored
-
- Jun 11, 2024
-
-
Jarka Košanová authored
- instance level roles can be read by all registered users - group level roles can be read by all members of a group
-
- May 30, 2024
-
-
Patrick Cyiza authored
-
- May 17, 2024
-
-
Aleksei Lipniagov authored
Replace Cloud Connector interface.
-
- May 16, 2024
-
-
Aleksei Lipniagov authored
Use new CC interface instead of AcceessService.
-
- Apr 30, 2024
-
-
Eva Kadlecová authored
-
- Apr 26, 2024
-
-
Lesley Razzaghian authored
-
- Apr 24, 2024
-
-
Corinna Gogolok authored
Prior to this change, the `purchase_code_suggestions` feature flag was enabled with the GA of Duo Pro back in February. Since then the feature flag has been deemed stable. This change removes the `purchase_code_suggestions` feature flag without default enabling it given it only applies to GitLab.com. Changelog: changed EE: true
-
- Apr 19, 2024
-
-
Jessie Young authored
* If the feature flag 'duo_chat_requires_licensed_seat' is enabled for a root group, members of that root group will only be given Chat access if they also have a Duo Pro seat. * This allows customers to opt into seat-based licensing for Chat before the "free access cut-off" date, which will be in the future. * gitlab-org/gitlab#457090
-
- Apr 12, 2024
-
-
Gosia Ksionek authored
This addresses two problems that this spec had: - It was relying on the FF `ai_global_switch`, but it should be `ai_duo_chat_switch` as of 716d18b2. - The 'when no neighbors are found' example was passing because TanukiBot was disabled, not because of an empty response
-
- Apr 11, 2024
-
-
Jarka Košanová authored
Changelog: fixed EE: true - all groups available for a group should be return - a user who has permissions to add/update/remove a member in a group/project now sees all custom roles available for the project - we now use one endpoint for both instance-level and group-level custom roles on invite modal
-
- Apr 04, 2024
-
-
Vladimir Shushlin authored
gitlab-org/gitlab#437848 Changelog: added EE: true
-
- Feb 23, 2024
-
-
Jessie Young authored
- We are beyond the "service start date" of Feb 15 - logic previously was different for gitlab.com and self-managed but now every instance follows the same logic, which is that the user must be assigned a gitlab duo pro add-on seat - group-level code suggestions setting no longer relevant, see #432282
-
- Feb 22, 2024
-
-
Jessie Young authored
- I thought this was done via gitlab-org/gitlab!145043 - Turns out, I forgot the `_` in the name of the ignored attribute and so it wasn't actually ignored. When I fixed the typo, the many instances where this setting was still referenced caused specs to fail. This MR fixes the typo and cleans up the reamining references.
-
- Feb 19, 2024
-
-
Aleksei Lipniagov authored
Use CloudConnector::AccessService as SSoT.
-
- Feb 08, 2024
-
-
Mikołaj Wawrzyniak authored
In beta period access to code suggestions was configured on a group level for GitLab.com. With GitLab Duo Pro add On rolled out, group settings should no longer take effect. In order to align rollout changes feature add_on_enabled is used Changelog: other EE: true
-
Gosia Ksionek authored
-
David O'Regan authored
* Previously, Duo Chat was available to Ultimate plan users only. Changelog: changed EE: true
-
- Jan 18, 2024
-
-
This change adds a helper method to check if ClickHouse database is ready to be used.
-
- Jan 10, 2024
-
-
Jan Provaznik authored
* Enables code suggestions for users by default. This is .com change only. * removes code_suggestions attribute from REST API Changelog: removed EE: true
-
- Jan 09, 2024
-
-
Gosia Ksionek authored
-
Roy Zwambag authored
This supports self-managed support for Code Suggestions by cutting off instances that have not purchased the add-on past the service start date. Changelog: changed
-
- Dec 22, 2023
-
-
Jarka Košanová authored
Changelog: added EE: true
-
- Dec 18, 2023
-
-
Jan Provaznik authored
When the flag is enabled, then user-level code_suggestion check is skipped, and also this setting is not exposed to user.
-
- Dec 13, 2023
-
-
Pedro Pombeiro authored
-
Pedro Pombeiro authored
EE: true
-
- Dec 05, 2023
-
-
Jarka Košanová authored
- only admin/group owners can read and admin member roles - replace permission checks where needed
-
- Nov 30, 2023
-
-
- For details, see: #431514
-
- Nov 16, 2023
-
-
Changelog: added EE: true
-
- Oct 25, 2023
-
-