aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background tasks...Teryk Bellahsene2016-09-141-2/+2
* SONAR-8028 DateUtils parse date and datetimeTeryk Bellahsene2016-09-142-12/+94
* SONAR-8047 Validate settings of type REGULAR_EXPRESSIONTeryk Bellahsene2016-09-121-1/+14
* SONAR-8050 Validate settings of type LONGTeryk Bellahsene2016-09-121-0/+13
* Fix quality flawsJulien Lancelot2016-09-071-3/+24
* SONAR-8055 Declare emails configuration with PropertyDefinitionJulien Lancelot2016-09-061-0/+5
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-067-105/+74
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-09-021-1/+1
* SONAR-7258 The project version should be optionalDuarte Meneses2016-08-312-1/+9
* SONAR-7722 The project name should not be mandatoryDuarte Meneses2016-08-311-0/+20
* SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" propertiesJulien HENRY2016-08-291-32/+0
* Request does not log errors. It's WebServiceEngine responsabilityTeryk Bellahsene2016-08-261-0/+8
* SONAR-8003 WS API handles multi paramTeryk Bellahsene2016-08-261-6/+40
* SONAR-7969 Property with fields is considered as a PROPERTY_SETJulien Lancelot2016-08-251-0/+2
* SONAR-8006 Decrease memory comsumption of FileMetadataJulien HENRY2016-08-231-0/+55
* SONAR-7957 New metric « New Lines of Code »Teryk Bellahsene2016-08-131-2/+1
* SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-062-1/+69
* Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-274-39/+32
* SONAR-7876 Add SensorContext::isCancelled in the APIJulien HENRY2016-07-181-0/+7
* Do not hide exception when fail to close jsonJulien Lancelot2016-07-121-6/+5
* Improve qualityDuarte Meneses2016-07-121-2/+38
* SONAR-7883 Expose InputFile charset in APIJulien HENRY2016-07-121-1/+4
* SONAR-7876 Add an API for Sensors to report files that can't be analyzedDuarte Meneses2016-07-112-0/+102
* SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibilityJulien HENRY2016-07-075-54/+82
* SONAR-7751, SONAR-7756 SonarLint APIJulien HENRY2016-07-074-6/+53
* SONAR-7783 Ensure Sensors don't save same data twiceJulien HENRY2016-07-071-0/+72
* SONAR-6651 Trim SCM loginsDuarte Meneses2016-07-061-0/+11
* SONAR-7664 Fail on empty TextRange (except when selecting empty line)Julien HENRY2016-07-061-6/+26
* SONAR-7727 Remove org.sonar.api.resources.InputFileJulien HENRY2016-07-062-180/+0
* Fix some quality flawsJulien HENRY2016-07-062-17/+2
* SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-057-301/+3
* SONAR-7727 Remove deprecated metrics + methods on SettingsJulien HENRY2016-07-051-2/+2
* SONAR-7727 Remove CheckFactory and AnnotationCheckFactoryJulien HENRY2016-07-0510-497/+0
* SONAR-7727 Remove SquidUtils and deprecated methods on old SensorContextJulien HENRY2016-07-051-41/+0
* SONAR-7727 Remove deprecated stuff on ProjectDefinitionJulien HENRY2016-07-052-133/+28
* SONAR-1891 Add upload plugin WSJulien Lancelot2016-07-012-12/+59
* SONAR-7850 Improve SensorContextTester to differentiate no symbol from noJulien HENRY2016-07-011-2/+9
* SONAR-7776 Allow Java WS to stream the outputJulien Lancelot2016-06-291-3/+8
* SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-291-4/+4
* SONAR-7788 Improve PathResolver::relativePath(File, File) when argumentsJulien HENRY2016-06-201-5/+43
* Fix and add tests, fix quality flawsSimon Brandhof2016-06-151-9/+20
* Improve org.sonar.api.web.ServletFilter.UrlPatternSimon Brandhof2016-06-151-33/+33
* SONAR-7713 Exclude static resources from token validation filterJulien Lancelot2016-06-151-14/+135
* SONAR-7509 Revert to not check empty ranges to not break Java pluginJulien HENRY2016-05-231-12/+0
* SONAR-7635 Sanitize metric name and description in default l10n bundle and Co...Teryk Bellahsene2016-05-181-1/+0
* Improve unit test coverageJulien HENRY2016-05-172-0/+109
* Add unit test for SensorContextTesterJulien HENRY2016-05-171-3/+18
* SONAR-7509 Highlighting API should work with ranges (line/offset)Julien HENRY2016-05-101-4/+17
* SONAR-7380 Sanitize exception handling of WS parameter readsTeryk Bellahsene2016-05-061-167/+220
* SONAR-7570 A duration of 0 minute should be converted to "0min" instead of emptyJulien Lancelot2016-04-281-0/+2