- Nov 24, 2022
-
-
sameer shaik authored
-
- Sep 14, 2022
-
-
Hitesh Raghuvanshi authored
-
Hitesh Raghuvanshi authored
-
- Sep 13, 2022
-
-
Hitesh Raghuvanshi authored
-
Hitesh Raghuvanshi authored
-
Hitesh Raghuvanshi authored
-
Hitesh Raghuvanshi authored
-
Hitesh Raghuvanshi authored
-
Hitesh Raghuvanshi authored
-
- Sep 09, 2022
-
-
Smriti Garg authored
Currently groups API does not support updating IP Restriction Ranges. With this change we are exposing parameter ip_restriction_range so that the same can be updated via update API call. Changelog: added EE: true
-
- Aug 26, 2022
-
-
- Expose attribute in the /groups/:id API - Expose attribute to the settings/reporting/show view Changelog: added
-
- Aug 19, 2022
-
-
Changes for saml_group_link model to return access_level int Doc changes Documentation changes Create service specs errors resolved Frontend changes to send access_level as integer View updates for displaying access level
-
- Aug 11, 2022
-
-
Smriti Garg authored
Get, Post and Delete API end points are added. Changelog: added MR: !93177 EE: true Updated create service to sending a single error message API and spec changes for using destroy service Minor changes for spec file API Endpoint for SAML Group Sync Updated create service to sending a single error message Spec format changes applied Changes for removing disabled cop
-
- Jul 28, 2022
-
-
Changelog: added
-
Hitesh Raghuvanshi authored
-
- Jun 13, 2022
-
-
Adds the option to toggle delayed deletion on groups and lock the "enable delayed project deletion" on groups when delayed deletion is disabled on a instance. Changelog: changed EE: true
-
- Apr 22, 2022
-
-
we want to enable administrators to disable group and project delayed deletion using group delayed deletion setting Changelog: added
-
- Feb 22, 2022
-
-
Drew Blessing authored
Removes feature flag `Group Projects API Plan Preloading`. This flag has been enabled on GitLab.com since Jan 26 without incident. Changelog: other EE: true
-
- Feb 07, 2022
-
-
Pavel Shutsin authored
We should allow calling the API with full_path as param as it's stated in the doc. Changelog: fixed EE: true
-
- Feb 01, 2022
-
-
Create EE::Auth::ProvisionedUsersFinder, which returns a list of users who are provisioned by a SCIM identity or managed by a SAML group. ProvisionedUsersFinder is then exposed by a new API endpoint, GET /groups/:provisioning_group_id/provisioned_users. Group maintainers can use this endpoint to list provisioned users for a given group. Changelog: added EE: true
-
- Jan 25, 2022
-
-
Drew Blessing authored
When querying the Groups Project API and including subgroups, N+1 queries can take place when loading plans for all the groups in the hierarchy. Plans are only applied at the top-level group so it is unnecessarily inefficient to load plans for each project and associated group in the hierarchy. This change loads the plans once and memoizes them for all project groups. Changelog: fixed EE: true
-
- Oct 19, 2021
-
-
* mention of .com * gitlab_subscription * every plan other than "default" plan Part of preparation for gitlab-org/gitlab#214434
-
- Sep 16, 2021
-
-
- Jul 09, 2021
-
-
Tan Le authored
-
- Jun 16, 2021
-
-
Gosia Ksionek authored
Changelog: fixed
-
- Apr 04, 2021
-
-
Abdul Wadood authored
Contributes to gitlab-org/gitlab#220040.
-
- Mar 29, 2021
-
-
Prevent for both delayed and immediate deletes
-
- Mar 12, 2021
-
-
Add new Feature-flag and add new policy to block top-level group creation on Gitlab.com
-
- Feb 24, 2021
-
-
Etienne Baqué authored
Renamed variables, constants and traits in rspecs
-
- Jan 20, 2021
-
-
Tan Le authored
-
- Dec 09, 2020
-
-
This commit will extend the ability to query project and group audit events via API to more roles. Group-level audit events - Group Owner and above: read all group-level audit events - Developer to Maintainer: read their own group-level audit events Project-level audit events - Project Maintainer and above: read all project-level audit events - Developer: read their own project-level audit events
-
- Aug 12, 2020
-
-
Delayed project deletion is referred by different phrases which this attempts to resolve: Refer to "soft delete" as "delayed delete". Refer to "adjourned" as "delayed". Refer to "adjournment period" as "delay".
-
- Aug 04, 2020
-
-
WIP WIP Add group method and specs Add failing specs Add specs to api call
-
- Jun 03, 2020
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode This commit stops using RSpec monkey patching: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
-
- May 07, 2020
-
-
charlie ablett authored
Our code style guidelines specify (ha ha) when to use `it` and when to use `specify`. Modifying some empty description tests to match.
-
- Apr 28, 2020
-
-
This change adds licensed feature policies
-
- Apr 23, 2020
-
-
Michelle Gill authored
-
- Apr 07, 2020
-
-
Heinrich Lee Yu authored
This column is not used anymore and setting this causes incorrect tests.
-
- Apr 01, 2020
-
-
Rémy Coutable authored
This makes the strategy to get a non-existing-record-id consistent accross the specs. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 12, 2020
-
-
Heinrich Lee Yu authored
Changes modules to all use Ldap instead of LDAP It was actually easier to change Ldap to LDAP but controllers don't work because the router uses ActiveSupport inflections. We could change the ActiveSupport inflection for this but it would affect multi-word classes like LdapSyncWorker and having to change all these would be a larger change.
-