aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/permission/GroupPermissionDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-271-18/+17
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-56/+58
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-251-1/+4
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-19785 Fetch all group permissions for a project from the database.Wojtek Wajerowicz2023-07-181-40/+39
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
* NO-JIRA replace MoreCollectors.toList with Collectors.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-19/+19
* SONAR-19445 Fix new mapper query from masterLukasz Jarocki2023-06-191-7/+7
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-191-31/+31
* SONAR-19445 update elasticSearch permission indexBenjamin Campomenosi2023-06-191-45/+45
* SONAR-19455 refactored permissions in the codebase to not rely on main branch...Lukasz Jarocki2023-06-191-149/+149
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-191-39/+42
* SONAR-18266 - Prevent project admin from removing own browse rightAntoine Vinot2023-06-051-9/+28
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-51/+51
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+1006