summaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3024 Perform one shot migration of all project resourcesJulien HENRY2014-01-2313-70/+494
|
* Remove bad imports of org.codehaus.plexus.util.StringUtils. Commons Lang ↵Simon Brandhof2014-01-223-3/+3
| | | | should be used.
* Change log level when accessing resource using its deprecated keyJulien HENRY2014-01-221-1/+1
|
* Fix resource indexing in viewsJulien HENRY2014-01-211-1/+5
|
* Remove direct usage of gson in JsonReportSimon Brandhof2014-01-201-44/+29
|
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash ↵Julien HENRY2014-01-208-19/+16
| | | | in new resource keys/names
* Replace json-simple by gson in sonar-batchSimon Brandhof2014-01-183-12/+11
|
* Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and ↵Simon Brandhof2014-01-182-1/+7
| | | | move some deprecated classes from sonar-plugin-api to sonar-deprecated
* SONAR-3024 Update the path of existing resources during migrationJulien HENRY2014-01-171-0/+3
|
* SONAR-926 Merge Java package and directory concepts. Display full path of ↵Julien HENRY2014-01-162-2/+2
| | | | resources as name.
* SONAR-3024 Fix regression with Library resourcesJulien HENRY2014-01-162-12/+8
|
* SONAR-3024 Use new resource key in json reportJulien HENRY2014-01-157-51/+11
|
* SONAR-3024 Fix SonarEngine to work with new resource keysJulien HENRY2014-01-144-6/+71
|
* SONAR-3024 Fix deprecated key in json reportJulien HENRY2014-01-131-1/+2
|
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-1325-120/+205
|
* SONAR-4783 Don't prevent views indexingJulien HENRY2014-01-101-4/+10
|
* SONAR-4783 Restore indexing methods to allow indexing of methods/paragraphsJulien HENRY2014-01-091-2/+23
|
* SONAR-4783 API - drop the extension point SourceImporterJulien HENRY2014-01-0914-96/+285
|
* SONAR-3024 Fix FileIndexer to set UTS qualifier on non Java testsJulien HENRY2014-01-091-2/+7
|
* SONAR-3024 Fix PastMeasureLoader to consider path to distinguish resources ↵Julien HENRY2014-01-091-5/+18
| | | | with same key
* SONAR-3024 Introduce a path attribute on resource to allow distinguish filesJulien HENRY2014-01-0818-59/+344
| | | | that would have the same key with old key pattern
* SONAR-5000 Stop support of the property "sonar.jdbc.schema"Simon Brandhof2014-01-081-1/+0
|
* Fix some quality flawsSimon Brandhof2014-01-072-2/+2
|
* Fix quality flawsJulien Lancelot2014-01-071-1/+1
|
* SONAR-4985 Fix persistence of file hashes when sonar.branch is usedJulien HENRY2013-12-192-19/+16
|
* New class System2 to increase testability of classes that call low-level ↵Simon Brandhof2013-12-178-63/+46
| | | | system methods
* Fix quality flawsJulien Lancelot2013-12-121-9/+3
|
* SONAR-4688 remove remaining call to l10n bundleSimon Brandhof2013-12-112-15/+18
|
* Upgrade to 4.2-SNAPSHOTEric Hartmann2013-12-111-1/+1
|
* Improve DeprecatedFileFiltersSimon Brandhof2013-12-101-1/+1
|
* Fix some quality flawsSimon Brandhof2013-12-103-2/+2
|
* Fix some quality flawsSimon Brandhof2013-12-091-1/+1
|
* SONAR-4756 Use sonar.log.profilingLevel instead of showSql(Result) for batchJean-Baptiste Lievremont2013-12-042-4/+12
|
* Try to make JsonReportTest timezone independentJulien HENRY2013-12-041-5/+9
|
* Remove unused infinitest filesSimon Brandhof2013-12-031-1/+0
|
* Fix incorrect importsSimon Brandhof2013-12-031-2/+4
|
* Fix quality flawsJulien Lancelot2013-12-032-10/+16
|
* SONAR-4816 Provide assignee real name in json report and issues WSJulien HENRY2013-12-034-9/+78
|
* Fix quality flawsJulien Lancelot2013-12-031-2/+2
|
* Update message to display when not effort to fix on constant_issue requirementJulien Lancelot2013-12-022-2/+3
|
* Fix quality flawsJulien Lancelot2013-12-021-0/+23
|
* Verify that checks do not set effort to fix on constant_issue requirementJulien Lancelot2013-12-022-2/+32
|
* SONAR-4891 Remove useless characteristics columns and tablesJulien Lancelot2013-12-021-15/+3
|
* Move TechnicalDebtCalculator to ProjectScanContainerJulien Lancelot2013-11-291-0/+2
|
* SONAR-4831 Mode some technical debt classes to internal packagesJulien Lancelot2013-11-294-7/+7
|
* SONAR-4831 Refactored technical debtJulien Lancelot2013-11-288-46/+262
|
* SONAR-4876 Don't expose new sonar.moduleKey property in CorePropertiesJulien HENRY2013-11-271-6/+11
|
* SONAR-4893 Update technical debt pyramid widget to use new technical debt modelJulien Lancelot2013-11-273-6/+6
|
* SONAR-4830 Remove unused codeJulien HENRY2013-11-271-27/+0
|
* SONAR-4892 SONAR-4917 Update technical debt merge model and technical debt ↵Julien Lancelot2013-11-279-10/+325
| | | | decorator to use mybatis classes