aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsSimon Brandhof2013-03-252-3/+2
|
* SONAR-4069 Restore Metrics as a BatchExtensionJulien HENRY2013-03-252-3/+2
| | | | to avoid compatibility issues with plugins
* SONAR-4145 Remove the useless and misleading properties ↵Julien Lancelot2013-03-212-28/+4
| | | | 'sonar.skipTendencies' and 'tendency.depth'
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-1911-98/+103
| | | | | * Don't fail when there is a fake profile with id=null * Don't fail when there is a fake language
* SONAR-4069 Allow to persist a project with a copy_resource_idJulien HENRY2013-03-194-11/+95
|
* Remove unused importJulien Lancelot2013-03-191-1/+0
|
* SONAR-4069 ResourcePermission need to be in TaskContainerJulien HENRY2013-03-182-2/+7
|
* Remove unused org.sonar.batch.bootstrap.ContainerSimon Brandhof2013-03-152-270/+0
|
* SONAR-4069 ability to configure the phases to be executedSimon Brandhof2013-03-157-98/+230
|
* SONAR-4069 add ProjectScanContainerTestSimon Brandhof2013-03-153-31/+119
|
* SONAR-4069 improve ScanTaskSimon Brandhof2013-03-152-8/+2
|
* Allow to replace default ProjectTree component.Julien HENRY2013-03-153-97/+135
|
* Fix copyright headerSimon Brandhof2013-03-151-1/+1
|
* Improve exception handling of pico container lifecycleSimon Brandhof2013-03-147-202/+186
|
* Document which versions of sonar-runner/sonar-ant-task use batch entry pointsSimon Brandhof2013-03-142-2/+4
|
* Move some classes from org.sonar.batch.bootstrap to org.sonar.batch.scanSimon Brandhof2013-03-1416-85/+144
|
* SONAR-4069 add unit testsSimon Brandhof2013-03-145-41/+98
|
* SONAR-4069 fix task extension pointSimon Brandhof2013-03-148-242/+154
|
* SONAR-4069 new task extension pointSimon Brandhof2013-03-1433-1319/+745
|
* Merge branch 'rules_versioning' of github.com:SonarSource/sonarEric Hartmann2013-03-131-2/+2
|\
| * SONAR-3879 Remove enabled column of rulesJulien Lancelot2013-03-121-2/+2
| |
| * Update sonar pom version to 3.6-SNAPSHOTJulien Lancelot2013-03-081-1/+1
| |
* | Update version to 3.6-SNAPSHOTEric Hartmann2013-03-131-1/+1
| |
* | Release Sonar 3.5Eric Hartmann2013-03-131-1/+1
| |
* | Remove unused importsSimon Brandhof2013-03-071-1/+0
| |
* | [maven-release-plugin] prepare for next development iterationEric Hartmann2013-03-071-1/+1
| |
* | [maven-release-plugin] prepare release 3.5-RC4Eric Hartmann2013-03-071-1/+1
|/
* Do not automatically log FileSystemFilterSimon Brandhof2013-03-051-7/+0
|
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-0512-125/+16
| | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327.
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-0512-16/+125
| | | | Feature is postponed to version 3.6.
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-03-011-1/+1
|
* [maven-release-plugin] prepare release 3.5-RC2Eric Hartmann2013-03-011-1/+1
|
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-0113-326/+191
|
* 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-276-31/+22
|
* Fix unit testsJulien Lancelot2013-02-272-10/+8
|
* Moved Languages in ModuleContainerJulien Lancelot2013-02-273-5/+5
|
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-2712-188/+328
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com>
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-02-251-1/+1
|
* [maven-release-plugin] prepare release 3.5-RC1Eric Hartmann2013-02-251-3/+2
|
* 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-252-12/+51
|
* Fix some quality flawsSimon Brandhof2013-02-221-0/+3
|
* SONAR-4160 add the field "switched_off" (boolean)Simon Brandhof2013-02-212-2/+4
|
* SONAR-4160 Add violation date to dry run json reportSimon Brandhof2013-02-212-4/+11
|
* Increase coverage by UTs.Julien HENRY2013-02-214-22/+149
|