aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0745-127/+525
* SONAR-3755 Check that action plan exist when linking an action plan to an issueJulien Lancelot2013-05-078-6/+71
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-0712-1/+176
* SONAR-3755 Add query to get open and closed action plan statsJulien Lancelot2013-05-0711-28/+204
* SONAR-3893 Removed deprecated classes and perspectivesJean-Baptiste Vilain2013-05-0721-1250/+1
* Export rules package in MANIFEST.MFJulien HENRY2013-05-071-1/+2
* SONAR-3755 Add planned parameter on IssueQuery for Issues code viewerJulien Lancelot2013-05-0611-8/+143
* SONAR-3755 Add plan action button in issues code viewerJulien Lancelot2013-05-0612-20/+184
* SONAR-3755 add rule metadata to ws-clientSimon Brandhof2013-05-067-18/+131
* SONAR-3755 refactor saving of commentsSimon Brandhof2013-05-067-42/+36
* SONAR-3755 Fix queryJulien Lancelot2013-05-061-1/+1
* SONAR-3755 Add plan action in IssueUpdater and add a ActionPlanFinderJulien Lancelot2013-05-0617-203/+176
* SONAR-3755 Do not load transitions if not logguedJulien Lancelot2013-05-061-8/+7
* SONAR-3755 Display action plan on issue detail pageJulien Lancelot2013-05-067-13/+35
* Fix issue when loading modal rules many timesJulien Lancelot2013-05-062-1/+2
* SONAR-3755 Add closed Action Plan listJulien Lancelot2013-05-067-18/+65
* SONAR-3755 Add Action Plan consoleJulien Lancelot2013-05-0638-152/+508
* Export issues package in MANIFEST.MFJulien HENRY2013-05-061-1/+2
* Fix authentication during db upgradeSimon Brandhof2013-05-061-4/+8
* SONAR-3893 Fixed missing perspective builder declaration in IoC containerJean-Baptiste Vilain2013-05-062-1/+4
* SONAR-3755 Add Action Plan Dao, remove action_plans_issues table, add action_...Julien Lancelot2013-05-0632-120/+894
* SONAR-3755 display non-closed issuesSimon Brandhof2013-05-061-1/+1
* SONAR-3755 refactor issue sortingSimon Brandhof2013-05-0412-53/+40
* Drop org.sonar.api.check.IsoCategorySimon Brandhof2013-05-043-40/+2
* Replace hamcrest by fest-assertSimon Brandhof2013-05-0314-150/+103
* SONAR-3755 remove the resolution OPENSimon Brandhof2013-05-0314-28/+83
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-0346-95/+131
* SONAR-3755 refactor issue searchSimon Brandhof2013-05-0318-209/+238
* Allow to get user locale from java componentsSimon Brandhof2013-05-039-67/+151
* SONAR-3755 fix insertion of issues on oracleSimon Brandhof2013-05-031-1/+2
* SONAR-3893 Reworked symbols API and changed package for corresponding classesJean-Baptiste Vilain2013-05-0325-1/+1249
* SONAR-3755 Add id in action_plans_issues test dataJulien Lancelot2013-05-033-5/+6
* SONAR-3755 force to reload issue migrations in dev envSimon Brandhof2013-05-034-3/+3
* SONAR-3755 fix NPE when file does not exist anymoreSimon Brandhof2013-05-034-4/+127
* SONAR-3755 Return Action plans in Issue FinderJulien Lancelot2013-05-0319-15/+716
* SONAR-3755 fix display of creation dateSimon Brandhof2013-05-033-6/+6
* Fix quality flawsSimon Brandhof2013-05-031-2/+2
* Fix some quality flawsSimon Brandhof2013-05-032-4/+4
* Fix some quality flawsSimon Brandhof2013-05-036-6/+59
* SONAR-3755 set the functional creation dateSimon Brandhof2013-05-031-1/+5
* Add some commentsSimon Brandhof2013-05-032-1/+9
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-0356-289/+559
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0217-164/+228
* Fix issues in OSGI entries of wsclient MANIFESTJulien HENRY2013-05-021-2/+2
* SONAR-3755 Fix issues purge SQLJulien Lancelot2013-05-021-2/+28
* SONAR-3755 implement changelogSimon Brandhof2013-05-0255-578/+1323
* SONAR-3755 Add action_plans_issues table and add purge of all issues tablesJulien Lancelot2013-05-0212-3/+106
* SONAR-3755 Change order of button on issues pagesJulien Lancelot2013-05-022-8/+11
* SONAR-3755 Add change severity on issues code viewerJulien Lancelot2013-05-027-13/+92
* SONAR-3755 Add change severity on issue detail pageJulien Lancelot2013-05-027-13/+126