aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-1012-1235/+0
|
* SONAR-5377 Update update center library to 1.11Julien HENRY2014-06-051-2/+2
|
* SONAR-5111 Add some missing description and since parametersJulien Lancelot2014-05-071-1/+3
|
* SONAR-5111 Use latest API to declare batch WS metadata, update JavadocJean-Baptiste Lievremont2014-05-051-2/+4
| | | | example, add response example for batch WS
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-172-83/+122
|
* Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-161-13/+1
|
* SONAR-5147 do not install "bundled plugin" if already present in ↵Simon Brandhof2014-03-251-7/+12
| | | | "extensions/plugins", whatever its version
* SONAR-5011 Allow to install two plugins sharing the same dependencyJulien HENRY2014-03-211-4/+5
|
* SONAR-4843 do not fail if filenames between source and dest dirs are equalSimon Brandhof2014-03-211-57/+63
|
* SONAR-4843 /extensions/downloads does not override /extensions/plugins if ↵Simon Brandhof2014-03-191-1/+1
| | | | same filename in both directories
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-169-54/+56
|
* Remove org.sonar.api.platform.ServerPluginRepositorySimon Brandhof2014-03-164-35/+25
|
* Refactor org.sonar.server.plugins.ApplicationDeployerSimon Brandhof2014-03-162-271/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1114-14/+14
|
* Fix some quality flawsSimon Brandhof2014-02-021-3/+4
|
* Fix some quality flawsSimon Brandhof2014-02-011-4/+7
|
* SONAR-4685 The update center cannot download JARs if the URL is a redirectJulien Lancelot2014-01-311-4/+11
|
* Fix some quality flawsSimon Brandhof2013-12-102-3/+3
|
* SONAR-4830 Extract plugin dependencies in the cacheJulien HENRY2013-11-262-8/+66
|
* SONAR-4912 Drop support of deprecated plugin rules extensionJulien HENRY2013-11-251-5/+0
|
* Fix some quality flowsJulien HENRY2013-10-171-2/+3
|
* SONAR-3675 stop server on startup failuresSimon Brandhof2013-10-021-1/+2
|
* SONAR-4596 Don't install bundled plugins during upgradeJulien HENRY2013-09-261-15/+26
|
* SONAR-4523 delete /extensions/downloads/*.tmp files at startupSimon Brandhof2013-09-161-5/+23
|
* Revert "Add missing package-info files on sonar-server module"Julien Lancelot2013-09-161-24/+0
| | | | This reverts commit 39cd87c4d76fa97282e43ac6548f2ca87e39ddfa.
* Add missing package-info files on sonar-server moduleJulien Lancelot2013-09-161-0/+24
|
* Fix quality flawsJulien Lancelot2013-08-282-3/+7
|
* Fix quality flawsJulien Lancelot2013-08-201-5/+4
|
* Fix some quality flawsSimon Brandhof2013-08-171-1/+1
|
* SONAR-4523 Update Center doesn't support parallel downloads of pluginsSimon Brandhof2013-08-091-8/+13
|
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-081-1/+1
|
* Update copyright headersSimon Brandhof2013-04-2213-52/+52
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2113-39/+39
|
* SONAR-4190 Add Issue Tracker information on 'Installed Plugins' tab in the ↵Julien Lancelot2013-03-201-0/+1
| | | | Update Center
* Update the way to download plugins when url is a fileJulien Lancelot2013-02-221-3/+2
|
* Remove useless variable @update_center_referentialJulien Lancelot2013-02-211-1/+1
|
* Fix issue on update center : do not always use last release to know the ↵Julien Lancelot2013-02-211-1/+1
| | | | current release
* Fix compatibility with latest SNAPSHOT of sonar-update-center-commonSimon Brandhof2013-02-201-1/+1
|
* Add the possibility to download a release from a fileJulien Lancelot2013-02-202-14/+12
|
* Replace array of string by list in DefaultPluginMetadata and use immutable ↵Julien Lancelot2013-02-201-1/+1
| | | | listin getter and setter
* Removed ServerStartException to remove dependency cycle between packagesJulien Lancelot2013-02-203-19/+16
|
* SONAR-2227 Display message for update plugins which dependencies needed ↵Julien Lancelot2013-02-191-3/+8
| | | | sonar updgrade
* SONAR-2227 Display message for availables plugins which dependencies needed ↵Julien Lancelot2013-02-191-1/+1
| | | | sonar updgrade
* SONAR-2227 Manage plugin incompatibility at sonar startupJulien Lancelot2013-02-193-18/+12
|
* Update to new update center APIJulien Lancelot2013-02-185-56/+35
|
* Move creation of plugin referential from metadata to a new classJulien Lancelot2013-02-183-45/+102
|
* Removed classes that has been moved to the update center moduleJulien Lancelot2013-02-184-198/+6
|
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-188-253/+168
|
* Revert "SONAR-3976 Introduce the concept of plugin group"Julien Lancelot2013-02-146-52/+32
| | | | This reverts commit e1bccb1b2268d6b2bd809c6699e4e96f832c513d.
* SONAR-3976 Introduce the concept of plugin groupJulien Lancelot2013-02-136-32/+52
|