Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports | Simon Brandhof | 2013-03-25 | 2 | -3/+2 |
| | |||||
* | SONAR-4069 Restore Metrics as a BatchExtension | Julien HENRY | 2013-03-25 | 2 | -3/+2 |
| | | | | to avoid compatibility issues with plugins | ||||
* | SONAR-4145 Remove the useless and misleading properties ↵ | Julien Lancelot | 2013-03-21 | 2 | -28/+4 |
| | | | | 'sonar.skipTendencies' and 'tendency.depth' | ||||
* | SONAR-4069 Refactoring to ease override of some components | Julien HENRY | 2013-03-19 | 11 | -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_id | Julien HENRY | 2013-03-19 | 4 | -11/+95 |
| | |||||
* | Remove unused import | Julien Lancelot | 2013-03-19 | 1 | -1/+0 |
| | |||||
* | SONAR-4069 ResourcePermission need to be in TaskContainer | Julien HENRY | 2013-03-18 | 2 | -2/+7 |
| | |||||
* | Remove unused org.sonar.batch.bootstrap.Container | Simon Brandhof | 2013-03-15 | 2 | -270/+0 |
| | |||||
* | SONAR-4069 ability to configure the phases to be executed | Simon Brandhof | 2013-03-15 | 7 | -98/+230 |
| | |||||
* | SONAR-4069 add ProjectScanContainerTest | Simon Brandhof | 2013-03-15 | 3 | -31/+119 |
| | |||||
* | SONAR-4069 improve ScanTask | Simon Brandhof | 2013-03-15 | 2 | -8/+2 |
| | |||||
* | Allow to replace default ProjectTree component. | Julien HENRY | 2013-03-15 | 3 | -97/+135 |
| | |||||
* | Fix copyright header | Simon Brandhof | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Improve exception handling of pico container lifecycle | Simon Brandhof | 2013-03-14 | 7 | -202/+186 |
| | |||||
* | Document which versions of sonar-runner/sonar-ant-task use batch entry points | Simon Brandhof | 2013-03-14 | 2 | -2/+4 |
| | |||||
* | Move some classes from org.sonar.batch.bootstrap to org.sonar.batch.scan | Simon Brandhof | 2013-03-14 | 16 | -85/+144 |
| | |||||
* | SONAR-4069 add unit tests | Simon Brandhof | 2013-03-14 | 5 | -41/+98 |
| | |||||
* | SONAR-4069 fix task extension point | Simon Brandhof | 2013-03-14 | 8 | -242/+154 |
| | |||||
* | SONAR-4069 new task extension point | Simon Brandhof | 2013-03-14 | 33 | -1319/+745 |
| | |||||
* | Merge branch 'rules_versioning' of github.com:SonarSource/sonar | Eric Hartmann | 2013-03-13 | 1 | -2/+2 |
|\ | |||||
| * | SONAR-3879 Remove enabled column of rules | Julien Lancelot | 2013-03-12 | 1 | -2/+2 |
| | | |||||
| * | Update sonar pom version to 3.6-SNAPSHOT | Julien Lancelot | 2013-03-08 | 1 | -1/+1 |
| | | |||||
* | | Update version to 3.6-SNAPSHOT | Eric Hartmann | 2013-03-13 | 1 | -1/+1 |
| | | |||||
* | | Release Sonar 3.5 | Eric Hartmann | 2013-03-13 | 1 | -1/+1 |
| | | |||||
* | | Remove unused imports | Simon Brandhof | 2013-03-07 | 1 | -1/+0 |
| | | |||||
* | | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-03-07 | 1 | -1/+1 |
| | | |||||
* | | [maven-release-plugin] prepare release 3.5-RC4 | Eric Hartmann | 2013-03-07 | 1 | -1/+1 |
|/ | |||||
* | Do not automatically log FileSystemFilter | Simon Brandhof | 2013-03-05 | 1 | -7/+0 |
| | |||||
* | Revert "SONAR-4069 Remove Task and TaskDefinition from API." | Simon Brandhof | 2013-03-05 | 12 | -125/+16 |
| | | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327. | ||||
* | SONAR-4069 Remove Task and TaskDefinition from API. | Simon Brandhof | 2013-03-05 | 12 | -16/+125 |
| | | | | Feature is postponed to version 3.6. | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 3.5-RC2 | Eric Hartmann | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | Revert all changes made to IoC container for views as a task. | Julien HENRY | 2013-03-01 | 13 | -326/+191 |
| | |||||
* | SONAR-2965 Disable autocommit on DBCP and improve semaphore logs | Julien HENRY | 2013-02-28 | 1 | -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 ProjectLock | Julien Lancelot | 2013-02-28 | 1 | -1/+0 |
| | |||||
* | Remove duplicate DefaultIndex | Julien Lancelot | 2013-02-28 | 1 | -1/+0 |
| | |||||
* | Improve ProjectTaskContainer in order to override some components | Julien Lancelot | 2013-02-28 | 2 | -4/+18 |
| | |||||
* | Fix after refactoring for views | Julien HENRY | 2013-02-27 | 6 | -31/+22 |
| | |||||
* | Fix unit tests | Julien Lancelot | 2013-02-27 | 2 | -10/+8 |
| | |||||
* | Moved Languages in ModuleContainer | Julien Lancelot | 2013-02-27 | 3 | -5/+5 |
| | |||||
* | Refactor ioc containers to allow views to work as a task. | Julien HENRY | 2013-02-27 | 12 | -188/+328 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com> | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 3.5-RC1 | Eric Hartmann | 2013-02-25 | 1 | -3/+2 |
| | |||||
* | SONAR-4160 fix export of switched-off violations | Simon Brandhof | 2013-02-25 | 1 | -1/+2 |
| | |||||
* | Fix minor quality flaws | Simon Brandhof | 2013-02-25 | 1 | -1/+2 |
| | |||||
* | SONAR-3583 do not fail if violation has no rule id | Simon Brandhof | 2013-02-25 | 2 | -12/+51 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2013-02-22 | 1 | -0/+3 |
| | |||||
* | SONAR-4160 add the field "switched_off" (boolean) | Simon Brandhof | 2013-02-21 | 2 | -2/+4 |
| | |||||
* | SONAR-4160 Add violation date to dry run json report | Simon Brandhof | 2013-02-21 | 2 | -4/+11 |
| | |||||
* | Increase coverage by UTs. | Julien HENRY | 2013-02-21 | 4 | -22/+149 |
| |