aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-926 deprecate org.sonar.api.batch.ResourceFilterSimon Brandhof2014-02-106-126/+81
|
* SONAR-926 improve computation of number of linesSimon Brandhof2014-02-1017-681/+662
|
* SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilterJulien HENRY2014-02-1012-48/+33
| | | | | * Return a fake language for Project::getLanguage to avoid some NPE in plugins * Try to remove use of deprecated InputFile attributes
* Fix PathPattern on WindowsJulien HENRY2014-02-101-1/+2
|
* SONAR-926 Optimize computation of file inclusion/exclusionJulien HENRY2014-02-104-124/+107
| | | | | | * only browse FS once for both MAIN and TEST * put patterns in cache * don't build InputFile if file is excluded
* SONAR-4925 Remove duplicate SQL logging code from batchJean-Baptiste Lievremont2014-02-063-37/+8
|
* Fix quality flawsJulien Lancelot2014-02-061-8/+3
|
* Fix quality flawsJulien Lancelot2014-02-061-12/+18
|
* Revert getTargetDate() in public visibility because it's used by the Dev ↵Julien Lancelot2014-02-061-4/+8
| | | | Cockpit plugin
* Fix quality flawsJulien Lancelot2014-02-062-2/+2
|
* SONAR-5047 Calculation of new_coverage measures on delta since X days and ↵Julien Lancelot2014-02-054-13/+12
| | | | since Date is wrong
* Fix quality flaws in ResourceKeyMigrationTestSimon Brandhof2014-02-051-7/+4
|
* SONAR-926 deterministic error message in ResourceKeyMigrationSimon Brandhof2014-02-052-13/+6
|
* SONAR-5022 Fix the "sonar.preview.includePlugins" propertyJulien Lancelot2014-02-052-15/+25
|
* Drop dead codeSimon Brandhof2014-02-051-87/+0
|
* SONAR-926 deterministic error message (order of parameters)Simon Brandhof2014-02-051-15/+8
|
* Remove dead codeSimon Brandhof2014-02-051-166/+0
|
* SONAR-926 fix support of non-fs projectsSimon Brandhof2014-02-051-1/+1
|
* SONAR-926 fix support of Java as long as release version is usedSimon Brandhof2014-02-051-1/+19
|
* SONAR-926 drop support in multi-lang projects of methods ↵Simon Brandhof2014-02-041-19/+1
| | | | shouldExecuteOnProject() that check project language
* SONAR-4785 Fail if rule has no name and issue has no messageJulien Lancelot2014-02-042-15/+35
|
* SONAR-4785 When a plugin creates an issue without a message, the issue ↵Julien Lancelot2014-02-042-14/+95
| | | | message should be replaced in the DB by the rule name
* Fix quality flaws and coverageJean-Baptiste Lievremont2014-02-031-13/+4
|
* SONAR-4767 Display date of snapshot used for comparison when selecting ↵Julien Lancelot2014-02-032-2/+2
| | | | "Delta over X days"
* SONAR-926 move org.sonar.api.resources.Language to project scopeSimon Brandhof2014-02-032-4/+2
| | | | Instantiation strategy is set to BATCH. Languages can't depend on module components.
* Fix some quality flawsSimon Brandhof2014-02-022-11/+6
|
* Fix some quality flawsSimon Brandhof2014-02-025-7/+10
|
* SONAR-926 Don't index aggregator modulesJulien HENRY2014-01-312-6/+27
|
* SONAR-926 Indexing of the FS is now done starting from the basedir of the moduleJulien HENRY2014-01-315-215/+231
|
* SONAR-4974 SONAR-4928 Validate project key before batch bootstrap downloadJean-Baptiste Lievremont2014-01-313-5/+27
|
* SONAR-926 use the property sonar.language to detect single-lang projectsSimon Brandhof2014-01-314-5/+97
|
* SONAR-926 Optimize resource lookup using deprecated keyJulien HENRY2014-01-311-21/+25
|
* SONAR-926 Fix language detection on multi-language projectsJulien HENRY2014-01-301-1/+2
|
* SONAR-926 Add more tests for LanguageRecognizerJulien HENRY2014-01-301-0/+2
|
* SONAR-926 Improve language recognition to have case unsentitive file extensionsJulien HENRY2014-01-303-62/+108
|
* Add additional tests for line counter.Julien HENRY2014-01-301-3/+9
|
* Fix build after removal of CoberturaReportParserJulien HENRY2014-01-301-4/+0
|
* Add a warning to deprecated absolute path patterns.Julien HENRY2014-01-291-2/+10
|
* SONAR-5031 Provide line count as attribute of InputFileJulien HENRY2014-01-292-32/+48
|
* SONAR-926 JavaFile is now considered as equivalent to FileJulien HENRY2014-01-292-3/+25
| | | | | and creating a violation on a not indexed resource will no more result in indexing the resource.
* SONAR-926 Improve File/Directory to better support plugin still using this APIJulien HENRY2014-01-291-10/+25
|
* SONAR-926 First attempt to fix views taskJulien HENRY2014-01-294-30/+20
|
* SONAR-926 Improve FileLineContextFactory to support InputFileJulien HENRY2014-01-291-5/+4
|
* SONAR-926 Improve FileLineContextFactory to support InputFileJulien HENRY2014-01-293-8/+30
|
* SONAR-926 The filesystem lock is relaxed to still allow Initializers to call ↵Julien HENRY2014-01-282-4/+11
| | | | inputFiles
* SONAR-926 Remove usage of ResourceCreationLockSimon Brandhof2014-01-284-167/+13
|
* SONAR-3024 Provide a new CoberturaReportParser that do not rely on ↵Julien HENRY2014-01-271-2/+21
| | | | deprecated Resource API
* SONAR-4908 add org.sonar.api.batch.rule.CheckFactorySimon Brandhof2014-01-273-0/+8
|
* SONAR-926 increase performance of DefaultSensorContext#logWarning()Simon Brandhof2014-01-271-2/+4
|
* SONAR-926 fix metric PROFILE on single-lang modulesSimon Brandhof2014-01-271-1/+1
|