aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix two logger callsDaniel Trebbien2017-10-101-2/+2
| | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-021-1/+2
|
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-021-3/+3
|
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-253-4/+249
|
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-193-12/+192
|
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-151-85/+6
|
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-132-1/+30
|
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-121-3/+0
|
* SONAR-9721 Remove DateUtils#formatDate(Long)Teryk Bellahsene2017-08-301-2/+0
|
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-301-0/+2
|
* SONAR-9576 More simple predicate to skip default status filterJulien HENRY2017-08-071-0/+1
|
* SONAR-9576 Add component status in the scanner reportJulien HENRY2017-08-072-1/+9
|
* SONAR-9576 Add analysis mode in the scanner reportJulien HENRY2017-08-071-0/+3
|
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-042-4/+7
|
* Store project relative path inside DefaultIndexedFileJulien HENRY2017-08-041-25/+41
|
* SONAR-9641 Add URIPredicateJulien HENRY2017-08-044-19/+33
|
* SONAR-9561 File inclusions/exclusions should be applied before language ↵Julien HENRY2017-08-041-13/+13
| | | | detection
* SONAR-9557 Fix coverage exclusions for global sensorsJulien HENRY2017-08-041-1/+1
|
* Rework file indexingJulien HENRY2017-08-046-34/+56
| | | | | | * Drop cycle ModuleFileSystem -> FileIndexer -> ModuleFileSystem * Ensure basedir is initialized once * Drop useless FileSystemLogger, and log in ModuleFileSystemInitializer
* SONAR-9641 Introduce InputFile:uri()Julien HENRY2017-08-041-0/+2
|
* SONAR-9551 PropertyDefinition and ResourceTypeTree correctly handles APP ↵Teryk Bellahsene2017-07-314-25/+37
| | | | qualifier
* SONAR-9551 Page API supports APP qualifierTeryk Bellahsene2017-07-311-1/+3
|
* SONAR-9283 support trailing/heading whitespaces in propertiesSébastien Lesaint2017-07-211-0/+104
| | | | for numbers and boolean types
* Improve coverageDuarte Meneses2017-07-132-3/+93
|
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-113-40/+39
| | | | Mark Immutable classes in the Plugin API and Scanner
* Fix tests on WindowsJulien HENRY2017-07-051-2/+3
|
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-041-1/+1
|
* SONAR-8546 Improve SensorDescriptor API to give more flexibility on ↵Julien HENRY2017-07-041-2/+7
| | | | configuration requirements to execute Sensors
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-046-20/+23
|
* Remove some usages of Guava in APISimon Brandhof2017-06-191-1/+2
|
* SONAR-9351 enforce in API allowed qualifiers on PropertyDefinitionSébastien Lesaint2017-06-011-5/+113
|
* SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOMJulien HENRY2017-05-091-5/+39
|
* SONAR-9051 Ability to set the maximum number of values on a WS parameterJulien Lancelot2017-04-202-6/+53
|
* SONAR-9138 Improve logs displaying servlet filter patterns at server startupJulien Lancelot2017-04-181-0/+13
|
* Fix Quality flawsSimon Brandhof2017-04-121-1/+1
|
* Deprecate System2#isJavaAtLeast17()Simon Brandhof2017-04-111-6/+2
| | | | because it always returns true. Java 6 is not supported at runtime.
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-111-12/+21
|
* SONAR-6100 Improve support of binary files and/or files with different encodingDuarte Meneses2017-04-111-40/+21
|
* SONAR-8882 Ease testability of InputFile virtual contentDuarte Meneses2017-04-101-0/+41
|
* SONAR-7860 Remove CodeColorizerFormat APIDuarte Meneses2017-03-161-55/+0
|
* SONAR-8832 Support project-level sensors (#1720)Janos Gyerik2017-03-021-2/+4
|
* Drop dependency xmlunitSimon Brandhof2017-02-191-26/+7
| | | | Replaced by assertJ assertThat().isXmlEqualTo()
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-1917-383/+346
| | | | and decrease usages of Hamcrest
* Move temp dir of build outsite projectSimon Brandhof2017-02-191-1/+0
| | | | | | Overriding java.io.tmpdir does not allow to detect issues with canonical path in tests. Moreover this complex (and useless) configuration does not allow to support Gradle.
* SONAR-8777 Rename WS history to changelogTeryk Bellahsene2017-02-171-6/+6
|
* Replace anonymous classes with method reference in WebServiceTestTeryk Bellahsene2017-02-171-12/+2
|
* SONAR-8777 New API to set the history of a web service actionTeryk Bellahsene2017-02-171-0/+9
|
* SONAR-8793 Replace use of method to set a deprecated keyTeryk Bellahsene2017-02-161-2/+2
|
* Replace anonymous classes by lambda in WebServiceTestTeryk Bellahsene2017-02-161-203/+132
|
* SONAR-8793 Add since to the deprecated key of an active parameterTeryk Bellahsene2017-02-161-1/+2
|