aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4303 Refactor the issue detail pageJulien Lancelot2013-05-246-12/+50
* Fix copyright headerJulien Lancelot2013-05-241-3/+21
* SONAR-4286 remove the assignee when resolving as false-positiveSimon Brandhof2013-05-246-4/+97
* SONAR-4303 Refactor the issue detail in the issues code viewerJulien Lancelot2013-05-244-60/+73
* Fixed several violationsJean-Baptiste Vilain2013-05-233-7/+10
* SONAR-SONAR-4305 feed the column PROJECT_IDSimon Brandhof2013-05-231-8/+9
* SONAR-4341 Replace issues metrics by violationJulien Lancelot2013-05-231-8/+8
* SONAR-4301 Add index on issues.resolutionJulien Lancelot2013-05-232-9/+12
* SONAR-3755 fix the deprecated web service /api/violations/indexSimon Brandhof2013-05-234-35/+30
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-23175-12374/+1202
* SONAR-4341 Fix widget template pathJulien Lancelot2013-05-231-3/+1
* SONAR-4341 Provide an "Issues by Severity" widget which will replace the "Rul...Julien Lancelot2013-05-234-20/+27
* SONAR-4333 Fix widget positionJulien Lancelot2013-05-231-1/+1
* SONAR-4301 Add resolution on issues search page, add resolution to status indexJulien Lancelot2013-05-239-22/+42
* SONAR-4333 Provide a new "Unresolved issue statuses" widgetJulien Lancelot2013-05-237-6/+149
* SONAR-3755 Fix action plan progress bar display in action plan widget (for is...Julien Lancelot2013-05-231-1/+1
* SONAR-4329 Close no more existing confirmed issuesJulien Lancelot2013-05-232-0/+61
* SONAR-4330 Create the metrics "False-Positive", "Open status", "Reopened stat...Julien Lancelot2013-05-234-12/+94
* SONAR-3755 Display status in issue code viewer when issues are not resolvedJulien Lancelot2013-05-232-1/+6
* SONAR-3755 Fix issues param when searching by issuesJulien Lancelot2013-05-232-3/+3
* SONAR-4301 Replace status icon by textJulien Lancelot2013-05-231-3/+3
* SONAR-4329 Create a new CONFIRMED status for IssuesJulien Lancelot2013-05-235-7/+65
* Fix action plan empty messageJulien Lancelot2013-05-231-1/+1
* Fix quality flaw and add action plans html idJulien Lancelot2013-05-232-4/+6
* SONAR-4301 Update sentence displayed when max results reached on issues searc...Julien Lancelot2013-05-231-1/+1
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-228-234/+256
* SONAR-4301 Add maxResultsReached parameter on Issues WSJulien Lancelot2013-05-229-6/+23
* SONAR-4301 Improve issues sortJulien Lancelot2013-05-226-13/+19
* SONAR-4301 Display message and disable sort when issues results are higher th...Julien Lancelot2013-05-227-9/+20
* SONAR-4290 allow to create an action plan on todaySimon Brandhof2013-05-223-18/+16
* SONAR-4301 Display project on issues search pageJulien Lancelot2013-05-224-11/+48
* SONAR-4290 suppress old console of action plansSimon Brandhof2013-05-2210-514/+170
* SONAR-3755 Remove index on issues.project_idJulien Lancelot2013-05-222-3/+0
* SONAR-4301 Replace sql sort on issues by Java sortJulien Lancelot2013-05-228-132/+420
* SONAR-4290 improve admin consoleSimon Brandhof2013-05-223-14/+9
* SONAR-3755 various improvements on plan and assign actionsSimon Brandhof2013-05-226-14/+25
* SONAR-3755 various improvements on plan and assign actionsSimon Brandhof2013-05-2210-29/+96
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-2219-93/+256
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-2251-59/+332
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-227-99/+76
* SONAR-3755 fix bug in IssueUpdater#setEffortToFix()Simon Brandhof2013-05-222-2/+21
* Fix unit testJulien Lancelot2013-05-211-3/+3
* SONAR-4301 Create queries to select all authorized projects for a user and to...Julien Lancelot2013-05-2110-0/+263
* SONAR-4305 change some logs and commentsSimon Brandhof2013-05-211-2/+2
* SONAR-4305 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-2139-86/+293
* SONAR-4301 Set default sort by severityJulien Lancelot2013-05-211-1/+1
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-2142-137/+88
* SONAR-4301 Fix issue when sort and asc are nullJulien Lancelot2013-05-212-4/+8
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-2142-88/+137
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-2122-73/+589