aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/issue/IssueCommentService.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-141/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* SONAR-4450 Prevent users from adding empty comments on issuesJean-Baptiste Vilain2013-08-071-12/+19
|
* Fix quality flaws and add some sonar version in class commentsJulien Lancelot2013-06-211-0/+3
|
* SONAR-4284 Display a changelog in the Issue detail pageSimon Brandhof2013-06-041-0/+131
|
* SONAR-3755 refactor rendering of issuesSimon Brandhof2013-06-031-126/+0
|
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ↵Julien Lancelot2013-05-311-1/+5
| | | | Issues
* SONAR-4283 Add notification on new comment, and change emails subjectJulien Lancelot2013-05-301-6/+16
|
* Fix some quality flawsSimon Brandhof2013-05-301-1/+1
|
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-221-2/+1
|
* SONAR-4285 support the edition and deletion of commentsSimon Brandhof2013-05-161-0/+11
|
* SONAR-3755 fix issue actionsSimon Brandhof2013-05-151-3/+15
|
* SONAR-3755 refactor commentsSimon Brandhof2013-05-131-0/+90