aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* Fix conflictsSimon Brandhof2013-05-272-4/+4
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-274-4/+174
* SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigne...Julien Lancelot2013-05-271-0/+51
* SONAR-4301 Rename issues.resource_id by issues.component_id and issues.projec...Julien Lancelot2013-05-273-10/+10
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-272-76/+106
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-271-34/+33
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-242-9/+72
* 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-238-393/+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-224-2/+15
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-221-5/+5
* SONAR-3755 fix bug in IssueUpdater#setEffortToFix()Simon Brandhof2013-05-221-0/+17
* SONAR-4301 Create queries to select all authorized projects for a user and to...Julien Lancelot2013-05-212-0/+55
* SONAR-4305 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-213-5/+5
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-213-7/+7
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-213-7/+7
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-211-3/+65
* 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-201-1/+1
* 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-145-16/+16
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-145-15/+12
* SONAR-4323 add search by free text and support of Select2Simon Brandhof2013-05-141-0/+20
* SONAR-4282 Fix problem when returning issues when componentRoots is a moduleJulien Lancelot2013-05-142-3/+9
* SONAR-3755 Add resolved parameter to IssueFinder and improve issues search pageJulien Lancelot2013-05-141-0/+17
* SONAR-4282 renamed openIssues by unresolvedIssuesJulien Lancelot2013-05-141-1/+1
* SONAR-4324 Add index to the table USERS.LOGINSimon Brandhof2013-05-131-15/+0
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-134-49/+213
* SONAR-3755 Add action plan WSJulien Lancelot2013-05-132-5/+7
* SONAR-3755 Use a single method to return action plan statsJulien Lancelot2013-05-131-15/+3
* SONAR-3755 Manage error handling when creating or updating action plansJulien Lancelot2013-05-131-2/+10
* 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-134-29/+19
* SONAR-3755 refactor commentsSimon Brandhof2013-05-125-25/+83
* Fix unit testsJulien Lancelot2013-05-081-2/+2
* SONAR-3755 Manage action plan management console with Java instead of RubyJulien Lancelot2013-05-072-14/+68