aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7978 Add test email configuration form to the settings page (#1216)Stas Vilchik2016-09-061-2/+4
|
* Improve javadoc of SettingsSimon Brandhof2016-09-062-39/+108
|
* SONAR-8055 Declare emails configuration with PropertyDefinitionJulien Lancelot2016-09-063-2/+79
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-0611-223/+260
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* SONAR-7678 fix javadoc of GlobalPropertyChangeHandlerSimon Brandhof2016-09-061-6/+5
|
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-09-022-2/+2
|
* SONAR-8004 WS settings/set with a proper WS clientTeryk Bellahsene2016-09-011-0/+6
|
* SONAR-7258 The project version should be optionalDuarte Meneses2016-08-313-2/+19
|
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-08-312-5/+28
|
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-08-302-0/+17
|
* SONAR-8004 WS settings/set handles property setTeryk Bellahsene2016-08-301-4/+6
|
* SONAR-7864 Drop org.sonar.api.scan.filesystem.ModuleFileSystem from APIJulien HENRY2016-08-295-344/+8
| | | | SONAR-8038 Deprecate ProjectDefinition::getBuildDir
* SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" propertiesJulien HENRY2016-08-293-56/+4
|
* Request does not log errors. It's WebServiceEngine responsabilityTeryk Bellahsene2016-08-262-15/+13
|
* SONAR-8003 WS settings/set handles multi value settingsTeryk Bellahsene2016-08-261-3/+1
|
* SONAR-8003 WS API handles multi paramTeryk Bellahsene2016-08-264-12/+102
|
* SONAR-7970 WS settings/set validates dataTeryk Bellahsene2016-08-261-0/+2
|
* SONAR-7969 Property with fields is considered as a PROPERTY_SETJulien Lancelot2016-08-252-4/+11
|
* SONAR-8006 Decrease memory comsumption of FileMetadataJulien HENRY2016-08-233-12/+185
|
* SONAR-7951 Rename new duplicated lines metric to "Duplicated Lines on New Code"Julien Lancelot2016-08-161-2/+2
|
* SONAR-7957 Replace new ncloc by new linesJulien Lancelot2016-08-161-3/+3
|
* SONAR-7953 New metric « New Duplicated Lines (%) »Julien Lancelot2016-08-161-2/+22
|
* SONAR-7957 New metric « New Lines of Code »Teryk Bellahsene2016-08-132-3/+29
|
* SONAR-7952 New metric « Duplicated blocks on new code »Teryk Bellahsene2016-08-121-0/+10
|
* SONAR-7951 New metric « Duplicated lines on new code »Teryk Bellahsene2016-08-121-0/+10
|
* SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-069-2/+188
|
* Fix minor Quality flawSimon Brandhof2016-08-051-2/+2
|
* SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-291-1/+6
|
* SONAR-7899 Refactor server file systemSimon Brandhof2016-07-291-0/+8
| | | | | - new interface org.sonar.server.platform.ServerFileSystem - deprecate org.sonar.api.platform.Server#getDeployDir()
* Minor Quality flawsSimon Brandhof2016-07-291-1/+1
|
* Automatic merge from branch-6.0ssjenka2016-07-284-21/+132
|\ | | | | | | | | * origin/branch-6.0: Revert deprecation of SonarQubeVersion
| * Revert deprecation of SonarQubeVersionSimon Brandhof2016-07-284-21/+132
| | | | | | | | | | so that compatibility with 5.6 does not need to call deprecated code.
* | SONAR-7917 Do not register project dashboardTeryk Bellahsene2016-07-281-5/+6
| |
* | Fix merge of branch-6.0Simon Brandhof2016-07-2713-290/+285
|\|
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-2712-283/+245
| | | | | | | | | | | | | | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests.
| * Add javadoc to org.sonar.api.platform.ServerSimon Brandhof2016-07-271-7/+40
| |
* | Automatic merge from branch-6.0ssjenka2016-07-224-1/+7
|\| | | | | | | | | | | | | | | * origin/branch-6.0: fix profile overflow on project overview page SONAR-7912 Highlight releasability rating in measure page of a view Update Xoo plugin to test Settings default values SONAR-7751 Missing @SonarLintSide on some extensions
| * SONAR-7751 Missing @SonarLintSide on some extensionsJulien HENRY2016-07-214-1/+7
| |
* | fix some quality flawsSébastien Lesaint2016-07-211-0/+9
| |
* | Fix Quality flawSimon Brandhof2016-07-201-2/+1
|/
* Add missing Javadocs in CoreMetricsEvgeny Mandrikov2016-07-191-0/+6
|
* Fix Quality flawsSimon Brandhof2016-07-191-1/+2
|
* Fix Quality flawsSimon Brandhof2016-07-181-1/+1
|
* SONAR-7876 Add SensorContext::isCancelled in the APIJulien HENRY2016-07-183-3/+30
|
* Fix Quality flawsSimon Brandhof2016-07-1816-158/+135
|
* Improve qualityDuarte Meneses2016-07-141-0/+1
|
* Automatic merge from branch-5.6ssjenka2016-07-141-0/+2
|\ | | | | | | | | | | * origin/branch-5.6: SONAR-7866 Deprecate Server#isSecured() SONAR-7560 Fix WS description
| * SONAR-7866 Deprecate Server#isSecured()Julien Lancelot2016-07-131-0/+2
| |
* | Fix quality flawsJulien Lancelot2016-07-131-12/+12
| |
* | Fix some quality flawsJulien HENRY2016-07-133-4/+3
| |