aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/platform
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4644 Failure "Duplicate Keys not allowed" in PicoContainerSimon Brandhof2013-09-092-9/+64
* Fix some quality flawsDinesh Bolkensteyn2013-08-291-1/+1
* Fix quality flawsJulien Lancelot2013-08-281-1/+2
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-251-6/+6
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-241-6/+6
* Update copyright headersSimon Brandhof2013-04-2212-48/+48
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2112-36/+36
* Add missing @since and @deprecated annotation and restore deleted properties ...Julien Lancelot2013-03-251-0/+3
* SONAR-4190 Add Issue Tracker information on 'Installed Plugins' tab in the Up...Julien Lancelot2013-03-201-0/+2
* Correctly stop all hierarchy of pico containers on errorSimon Brandhof2013-03-181-7/+7
* Fix stop of ComponentContainer with childSimon Brandhof2013-03-161-3/+7
* Fix shutdown of ComponentContainer on errorSimon Brandhof2013-03-151-3/+1
* Improve error handling of ComponentContainer lifecycleSimon Brandhof2013-03-151-5/+5
* Improve exception handling of pico container lifecycleSimon Brandhof2013-03-142-22/+102
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-2/+33
* Replace array of string by list in DefaultPluginMetadata and use immutable li...Julien Lancelot2013-02-201-1/+1
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-181-0/+4
* Revert "SONAR-3976 Introduce the concept of plugin group"Julien Lancelot2013-02-141-2/+0
* SONAR-3976 Introduce the concept of plugin groupJulien Lancelot2013-02-131-0/+2
* Revert ComponentContainer#getPicoContainer() for backward-compatibilitySimon Brandhof2012-11-021-0/+4
* SONAR-3911 refactor the plugins cobertura and jacocoSimon Brandhof2012-10-291-1/+0
* SONAR-3895 remove unused code and fix quality flawsSimon Brandhof2012-10-272-13/+0
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-262-5/+8
* Fix violationDavid Gageot2012-07-171-1/+1
* Fix violationDavid Gageot2012-07-171-1/+1
* Fix some quality flawsSimon Brandhof2012-07-151-1/+1
* Fix some quality flawSimon Brandhof2012-07-131-1/+1
* Declare parameters as non-null by default in org.sonar.api.platformSimon Brandhof2012-07-122-2/+25
* SONAR-3646 API : new extension point to be notified on user creationSimon Brandhof2012-07-111-0/+91
* SONAR-3593 move EmailSettings to org.sonar.api.confSimon Brandhof2012-07-051-90/+0
* SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-191-0/+90
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-0/+2
* Update copyright header for this new yearSimon Brandhof2012-01-109-9/+9
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-0/+164
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-111-1/+1
* SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-112-2/+44
* SONAR-2603 generate server key at startupSimon Brandhof2011-08-091-0/+5
* Fix license headerssimonbrandhof2011-06-101-0/+19
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-101-0/+5
* SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-102-0/+47
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-6/+0
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-50/+0
* Upgrade copyright headerssimonbrandhof2011-02-047-7/+7
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-181-1/+1
* fix memory leak in ruby database migrationsimonbrandhof2010-12-221-2/+2
* add the server-side component ServerUpgradeStatus to know the database versio...simonbrandhof2010-12-221-0/+44
* Fix violations reported on NemoGodin2010-11-262-4/+4
* add the method getURL() to org.sonar.api.platform.Serversimonbrandhof2010-11-021-0/+6
* SONAR-1814 add the method ExtensionProvider.provide() in order to support obf...simonbrandhof2010-09-281-0/+3
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-281-85/+10