aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/issue
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-177-976/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-107-15/+14
|
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-162-17/+24
| | | | for UTs using ComponentTesting and/or ComponentDbTester
* SONAR-7292 Remove useless code in IssueChangeDaoJulien Lancelot2016-12-151-59/+0
|
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-2/+3
|
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-151-4/+3
|
* SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-152-6/+51
|
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-132-27/+72
|
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-102-226/+0
|
* SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-102-3/+3
|
* SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-161-47/+0
|
* SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuidSébastien Lesaint2016-06-021-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 DbTesterSimon Brandhof2016-05-242-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 backendJulien Lancelot2016-03-293-11/+2
|
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-254-216/+0
|
* SONAR-7345 Fix test on MsSQLJulien Lancelot2016-03-101-116/+172
|
* SONAR-7345 Rename ISSUES columnsJulien Lancelot2016-03-103-14/+16
| | | | | Rename technical_debt to effort Rename effort_to_fix to gap
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-021-1/+1
|
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-021-3/+3
|
* Remove unused annotation @DbTestsSimon Brandhof2016-02-298-24/+7
|
* Fix IssueDaoTest on MySQLSimon Brandhof2016-02-291-51/+66
| | | | DBUnit does not correctly handle TINYINT type on MySQL
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-261-0/+1
|
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-263-0/+8
|
* Fix project title in copyright headersSimon Brandhof2016-01-1310-10/+10
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0510-45/+40
|
* Improve validation of fields of CeQueueDto and IssueDtoSimon Brandhof2015-09-281-3/+3
|
* Add some preconditions to IssueDtoSimon Brandhof2015-09-271-1/+1
|
* Store issues locations in DB and return in WSSimon Brandhof2015-08-051-1/+3
|
* Load project UUID from action plan DAOSimon Brandhof2015-08-052-2/+4
| | | | Project UUID must be used internally instead of project key.
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-2/+2
|
* Apply conventions to IssueDaoSimon Brandhof2015-07-241-6/+19
|
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-241-7/+21
|
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-232-6/+6
|
* Fix travis.sh to execute db tests on mysql and postgresSimon Brandhof2015-07-081-1/+2
|
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-078-154/+151
|
* FIX Redundant throws clauseDavid Gageot2015-07-072-2/+2
|
* Fix quality flaws in DaoSimon Brandhof2015-07-062-17/+12
|
* Improve testability of DaoSimon Brandhof2015-07-061-11/+1
|
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-062-9/+125
|
* Extract module sonar-dbSimon Brandhof2015-07-0410-0/+1251