Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-4069 Small improvements on new task feature | Julien HENRY | 2013-01-16 | 3 | -3/+142 | |
| | | | | | * Simon feedback * Add additional JUnit tests | |||||
* | SONAR-4069 Refactoring to fix issues with ProjectBuilder | Julien HENRY | 2013-01-16 | 3 | -13/+29 | |
| | ||||||
* | SONAR-4069 Revert Metric to a batch extension to not break licensed plugins | Julien HENRY | 2013-01-15 | 2 | -17/+5 | |
| | ||||||
* | SONAR-4069 Fix issue with decorators dynamically created for metrics with ↵ | Julien HENRY | 2013-01-14 | 2 | -12/+27 | |
| | | | | formula | |||||
* | SONAR-4069 Provide a new Task extension point | Julien HENRY | 2013-01-14 | 6 | -54/+49 | |
| | | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task) | |||||
* | SONAR-4050 The roles on each project are re-initialized with the default ↵ | Simon Brandhof | 2013-01-03 | 1 | -6/+36 | |
| | | | | values as soon as the project is analyzed | |||||
* | SONAR-3887 refactor semaphore API | Simon Brandhof | 2012-12-14 | 1 | -50/+23 | |
| | ||||||
* | SONAR-3887 release lock when plugin license is not valid | Simon Brandhof | 2012-12-12 | 1 | -6/+12 | |
| | ||||||
* | Revert SONAR-3400 | Simon Brandhof | 2012-12-12 | 1 | -43/+14 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2012-12-05 | 1 | -11/+11 | |
| | ||||||
* | SONAR-3306 Refactoring to use DatabaseSemaphore instead of SemaphoreDao | Julien Lancelot | 2012-12-04 | 1 | -16/+16 | |
| | ||||||
* | SONARIDE-334 Title is not displayed for some rules | Julien Lancelot | 2012-12-04 | 1 | -4/+8 | |
| | | | | RuleI18nManager has now a new method to get the rule name by searching the name in the i18n, and then if not found return the rule name property. | |||||
* | SONAR-3306 Use a semaphore to prevent launching several analysis of the same ↵ | Julien Lancelot | 2012-12-03 | 2 | -0/+283 | |
| | | | | project at the same time | |||||
* | SONAR-3941 Improve the batch logs when unauthorized credentials | Simon Brandhof | 2012-11-19 | 1 | -2/+163 | |
| | ||||||
* | Grant roles when projects are created, not later during decorator phase | Simon Brandhof | 2012-11-08 | 2 | -8/+11 | |
| | ||||||
* | Fix build | Simon Brandhof | 2012-11-08 | 1 | -1/+1 | |
| | ||||||
* | SONAR-3895 Improve Http error handling | David Gageot | 2012-11-07 | 1 | -13/+2 | |
| | ||||||
* | Revert SONAR-3922 | Simon Brandhof | 2012-11-07 | 1 | -15/+0 | |
| | ||||||
* | 'sonar.profile.<language_key>' should take precedence over 'sonar.profile' | Simon Brandhof | 2012-11-07 | 1 | -2/+0 | |
| | ||||||
* | SONAR-3895 define properties to include/exclude plugins of dry runs | Simon Brandhof | 2012-11-07 | 4 | -61/+95 | |
| | ||||||
* | SONAR-3400 Move all batch-side temporary files to the Sonar working directory | Simon Brandhof | 2012-11-06 | 2 | -25/+26 | |
| | ||||||
* | SONAR-3895 allow to exclude plugins during dry run mode | Simon Brandhof | 2012-11-06 | 14 | -209/+133 | |
| | ||||||
* | SONAR-3895 optimize loading of project settings | Simon Brandhof | 2012-11-05 | 6 | -22/+141 | |
| | ||||||
* | SONAR-3895 load settings from web service | Simon Brandhof | 2012-11-05 | 3 | -23/+35 | |
| | ||||||
* | SONAR-3895 Fix rule name | David Gageot | 2012-11-02 | 1 | -5/+10 | |
| | ||||||
* | SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensions | Simon Brandhof | 2012-10-31 | 12 | -106/+232 | |
| | ||||||
* | SONAR-3895 Fix export | David Gageot | 2012-10-31 | 1 | -2/+24 | |
| | ||||||
* | SONAR-3895 export violations indexed by resource | David Gageot | 2012-10-31 | 1 | -5/+27 | |
| | ||||||
* | Revert SONAR-3922 | Simon Brandhof | 2012-10-31 | 1 | -0/+2 | |
| | ||||||
* | SONAR-3895 export violations with no line | David Gageot | 2012-10-31 | 1 | -1/+17 | |
| | ||||||
* | SONAR-3895 export violations | David Gageot | 2012-10-31 | 2 | -6/+37 | |
| | ||||||
* | SONAR-3922 sonar.profile.<language_key> should take precedence over ↵ | Simon Brandhof | 2012-10-30 | 1 | -0/+15 | |
| | | | | sonar.profile | |||||
* | SONAR-3895 Streaming export | David Gageot | 2012-10-29 | 1 | -1/+26 | |
| | ||||||
* | SONAR-3895 Draft of export and can work when project doesn't exist | David Gageot | 2012-10-29 | 1 | -2/+4 | |
| | ||||||
* | SONAR-3895 Tests | David Gageot | 2012-10-29 | 2 | -0/+177 | |
| | ||||||
* | Fix license header | Simon Brandhof | 2012-10-29 | 1 | -0/+19 | |
| | ||||||
* | Fix backward compatibility with org.sonar.batch.ServerMetadata | Simon Brandhof | 2012-10-27 | 2 | -3/+54 | |
| | ||||||
* | Add PluginDownloaderTest | Simon Brandhof | 2012-10-27 | 1 | -0/+75 | |
| | ||||||
* | SONAR-3895 remove unused code and fix quality flaws | Simon Brandhof | 2012-10-27 | 3 | -6/+107 | |
| | ||||||
* | Better testing | Simon Brandhof | 2012-10-26 | 6 | -59/+157 | |
| | ||||||
* | SONAR-3895 Remove Local Mode and fix Dry Run on postgresql | David Gageot | 2012-10-26 | 1 | -10/+28 | |
| | ||||||
* | Fix headers | David Gageot | 2012-10-26 | 2 | -36/+36 | |
| | ||||||
* | SONAR-3895 do not download JDBC driver on dry run | Simon Brandhof | 2012-10-26 | 1 | -0/+19 | |
| | ||||||
* | SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵ | Simon Brandhof | 2012-10-26 | 11 | -205/+184 | |
| | | | | initializing db | |||||
* | SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵ | Simon Brandhof | 2012-10-26 | 11 | -532/+331 | |
| | | | | initializing db | |||||
* | SONAR-3895 Local mode | David Gageot | 2012-10-23 | 1 | -0/+47 | |
| | ||||||
* | SONAR-3676 Create properties to define project links | Fabrice Bellingard | 2012-10-05 | 3 | -0/+78 | |
| | | | | | | | | | => even for non-Maven projects. The new properties are: - sonar.links.homepage - sonar.links.ci - sonar.links.issue - sonar.links.scm - sonar.links.scm_dev | |||||
* | SONAR-2602 the extensions Language must not be declared with ↵ | Simon Brandhof | 2012-10-04 | 3 | -15/+32 | |
| | | | | InstantiationStrategy=PER_BATCH | |||||
* | SONAR-3844 Drop the support of the deprecated property sonar.light | Simon Brandhof | 2012-10-02 | 2 | -10/+46 | |
| | ||||||
* | SONAR-3833 ability to edit/delete the profiles provided by plugins | Simon Brandhof | 2012-10-01 | 1 | -10/+0 | |
| |