aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-054-2/+5
| | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327.
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-054-5/+2
| | | | Feature is postponed to version 3.6.
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-014-11/+24
|
* Fix after refactoring for viewsJulien HENRY2013-02-272-5/+3
|
* Fix unit testsJulien Lancelot2013-02-272-10/+8
|
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-273-15/+6
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com>
* SONAR-3583 do not fail if violation has no rule idSimon Brandhof2013-02-251-9/+34
|
* SONAR-4160 add the field "switched_off" (boolean)Simon Brandhof2013-02-211-2/+3
|
* SONAR-4160 Add violation date to dry run json reportSimon Brandhof2013-02-211-3/+5
|
* Increase coverage by UTs.Julien HENRY2013-02-212-3/+124
|
* Fix exclusions by absolute path on WindowsSimon Brandhof2013-02-211-0/+45
|
* Fix quality flawsSimon Brandhof2013-02-202-0/+12
|
* Fix quality flawsSimon Brandhof2013-02-192-3/+43
|
* Add missing unit testsSimon Brandhof2013-02-192-0/+82
|
* SONAR-3317 download last analysis on dry runSimon Brandhof2013-02-191-0/+126
|
* SONAR-2760 fix support of multiple inclusion patternsSimon Brandhof2013-02-181-8/+43
|
* SONAR-2965 Provide a way to close JPA session to avoid DB timeoutJulien HENRY2013-02-181-3/+3
| | | | | Session will now be closed before running maven goals and before sensors. A new session will automatically be opened on next try to access DB.
* Fix inclusions by absolute path and improve documentationSimon Brandhof2013-02-181-6/+8
|
* Fix backward-compatibility. File system can be changed by sensors...Simon Brandhof2013-02-183-49/+126
|
* SONAR-3583 Do not save violation if rule does not exist in DB (= no ID)Fabrice Bellingard2013-02-181-1/+16
|
* Add missing testsSimon Brandhof2013-02-153-5/+117
|
* Refactor the filesystem API in order to allow to provide its own exclusionsSimon Brandhof2013-02-156-70/+124
|
* SONAR-2760 file exclusions by absolute pathSimon Brandhof2013-02-131-9/+38
|
* Add unit test to ListTasksTaskSimon Brandhof2013-02-131-0/+44
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-139-54/+64
|
* Fix loading of source encoding from Maven POMSimon Brandhof2013-02-132-3/+2
|
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-1212-210/+113
|
* SONAR-1896 ResourceFilter extension based on file exclusionsSimon Brandhof2013-02-123-89/+138
|
* SONAR-3843 Fix issue with submodulesJulien Lancelot2013-02-111-2/+0
|
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-111-20/+3
|
* 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-117-0/+602
|
* Revert SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-111-0/+2
|
* SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-111-0/+20
|
* Rename pico *Module classes to *Container to not confuse with Sonar Module ↵Julien HENRY2013-02-116-27/+27
| | | | concept
* SONAR-4009 For "previous_version", Sonar must look into "events" tableFabrice Bellingard2013-02-081-5/+13
| | | | | | => 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-071-1/+10
|
* SONAR-2291 move management of file cache to the new module sonar-homeSimon Brandhof2013-02-054-197/+70
|
* Remove some calls to commons-collectionsSimon Brandhof2013-02-031-13/+11
|
* SONAR-2291 Allow to configure Sonar user home directoryJulien HENRY2013-02-011-1/+1
|
* SONAR-2291 Implement cache for JDBC driverJulien HENRY2013-02-011-7/+50
|
* SONAR-2291 Minor changes on cacheJulien HENRY2013-01-312-2/+24
| | | | | | * default cache folder is ~/.sonar/cache * fail execution when there is a checksum mismatch * improve logging
* SONAR-2291 Don't extract plugins in the cache folderJulien HENRY2013-01-291-4/+25
| | | | but instead extract them in a temporary location.
* SONAR-2501 refactor BeanGraph layerSimon Brandhof2013-01-291-2/+2
|
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-283-30/+156
| | | | | | * 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
* SONAR-4087 first draft of test apiSimon Brandhof2013-01-251-1/+2
|
* SONAR-4069 Refactoring of Task extensionJulien HENRY2013-01-181-3/+3
| | | | | * @RequiresProject is no more in API * Simplify TaskModule
* SONAR-4048 improve access denied message during analysisJulien Lancelot2013-01-171-3/+21
|
* SONAR-4069 Minor improvements and fixes for tasksJulien HENRY2013-01-173-2/+95
| | | | | * Try to break package cycle * Add validation on TaskDefinition