| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 17 | -0/+1497 |
* | 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 | 10 | -527/+150 |
* | 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 |
* | SONAR-4069 Provide a new Task extension point | Julien HENRY | 2013-01-14 | 28 | -149/+782 |
* | SONAR-4032 Removed property sonar.skippedModules because it was already exist... | Julien Lancelot | 2013-01-10 | 1 | -1/+1 |
* | SONAR-4032 Add the 'sonar.skippedModules' property to the Settings>Exclusions... | Julien Lancelot | 2013-01-10 | 1 | -2/+4 |
* | SONAR-4050 The roles on each project are re-initialized with the default valu... | Simon Brandhof | 2013-01-03 | 2 | -8/+46 |
* | SONAR-3887 refactor semaphore API | Simon Brandhof | 2012-12-14 | 3 | -76/+46 |
* | SONAR-3887 release lock when plugin license is not valid | Simon Brandhof | 2012-12-12 | 5 | -16/+25 |
* | Revert SONAR-3400 | Simon Brandhof | 2012-12-12 | 3 | -68/+73 |
* | SONAR-3887 unlock the semaphore when plugin license si not valid | Simon Brandhof | 2012-12-11 | 1 | -2/+5 |
* | Fix quality flaws | Simon Brandhof | 2012-12-07 | 1 | -11/+24 |