aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-726/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuidSébastien Lesaint2016-06-021-1/+0
* remove usage of deprecated methods of Guava ObjectsSébastien Lesaint2016-05-241-2/+2
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-301-5/+0
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-291-17/+2
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-251-10/+0
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-101-8/+8
* SONAR-7345 Rename ISSUES columnsJulien Lancelot2016-03-101-16/+16
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-021-1/+1
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-021-3/+3
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-261-0/+19
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Improve validation of fields of CeQueueDto and IssueDtoSimon Brandhof2015-09-281-15/+23
* Add some preconditions to IssueDtoSimon Brandhof2015-09-271-18/+25
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-281-1/+1
* Store issues locations in DB and return in WSSimon Brandhof2015-08-051-1/+4
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-051-0/+34
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-0/+3
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-241-5/+2
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+686