aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-282-8/+32
* SONAR-3879 Template rules status should not updated to their parent statusJulien Lancelot2013-06-191-4/+4
* SONAR-3879 Template rules are now updated when there parent are updatedJulien Lancelot2013-06-194-19/+70
* SONAR-4315 Inject project settings when executing an actionJulien Lancelot2013-06-171-4/+44
* SONAR-3755 Role required to find issues should be USER instead of CODE VIEWERJulien Lancelot2013-06-071-2/+14
* SONAR-3755 Improve creation of manual issueJulien Lancelot2013-06-061-57/+36
* SONAR-3755 Removed useless security checkJulien Lancelot2013-06-062-20/+4
* SONAR-3755 improve documentationSimon Brandhof2013-06-051-9/+9
* SONAR-3755 Removed check on logged user in action plan serviceJulien Lancelot2013-06-051-15/+0
* Fix unit testJulien Lancelot2013-06-051-2/+2
* SONAR-3755 Fix issue on SQL to retrieve root projectJulien Lancelot2013-06-051-2/+2
* SONAR-3755 to list transitions available on an issue, user role on the issue ...Julien Lancelot2013-06-052-2/+12
* Fix unit testJulien Lancelot2013-06-041-10/+12
* SONAR-3755 Add security check on issues actionJulien Lancelot2013-06-042-9/+441
* SONAR-4284 Display a changelog in the Issue detail pageSimon Brandhof2013-06-042-25/+97
* SONAR-3755 Fix issue on action planJulien Lancelot2013-06-041-3/+2
* SONAR-3755 Improve action plan rightsJulien Lancelot2013-06-041-0/+1
* SONAR-3755 Add security on action planJulien Lancelot2013-06-044-43/+112
* SONAR-3755 Remove Action builder and replace it by ActionsJulien Lancelot2013-06-031-17/+13
* SONAR-4315 Add projectSettings in Action APIJulien Lancelot2013-06-031-28/+43
* SONAR-4315 Add Issue Action WS and add Action links to Issue detailJulien Lancelot2013-06-032-67/+175
* SONAR-3755 refactor rendering of issuesSimon Brandhof2013-06-031-1/+1
* SONAR-4315 Improve ActionServiceJulien Lancelot2013-06-021-0/+42
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ...Julien Lancelot2013-05-314-3/+65
* SONAR-4301 Load componentRoot, assignee and reporter from db instead of getti...Julien Lancelot2013-05-311-0/+49
* SONAR-4282 Change action plan deadline format to YYYY-MM-DD, change link from...Julien Lancelot2013-05-311-5/+5
* Fix some quality flawsSimon Brandhof2013-05-311-2/+2
* Remove projectKey from Issues API as it's not always populatedJulien Lancelot2013-05-301-1/+2
* Fix some quality flawsSimon Brandhof2013-05-303-4/+4
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-292-8/+8
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-271-83/+0
* SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigne...Julien Lancelot2013-05-273-1/+86
* SONAR-4301 Remove usage of authorizationDao on issues searchJulien Lancelot2013-05-271-19/+8
* SONAR-4301 Remove securityExclusions parameterJulien Lancelot2013-05-271-1/+0
* SONAR-4301 Rename issues.resource_id by issues.component_id and issues.projec...Julien Lancelot2013-05-271-26/+26
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-271-3/+3
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-271-3/+3
* SONAR-4301 Improve the issues search in order to select only project authoriz...Julien Lancelot2013-05-241-4/+3
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-231-1/+1
* SONAR-3755 Fix issues param when searching by issuesJulien Lancelot2013-05-231-2/+2
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-222-44/+25
* SONAR-4290 allow to create an action plan on todaySimon Brandhof2013-05-221-5/+5
* SONAR-4301 Replace sql sort on issues by Java sortJulien Lancelot2013-05-222-10/+167
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-221-45/+68
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-225-0/+126
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-212-9/+14
* SONAR-4304 better exception handling/UISimon Brandhof2013-05-173-10/+195
* SONAR-4287 Fix issue when loading action plan formJulien Lancelot2013-05-161-4/+4
* Move unit test to its right place in test folderJulien Lancelot2013-05-161-0/+0
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-141-2/+2