Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6134, SONAR-6048 Improve performance of FS indexation | Julien HENRY | 2015-02-10 | 3 | -156/+0 |
| | |||||
* | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | SONAR-5389 Add support of FileLinesContextFactory + publish analysis | Julien HENRY | 2014-06-19 | 1 | -0/+23 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 2 | -2/+2 |
| | |||||
* | Revert "Add package-info files on sonar-batch module" | Julien Lancelot | 2013-09-16 | 1 | -24/+0 |
| | | | | This reverts commit aae5b839d7dd34fca01312d0c22892f3f43a8054. | ||||
* | Add package-info files on sonar-batch module | Julien Lancelot | 2013-09-16 | 1 | -0/+24 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 2 | -8/+8 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 2 | -6/+6 |
| | |||||
* | SONAR-4069 fix task extension point | Simon Brandhof | 2013-03-14 | 2 | -86/+39 |
| | |||||
* | SONAR-4069 new task extension point | Simon Brandhof | 2013-03-14 | 2 | -51/+8 |
| | |||||
* | Revert "SONAR-4069 Remove Task and TaskDefinition from API." | Simon Brandhof | 2013-03-05 | 4 | -117/+5 |
| | | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327. | ||||
* | SONAR-4069 Remove Task and TaskDefinition from API. | Simon Brandhof | 2013-03-05 | 4 | -5/+117 |
| | | | | Feature is postponed to version 3.6. | ||||
* | Add unit test to ListTasksTask | Simon Brandhof | 2013-02-13 | 1 | -9/+16 |
| | |||||
* | Move Maven stuff into a dedicated package | Simon Brandhof | 2013-02-13 | 3 | -72/+5 |
| | |||||
* | Rename pico *Module classes to *Container to not confuse with Sonar Module ↵ | Julien HENRY | 2013-02-11 | 1 | -2/+2 |
| | | | | concept | ||||
* | Fix some quality flaws. | Julien HENRY | 2013-01-23 | 1 | -1/+3 |
| | |||||
* | SONAR-4069 Fix IoC dependencies of devcockpit and improve output of list tasks. | Julien HENRY | 2013-01-21 | 1 | -1/+5 |
| | |||||
* | SONAR-4069 Refactoring of Task extension | Julien HENRY | 2013-01-18 | 2 | -1/+39 |
| | | | | | * @RequiresProject is no more in API * Simplify TaskModule | ||||
* | SONAR-4069 Minor improvements and fixes for tasks | Julien HENRY | 2013-01-17 | 3 | -140/+71 |
| | | | | | * Try to break package cycle * Add validation on TaskDefinition | ||||
* | SONAR-4069 Small improvements on new task feature | Julien HENRY | 2013-01-16 | 6 | -143/+85 |
| | | | | | * Simon feedback * Add additional JUnit tests | ||||
* | SONAR-4069 Don't register automatically Task executors | Julien HENRY | 2013-01-16 | 2 | -4/+4 |
| | | | | but force users to declare them in extension list. | ||||
* | SONAR-4069 Refactoring to fix issues with ProjectBuilder | Julien HENRY | 2013-01-16 | 3 | -9/+152 |
| | |||||
* | SONAR-4069 Add a new task to list all available tasks | Julien HENRY | 2013-01-15 | 5 | -2/+91 |
| | |||||
* | SONAR-4069 Fix multi-module projects. | Julien HENRY | 2013-01-14 | 1 | -48/+0 |
| | |||||
* | SONAR-4069 Provide a new Task extension point | Julien HENRY | 2013-01-14 | 4 | -0/+181 |
* Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task) |