aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed quality issuesJean-Baptiste Vilain2013-05-301-8/+11
* Fix some quality flawsSimon Brandhof2013-05-294-13/+29
* SONAR-4301 Replace snapshot by project in query used to select authorized roo...Julien Lancelot2013-05-297-36/+29
* SONAR-3755 Add index on issues.root_component_idJulien Lancelot2013-05-291-0/+2
* SONAR-4304 close manual issues marked as resolvedSimon Brandhof2013-05-294-14/+186
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-292-5/+22
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-292-12/+12
* SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlanJulien Lancelot2013-05-296-111/+14
* DEVACT-38 Typo in semaphore fieldJean-Baptiste Vilain2013-05-291-3/+3
* SONAR-3755 fix regression on severitySimon Brandhof2013-05-292-5/+11
* SONAR-3755 fix issue close dateSimon Brandhof2013-05-281-12/+2
* SONAR-4304 fix bug in workflow of manual issuesSimon Brandhof2013-05-281-0/+8
* DEVACT-103 Added missing test resourcesJean-Baptiste Vilain2013-05-284-0/+20
* DEVACT-103 Removed unused method in AuthorDaoJean-Baptiste Vilain2013-05-281-22/+0
* DEVACT-103 Modified author dao to allow author and developer creation in the ...Jean-Baptiste Vilain2013-05-2810-34/+123
* SONAR-4316 implement IssueFilter and support ViolationFilterSimon Brandhof2013-05-282-3/+3
* Fix quality flawsJulien Lancelot2013-05-282-2/+6
* SONAR-4355 new resolution "REMOVED"Simon Brandhof2013-05-288-38/+153
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-276-740/+0
* Fix conflictsSimon Brandhof2013-05-273-4/+175
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-2710-5/+367
* Fix query on OracleJulien Lancelot2013-05-271-6/+9
* SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigne...Julien Lancelot2013-05-279-172/+271
* SONAR-4301 Remove securityExclusions parameterJulien Lancelot2013-05-271-11/+0
* SONAR-4301 Rename issues.resource_id by issues.component_id and issues.projec...Julien Lancelot2013-05-2746-241/+242
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-2712-186/+418
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-274-52/+55
* SONAR-4283 implement the notification on new issues raised during project scanSimon Brandhof2013-05-262-1/+3
* Fix minor quality flawSimon Brandhof2013-05-261-1/+1
* SONAR-4297 SONAR-4295 SONAR-4294 remove some review widgetsSimon Brandhof2013-05-261-1/+1
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-2410-27/+485
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-2/+2
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-3/+3
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-10/+9
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-1/+1
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-13/+19
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-242-4/+13
* SONAR-4301 Fix sql queryJulien Lancelot2013-05-241-6/+1
* SONAR-4290 order action plans by chronological deadlineSimon Brandhof2013-05-247-9/+113
* 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