aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/plugins/UpdateCenterClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-116/+0
|
* SONAR-5377 Update update center library to 1.11Julien HENRY2014-06-051-2/+2
|
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-161-21/+21
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Fix quality flawsJulien Lancelot2013-08-281-2/+4
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Update to new update center APIJulien Lancelot2013-02-181-11/+11
|
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-181-28/+26
|
* Fix compatibility with java 5Simon Brandhof2012-07-161-6/+5
|
* Remove UriReader#openStream()Simon Brandhof2012-07-161-10/+12
| | | | Let's keep API simple.
* Fix loading of GlobalPropertyChangeHandler extensionsSimon Brandhof2012-07-151-8/+2
|
* Update Center improvementsSimon Brandhof2012-07-141-15/+13
| | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-1/+2
|
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-141-14/+15
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-6/+23
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-1943 Add proxy authentication support for update centersimonbrandhof2010-11-091-37/+7
|
* UpdateCenter: log HTTP proxy configurationsimonbrandhof2010-11-041-2/+34
|
* improve layout of update centersimonbrandhof2010-11-011-4/+9
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+97
value of rule parameters in Q profile console