aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9356 Rename onboarding settingJulien Lancelot2017-06-201-5/+0
|
* SONAR-9356 define property "sonar.onboardingTutorial.skip"Daniel Schwarz2017-06-201-0/+4
|
* Remove some usages of Guava in APISimon Brandhof2017-06-1972-491/+423
|
* SONAR-9322 deprecate RulesProfile#setParentName(String)Simon Brandhof2017-06-141-8/+9
| | | | | Hierarchy of profiles in plugin API has never been implemented. The method is misleading so it's marked as deprecated.
* SONAR-8800 Deprecate org.sonar.api.platform.Server#getUrlJulien Lancelot2017-06-091-0/+2
|
* SONAR-9351 enforce in API allowed qualifiers on PropertyDefinitionSébastien Lesaint2017-06-012-9/+148
|
* SONAR-9335 remove deprecated NewAction#createParamDaniel Schwarz2017-05-291-9/+0
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* Fix Quality flawsSimon Brandhof2017-05-161-4/+5
|
* Fix Quality flawsSimon Brandhof2017-05-121-1/+1
|
* Fix javadoc of DateUtils about ISO8601 vs RFC822 formatsSimon Brandhof2017-05-121-2/+2
|
* SONAR-9056 WS api/components/suggestion filter allowed qualifiersTeryk Bellahsene2017-05-121-6/+1
|
* SONAR-9199 Fix unclosed inputStreamJulien HENRY2017-05-111-5/+6
|
* SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOMJulien HENRY2017-05-095-31/+73
|
* SONAR-8456, SONAR-8906 Cleanup propertiesJulien HENRY2017-05-031-32/+1
|
* Revert "SONAR-9116 EventHandler should be annotated with SonarLintSide"Duarte Meneses2017-05-021-2/+0
| | | | This reverts commit 4076db84b5d1f53a08ec4351d14a4f44bf6b7464.
* SONAR-9116 EventHandler should be annotated with SonarLintSideDuarte Meneses2017-04-281-0/+2
|
* Minimize sonar-plugin-apiDuarte Meneses2017-04-281-4/+22
|
* SONAR-7818 Remove RubyRailsWebservice APIJulien Lancelot2017-04-201-41/+0
|
* SONAR-9051 Ability to set the maximum number of values on a WS parameterJulien Lancelot2017-04-206-57/+118
|
* SONAR-9138 Improve logs displaying servlet filter patterns at server startupJulien Lancelot2017-04-182-0/+31
|
* SONAR-9014 Replace 'sonar.defaultGroup' setting usage by hardcoded 'sonar-users'Julien Lancelot2017-04-132-2/+13
|
* SONAR-9117 Delete the unused Java interface ↵Simon Brandhof2017-04-121-59/+0
| | | | org.sonar.api.security.ResourcePermissions
* Fix Quality flawsSimon Brandhof2017-04-122-11/+7
|
* SONAR-9054 PageDefinition has ORGANIZATION scopeTeryk Bellahsene2017-04-122-2/+4
|
* Deprecate System2#isJavaAtLeast17()Simon Brandhof2017-04-112-7/+5
| | | | because it always returns true. Java 6 is not supported at runtime.
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-112-12/+30
|
* SONAR-6100 Improve support of binary files and/or files with different encodingDuarte Meneses2017-04-112-66/+47
|
* SONAR-9025 Optimize computation issue exclusionsDuarte Meneses2017-04-112-9/+27
|
* SONAR-9070 Make it easier to work with test files in unit testsDuarte Meneses2017-04-101-2/+49
|
* SONAR-8882 Ease testability of InputFile virtual contentDuarte Meneses2017-04-103-1/+77
|
* Fix Quality flawsSimon Brandhof2017-03-291-2/+2
|
* Fix quality flawsJulien Lancelot2017-03-281-1/+2
|
* Fix Quality flawsSimon Brandhof2017-03-283-3/+8
|
* SONAR-7860 Remove CodeColorizerFormat APIDuarte Meneses2017-03-163-148/+0
|
* Automatic merge from branch-6.3Julien Lancelot2017-03-031-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.3: SONAR-8883 Fix Server::getVersion() on scanner side, and reenable IssueJsonReportTest IT SONAR-8622 Fix preview mode/JSON report on branches Remove javaProperties plugin from PluginsTest Remove JSON plugin SONAR-8460 Do not fail to write response when profile not found SONAR-8460 Remove Errors SONAR-8460 Remove creation BadRequestException with Errors SONAR-8460 Fix bundled error messages SONAR-8460 Simplify creation of BadRequestException with one message SONAR-8460 Remove isEmpty from Errors SONAR-8460 Remove check from Errors SONAR-8460 Remove writeJson from Errors fix quality flaw
| * SONAR-8883 Fix Server::getVersion() on scanner side, and reenable ↵Julien HENRY2017-03-021-1/+0
| | | | | | | | IssueJsonReportTest IT
* | SONAR-8832 Support project-level sensors (#1720)Janos Gyerik2017-03-025-19/+40
| |
* | Automatic merge from branch-6.3ssjenka2017-02-271-23/+28
|\| | | | | | | | | * origin/branch-6.3: BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven paraller execution) by beanshell-maven-plugin
| * BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven ↵David Rautureau2017-02-241-23/+28
| | | | | | | | paraller execution) by beanshell-maven-plugin
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-221-1/+1
| |
| * Publish version 6.3-RC3Simon Brandhof2017-02-221-1/+1
| |
* | Automatic merge from branch-6.3ssjenka2017-02-211-0/+2
|\| | | | | | | | | * origin/branch-6.3: SONAR-8823 Deprecate API org.sonar.api.web.Footer
| * SONAR-8823 Deprecate API org.sonar.api.web.FooterTeryk Bellahsene2017-02-211-0/+2
| |
* | Automatic merge from branch-6.3ssjenka2017-02-213-8/+18
|\| | | | | | | | | | | * origin/branch-6.3: Add logs when Travis downloads phantomjs and JDK8 Ability to release versions without build number in artifact filenames
| * Ability to release versions without build number in artifact filenamesSimon Brandhof2017-02-213-8/+18
| |
* | Fix Quality flawsSimon Brandhof2017-02-201-0/+23
| |
* | Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-0/+1
| |
* | Drop unused dependency xpp3Simon Brandhof2017-02-191-5/+0
| |
* | Drop dependency on deprecated sonar-graphSimon Brandhof2017-02-192-6/+34
| |