aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a first entry in the issue changelog containing date of issue's creationJulien Lancelot2014-01-281-0/+11
* | SONAR-926 Fix marker interface of ModuleLanguagesJulien HENRY2014-01-281-2/+2
* | SONAR-4581 Exclude Build Breaker plugin from preview modeJean-Baptiste Lievremont2014-01-281-1/+1
* | Fix build on Java 6Simon Brandhof2014-01-281-4/+9
* | SONAR-926 Remove usage of ResourceCreationLockSimon Brandhof2014-01-281-38/+0
* | SONAR-4908 Add testsJulien HENRY2014-01-271-4/+32
* | Move AnnotationCheckFactory to sonar-deprecatedSimon Brandhof2014-01-2714-743/+46
* | SONAR-926 add package-info.java to org.sonar.api.batch.coverageSimon Brandhof2014-01-272-2/+27
* | SONAR-4908 Expose some new methods when dealing with RuleDefinition for the u...Julien HENRY2014-01-273-8/+47
* | SONAR-3024 Provide a new CoberturaReportParser that do not rely on deprecated...Julien HENRY2014-01-273-0/+332
* | SONAR-4908 add org.sonar.api.batch.rule.CheckFactorySimon Brandhof2014-01-2721-23/+706
* | Allow method chaining on org.sonar.api.server.rule.RuleDefinitionsSimon Brandhof2014-01-271-4/+6
* | SONAR-926 Fix regression after renaming of InputFile type SOURCE => MAINJulien HENRY2014-01-272-2/+12
* | SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-2713-36/+291
* | SONAR-926 add javadocSimon Brandhof2014-01-272-1/+2
* | SONAR-5010 fix handling of HTTP statusSimon Brandhof2014-01-271-6/+3
* | SONAR-926 feed ModuleRulesSimon Brandhof2014-01-271-2/+2
* | SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-261-2/+2
* | SONAR-5010 mark some classes as @ImmutableSimon Brandhof2014-01-261-0/+4
* | SONAR-906 new batch API for getting activated rules (merge of all the Quality...Simon Brandhof2014-01-2629-75/+1228
* | Stabilize time-related testJean-Baptiste Lievremont2014-01-241-1/+2
* | SONAR-4326 Provide webservices to add/remove tags on a ruleJean-Baptiste Lievremont2014-01-241-0/+2
* | SONAR-926 Update SourceScanner to work with multi-language projectsJulien HENRY2014-01-241-0/+4
* | SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-242-2/+41
* | SONAR-926 Multi-language support:Julien HENRY2014-01-243-3/+20
* | Rename 18n methods to get age of dates, add age on Issues search WS, update a...Julien Lancelot2014-01-241-18/+28
* | SONAR-5010 improve WS APISimon Brandhof2014-01-243-2/+15
* | SONAR-5010 improve testability of web service and fix media type of responseSimon Brandhof2014-01-246-168/+123
* | IssueShowWS : Add formatted datesJulien Lancelot2014-01-231-0/+27
* | Add a ago and instant method in i18nJulien Lancelot2014-01-231-0/+10
* | Fix some quality flawsSimon Brandhof2014-01-233-11/+14
* | SONAR-3024 Perform one shot migration of all project resourcesJulien HENRY2014-01-235-26/+13
* | Refactor WS apiSimon Brandhof2014-01-224-37/+164
* | SONAR-4923 Fix rule parameter validation on single select list type -> multip...Julien Lancelot2014-01-212-29/+107
* | SONAR-4326 Fix unit test due to upate of error message on tag validationJulien Lancelot2014-01-211-3/+1
* | SONAR-4326 Fix error message on tag validationJean-Baptiste Lievremont2014-01-212-3/+2
* | Add support of Date in JsonWriterSimon Brandhof2014-01-202-1/+49
* | SONAR-5010 refactor WebService frameworkSimon Brandhof2014-01-203-4/+6
* | SONAR-5010 refactor WebService#isApi() to isPrivate()Simon Brandhof2014-01-202-19/+15
* | Refactor package names of API introduced in 4.2Simon Brandhof2014-01-2023-33/+61
* | New API org.sonar.api.utils.text.CsvWriterSimon Brandhof2014-01-202-0/+175
* | SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-206-20/+33
* | Add missing package-info.java in org.sonar.api.utils.dagSimon Brandhof2014-01-201-0/+24
* | SONAR-5010 deprecate old ws extension pointSimon Brandhof2014-01-202-0/+4
* | Refactor ProjectLinkTestSimon Brandhof2014-01-191-10/+17
* | SONAR-5010 public API for Java web servicesSimon Brandhof2014-01-1916-13/+1438
* | System2#envVariable(String) can return nullSimon Brandhof2014-01-182-1/+4
* | Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and mov...Simon Brandhof2014-01-183-214/+0
* | SONAR-4326 Use regex inspired from StackOverflow to validate tagsJean-Baptiste Lievremont2014-01-172-1/+11
* | SONAR-926 Fix JavaFile parent key when located in root directoryJulien HENRY2014-01-172-2/+16