Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6536 Drop concept of task | Julien HENRY | 2015-05-11 | 1 | -56/+0 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 1 | -2/+1 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Cleanup batch side from specific code for devcockpit and views | Julien HENRY | 2015-05-04 | 1 | -2/+0 |
| | |||||
* | SONAR-6014 Make sensor mode use the same container than normal mode | Julien HENRY | 2015-01-08 | 1 | -8/+1 |
| | |||||
* | SONAR-6014 Remove/Postpone DB dependencies | Julien HENRY | 2015-01-07 | 1 | -2/+1 |
| | |||||
* | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | SONAR-5389 Drop batch-api module | Julien HENRY | 2014-06-18 | 1 | -1/+2 |
| | |||||
* | SONAR-5389 New Analyzer API | Julien HENRY | 2014-06-16 | 1 | -1/+8 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | SONAR-926 Multi-language support: | Julien HENRY | 2014-01-24 | 1 | -12/+10 |
| | | | | | | * RulesProfile wrapper * ModuleFileSystem now support multi language * Sensors executed trying each language until one is found | ||||
* | SONAR-4713 Fail on unprovisioned project | Jean-Baptiste Lievremont | 2013-10-01 | 1 | -0/+1 |
| | | | | | | Add new property to make provisioning mandatory Turn ProjectReactorValidator into an IoC-managed component Add check at project scan bootstrap to fail if project does not exist | ||||
* | 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 |
| | |||||
* | SONAR-4069 Allow to filter list of sensors that will be executed | Julien HENRY | 2013-03-26 | 1 | -1/+2 |
| | |||||
* | SONAR-4069 Refactoring to ease override of some components | Julien HENRY | 2013-03-19 | 1 | -5/+13 |
| | | | | | * Don't fail when there is a fake profile with id=null * Don't fail when there is a fake language | ||||
* | SONAR-4069 ability to configure the phases to be executed | Simon Brandhof | 2013-03-15 | 1 | -2/+6 |
| | |||||
* | SONAR-4069 improve ScanTask | Simon Brandhof | 2013-03-15 | 1 | -7/+1 |
| | |||||
* | SONAR-4069 fix task extension point | Simon Brandhof | 2013-03-14 | 1 | -6/+6 |
| | |||||
* | SONAR-4069 new task extension point | Simon Brandhof | 2013-03-14 | 1 | -29/+9 |
| | |||||
* | Revert "SONAR-4069 Remove Task and TaskDefinition from API." | Simon Brandhof | 2013-03-05 | 1 | -2/+2 |
| | | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327. | ||||
* | SONAR-4069 Remove Task and TaskDefinition from API. | Simon Brandhof | 2013-03-05 | 1 | -2/+2 |
| | | | | 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 | -6/+1 |
| | |||||
* | Refactor ioc containers to allow views to work as a task. | Julien HENRY | 2013-02-27 | 1 | -1/+6 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com> | ||||
* | Increase coverage by UTs. | Julien HENRY | 2013-02-21 | 1 | -7/+13 |
| | |||||
* | Move Maven stuff into a dedicated package | Simon Brandhof | 2013-02-13 | 1 | -0/+66 |