aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsSimon Brandhof2013-03-071-1/+0
|
* Do not automatically log FileSystemFilterSimon Brandhof2013-03-051-7/+0
|
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-058-123/+11
| | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327.
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-058-11/+123
| | | | Feature is postponed to version 3.6.
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-019-315/+167
|
* SONAR-2965 Disable autocommit on DBCP and improve semaphore logsJulien HENRY2013-02-281-0/+2
| | | | | autocommit=true on DBCP seemed to conflict with MyBatis autocommit=false: connection validation was not working when MyBatis was trying to change autocommit mode
* Remove duplicate ProjectLockJulien Lancelot2013-02-281-1/+0
|
* Remove duplicate DefaultIndexJulien Lancelot2013-02-281-1/+0
|
* Improve ProjectTaskContainer in order to override some componentsJulien Lancelot2013-02-282-4/+18
|
* Fix after refactoring for viewsJulien HENRY2013-02-274-26/+19
|
* Moved Languages in ModuleContainerJulien Lancelot2013-02-273-5/+5
|
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-279-173/+322
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com>
* SONAR-4160 fix export of switched-off violationsSimon Brandhof2013-02-251-1/+2
|
* Fix minor quality flawsSimon Brandhof2013-02-251-1/+2
|
* SONAR-3583 do not fail if violation has no rule idSimon Brandhof2013-02-251-3/+17
|
* Fix some quality flawsSimon Brandhof2013-02-221-0/+3
|
* SONAR-4160 add the field "switched_off" (boolean)Simon Brandhof2013-02-211-0/+1
|
* SONAR-4160 Add violation date to dry run json reportSimon Brandhof2013-02-211-1/+6
|
* Increase coverage by UTs.Julien HENRY2013-02-212-19/+25
|
* Fix exclusions by absolute path on WindowsSimon Brandhof2013-02-211-1/+2
|
* Do not cache file exclusionsSimon Brandhof2013-02-191-23/+15
|
* Fix quality flawsSimon Brandhof2013-02-192-22/+22
|
* Fix some quality flawsSimon Brandhof2013-02-193-8/+14
|
* SONAR-3317 download last analysis on dry runSimon Brandhof2013-02-193-9/+121
|
* SONAR-2760 fix support of multiple inclusion patternsSimon Brandhof2013-02-181-3/+7
|
* SONAR-2965 Provide a way to close JPA session to avoid DB timeoutJulien HENRY2013-02-182-3/+14
| | | | | 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-183-8/+19
|
* Fix backward-compatibility. File system can be changed by sensors...Simon Brandhof2013-02-189-150/+196
|
* Merge pull request #24 from Batmat/fix-typoFabrice Bellingard2013-02-181-1/+1
|\ | | | | Fixing typo.
| * 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-181-6/+6
|/
* Refactor the filesystem API in order to allow to provide its own exclusionsSimon Brandhof2013-02-1513-325/+463
|
* 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-134-34/+115
|
* Add unit test to ListTasksTaskSimon Brandhof2013-02-131-9/+16
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-1319-61/+79
|
* Fix loading of source encoding from Maven POMSimon Brandhof2013-02-133-5/+23
|
* Fix quality flawsSimon Brandhof2013-02-123-4/+6
|
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-1218-447/+274
|
* SONAR-1896 ResourceFilter extension based on file exclusionsSimon Brandhof2013-02-124-110/+182
|
* SONAR-4053 Increase connection pool size for SemaphoreUpdaterJulien HENRY2013-02-121-3/+4
|
* SONAR-3843 Fix issue with submodulesJulien Lancelot2013-02-111-9/+20
|
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-112-12/+4
|
* SONAR-1896 refactor file system components used during project analysisSimon Brandhof2013-02-1110-0/+895
|
* Revert SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-111-19/+9
|
* SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-111-10/+20
|
* Rename pico *Module classes to *Container to not confuse with Sonar Module ↵Julien HENRY2013-02-118-32/+32
| | | | concept
* SONAR-4009 For "previous_version", Sonar must look into "events" tableFabrice Bellingard2013-02-081-17/+17
| | | | | | => 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.