aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/user/GroupMembershipDaoTest.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-177/+0
|
* Fix integer type of user and group idsSimon Brandhof2017-02-161-33/+33
| | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int.
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-021-8/+11
|
* SONAR-8134 prepare support of organizations in user group DAOSimon Brandhof2016-10-131-36/+35
|
* Clean-up GroupMembershipDaoSimon Brandhof2016-09-281-104/+0
| | | | | Remove the unused Ruby WS /user_groups/search and the related Java code.
* Remove unused annotation @DbTestsSimon Brandhof2016-02-291-3/+1
|
* SONAR-7352 Deterministic order of groups in My Account pageTeryk Bellahsene2016-02-161-2/+2
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
|
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-54/+37
|
* Fix execution of tests on non-H2 databasesSimon Brandhof2015-07-061-3/+3
|
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+299