aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-246-9/+328
* SONAR-4290 order action plans by chronological deadlineSimon Brandhof2013-05-241-0/+59
* SONAR-4301 Improve the issues search in order to select only project authoriz...Julien Lancelot2013-05-241-70/+32
* Fix copyright headerJulien Lancelot2013-05-241-3/+21
* SONAR-4286 remove the assignee when resolving as false-positiveSimon Brandhof2013-05-242-0/+45
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-2325-741/+4
* SONAR-4329 Close no more existing confirmed issuesJulien Lancelot2013-05-231-0/+55
* SONAR-4329 Create a new CONFIRMED status for IssuesJulien Lancelot2013-05-231-4/+36
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-221-24/+26
* SONAR-4301 Replace sql sort on issues by Java sortJulien Lancelot2013-05-221-76/+37
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-221-2/+6
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-2230-40/+75
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-221-5/+5
* SONAR-3755 fix bug in IssueUpdater#setEffortToFix()Simon Brandhof2013-05-221-0/+17
* 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-216-0/+174
* SONAR-4305 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-2130-67/+67
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-2132-72/+72
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-2132-72/+72
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-218-13/+451
* SONAR-4310 set updated_at only on changesSimon Brandhof2013-05-202-30/+39
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-202-2/+2
* SONAR-3755 do not filter non-READY rules in the WS /api/issues/searchSimon Brandhof2013-05-171-2/+2
* SONAR-3755 ability to get list of available issue statusesSimon Brandhof2013-05-162-0/+51
* SONAR-3755 save issue changes during automatic transitionsSimon Brandhof2013-05-161-1/+4
* SONAR-3755 set the update date when scan changes statusSimon Brandhof2013-05-161-1/+3
* SONAR-4287 Fix issue when loading action plan formJulien Lancelot2013-05-161-0/+28
* SONAR-4323 escape special characters % and _Simon Brandhof2013-05-161-0/+11
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-1429-66/+70
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-1429-160/+111
* SONAR-4323 add search by free text and support of Select2Simon Brandhof2013-05-142-0/+44
* SONAR-4282 Fix problem when returning issues when componentRoots is a moduleJulien Lancelot2013-05-1418-46/+55
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-142-0/+94
* SONAR-4282 renamed openIssues by unresolvedIssuesJulien Lancelot2013-05-141-1/+1
* SONAR-4324 Add index to the table USERS.LOGINSimon Brandhof2013-05-132-16/+0
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-138-52/+246
* SONAR-3755 Add action plan WSJulien Lancelot2013-05-134-5/+17
* SONAR-3755 Use a single method to return action plan statsJulien Lancelot2013-05-133-96/+3
* SONAR-3755 Manage error handling when creating or updating action plansJulien Lancelot2013-05-132-2/+22
* SONAR-4321 improve rendering of dates and html textSimon Brandhof2013-05-131-2/+2
* SONAR-3755 Rename ActionPlanManager to ActionPlanServer and move it to sonar-...Julien Lancelot2013-05-131-147/+0
* SONAR-3755 refactor commentsSimon Brandhof2013-05-135-105/+19
* SONAR-3755 refactor commentsSimon Brandhof2013-05-1213-25/+303
* Fix unit testsJulien Lancelot2013-05-081-2/+2
* SONAR-3755 Manage action plan management console with Java instead of RubyJulien Lancelot2013-05-077-14/+101
* Fix insertion of action plansSimon Brandhof2013-05-071-3/+3
* SONAR-3755 refactor commentsSimon Brandhof2013-05-0721-44/+363
* SONAR-3755 Check that action plan exist when linking an action plan to an issueJulien Lancelot2013-05-073-1/+30
* SONAR-3755 Add action plans to issue query and add WS to add action plan to i...Julien Lancelot2013-05-072-0/+96
* SONAR-3755 Add query to get open and closed action plan statsJulien Lancelot2013-05-074-11/+145