aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/scim/ScimGroupDaoTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-2/+2
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+2
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-34/+31
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20315 update scim queries, introduce OffsetBasedPaginationPierre2023-09-281-4/+5
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+2
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-1/+1
* SONAR-18759 introduce a new mechanism to activate SCIMPierre2023-03-221-0/+10
* SONAR-18534 Support filter=displayName eq "displayName"Wojtek Wajerowicz2023-03-221-18/+61
* SONAR-18657 allow filtering on isManaged for /api/user_groups/searchWojtek Wajerowicz2023-03-221-0/+13
* SONAR-18525 Support of DELETE verb for /api/scim/v2/GroupsAntoine Vigneau2023-03-221-0/+68
* SONAR-18525 Support of DELETE verb for /api/scim/v2/GroupsAurelien Poscia2023-03-221-12/+9
* SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations)Antoine Vigneau2023-03-221-0/+137