aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Do not hide exception when fail to close jsonJulien Lancelot2016-07-121-2/+1
* | Improve qualityDuarte Meneses2016-07-121-0/+1
* | SONAR-7883 Expose InputFile charset in APIJulien HENRY2016-07-122-2/+10
* | Relax visibility of File constructor to allow hacking in SonarLintJulien HENRY2016-07-111-11/+1
* | SONAR-7876 Add an API for Sensors to report files that can't be analyzedDuarte Meneses2016-07-119-1/+263
* | SONAR-6730 improving javadoc of org.sonar.api.ce.measure.MeasureSébastien Lesaint2016-07-081-5/+10
* | SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibilityJulien HENRY2016-07-078-37/+138
* | SONAR-7751, SONAR-7756 SonarLint APIJulien HENRY2016-07-0715-52/+338
* | SONAR-7783 Ensure Sensors don't save same data twiceJulien HENRY2016-07-075-31/+44
* | SONAR-6651 Trim SCM loginsDuarte Meneses2016-07-061-1/+6
* | SONAR-7664 Fail on empty TextRange (except when selecting empty line)Julien HENRY2016-07-061-6/+7
* | SONAR-7727 Remove org.sonar.api.resources.InputFileJulien HENRY2016-07-063-265/+1
* | Fix some quality flawsJulien HENRY2016-07-069-73/+22
* | Fix quality flawsSimon Brandhof2016-07-052-11/+0
* | SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-0513-731/+8
* | SONAR-7727 Remove some deprecated propertiesJulien HENRY2016-07-052-60/+2
* | SONAR-7727 Remove deprecated metrics + methods on SettingsJulien HENRY2016-07-052-210/+1
* | SONAR-7727 Remove CheckFactory and AnnotationCheckFactoryJulien HENRY2016-07-053-269/+0
* | SONAR-7727 Remove SquidUtils and deprecated methods on old SensorContextJulien HENRY2016-07-053-113/+3
* | SONAR-7727 Remove SonarIndex and ResourceFilterJulien HENRY2016-07-053-178/+0
* | SONAR-7727 Remove AbstractSourceImporterJulien HENRY2016-07-051-72/+0
* | SONAR-7727 Remove deprecated stuff on ProjectDefinitionJulien HENRY2016-07-051-264/+1
* | SONAR-7750 Deprecate ExtensionProviderJulien HENRY2016-07-051-0/+2
* | SONAR-7665 Deprecate @BatchSide and introduce @ScannerSideDuarte Meneses2016-07-0467-125/+178
* | SONAR-1891 Add upload plugin WSJulien Lancelot2016-07-014-2/+88
* | SONAR-7850 Improve SensorContextTester to differentiate no symbol from noJulien HENRY2016-07-011-3/+4
* | SONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasuresSimon Brandhof2016-06-301-59/+0
* | SONAR-7776 Allow Java WS to stream the outputJulien Lancelot2016-06-292-2/+19
* | SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-291-7/+7
* | Fix some Quality flawsSimon Brandhof2016-06-271-1/+1
* | Clean-up JRubyFacadeSimon Brandhof2016-06-201-0/+2
* | SONAR-7788 Improve PathResolver::relativePath(File, File) when argumentsJulien HENRY2016-06-201-27/+38
* | Improve org.sonar.api.web.ServletFilter.UrlPatternSimon Brandhof2016-06-151-91/+99
* | SONAR-7713 Exclude static resources from token validation filterJulien Lancelot2016-06-151-39/+140
* | Automatic merge from branch-5.6ssjenka2016-06-132-2/+2
|\|
| * Fix 2 links in javadoc of org.sonar.api.batchSimon Brandhof2016-06-132-2/+2
* | Fix quality flawsJulien Lancelot2016-06-061-0/+1
* | Automatic merge from branch-5.6ssjenka2016-06-012-2/+2
|\|
| * Deprecate SonarPlugin in favour of PluginSimon Brandhof2016-06-012-2/+2
* | remove use of Guava's Objects.equalSébastien Lesaint2016-05-242-6/+5
* | remove usage of deprecated methods of Guava ObjectsSébastien Lesaint2016-05-245-11/+11
* | Automatic merge from branch-5.6Jenkins CI2016-05-243-2/+57
|\|
| * SONAR-7509 Revert to not check empty ranges to not break Java pluginJulien HENRY2016-05-232-2/+2
| * SONAR-7661 add interface StartableSébastien Lesaint2016-05-231-0/+55