aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-ws/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-098-8/+8
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-183-10/+10
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-1/+2
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-241-20/+20
| | | | plugin API
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-2/+2
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-038-8/+8
|
* SONAR-21223 Log deprecated API usage for API V1Jacek Poreda2023-12-191-7/+9
|
* SONAR-19103 Open documentation links safely in new tabsZipeng WU2023-05-091-0/+6
|
* SONAR-18742 Remove usage of 'BRC' in component/search and component/treeLéo Geoffroy2023-05-031-0/+27
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-11/+10
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-112-12/+18
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-3/+3
|
* Update license templates for 2023Pierre2023-01-028-8/+8
|
* SONAR-17592 added message formatting to responses in webapilukasz-jarocki-sonarsource2022-12-011-0/+55
|
* SONAR-17435 fix SSF-318Pierre Guillot2022-10-071-22/+18
|
* SONAR-15918 making the new endpoint /api/push/sonarlint_events asyncLukasz Jarocki2022-02-184-73/+69
|
* Update license headers for 2022 [update headers]Pierre2022-01-287-7/+7
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-194-25/+8
|
* SONAR-14871 Basic project binding validation endpointJacek2021-06-101-4/+16
| | | | - 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-087-7/+7
|
* Fix api/components/search WS docs to not include unsupported typesJacek2020-05-291-0/+125
|
* Format all headers for 2020Wouter Admiraal2020-01-076-6/+6
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+1
|
* 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-024-476/+0
|
* remove deprecated WsTesterSébastien Lesaint2019-08-302-362/+8
|
* move some WSUtils methods to NotFoundException and ServerExceptionSébastien Lesaint2019-08-141-3/+2
|
* create sonar-webserver-es from sonar-serverSébastien Lesaint2019-08-1412-0/+1888
ie. move WS engine to dedicated project