aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/issue/IssueChangeDao.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-87/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7292 Remove useless code in IssueChangeDaoJulien Lancelot2016-12-151-24/+0
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-11/+5
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-151-11/+3
* SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-151-1/+6
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-131-12/+7
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-021-21/+2
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-291-4/+0
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-0/+2
* Fix quality flawsSimon Brandhof2016-02-291-1/+1
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-19/+31
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+135