aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4282 renamed openIssues by unresolvedIssuesJulien Lancelot2013-05-144-14/+14
* SONAR-3755 revert usage of inner joinsSimon Brandhof2013-05-141-13/+12
* SONAR-3755 improve SQL requests by using inner joinsSimon Brandhof2013-05-141-12/+13
* SONAR-4321 export componentsSimon Brandhof2013-05-131-0/+3
* SONAR-4324 Add index to the table USERS.LOGINSimon Brandhof2013-05-135-18/+3
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-1315-74/+529
* SONAR-3755 Add action plan WSJulien Lancelot2013-05-1310-29/+97
* SONAR-3755 Use a single method to return action plan statsJulien Lancelot2013-05-138-138/+20
* SONAR-3755 Manage error handling when creating or updating action plansJulien Lancelot2013-05-136-6/+46
* SONAR-4321 improve rendering of dates and html textSimon Brandhof2013-05-133-11/+11
* SONAR-3755 Rename ActionPlanManager to ActionPlanServer and move it to sonar-...Julien Lancelot2013-05-132-288/+0
* SONAR-3755 refactor commentsSimon Brandhof2013-05-1313-133/+57
* SONAR-3755 refactor commentsSimon Brandhof2013-05-1224-96/+450
* Fix unit testsJulien Lancelot2013-05-082-5/+5
* SONAR-3755 Manage action plan management console with Java instead of RubyJulien Lancelot2013-05-0714-42/+224
* Fix insertion of action plansSimon Brandhof2013-05-072-4/+4
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0734-105/+466
* SONAR-3755 Check that action plan exist when linking an action plan to an issueJulien Lancelot2013-05-077-3/+63
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-073-0/+101
* SONAR-3755 Add query to get open and closed action plan statsJulien Lancelot2013-05-078-18/+192
* SONAR-3755 Add planned parameter on IssueQuery for Issues code viewerJulien Lancelot2013-05-063-0/+106
* SONAR-3755 Add plan action button in issues code viewerJulien Lancelot2013-05-061-4/+5
* SONAR-3755 refactor saving of commentsSimon Brandhof2013-05-066-41/+35
* SONAR-3755 Fix queryJulien Lancelot2013-05-061-1/+1
* SONAR-3755 Add plan action in IssueUpdater and add a ActionPlanFinderJulien Lancelot2013-05-0611-141/+250
* SONAR-3755 Add Action Plan consoleJulien Lancelot2013-05-0622-84/+145
* SONAR-3755 Add Action Plan Dao, remove action_plans_issues table, add action_...Julien Lancelot2013-05-0624-59/+695
* SONAR-3755 refactor issue sortingSimon Brandhof2013-05-046-15/+12
* SONAR-3755 remove the resolution OPENSimon Brandhof2013-05-039-23/+57
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-0324-61/+65
* SONAR-3755 fix insertion of issues on oracleSimon Brandhof2013-05-031-1/+2
* 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-032-3/+3
* SONAR-3755 Return Action plans in Issue FinderJulien Lancelot2013-05-0313-5/+526
* Fix quality flawsSimon Brandhof2013-05-031-2/+2
* Fix some quality flawsSimon Brandhof2013-05-032-4/+4
* Fix some quality flawsSimon Brandhof2013-05-035-5/+57
* 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-0336-222/+445
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0214-129/+165
* SONAR-3755 Fix issues purge SQLJulien Lancelot2013-05-021-2/+28
* SONAR-3755 implement changelogSimon Brandhof2013-05-0233-343/+1103
* SONAR-3755 Add action_plans_issues table and add purge of all issues tablesJulien Lancelot2013-05-0211-3/+69
* Fix IssueUpdater due to previous commit that forgot some filesJulien Lancelot2013-04-301-2/+4
* SONAR-3755 Add assigned parameter to IssueQueryJulien Lancelot2013-04-303-1/+99
* SONAR-3755 improve the table ISSUESSimon Brandhof2013-04-301-4/+4
* SONAR-3755 fix issue creation dateSimon Brandhof2013-04-303-6/+20
* SONAR-3755 keep state changesSimon Brandhof2013-04-3018-175/+367
* SONAR-3755 Fix query for MySQLJulien Lancelot2013-04-292-0/+12