Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename batch into scanner | Julien HENRY | 2016-03-18 | 1 | -77/+0 |
| | |||||
* | SONAR-7389 Add new Sensor API to provide duplication tokens | Julien HENRY | 2016-03-15 | 1 | -2/+5 |
| | |||||
* | SONAR-7234 Remove @SupportedEnvironment | Julien HENRY | 2016-01-20 | 1 | -7/+3 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-09-04 | 1 | -4/+2 |
| | |||||
* | Removal of deprecated ProjectBootstrapper | Duarte Meneses | 2015-08-28 | 1 | -4/+2 |
| | |||||
* | Revert "SONAR-6746 Drop Plugin interface + batch cleanup" | Simon Brandhof | 2015-07-29 | 1 | -2/+4 |
| | | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957. | ||||
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-07-28 | 1 | -4/+2 |
| | |||||
* | SONAR-6577 Offline mode in preview mode | Duarte Meneses | 2015-07-24 | 1 | -4/+6 |
| | |||||
* | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 1 | -5/+2 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 1 | -12/+11 |
| | |||||
* | SONAR-6088 Remove old preview/h2 mode | Julien HENRY | 2015-01-27 | 1 | -3/+3 |
| | |||||
* | SONAR-6060 Move HTML report into the core | Julien HENRY | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | SONAR-5389 New Analyzer API | Julien HENRY | 2014-06-16 | 1 | -7/+6 |
| | |||||
* | SONAR-4969 Do not mix batch and server classpaths | Simon Brandhof | 2014-04-17 | 1 | -0/+7 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.mode | Julien HENRY | 2013-10-14 | 1 | -13/+8 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2013-03-26 | 1 | -1/+0 |
| | |||||
* | SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin API | Julien HENRY | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | SONAR-4069 Allow to filter list of sensors that will be executed | Julien HENRY | 2013-03-26 | 1 | -9/+5 |
| | |||||
* | SONAR-4069 add ProjectScanContainerTest | Simon Brandhof | 2013-03-15 | 1 | -1/+0 |
| | |||||
* | SONAR-4069 new task extension point | Simon Brandhof | 2013-03-14 | 1 | -145/+29 |
| | |||||
* | Revert "SONAR-4069 Remove Task and TaskDefinition from API." | Simon Brandhof | 2013-03-05 | 1 | -1/+1 |
| | | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327. | ||||
* | SONAR-4069 Remove Task and TaskDefinition from API. | Simon Brandhof | 2013-03-05 | 1 | -1/+1 |
| | | | | Feature is postponed to version 3.6. | ||||
* | Revert all changes made to IoC container for views as a task. | Julien HENRY | 2013-03-01 | 1 | -7/+7 |
| | |||||
* | Refactor ioc containers to allow views to work as a task. | Julien HENRY | 2013-02-27 | 1 | -7/+7 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com> | ||||
* | Increase coverage by UTs. | Julien HENRY | 2013-02-21 | 1 | -12/+12 |
| | |||||
* | SONAR-4069 Removed TaskDefinitionExtension interface. | Julien HENRY | 2013-01-18 | 1 | -24/+4 |
| | |||||
* | SONAR-4069 Small improvements on new task feature | Julien HENRY | 2013-01-16 | 1 | -1/+1 |
| | | | | | * Simon feedback * Add additional JUnit tests | ||||
* | SONAR-4069 Refactoring to fix issues with ProjectBuilder | Julien HENRY | 2013-01-16 | 1 | -1/+14 |
| | |||||
* | SONAR-4069 Fix issue with ProjectBuilder extension | Julien HENRY | 2013-01-14 | 1 | -7/+8 |
| | | | | | * ProjectBuilder is now a TaskExtension but with a @RequiresProject to be loaded only when task is executed on a project | ||||
* | SONAR-4069 Provide a new Task extension point | Julien HENRY | 2013-01-14 | 1 | -9/+112 |
| | | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task) | ||||
* | SONAR-3895 define properties to include/exclude plugins of dry runs | Simon Brandhof | 2012-11-07 | 1 | -1/+2 |
| | |||||
* | SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensions | Simon Brandhof | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵ | Simon Brandhof | 2012-10-26 | 1 | -0/+107 |
initializing db |