aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-api/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-10/+10
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-181-1/+0
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-23803 determining sonar version to update takes into account two productslukasz-jarocki-sonarsource2024-11-291-2/+11
|
* NO-JIRA Fix SQ Issuesantoine.vinot2024-10-222-6/+6
|
* 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
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-141-7/+7
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-146-47/+47
|
* SONAR-23265 Fix SSF-623Julien Camus2024-10-042-0/+68
|
* 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 ↵Matteo Mara2024-03-169-10/+10
| | | | org.apache.commons:commons-lang3
* SONAR-20773 Update the update-center URLEric Giffon2024-02-072-15/+16
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03148-148/+148
|
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-081-0/+38
|
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-1/+1
|
* 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
|
* NO-JIRA Harden QGChangeEventListenersImplTest usage of LogTesterantoine.vinot2023-09-071-8/+15
|
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-194-24/+27
| | | | | | | | SONAR-19850 Fix an issue where main branch was treated as orphan branch SONAR-19850 Fix an issue where emails with reports were not sent to any receipients SONAR-19850 Fix bug with reference branch as main branch SONAR-19850 Add warning on unanalyzed branches SONAR-19850 Fix portfolio refresh when change of main branch of project
* SONAR-19850 Fix name of method in ProjectLifeCycleListenersBenjamin Campomenosi2023-07-193-18/+19
|
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-194-17/+16
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-188-219/+7
|
* NO-JIRA remove unused importsPierre2023-07-175-9/+4
|
* 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-175-6/+6
|
* NO-JIRA replace MoreCollectors.toImmutableSet with ↵Pierre2023-07-171-1/+2
| | | | ImmutableSet.toImmutableSet from guava
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-4/+4
|
* 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-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-074-4/+4
|
* SONAR-19558 - Refactor rest of tests in developer server Benjamin Campomenosi2023-07-065-13/+60
|
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-034-4/+4
|
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-0/+23
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-138-26/+29
|
* SONAR-19084 Add step to deactivate removed users.Wojtek Wajerowicz2023-05-111-7/+9
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-244-0/+475
| | | | | | | 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-115-12/+17
|
* NO-JIRA - rename isEnable to isAvailable for feature flag, as features can ↵Pierre2023-03-222-3/+3
| | | | be available in an edition but not enabled.
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-212-16/+16
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-4/+4
|
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-1/+1
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-122-34/+3
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-103-8/+7
|
* Update license templates for 2023Pierre2023-01-02146-146/+146
|
* [NO-JIRA] Unit test should generate jars in temporary folderZipeng WU2022-12-301-14/+6
|