aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-ws
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA Update license headers to 2024Pierre2024-01-0329-29/+29
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-3/+3
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+1
|
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-6/+6
|
* Update license templates for 2023Pierre2023-01-0229-29/+29
|
* SONAR-17592 added message formatting to responses in webapilukasz-jarocki-sonarsource2022-12-012-0/+107
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-15/+15
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-17435 fix SSF-318Pierre Guillot2022-10-072-27/+25
|
* SONAR-16177 fix SSF-206Aurelien Poscia2022-05-301-4/+0
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-1/+1
|
* SONAR-15919 add ruleset changesPierre2022-02-181-0/+4
|
* SONAR-15918 update the license headers to 2022Pierre2022-02-181-1/+1
|
* SONAR-15918 making the new endpoint /api/push/sonarlint_events asyncLukasz Jarocki2022-02-1812-96/+144
|
* Update license headers for 2022 [update headers]Pierre2022-01-2826-26/+26
|
* SONAR-15805 Add new endpoints for addition and removal of application branchesKlaudio Sinani2021-12-271-0/+2
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-194-25/+8
|
* 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