Skip to content
Snippets Groups Projects
  1. Nov 24, 2022
  2. Sep 14, 2022
  3. Sep 13, 2022
  4. Sep 09, 2022
  5. Aug 26, 2022
  6. Aug 19, 2022
  7. Aug 11, 2022
    • Smriti Garg's avatar
      Added API Endpoints for SAML Group · d145dfb2
      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
      Verified
      d145dfb2
  8. Jul 28, 2022
  9. Jun 13, 2022
  10. Apr 22, 2022
  11. Feb 22, 2022
  12. Feb 07, 2022
  13. Feb 01, 2022
    • Serena Fang's avatar
      Allow group maintainers to list provisioned users for a group · 4733c36b
      Serena Fang authored and Pavel Shutsin's avatar Pavel Shutsin committed
      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
      4733c36b
  14. Jan 25, 2022
    • Drew Blessing's avatar
      Prevent Group API N+1 loading group plans · 3182a946
      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
      3182a946
  15. Oct 19, 2021
  16. Sep 16, 2021
  17. Jul 09, 2021
  18. Jun 16, 2021
  19. Apr 04, 2021
  20. Mar 29, 2021
  21. Mar 12, 2021
  22. Feb 24, 2021
  23. Jan 20, 2021
  24. Dec 09, 2020
    • Tan Le's avatar
      Extend ability to read audit events to more roles · 3f2e821d
      Tan Le authored and Mayra Cabrera's avatar Mayra Cabrera committed
      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
      3f2e821d
  25. Aug 12, 2020
  26. Aug 04, 2020
  27. Jun 03, 2020
  28. May 07, 2020
  29. Apr 28, 2020
  30. Apr 23, 2020
  31. Apr 07, 2020
  32. Apr 01, 2020
  33. Mar 12, 2020
    • Heinrich Lee Yu's avatar
      Fix inconsistent inflection of Ldap module · d251aadb
      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.
      Verified
      d251aadb
Loading