summaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4221 Remove the property sonar.timemachine.TRK.period4/5 and restore me...Julien Lancelot2013-04-021-3/+1
* Removed check on nameJulien Lancelot2013-04-021-1/+0
* SONAR-4221 Make it possible for the Views and Developers plugin to define the...Julien Lancelot2013-03-285-16/+25
* Fix quality flawJulien Lancelot2013-03-281-1/+3
* SONAR-3891 Make it possible for the Views and Developers plugin to decide if ...Julien Lancelot2013-03-274-56/+24
* SONAR-3891 Update PropertyDefinition in order to be used directly to define p...Julien Lancelot2013-03-268-289/+650
* SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin APIJulien HENRY2013-03-263-619/+0
* SONAR-4157 Upgrade the embedded Jetty to version 8.1Julien HENRY2013-03-261-1/+1
* SONAR-4069 Allow to filter list of sensors that will be executedJulien HENRY2013-03-263-7/+53
* SONAR-4206 Insert a null user on rules notification when rules are removed fr...Julien Lancelot2013-03-251-4/+16
* SONAR-3153 Add missing deprecated tag and move property from SecurityRealmFac...Julien Lancelot2013-03-251-1/+1
* SONAR-4069 Restore Metrics as a BatchExtensionJulien HENRY2013-03-251-0/+2
* SONAR-3153 Add missing deprecated tag and move property from SecurityRealmFac...Julien Lancelot2013-03-251-0/+11
* Add parameter init_resource_for_role to specify which parameter to search for...Julien Lancelot2013-03-252-2/+4
* Add missing @since and @deprecated annotation and restore deleted properties ...Julien Lancelot2013-03-254-0/+44
* Remove unused importsSimon Brandhof2013-03-252-2/+0
* Update equals from AbstractLanguageTest to only check key and not hash id of...Julien Lancelot2013-03-252-19/+29
* SONAR-4173 Renamed project_configuration by resource_configurationJulien Lancelot2013-03-251-2/+8
* SONAR-3879 Moved status constant to Rule. Removed Rule status enumeration.Julien Lancelot2013-03-255-40/+77
* Depreciate methodJulien Lancelot2013-03-251-0/+4
* SONAR-4069 Restore Metrics as a BatchExtensionJulien HENRY2013-03-251-2/+2
* SONAR-3879 : Add constant for rule statusJulien Lancelot2013-03-252-10/+10
* SONAR-4173 Add the possibility for a plugin to add a configuration pageJulien Lancelot2013-03-221-0/+2
* SONAR-3879 Replace rule status enumeration in the annotation by a stringJulien Lancelot2013-03-223-14/+16
* SONAR-4145 Remove the useless and misleading properties 'sonar.skipTendencies...Julien Lancelot2013-03-211-4/+0
* SONAR-3900 Add new metrics "complexity in classes" and "complexity in methods...Julien Lancelot2013-03-213-28/+105
* Fix quality flawsJulien Lancelot2013-03-211-1/+1
* SONAR-4190 Add Issue Tracker information on 'Installed Plugins' tab in the Up...Julien Lancelot2013-03-201-0/+2
* Fix quality flawsJulien Lancelot2013-03-201-5/+0
* Improve equals() of Java definition classJulien Lancelot2013-03-202-2/+19
* SONAR-4111 Remove the availability of the following metrics on the web interfaceJulien Lancelot2013-03-191-0/+6
* SONAR-4069 Cleanup of snapshot creationJulien HENRY2013-03-192-41/+21
* Override equals in order to keep backward compatibility between the deprecate...Julien Lancelot2013-03-191-0/+19
* SONAR-4069 ResourcePermission need to be in TaskContainerJulien HENRY2013-03-181-2/+2
* Fix regression when importing user rules and language was not setJulien Lancelot2013-03-181-1/+2
* Correctly stop all hierarchy of pico containers on errorSimon Brandhof2013-03-182-8/+54
* Fix stop of ComponentContainer with childSimon Brandhof2013-03-161-3/+7
* Fix shutdown of ComponentContainer on errorSimon Brandhof2013-03-152-4/+1
* Add TaskComponent to SemaphoreUpdater and SemaphoresSimon Brandhof2013-03-151-5/+5
* Improve error handling of ComponentContainer lifecycleSimon Brandhof2013-03-152-18/+42
* Fix quality flawJulien Lancelot2013-03-151-1/+1
* org.sonar.api.resources.Languages should accept zero languagesSimon Brandhof2013-03-152-5/+16
* Fix quality flawJulien Lancelot2013-03-151-1/+1
* Improve exception handling of pico container lifecycleSimon Brandhof2013-03-144-28/+281
* Move some classes from org.sonar.batch.bootstrap to org.sonar.batch.scanSimon Brandhof2013-03-141-40/+41
* SONAR-4139 Move Java language definition to sonar-java-pluginJulien Lancelot2013-03-141-0/+4
* SONAR-4069 fix task extension pointSimon Brandhof2013-03-146-43/+187
* SONAR-4069 new task extension pointSimon Brandhof2013-03-146-12/+85
* Restore previously deleted setEnabled() method but throw an exception if usedJulien Lancelot2013-03-141-0/+8
* Fix quality flawsJulien Lancelot2013-03-141-1/+2