aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/permission
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-095-5/+5
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-225-34/+34
* NO-JIRA Update license headers to 2024Pierre2024-01-035-5/+5
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-191-0/+37
* SONAR-19455 refactored permissions in the codebase to not rely on main branch...Lukasz Jarocki2023-06-191-2/+2
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-1311-4690/+0
* SONAR-18628 Drop GlobalPermissions class and replace with GlobalPermission enum.Dimitris Kavvathas2023-03-077-210/+216
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+2
* Update license templates for 2023Pierre2023-01-0215-15/+15
* MMF-2745 Default permission improvementsJacek2022-11-211-0/+59
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-2/+2
* Update license headers for 2022 [update headers]Pierre2022-01-2815-15/+15
* Improve code qualityDuarte Meneses2021-11-202-11/+9
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-193-22/+13
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-266-41/+28
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-192-31/+44
* SONAR-15142 - Include template data on user/group permission insertsBelen Pruvost2021-08-193-18/+36
* SONAR-15142 Set a permission template default for Projects / Applications / P...Duarte Meneses2021-08-192-41/+22
* SONAR-15142 Use permission instead of roleDuarte Meneses2021-08-194-23/+24
* SONAR-15142 consistently log 'userLogin' when refering to a userDuarte Meneses2021-08-193-126/+110
* SONAR-15142 adding user login to audit log when removing or adding permissionLukasz Jarocki2021-08-193-77/+77
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-193-2/+135
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-194-76/+122
* SONAR-15271 Add/remove permission from a group should have group nameZipeng WU2021-08-192-37/+40
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-2710-162/+762
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-114-23/+7
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0811-11/+11
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-221-4/+1
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-221-22/+2
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-221-0/+76
* fix code smellsPierre2020-12-143-20/+20
* Code smells test fixesJacek2020-12-091-19/+19
* SONAR-13936 cleanupMichal Duda2020-10-162-10/+10
* SONAR-13936 Rename OrganizationPermission to GlobalPermissionJulien Lancelot2020-10-164-15/+15
* SONAR-13936 Remove use of organizations in GroupsMichal Duda2020-10-161-1/+1
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-162-5/+2
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-167-1151/+684
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-051-6/+0
* SONAR-13221 drop id column of USERS tableJacek2020-05-251-50/+50
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-251-55/+55
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-252-31/+31
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-252-120/+119
* SONAR-13221 Update method and var namesDuarte Meneses2020-05-251-1/+1
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-255-190/+191
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-254-187/+191
* SONAR-13221 Fix permission template tablesDuarte Meneses2020-05-251-9/+22
* SONAR-13221 User rolesDuarte Meneses2020-05-251-5/+6
* SONAR-13221 Group rolesDuarte Meneses2020-05-251-3/+3
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-144-297/+286
* SONAR-13089 Fix permission template issue when lot of groupsJulien Lancelot2020-02-183-10/+68