aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/user/UserDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara2025-01-091-2/+2
* 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-1/+1
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-78/+85
* SONAR-21233 Be case insensitive on user email for issue assignmentantoine.vinot2024-02-011-0/+3
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-281-0/+34
* 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-19340 Raise security hotspots events from CEEric Giffon2023-05-301-6/+10
* SONAR-19084 Compute isManaged flag correctly for GitHub usersAurelien Poscia2023-05-111-2/+36
* SONAR-18728 use DB calls to replace UserIndex.getAtMostThreeActiveUsersForScm...Aurelien Poscia2023-03-311-4/+20
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-311-15/+47
* SONAR-18657 Do not use Elastic Search for /api/users/searchMathieu Suen2023-03-221-18/+77
* SONAR-18708 add 'managed' property for users in the telemetryPierre2023-03-221-3/+26
* SONAR-18589 Fix system info user countAlain Kermis2023-03-171-0/+10
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+631