aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-ws
Commit message (Collapse)AuthorAgeFilesLines
* Improve code qualityDuarte Meneses2021-11-181-3/+2
|
* SONAR-13426 accept tokens on api/project_badges/measure and quality_gate ↵Pierre2021-11-151-0/+2
| | | | endpoints, including with force auth enabled
* SONAR-15579 Improve error verbosity on permission template matching key ↵Klaudio Sinani2021-11-091-1/+1
| | | | collision + unit test
* SONAR-14871 Basic project binding validation endpointJacek2021-06-102-6/+32
| | | | - Add 'scope' field to HTTP error messages
* SONAR-14642 - SSF-142Zipeng WU2021-04-191-4/+4
|
* Revert "SONAR-14642 - SSF-142"Zipeng WU2021-04-011-4/+4
| | | | This reverts commit 0810d5dcbc8e49b4f064223cd271225acb397e83.
* SONAR-14642 - SSF-142Zipeng WU2021-03-311-4/+4
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0826-26/+26
|
* Fix api/components/search WS docs to not include unsupported typesJacek2020-05-292-6/+134
|
* Format all headers for 2020Wouter Admiraal2020-01-0725-25/+25
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-104-8/+7
|
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
|
* use testFixtures instead of test configuration of webserver-wsSébastien Lesaint2019-09-025-14/+2
|
* remove deprecated WsTesterSébastien Lesaint2019-08-302-362/+8
|
* rename sonar-webserver-common to sonar-webserver-apiSébastien Lesaint2019-08-141-1/+1
|
* create webserver-auth and webserver-common from sonar-serverSébastien Lesaint2019-08-148-331/+1
| | | | actual module names are sonar-webserver-auth and sonar-webserver-common
* move some WSUtils methods to NotFoundException and ServerExceptionSébastien Lesaint2019-08-145-59/+52
|
* create sonar-webserver-webapi from sonar-serverSébastien Lesaint2019-08-141-1/+1
|
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-1436-0/+3613
ie. move WS engine to dedicated project