aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixing typo.Baptiste Mathus2013-02-181-1/+1
* | SONAR-3583 Do not save violation if rule does not exist in DB (= no ID)Fabrice Bellingard2013-02-182-7/+22
|/
* Add missing testsSimon Brandhof2013-02-153-5/+117
* Refactor the filesystem API in order to allow to provide its own exclusionsSimon Brandhof2013-02-1519-395/+587
* SONAR-3317 improve memory usage in export of dry run dbSimon Brandhof2013-02-141-0/+4
* Fix log level of batch working dirSimon Brandhof2013-02-141-1/+1
* Fix quality flawsSimon Brandhof2013-02-133-5/+5
* SONAR-2760 file exclusions by absolute pathSimon Brandhof2013-02-135-43/+153
* Add unit test to ListTasksTaskSimon Brandhof2013-02-132-9/+60
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-1342-115/+154
* Fix loading of source encoding from Maven POMSimon Brandhof2013-02-135-8/+25
* Fix quality flawsSimon Brandhof2013-02-123-4/+6
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-1231-658/+387
* SONAR-1896 ResourceFilter extension based on file exclusionsSimon Brandhof2013-02-127-199/+320
* SONAR-4053 Increase connection pool size for SemaphoreUpdaterJulien HENRY2013-02-121-3/+4
* SONAR-3843 Fix issue with submodulesJulien Lancelot2013-02-113-11/+31
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-113-32/+7
* SONAR-1896 add unit testsSimon Brandhof2013-02-111-2/+42
* Fix compatibility with Java 5Simon Brandhof2013-02-111-7/+7
* SONAR-1896 refactor file system components used during project analysisSimon Brandhof2013-02-1124-0/+1506
* Revert SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-112-19/+11
* SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-114-10/+62
* Rename pico *Module classes to *Container to not confuse with Sonar Module co...Julien HENRY2013-02-1114-59/+59
* SONAR-4009 For "previous_version", Sonar must look into "events" tableFabrice Bellingard2013-02-085-52/+115
* SONAR-4012 Missing html escape in project nameJulien Lancelot2013-02-072-2/+13
* SONAR-2291 move management of file cache to the new module sonar-homeSimon Brandhof2013-02-0511-529/+156
* Remove some calls to commons-collectionsSimon Brandhof2013-02-031-13/+11
* SONAR-2291 Allow to configure Sonar user home directoryJulien HENRY2013-02-013-10/+25
* SONAR-2291 Implement cache for JDBC driverJulien HENRY2013-02-012-15/+99
* SONAR-2291 Minor changes on cacheJulien HENRY2013-01-315-16/+38
* SONAR-2291 Generate a new bootstrap index with md5Julien HENRY2013-01-301-6/+5
* SONAR-2501 remove org.sonar.api.testsSimon Brandhof2013-01-291-2/+0
* SONAR-2291 Don't extract plugins in the cache folderJulien HENRY2013-01-292-8/+33
* SONAR-2501 refactor BeanGraph layerSimon Brandhof2013-01-294-16/+16
* SONAR-2291 Close InputStream properly after computing md5Julien HENRY2013-01-281-2/+9
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-287-43/+436
* Merge remote-tracking branch 'origin/master'Simon Brandhof2013-01-254-5/+15
|\
| * Fix some quality flaws.Julien HENRY2013-01-231-1/+3
| * Fix some quality flaws.Julien HENRY2013-01-233-4/+8
| * Fix some quality flaws.Julien HENRY2013-01-221-0/+4
* | SONAR-4087 first draft of test apiSimon Brandhof2013-01-254-12/+38
|/
* SONAR-4069 Fix IoC dependencies of devcockpit and improve output of list tasks.Julien HENRY2013-01-212-8/+12
* SONAR-4069 Fix issue with configuration when using old API (without task)Julien HENRY2013-01-211-0/+4
* SONAR-4069 Fix issue after last refactoring: core metrics were not loadedJulien HENRY2013-01-212-4/+5
* SONAR-4069 Make some components only available when there is a projectJulien HENRY2013-01-181-22/+19
* SONAR-4069 Removed TaskDefinitionExtension interface.Julien HENRY2013-01-182-35/+7
* SONAR-4069 Refactoring of Task extensionJulien HENRY2013-01-187-86/+48
* SONAR-4048 improve access denied message during analysisJulien Lancelot2013-01-172-4/+31
* SONAR-4069 Minor improvements and fixes for tasksJulien HENRY2013-01-177-13/+168
* SONAR-4069 Move task related interface in task packageJulien HENRY2013-01-173-4/+7