aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/server/ws
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-218-1886/+0
* Update license headers for 2022 [update headers]Pierre2022-01-288-8/+8
* SONAR-15824 WebService changelog not shownDuarte Meneses2021-12-131-3/+5
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-172-51/+0
* SONAR-13848 remove deprecated 'pageIndex' and 'pageSize' params from web serv...Michal Duda2021-02-261-2/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-088-8/+8
* Format all headers for 2020Wouter Admiraal2020-01-078-8/+8
* SONAR-8776 remove deprecated params, fields from api/components (#1894)Jacek2019-07-221-1/+0
* SONAR-12259 - remove deprecated request params, response fields from api/proj...Jacek2019-07-221-2/+0
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-124-457/+0
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-124-43/+61
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-231-1/+1
* fix Request.mandatoryParam not failing on blank parameter valueSébastien Lesaint2019-02-111-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-0212-12/+12
* Fix javadoc encodingSimon Brandhof2018-09-191-1/+1
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-2/+2
* SONAR-10881 Log flooding when a WS param is not an integer as expectedSimon Brandhof2018-06-141-1/+1
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-162-3/+4
* add Request#getHeaders and #getParams()Sébastien Lesaint2018-05-152-5/+17
* add Request#getReader()Sébastien Lesaint2018-05-151-0/+5
* SONAR-10342 Improve some ws descriptionJulien Lancelot2018-04-041-1/+1
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-011-4/+5
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-011-0/+19
* Add javadoc to WebService.NewParamSimon Brandhof2018-01-081-0/+14
* SONAR-10154 Stream when writing protobuf messageTeryk Bellahsene2018-01-081-1/+4
* Fix license headers for 2018Simon Brandhof2018-01-0712-13/+12
* SONAR-10154 No streaming of web services response by defaultTeryk Bellahsene2018-01-031-0/+4
* SONAR-10181 mandatory WS Params are automatically validated on retrievalGuillaume Jambet2017-12-212-5/+15
* SONAR-10046 adding minimum length validation to Request apiGuillaume Jambet2017-11-092-0/+31
* SONAR-10040 add maximum value to ws APIJulien Lancelot2017-11-082-21/+68
* SONAR-10040 add length validation to Request api and api/projects/createJulien Lancelot2017-11-082-18/+41
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-151-2/+1
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-133-0/+27
* SONAR-8640 WS api/projects/search query on key does partial match and is case...Teryk Bellahsene2017-09-111-2/+1
* Decrease coupling with GuavaSimon Brandhof2017-07-253-25/+15
* SONAR-9448 Sanitize api/qualityprofiles/projectsTeryk Bellahsene2017-06-261-10/+21
* Remove some usages of Guava in APISimon Brandhof2017-06-193-16/+16
* SONAR-9335 remove deprecated NewAction#createParamDaniel Schwarz2017-05-291-9/+0
* SONAR-9051 Ability to set the maximum number of values on a WS parameterJulien Lancelot2017-04-204-51/+65
* Fix quality flawsJulien Lancelot2017-03-281-1/+2
* SONAR-8777 Rename WS history to changelogTeryk Bellahsene2017-02-172-10/+10
* SONAR-8777 New API to set the history of a web service actionTeryk Bellahsene2017-02-172-0/+76
* SONAR-8793 Replace use of method to set a deprecated keyTeryk Bellahsene2017-02-161-5/+5
* SONAR-8793 Add since to the deprecated key of an active parameterTeryk Bellahsene2017-02-161-0/+25
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1011-23/+22
* SONAR-7300 Display a proper message when id is missingJulien Lancelot2017-01-301-3/+1
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-2/+1
* SONAR-8684 Remove RailsHandlerJulien Lancelot2017-01-241-40/+0
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-23/+0
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-161-1/+1