aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4301 Improve the issues search in order to select only project authoriz...Julien Lancelot2013-05-244-151/+107
* Fix copyright headerJulien Lancelot2013-05-241-3/+21
* SONAR-4286 remove the assignee when resolving as false-positiveSimon Brandhof2013-05-246-4/+97
* Fixed several violationsJean-Baptiste Vilain2013-05-231-2/+1
* SONAR-4301 Add index on issues.resolutionJulien Lancelot2013-05-231-1/+3
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-2345-1560/+15
* SONAR-4301 Add resolution on issues search page, add resolution to status indexJulien Lancelot2013-05-231-1/+1
* SONAR-4329 Close no more existing confirmed issuesJulien Lancelot2013-05-232-0/+61
* SONAR-4329 Create a new CONFIRMED status for IssuesJulien Lancelot2013-05-232-7/+59
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-225-62/+217
* SONAR-4301 Improve issues sortJulien Lancelot2013-05-222-3/+3
* SONAR-4301 Display message and disable sort when issues results are higher th...Julien Lancelot2013-05-221-0/+2
* SONAR-3755 Remove index on issues.project_idJulien Lancelot2013-05-221-2/+0
* SONAR-4301 Replace sql sort on issues by Java sortJulien Lancelot2013-05-223-106/+51
* SONAR-3755 various improvements on plan and assign actionsSimon Brandhof2013-05-221-0/+1
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-223-7/+18
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-2238-55/+148
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-225-89/+60
* 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 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-2135-83/+85
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-2137-105/+84
* SONAR-4301 Fix issue when sort and asc are nullJulien Lancelot2013-05-211-4/+7
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-2137-84/+105
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-2110-43/+494
* SONAR-4310 set updated_at only on changesSimon Brandhof2013-05-208-92/+106
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-208-16/+42
* SONAR-3755 search by creation date should be >= instead of >Simon Brandhof2013-05-171-1/+1
* SONAR-3755 do not filter non-READY rules in the WS /api/issues/searchSimon Brandhof2013-05-172-6/+4
* SONAR-4304 better exception handling/UISimon Brandhof2013-05-171-0/+4
* SONAR-3755 ability to get list of available issue statusesSimon Brandhof2013-05-164-8/+74
* SONAR-3755 save issue changes during automatic transitionsSimon Brandhof2013-05-162-5/+10
* SONAR-3755 set the update date when scan changes statusSimon Brandhof2013-05-162-1/+4
* SONAR-4287 Fix issue when loading action plan formJulien Lancelot2013-05-164-0/+80
* SONAR-4323 escape special characters % and _Simon Brandhof2013-05-162-1/+12
* SONAR-4285 support the edition and deletion of commentsSimon Brandhof2013-05-162-5/+16
* SONAR-3755 Fix issues returned in dry run modeJulien Lancelot2013-05-151-1/+2
* SONAR-4301 Add some index on issuesJulien Lancelot2013-05-151-0/+10
* SONAR-3755 Fix query to find issues from module, package, etc.Julien Lancelot2013-05-151-1/+1
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-1435-95/+100
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-1435-220/+145
* SONAR-4323 add search by free text and support of Select2Simon Brandhof2013-05-143-0/+47
* SONAR-3755 Fix query to create H2 db on issues resolutionJulien Lancelot2013-05-141-1/+1
* Fix quality flawsJulien Lancelot2013-05-143-5/+15
* SONAR-3755 Add index on issues.action_plan_keyJulien Lancelot2013-05-141-0/+2
* SONAR-4282 Fix problem when returning issues when componentRoots is a moduleJulien Lancelot2013-05-1420-49/+57
* Fix quality flawsJulien Lancelot2013-05-141-2/+7
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-145-5/+118
* SONAR-4282 renamed openIssues by unresolvedIssuesJulien Lancelot2013-05-144-14/+14