aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/permission/template
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-092-2/+2
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-222-13/+15
* NO-JIRA Update license headers to 2024Pierre2024-01-032-2/+2
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-136-1463/+0
* SONAR-18628 Drop GlobalPermissions class and replace with GlobalPermission enum.Dimitris Kavvathas2023-03-072-36/+32
* Update license templates for 2023Pierre2023-01-028-8/+8
* Update license headers for 2022 [update headers]Pierre2022-01-288-8/+8
* Improve code qualityDuarte Meneses2021-11-201-7/+5
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-192-12/+5
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-262-2/+4
* SONAR-15142 Use permission instead of roleDuarte Meneses2021-08-192-9/+9
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-191-0/+39
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-276-128/+425
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-16/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-086-6/+6
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-221-22/+2
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-221-0/+76
* Code smells test fixesJacek2020-12-091-19/+19
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-161-1/+0
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-163-216/+115
* 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-251-4/+4
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-252-53/+53
* 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-13089 Fix permission template issue when lot of groupsJulien Lancelot2020-02-183-10/+68
* Format all headers for 2020Wouter Admiraal2020-01-075-5/+5
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+1
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-1/+0
* SONAR-12214 - order by created_at instead of technical id (#2029)Jacek2019-09-051-3/+9
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-022-155/+0
* Fix license headers for 2019Duarte Meneses2019-01-027-7/+7
* SONAR-11271 Add migration to create new permissionsEric Hartmann2018-10-101-4/+4
* SONAR-11271 Introduce two new rightsEric Hartmann2018-10-101-3/+3
* SONAR-8019 Order results with one with permissionsEric Hartmann2018-10-103-18/+23
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-231-73/+155
* Fix recurring FPs in PermissionTemplateDaoTest#user_count_by_template_and_per...Julien Lancelot2018-05-181-6/+8
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-143-4/+4
* Fix license headers for 2018Simon Brandhof2018-01-077-7/+7
* SONAR-9535 Upgrade to MyBatis 3.4.4Eric Hartmann2017-07-111-2/+2
* SONAR-9089 account project visibility when applying perm templateSébastien Lesaint2017-04-271-0/+4
* SONAR-8957 Remove permission templates when deactivating a userJulien Lancelot2017-04-201-0/+21
* SONAR-9020 Copy 'sonar-users' permission templates when creating "members" gr...Julien Lancelot2017-04-131-0/+14
* Improve test stabilityJulien Lancelot2017-03-281-18/+9
* Remove DbUnit usage from PermissionTemplateDaoTestJulien Lancelot2017-03-281-71/+147
* SONAR-8997 SONAR-8998 Filter organization members when selecting users to cha...Teryk Bellahsene2017-03-272-35/+40
* SONAR-8893 WS api/organizations/remove_member delete template permissionsTeryk Bellahsene2017-03-211-0/+19
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-177-0/+1169