aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Julien HENRY2013-02-1114-59/+59
| | | | concept
* SONAR-4009 For "previous_version", Sonar must look into "events" tableFabrice Bellingard2013-02-085-52/+115
| | | | | | => The behavior of "previous_version" option to define a differential view used to depend on the content of the snapshot.version column but not of the events table. This could give wrong results.
* 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
| | | | | | * default cache folder is ~/.sonar/cache * fail execution when there is a checksum mismatch * improve logging
* SONAR-2291 Generate a new bootstrap index with md5Julien HENRY2013-01-301-6/+5
| | | | to allow caching by Sonar Runner.
* 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
| | | | but instead extract them in a temporary location.
* 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
| | | | | | * By default cache location is ~/.sonar/.cache * Cache location can be changed by property sonar.cacheLocation * To know if a plugin file have to be downloaded there is a checksum (MD5) comparison
* 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
| | | | | * @RequiresProject is no more in API * Simplify TaskModule
* 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
| | | | | * Try to break package cycle * Add validation on TaskDefinition
* SONAR-4069 Move task related interface in task packageJulien HENRY2013-01-173-4/+7
|
* SONAR-4069 Small improvements on new task featureJulien HENRY2013-01-1615-182/+261
| | | | | * Simon feedback * Add additional JUnit tests
* SONAR-4069 Don't register automatically Task executorsJulien HENRY2013-01-164-6/+25
| | | | but force users to declare them in extension list.
* SONAR-4069 Refactoring to fix issues with ProjectBuilderJulien HENRY2013-01-1613-106/+78
|
* SONAR-2501 Add API to add test and coveringJulien Lancelot2013-01-151-0/+2
|
* SONAR-4069 Add a new task to list all available tasksJulien HENRY2013-01-156-2/+93
|
* SONAR-4069 Revert Metric to a batch extension to not break licensed pluginsJulien HENRY2013-01-157-32/+17
|
* SONAR-4069 Fix issue with ProjectBuilder extensionJulien HENRY2013-01-147-15/+25
| | | | | * ProjectBuilder is now a TaskExtension but with a @RequiresProject to be loaded only when task is executed on a project
* SONAR-4069 Fix issue with decorators dynamically created for metrics with ↵Julien HENRY2013-01-147-28/+50
| | | | formula
* SONAR-4069 Fix multi-module projects.Julien HENRY2013-01-143-51/+1
|