aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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