aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/issue/AssignActionTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-134/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Fix some quality flawsDinesh Bolkensteyn2013-08-291-1/+1
|
* SONAR-4525 Prevent bulk actions used for issues planning and assignment from ↵Jean-Baptiste Vilain2013-08-141-23/+37
| | | | doing unnecessary SQL requests
* SONAR-4375 Improve issue changelog display by returning names instead of ↵Jean-Baptiste Vilain2013-08-091-1/+5
| | | | keys for users and action plans
* SONAR-3714 Improve bulk change ui and move issue updater from Action.context ↵Julien Lancelot2013-06-251-3/+17
| | | | to Action constructor
* SONAR-3714 Add the comment in a separated parameterJulien Lancelot2013-06-251-2/+2
|
* SONAR-3714 Add check in plan action that all issues are related to the ↵Julien Lancelot2013-06-251-2/+13
| | | | action plan project
* SONAR-3714 Refactor the bulk change service in order to inject Actions ↵Julien Lancelot2013-06-241-0/+91
instead of having it hardcoded