aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/notification/NotificationDbTester.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-67/+0
|
* Fix integer type of user and group idsSimon Brandhof2017-02-161-2/+2
| | | | | 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-3/+2
|
* SONAR-8557 Create WS api/notifications/listTeryk Bellahsene2016-12-291-1/+4
|
* SONAR-8555 SONAR-8556 Create WS api/notifications/add and removeTeryk Bellahsene2016-12-291-0/+65