Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split sonar-db into server/sonar-db-core and server/sonar-db-dao | Sébastien Lesaint | 2017-02-17 | 1 | -177/+0 |
| | |||||
* | Fix integer type of user and group ids | Simon Brandhof | 2017-02-16 | 1 | -33/+33 |
| | | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int. | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-8059 WS api/user_groups/users searches users by name, login and email | Teryk Bellahsene | 2017-02-02 | 1 | -8/+11 |
| | |||||
* | SONAR-8134 prepare support of organizations in user group DAO | Simon Brandhof | 2016-10-13 | 1 | -36/+35 |
| | |||||
* | Clean-up GroupMembershipDao | Simon Brandhof | 2016-09-28 | 1 | -104/+0 |
| | | | | | Remove the unused Ruby WS /user_groups/search and the related Java code. | ||||
* | Remove unused annotation @DbTests | Simon Brandhof | 2016-02-29 | 1 | -3/+1 |
| | |||||
* | SONAR-7352 Deterministic order of groups in My Account page | Teryk Bellahsene | 2016-02-16 | 1 | -2/+2 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -5/+4 |
| | |||||
* | Refactor dao unit tests to use DbTester.create(System2) | Julien Lancelot | 2015-07-07 | 1 | -54/+37 |
| | |||||
* | Fix execution of tests on non-H2 databases | Simon Brandhof | 2015-07-06 | 1 | -3/+3 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 1 | -0/+299 |