aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change return type of Plugin#getSonarQubeVersion()Simon Brandhof2016-04-111-2/+2
* fix quality flawsSébastien Lesaint2016-04-065-33/+33
* SONAR-7488 add PostProjectAnalysisTaskTesterSébastien Lesaint2016-04-065-0/+795
* Fix quality flawsJulien Lancelot2016-04-061-2/+2
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-312-129/+0
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-302-0/+62
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-301-1/+1
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-222-0/+167
* SONAR-7389 Support CPD exclusions in new APIJulien HENRY2016-03-221-5/+56
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-181-0/+46
* SONAR-7389 Improve testabilityJulien HENRY2016-03-171-0/+20
* SONAR-7458 new component org.sonar.api.SonarQubeVersionSimon Brandhof2016-03-162-1/+50
* SONAR-7458 new component org.sonar.api.utils.VersionSimon Brandhof2016-03-161-0/+108
* Add org.sonar.api.utils.System2#getResource(name)Simon Brandhof2016-03-161-0/+6
* Fix some quality flawsJulien HENRY2016-03-161-0/+134
* SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gapJulien HENRY2016-03-161-2/+2
* SONAR-7389 Add new Sensor API to provide duplication tokensJulien HENRY2016-03-152-16/+0
* Drop commons-collectionsSimon Brandhof2016-03-132-43/+26