aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-19122 Upgrade to Spring 6Jacek Poreda4 days6-19/+19
|
* SONAR-24004 Replace lambda with method referenceJulien Camus5 days2-2/+3
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-242-38/+38
| | | | plugin API
* SONAR-23133 Upgrade com.google.protobuf protoc and protobuf-java from 3.25.5 ↵Matteo Mara2024-10-072-4/+4
| | | | to 4.28.2
* SONAR-22447 Moved from javax.servlet-api to jakarta.servlet-api plus patch ↵Matteo Mara2024-07-041-2/+2
| | | | version bump
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-3/+3
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-163-6/+6
| | | | org.apache.commons:commons-lang3
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-171-4/+0
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0330-30/+30
|
* SONAR-21228 Log deprecated API usage for API V2Alain Kermis2023-12-191-2/+0
|
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-191-0/+2
|
* SONAR-21223 Log deprecated API usage for API V1Jacek Poreda2023-12-193-12/+57
|
* [NO JIRA] Remove unused importsDuarte Meneses2023-06-191-1/+0
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-132-5/+5
|
* SONAR-19103 Open documentation links safely in new tabsZipeng WU2023-05-092-12/+10
|
* SONAR-18742 Remove usage of 'BRC' in component/search and component/treeLéo Geoffroy2023-05-032-0/+28
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-244-15/+19
| | | | | | | 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-113-12/+19
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* [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
|