aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-api/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SCA-450 Refresh QG on SCA issue status changeHavoc Pennington2025-05-232-0/+22
* SONAR-25122 Handle restricted usage of AI CodeFixVojtech Suchy2025-05-211-0/+27
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-272-3/+3
* SONAR-24630 Add early access misra settingStanislav2025-03-211-1/+13
* SONAR-24413 check azure openai endpoint connectionSerhat Yenican2025-03-101-1/+21
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0988-88/+88
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-4/+4
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-182-17/+17
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-181-1/+0
* SONAR-23803 determining sonar version to update takes into account two productslukasz-jarocki-sonarsource2024-11-291-2/+11
* SONAR-23250 Support impacts in QP export-importOrlovAlexander2024-10-161-3/+5
* SONAR-23250 Update activate_rule endpoint to support impactsLéo Geoffroy2024-10-161-0/+6
* SONAR-23250 Update rule activator to support impact severity overridesLéo Geoffroy2024-10-161-4/+17
* SONAR-23265 Fix SSF-623Julien Camus2024-10-041-0/+32
* SONAR-23082 Improve exception handling in APIJulien Camus2024-10-031-10/+6
* NO-JIRA Refactor license readingZipeng WU2024-09-242-56/+0
* SONAR-22224 update api activate_rule, activate_rulesOrlovAlexander2024-06-032-5/+19
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-163-3/+3
* SONAR-20773 Update the update-center URLEric Giffon2024-02-071-5/+7
* NO-JIRA Update license headers to 2024Pierre2024-01-0389-89/+89
* SONAR-20796 Use severity/type mapping for BitBucket CloudJacek Poreda2023-10-302-0/+15
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-101-1/+1
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-193-5/+5
* SONAR-19850 Fix name of method in ProjectLifeCycleListenersBenjamin Campomenosi2023-07-192-2/+2
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-193-5/+5
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-186-161/+6
* NO-JIRA remove unused importsPierre2023-07-173-6/+3
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-2/+1
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-174-4/+4
* NO-JIRA replace MoreCollectors.toImmutableSet with ImmutableSet.toImmutableSe...Pierre2023-07-171-1/+2
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-173-6/+5
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors operations to JDK or guava implementationsPierre2023-07-171-2/+1
* SONAR-19558 - Refactor rest of tests in developer server Benjamin Campomenosi2023-07-064-3/+39
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-0/+23
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-138-26/+29
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-0/+292
* NO-JIRA - rename isEnable to isAvailable for feature flag, as features can be...Pierre2023-03-221-1/+1
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-1/+1
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-32/+1
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-103-8/+7
* Update license templates for 2023Pierre2023-01-0289-89/+89
* SONAR-17735 Telemetry improvementsalain2022-12-191-0/+1
* SONAR-17678 remove usage of pack200Matteo Mara2022-12-063-125/+8
* NO-JIRA Fix code smellsAntoine Vinot2022-10-141-2/+0
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-149-27/+9
* SONAR-17118 migrate branch support flag to features/list APIMatteo Mara2022-10-121-1/+2
* SONAR-17389 - Prevent project creation with existing key but different caseAntoine Vinot2022-09-291-4/+8
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-194-107/+161