aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24413 Make the LLM model available for user selectionSerhat Yenican14 days1-0/+1
|
* SONAR-24413 update request/response attribute namesSerhat Yenican2025-03-101-2/+2
|
* SONAR-24413 Update patch /feature-enablement endpoint to allow Azure OpenAISerhat Yenican2025-03-101-0/+3
|
* SCA-63 Enable Separate SCA CLI Debug ModeMike Young2025-03-061-4/+11
|
* SONAR-24376 Fix env variables and remove argument quotingJulien HENRY2025-02-282-7/+24
|
* SONAR-24317 Move ProcessWrapperFactory to sonar-coreantoine.vinot2025-02-192-0/+215
|
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-046-90/+11
|
* SONAR-23389 Fix CE failing to stop due to NPE in shutting down Spring ContainerAlain Kermis2025-02-031-1/+2
|
* Fix comment in AnticipatedTransitionTrackerantoine.vinot2025-01-291-2/+1
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09226-226/+226
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-10/+19
|
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-202-31/+30
|
* SONAR-15049 Taint Vulnerabilities should be reopened if new flows are createdAntoine Vinot2024-12-181-0/+4
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-185-6/+6
|
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard2024-12-181-1/+1
|
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-182-5/+0
|
* SONAR-23608 Deprecate core.propertiesJay2024-12-181-0/+12
|
* SONAR-23937 Fix typos in core.propertiesDavid Cho-Lerat2024-12-181-3/+3
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-181-0/+1
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-23751 Notifications checkbox -> switch + Design changesViktor Vorona2024-12-181-2/+3
|
* SONAR-21354 Revert to use the sonar-classloader libraryJulien HENRY2024-12-1813-2026/+0
|
* SONAR-23896 Improve MQR tourIsmail Cherri2024-12-181-1/+1
|
* SONAR-21038 Indicate not computed metrics correctlyLucas2024-12-181-0/+1
|
* SONAR-23667 Inform users when using filters from a different modeIsmail Cherri2024-12-091-2/+2
|
* SONAR-22012 Change the Clean as You Code banner on quality gate pageMathieu Suen2024-12-061-2/+1
|
* SONAR-21224 Improving status change drop-down inside issues pageRevanshu Paliwal2024-12-061-1/+4
|
* SONAR-23850 Improve accessibility for calculation messagesstanislavh2024-12-061-7/+7
|
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-063-33/+9
| | | | | | | | | * Remove from complexity measure step * Remove from PersistMeasuresStep * Remove from ScannerMetrics * Add the DB migration * Don't register complexity metrics * Fix tests
* SONAR-23666 Improve accessibility by informing the user of link destinationstanislavh2024-12-041-4/+8
|
* SONAR-23656 Update footer to reflect instance modeIsmail Cherri2024-12-041-2/+5
|
* [NO-JIRA] Fix issue severity badge textstanislavh2024-11-291-1/+1
|
* SONAR-23803 show upgrade banner(s) and modals for SQCB / SQSDavid Cho-Lerat2024-11-291-2/+7
|
* CODEFIX-209 Improve wording for AI CodeFix early access messageVojtech Suchy2024-11-291-2/+2
|
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-291-2/+0
|
* SQRP-119 (#12446)Anita Stanisz2024-11-291-2/+2
|
* SONAR-23620 Showing a generic message when disqualifying default quality gateRevanshu Paliwal2024-11-291-1/+3
|
* SONAR-23619 Update AI code assurance documentation linkIsmail Cherri2024-11-291-3/+3
|
* SONAR-23620 Fix modal when disqualifing a Quality Gate for AI assuranceMathieu Suen2024-11-291-1/+1
|
* SONAR-23620 Users can qualify/disqualify QG for AI code assuranceIsmail Cherri2024-11-291-1/+8
|
* SONAR-23619 Updating projects quality gate page with new code assurance featureRevanshu Paliwal2024-11-291-5/+6
|
* SONAR-23619 Add UI for Sonar way for AI code QGIsmail Cherri2024-11-291-3/+11
|
* SONAR-23619 Use the new aiCodeAssurance enum to display badges in projects ↵Revanshu Paliwal2024-11-291-0/+3
| | | | list page
* SONAR-23619 Adjust the project info page to display AI code assurance statusMathieu Suen2024-11-291-2/+5
|
* SONAR-23619 Change AI code assurance settingMathieu Suen2024-11-291-20/+0
|
* SONAR-23619 Add AI Assurance icon to Quality Gates listIsmail Cherri2024-11-291-1/+1
|
* SONAR-23797 Update footer license link for SQSDavid Cho-Lerat2024-11-291-1/+2
|
* CODEFIX-209 Adapt the display based on the current subscriptionDamien Urruty2024-11-291-18/+25
| | | | | Co-Authored-By: Dam <64742703+damien-urruty-sonarsource@users.noreply.github.com> Co-Authored-By: Serhat Yenican <104850907+serhat-yenican-sonarsource@users.noreply.github.com>
* SONAR-22326 Fix a11y issues in header and project branch selectorstanislavh2024-11-291-0/+3
|
* SONAR-23755 Add Bbt for validating doc url change on UI.Steve Marion2024-11-281-1/+1
|
* SONAR-23755 Add core extension common to allow SQS specific behavior to ↵Steve Marion2024-11-287-49/+157
| | | | happen. Add to DefaultLinkGenerator extension point to modify the default documentation base URL.