aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/notification
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-172-150/+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-102-5/+4
|
* 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
|
* Refactor scope of DbTesterSimon Brandhof2016-05-241-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 headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
|
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-231-3/+3
|
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-11/+14
|
* FIX Redundant throws clauseDavid Gageot2015-07-071-1/+1
|
* Fix quality flaws in DaoSimon Brandhof2015-07-061-3/+3
|
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+85