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 | -50/+0 |
| | |||||
* | Fix integer type of user and group ids | Simon Brandhof | 2017-02-16 | 1 | -2/+2 |
| | | | | | 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-8134 prepare support of organizations in user group DAO | Simon Brandhof | 2016-10-13 | 1 | -4/+3 |
| | |||||
* | Refactor scope of DbTester | Simon Brandhof | 2016-05-24 | 1 | -2/+0 |
| | | | | | | so that it is always @Rule but not @ClassRule. That allows to drop calls to truncateTables() from tests. Each db test is ensured to be isolated. | ||||
* | Remove unused annotation @DbTests | Simon Brandhof | 2016-02-29 | 1 | -3/+1 |
| | |||||
* | 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 | -25/+12 |
| | |||||
* | Fix execution of tests on non-H2 databases | Simon Brandhof | 2015-07-06 | 1 | -3/+3 |
| | |||||
* | Move some classes from sonar-server to sonar-db | Simon Brandhof | 2015-07-06 | 1 | -0/+69 |