aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/plugins/PluginDeployer.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-161-233/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* SONAR-4830 Extract plugin dependencies in the cacheJulien HENRY2013-11-261-8/+3
|
* SONAR-4912 Drop support of deprecated plugin rules extensionJulien HENRY2013-11-251-5/+0
|
* SONAR-4596 Don't install bundled plugins during upgradeJulien HENRY2013-09-261-15/+26
|
* Fix quality flawsJulien Lancelot2013-08-201-5/+4
|
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-081-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Fix issue on update center : do not always use last release to know the ↵Julien Lancelot2013-02-211-1/+1
| | | | current release
* Removed ServerStartException to remove dependency cycle between packagesJulien Lancelot2013-02-201-8/+5
|
* SONAR-2227 Manage plugin incompatibility at sonar startupJulien Lancelot2013-02-191-6/+3
|
* Move creation of plugin referential from metadata to a new classJulien Lancelot2013-02-181-3/+16
|
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-181-1/+3
|
* Revert "SONAR-3976 Introduce the concept of plugin group"Julien Lancelot2013-02-141-9/+2
| | | | This reverts commit e1bccb1b2268d6b2bd809c6699e4e96f832c513d.
* SONAR-3976 Introduce the concept of plugin groupJulien Lancelot2013-02-131-2/+9
|
* SONAR-3664 Log sonar/plugins versions and sha1 at startupDavid Gageot2012-07-161-1/+3
|
* SONAR-3516 Check minimal sonar version required by installed pluginsDavid Gageot2012-06-181-21/+28
| | | | | | Plugin manifest declares the minimal required version of sonar. This version is verified at server startup. It prevents plugins from failing for API incompatibility reasons. Startup fails with a meaningful message.
* Remove warningsDavid Gageot2012-04-271-13/+13
|
* SONAR-3224 remove the need for server restartSimon Brandhof2012-03-221-5/+5
|
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-4/+4
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-111-23/+0
|
* SONAR-2507 add unit tests to ServerPluginRepositorysimonbrandhof2011-06-101-1/+1
|
* SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-101-3/+3
|
* SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-101-183/+116
|
* SONAR-2075: Add the ability for a plugin to extend an other pluginEvgeny Mandrikov2011-02-081-14/+14
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-1948 Temporary folder is not deleted after installation of pluginssimonbrandhof2010-12-161-7/+7
|
* SONAR-1879 Plugin keys must only contain letters and digitssimonbrandhof2010-11-081-1/+1
|
* SONAR-1898: Instead of Plugin use PluginMetadata in ruby codeGodin2010-11-031-0/+4
|
* Fix installation for deprecated pluginsGodin2010-11-031-12/+14
|
* Use the same rules everywhere to transform plugin keyGodin2010-11-031-14/+21
|
* SONAR-1886: Uninstall a pluginGodin2010-10-271-2/+15
|
* SONAR-1886: Uninstall a pluginGodin2010-10-271-0/+35
|
* SONAR-1780:Godin2010-09-231-24/+45
| | | | | * An exception should be thrown in case when two Sonar plugins try to use the same key * Add message to log, when file with plugin was deleted
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+223
value of rule parameters in Q profile console