| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move Maven stuff into a dedicated package | Simon Brandhof | 2013-02-13 | 42 | -115/+154 |
* | Fix loading of source encoding from Maven POM | Simon Brandhof | 2013-02-13 | 5 | -8/+25 |
* | Fix quality flaws | Simon Brandhof | 2013-02-12 | 3 | -4/+6 |
* | SONAR-1896 SONAR-3739 improve the API of scan file system | Simon Brandhof | 2013-02-12 | 31 | -658/+387 |
* | SONAR-1896 ResourceFilter extension based on file exclusions | Simon Brandhof | 2013-02-12 | 7 | -199/+320 |
* | SONAR-4053 Increase connection pool size for SemaphoreUpdater | Julien HENRY | 2013-02-12 | 1 | -3/+4 |
* | SONAR-3843 Fix issue with submodules | Julien Lancelot | 2013-02-11 | 3 | -11/+31 |
* | SONAR-4053 Automatically release semaphores when outdated | Julien HENRY | 2013-02-11 | 3 | -32/+7 |
* | SONAR-1896 add unit tests | Simon Brandhof | 2013-02-11 | 1 | -2/+42 |
* | Fix compatibility with Java 5 | Simon Brandhof | 2013-02-11 | 1 | -7/+7 |
* | SONAR-1896 refactor file system components used during project analysis | Simon Brandhof | 2013-02-11 | 24 | -0/+1506 |
* | Revert SONAR-3843 Unable to determine structure of Maven project | Julien Lancelot | 2013-02-11 | 2 | -19/+11 |
* | SONAR-3843 Unable to determine structure of Maven project | Julien Lancelot | 2013-02-11 | 4 | -10/+62 |
* | Rename pico *Module classes to *Container to not confuse with Sonar Module co... | Julien HENRY | 2013-02-11 | 14 | -59/+59 |
* | SONAR-4009 For "previous_version", Sonar must look into "events" table | Fabrice Bellingard | 2013-02-08 | 5 | -52/+115 |
* | SONAR-4012 Missing html escape in project name | Julien Lancelot | 2013-02-07 | 2 | -2/+13 |
* | SONAR-2291 move management of file cache to the new module sonar-home | Simon Brandhof | 2013-02-05 | 11 | -529/+156 |
* | Remove some calls to commons-collections | Simon Brandhof | 2013-02-03 | 1 | -13/+11 |
* | SONAR-2291 Allow to configure Sonar user home directory | Julien HENRY | 2013-02-01 | 3 | -10/+25 |
* | SONAR-2291 Implement cache for JDBC driver | Julien HENRY | 2013-02-01 | 2 | -15/+99 |
* | SONAR-2291 Minor changes on cache | Julien HENRY | 2013-01-31 | 5 | -16/+38 |
* | SONAR-2291 Generate a new bootstrap index with md5 | Julien HENRY | 2013-01-30 | 1 | -6/+5 |
* | SONAR-2501 remove org.sonar.api.tests | Simon Brandhof | 2013-01-29 | 1 | -2/+0 |
* | SONAR-2291 Don't extract plugins in the cache folder | Julien HENRY | 2013-01-29 | 2 | -8/+33 |
* | SONAR-2501 refactor BeanGraph layer | Simon Brandhof | 2013-01-29 | 4 | -16/+16 |
* | SONAR-2291 Close InputStream properly after computing md5 | Julien HENRY | 2013-01-28 | 1 | -2/+9 |
* | SONAR-2291 Implement caching of downloaded Sonar plugins. | Julien HENRY | 2013-01-28 | 7 | -43/+436 |
* | Merge remote-tracking branch 'origin/master' | Simon Brandhof | 2013-01-25 | 4 | -5/+15 |
|\ |
|
| * | Fix some quality flaws. | Julien HENRY | 2013-01-23 | 1 | -1/+3 |
| * | Fix some quality flaws. | Julien HENRY | 2013-01-23 | 3 | -4/+8 |
| * | Fix some quality flaws. | Julien HENRY | 2013-01-22 | 1 | -0/+4 |
* | | SONAR-4087 first draft of test api | Simon Brandhof | 2013-01-25 | 4 | -12/+38 |
|/ |
|
* | SONAR-4069 Fix IoC dependencies of devcockpit and improve output of list tasks. | Julien HENRY | 2013-01-21 | 2 | -8/+12 |
* | SONAR-4069 Fix issue with configuration when using old API (without task) | Julien HENRY | 2013-01-21 | 1 | -0/+4 |
* | SONAR-4069 Fix issue after last refactoring: core metrics were not loaded | Julien HENRY | 2013-01-21 | 2 | -4/+5 |
* | SONAR-4069 Make some components only available when there is a project | Julien HENRY | 2013-01-18 | 1 | -22/+19 |
* | SONAR-4069 Removed TaskDefinitionExtension interface. | Julien HENRY | 2013-01-18 | 2 | -35/+7 |
* | SONAR-4069 Refactoring of Task extension | Julien HENRY | 2013-01-18 | 7 | -86/+48 |
* | SONAR-4048 improve access denied message during analysis | Julien Lancelot | 2013-01-17 | 2 | -4/+31 |
* | SONAR-4069 Minor improvements and fixes for tasks | Julien HENRY | 2013-01-17 | 7 | -13/+168 |
* | SONAR-4069 Move task related interface in task package | Julien HENRY | 2013-01-17 | 3 | -4/+7 |
* | SONAR-4069 Small improvements on new task feature | Julien HENRY | 2013-01-16 | 15 | -182/+261 |
* | SONAR-4069 Don't register automatically Task executors | Julien HENRY | 2013-01-16 | 4 | -6/+25 |
* | SONAR-4069 Refactoring to fix issues with ProjectBuilder | Julien HENRY | 2013-01-16 | 13 | -106/+78 |
* | SONAR-2501 Add API to add test and covering | Julien Lancelot | 2013-01-15 | 1 | -0/+2 |
* | SONAR-4069 Add a new task to list all available tasks | Julien HENRY | 2013-01-15 | 6 | -2/+93 |
* | SONAR-4069 Revert Metric to a batch extension to not break licensed plugins | Julien HENRY | 2013-01-15 | 7 | -32/+17 |
* | SONAR-4069 Fix issue with ProjectBuilder extension | Julien HENRY | 2013-01-14 | 7 | -15/+25 |
* | SONAR-4069 Fix issue with decorators dynamically created for metrics with for... | Julien HENRY | 2013-01-14 | 7 | -28/+50 |
* | SONAR-4069 Fix multi-module projects. | Julien HENRY | 2013-01-14 | 3 | -51/+1 |