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 | 7 | -976/+0 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 7 | -15/+14 |
| | |||||
* | SONAR-8595 enforce organization of component is specified in UTs | Sébastien Lesaint | 2017-01-16 | 2 | -17/+24 |
| | | | | for UTs using ComponentTesting and/or ComponentDbTester | ||||
* | SONAR-7292 Remove useless code in IssueChangeDao | Julien Lancelot | 2016-12-15 | 1 | -59/+0 |
| | |||||
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WS | Julien Lancelot | 2016-12-15 | 1 | -2/+3 |
| | |||||
* | SONAR-7294 Replace Ruby WS api/issues/edit_comment | Julien Lancelot | 2016-12-15 | 1 | -4/+3 |
| | |||||
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dto | Julien Lancelot | 2016-12-15 | 2 | -6/+51 |
| | |||||
* | SONAR-7290 Rewrite api/issues/changelog in Java | Julien Lancelot | 2016-12-13 | 2 | -27/+72 |
| | |||||
* | SONAR-8377 Remove issue filters dao | Julien Lancelot | 2016-11-10 | 2 | -226/+0 |
| | |||||
* | SONAR-7958 fix UUID_PATH of file created by ComponentTesting | Sébastien Lesaint | 2016-08-10 | 2 | -3/+3 |
| | |||||
* | SONAR-7738 support in code use of *_UUID instead of PROJECTS._*ID | Sébastien Lesaint | 2016-06-16 | 1 | -47/+0 |
| | |||||
* | SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuid | Sébastien Lesaint | 2016-06-02 | 1 | -2/+8 |
| | | | | this is now possible because issues can move from one component to another if a file move has been detected | ||||
* | Refactor scope of DbTester | Simon Brandhof | 2016-05-24 | 2 | -10/+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. | ||||
* | SONAR-7473 Drop 'reporter' field from backend | Julien Lancelot | 2016-03-29 | 3 | -11/+2 |
| | |||||
* | SONAR-7466 Remove ACTION_PLANS table and related code | Teryk Bellahsene | 2016-03-25 | 4 | -216/+0 |
| | |||||
* | SONAR-7345 Fix test on MsSQL | Julien Lancelot | 2016-03-10 | 1 | -116/+172 |
| | |||||
* | SONAR-7345 Rename ISSUES columns | Julien Lancelot | 2016-03-10 | 3 | -14/+16 |
| | | | | | Rename technical_debt to effort Rename effort_to_fix to gap | ||||
* | SONAR-7353 Move RuleType to API | Julien Lancelot | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | SONAR-7329 Rename IssueType to RuleType | Julien Lancelot | 2016-03-02 | 1 | -3/+3 |
| | |||||
* | Remove unused annotation @DbTests | Simon Brandhof | 2016-02-29 | 8 | -24/+7 |
| | |||||
* | Fix IssueDaoTest on MySQL | Simon Brandhof | 2016-02-29 | 1 | -51/+66 |
| | | | | DBUnit does not correctly handle TINYINT type on MySQL | ||||
* | SONAR-7333 DB migration to set ISSUES.ISSUE_TYPE | Simon Brandhof | 2016-02-26 | 1 | -0/+1 |
| | |||||
* | SONAR-7333 add field "type" to issues (db and elasticsearch) | Simon Brandhof | 2016-02-26 | 3 | -0/+8 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 10 | -10/+10 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 10 | -45/+40 |
| | |||||
* | Improve validation of fields of CeQueueDto and IssueDto | Simon Brandhof | 2015-09-28 | 1 | -3/+3 |
| | |||||
* | Add some preconditions to IssueDto | Simon Brandhof | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | Store issues locations in DB and return in WS | Simon Brandhof | 2015-08-05 | 1 | -1/+3 |
| | |||||
* | Load project UUID from action plan DAO | Simon Brandhof | 2015-08-05 | 2 | -2/+4 |
| | | | | Project UUID must be used internally instead of project key. | ||||
* | Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs() | Simon Brandhof | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | Apply conventions to IssueDao | Simon Brandhof | 2015-07-24 | 1 | -6/+19 |
| | |||||
* | Add IssueDao#selectByOrderedKeys(...) | Simon Brandhof | 2015-07-24 | 1 | -7/+21 |
| | |||||
* | Rename methods in DAO layer to follow conventions | Teryk Bellahsene | 2015-07-23 | 2 | -6/+6 |
| | |||||
* | Fix travis.sh to execute db tests on mysql and postgres | Simon Brandhof | 2015-07-08 | 1 | -1/+2 |
| | |||||
* | Refactor dao unit tests to use DbTester.create(System2) | Julien Lancelot | 2015-07-07 | 8 | -154/+151 |
| | |||||
* | FIX Redundant throws clause | David Gageot | 2015-07-07 | 2 | -2/+2 |
| | |||||
* | Fix quality flaws in Dao | Simon Brandhof | 2015-07-06 | 2 | -17/+12 |
| | |||||
* | Improve testability of Dao | Simon Brandhof | 2015-07-06 | 1 | -11/+1 |
| | |||||
* | Move some classes from sonar-server to sonar-db | Simon Brandhof | 2015-07-06 | 2 | -9/+125 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 10 | -0/+1251 |