aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-211-1/+16
* SONAR-6820 document page size limitation in WSTeryk Bellahsene2015-12-081-0/+19
* Revert "SONAR-6820 WS api/rules/search has a page size limit of 500"Teryk Bellahsene2015-12-081-18/+0
* SONAR-6820 WS api/rules/search has a page size limit of 500Teryk Bellahsene2015-12-071-0/+18
* Revert "SONAR-6820 WS api/rules/search has a page size limit of 500"Teryk Bellahsene2015-12-071-18/+0
* SONAR-6820 WS api/rules/search has a page size limit of 500Teryk Bellahsene2015-12-071-0/+18
* Fix quality flawsSimon Brandhof2015-12-041-17/+22
* SONAR-7113 API - Support Markdown descriptions in RulesDefinitionXmlLoaderSimon Brandhof2015-12-042-54/+75
* SONAR-7049 check max length of rule/rule param fieldssimonbrandhof2015-12-042-5/+20
* SONAR-6591 Add SQALE metadata to XML rule formatSimon Brandhof2015-11-254-95/+250
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-231-1/+1
* SONAR-6916 Enforce some mandatory web service metadataTeryk Bellahsene2015-11-091-18/+27
* Revert "SONAR-6916 Enforce some mandatory web service metadata"Teryk Bellahsene2015-11-051-17/+18
* SONAR-6916 Enforce some mandatory web service metadataTeryk Bellahsene2015-11-051-18/+17
* SONAR-6954 Add 'since' tag to WS parametersTeryk Bellahsene2015-11-051-0/+16
* SONAR-6462 Add deprecated flag on WS and WS parametersTeryk Bellahsene2015-11-041-0/+29
* Complete javadoc of RulesDefinitionXmlLoaderSimon Brandhof2015-10-292-13/+45
* fix error in JsonWriter usage description in javadoc of WebServiceSébastien Lesaint2015-10-161-0/+2
* Fix quality flawsJulien Lancelot2015-09-281-14/+7
* Trim all WS string request parametersTeryk Bellahsene2015-08-281-11/+11
* Deprecate API org.sonar.api.server.debt.DebtModelSimon Brandhof2015-08-252-0/+4
* SONAR-6485 ws permissions/search_project_permissions update the search query ...Teryk Bellahsene2015-08-191-1/+1
* Add consistency in error messages of permissions WSTeryk Bellahsene2015-08-181-2/+2
* Rename RequestHandler parametersTeryk Bellahsene2015-08-131-1/+1
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-061-5/+3
* Add org.sonar.api.server.ws.Request#getMediaType()Simon Brandhof2015-07-302-4/+21
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-201-2/+2
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-101-42/+85
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-021-1/+17
* Fix quality flawsSimon Brandhof2015-06-301-2/+2
* Quality flawsSimon Brandhof2015-06-294-17/+62
* SONAR-6304 Set Content-Disposition header on profile backup and exportJean-Baptiste Lievremont2015-06-241-2/+10
* Cleanup warningsGabor Liptak2015-06-171-3/+7
* Fix quality flawsSimon Brandhof2015-06-042-2/+2
* Fix quality flawsJulien Lancelot2015-06-031-3/+2
* Refactor handling of 'selection mode' for WS actionsJean-Baptiste Lievremont2015-06-031-0/+46
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-291-1/+1
* refactoring - WS parameters in one place WebService.Param.XXXTeryk Bellahsene2015-05-271-10/+8
* SONAR-6471 Add new WS to search for user groupsJean-Baptiste Lievremont2015-05-221-6/+4
* Fix quality flawsSimon Brandhof2015-05-211-0/+23
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-207-6/+42
* WS api/projects/ghosts list ghost projects - SONAR-6527Teryk Bellahsene2015-05-151-0/+15
* document web service and action naming conventionsTeryk Bellahsene2015-05-151-1/+2
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-121-2/+2
* Useless codeDavid Gageot2015-05-121-2/+2
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-116-13/+31
* Fix quality flawsJean-Baptiste Lievremont2015-04-171-1/+6
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-162-2/+4
* Fix quality flaws in APISimon Brandhof2015-04-032-2/+2
* Pull define(...) method into a dedicated interfaceJean-Baptiste Lievremont2015-04-032-6/+27