aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/issue
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-6693 WS issue_filters/search rewrite WSTeryk Bellahsene2015-08-263-12/+54
* Store issues locations in DB and return in WSSimon Brandhof2015-08-052-2/+7
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-051-0/+34
* Load project UUID from action plan DAOSimon Brandhof2015-08-052-0/+10
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-244-37/+60
* Support of large number of keys in IssueDao#selectByKeys(...)Simon Brandhof2015-07-241-4/+19
* Apply conventions to IssueDaoSimon Brandhof2015-07-241-10/+10
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-242-5/+43
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-234-20/+20
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-064-11/+55
* Extract module sonar-dbSimon Brandhof2015-07-0419-0/+2278