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 | 2 | -150/+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 | 2 | -5/+4 |
| | |||||
* | SONAR-8557 Create WS api/notifications/list | Teryk Bellahsene | 2016-12-29 | 1 | -1/+4 |
| | |||||
* | SONAR-8555 SONAR-8556 Create WS api/notifications/add and remove | Teryk Bellahsene | 2016-12-29 | 1 | -0/+65 |
| | |||||
* | Refactor scope of DbTester | Simon Brandhof | 2016-05-24 | 1 | -4/+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. | ||||
* | 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 |
| | |||||
* | Rename methods in DAO layer to follow conventions | Teryk Bellahsene | 2015-07-23 | 1 | -3/+3 |
| | |||||
* | Refactor dao unit tests to use DbTester.create(System2) | Julien Lancelot | 2015-07-07 | 1 | -11/+14 |
| | |||||
* | FIX Redundant throws clause | David Gageot | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws in Dao | Simon Brandhof | 2015-07-06 | 1 | -3/+3 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 1 | -0/+85 |