aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-14367 Enable comments on azure based on settingsJacek Poreda2025-01-091-0/+1
|
* SONAR-14367 Add new field to ProjectAlmSettingDto and update queriesJacek Poreda2025-01-094-6/+56
|
* SONAR-14367 Add inline_annotations_enabled column to project_alm_settings tableJacek Poreda2025-01-094-1/+111
|
* SONAR-23944 Do not throw error is contains_ai_code is missingStuart VandenBrink2025-01-091-1/+1
|
* SONAR-24141 Fix Quality Gate statusMatteo Mara2025-01-081-1/+0
|
* SONAR-24058 Fix encrypted response testNolwenn Cadic2025-01-082-8/+26
|
* SONAR-22047 Remove deprecated SecurityManager codeAlain Kermis2025-01-079-417/+3
|
* NO-JIRA fix sq issuesLéo Geoffroy2025-01-071-5/+5
|
* SONAR-23964 Create aica cacheStuart VandenBrink2025-01-071-3/+4
| | | | add dropped code during rebase
* SONAR-23946 Create AI measures during portfolio computationCody Simms2025-01-071-0/+11
| | | | SONAR-23946 Create new AI metrics
* SONAR-23943 Increase max requested metricsStuart VandenBrink2025-01-072-3/+4
|
* SONAR-22345 Reflect changes to prioritized rule in the changelogOrlovAlexander2025-01-077-7/+21
|
* SONAR-23978 Add missing pagination to copilot callLéo Geoffroy2025-01-071-5/+5
|
* SONAR-21771 added libraries to help users connect to MSSQL database with ↵Lukasz Jarocki2025-01-075-4/+38
| | | | ActiveDirectory and Entra ID
* SONAR-24086 allow to remove browse permission from groups/users if access ↵Aurelien Poscia2025-01-075-26/+130
| | | | via another mean
* SONAR-23750 Remove deprecation on hotspots related statuses and resolutionsDejan Milisavljevic2025-01-072-5/+7
|
* SONAR-24062 Remove documentation link from migrationNolwenn Cadic2025-01-072-6/+2
|
* SONAR-24122 Fix application refresh not refreshing referencersDuarte Meneses2025-01-064-42/+5
| | | Co-authored-by: Cody Simms <cody.simms@sonarsource.com>
* Reapply "SONAR-22876 Exclude metrics from being persisted to measures"Eric Giffon2025-01-062-0/+40
| | | | This reverts commit 43c024798d4612e4fa51ddf71acf93607ce4e570.
* Revert "SONAR-23594 Fix SSF-605"Nolwenn Cadic2025-01-062-39/+2
|
* SONAR-24061 Update SAML certificate configuration description25.1.0.102122Nolwenn Cadic2025-01-061-1/+1
|
* SONAR-24107 Fix quality gate issuebranch-25.1branch-25.01Alain Kermis2025-01-031-3/+2
|
* NO-JIRA fix QGAurelien Poscia2025-01-031-18/+18
|
* SONAR-24007 Add warning when SAML configuration is incorrect on MigrationNolwenn Cadic2025-01-033-0/+244
|
* SONAR-23021 Enforce password complexity in the backendAurelien Poscia2025-01-032-20/+74
|
* SONAR-23910 Support externalId in PATCH /api/v2/users-management/users/{ID}Aurelien Poscia2025-01-037-4/+28
|
* SONAR-24047 Remove unnecessary custom proxy handlingNolwenn Cadic2025-01-032-69/+2
|
* SONAR-23119 Implement database migration logging mechanismAlain Kermis2025-01-0321-431/+545
|
* SONAR-23119 Create 'migration_logs' tableAlain Kermis2025-01-0314-0/+464
|
* SONAR-24053 Replace expression language usage by simple message ↵Steve Marion2024-12-313-5/+17
| | | | | | interpolation for validation error messages. Remove dependency on org.glassfish.expressly:expressly.
* SONAR-24091 Fix quality gate on masterAlain Kermis2024-12-3025-56/+22
|
* SONAR-23898 Issues are carry over on first analysis when reference branch ↵Jacek2024-12-3013-117/+283
| | | | strategy used
* SONAR-24042 add telemetry 'project_uses_aica_quality_gate'Dejan Milisavljevic2024-12-272-3/+62
|
* SONAR-24083 Add telemetries 'project_ai_detection_enabled' and ↵Dejan Milisavljevic2024-12-273-0/+16
| | | | 'instance_ai_detection_enabled'
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-2748-203/+335
|
* SONAR-24046 Add telemetry 'aicaQualified' for a Quality GateDejan Milisavljevic2024-12-275-13/+20
|
* SONAR-24082 Fix issues turning QG redMatteo Mara2024-12-241-6/+6
|
* SONAR-24085 Fix quality gate issuesNolwenn Cadic2024-12-241-3/+12
|
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-2411-48/+44
|
* SONAR-23785 Improve a11y for project badgesViktor Vorona2024-12-243-3/+5
|
* SONAR-23402 Support case with empty CleanCodeAttributeViktor Vorona2024-12-245-6/+45
|
* SONAR-23402 Back up/restore clean code attributes for custom rulesViktor Vorona2024-12-246-2/+39
|
* SONAR-24023 Handle case where encryption is enabled but signing request disabledAurelien Poscia2024-12-232-7/+58
|
* Fix example-webhooks-list.json hasSecret Typegsakun2024-12-231-2/+2
| | | The example in the interface documentation does not match the actual return value type.
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-207-0/+48
|
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-205-5/+110
|
* SONAR-23978 Add DAO for user_ai_tool_usages tableLéo Geoffroy2024-12-209-0/+287
|
* SONAR-23978 Create table 'user_ai_tool_usages' and add column ↵Dejan Milisavljevic2024-12-206-1/+240
| | | | 'detected_ai_code' to table 'projects'
* SONAR-24057 Optimize querying of branch measures to only load required ↵Eric Giffon2024-12-2018-324/+138
| | | | measures in memory
* SONAR-24007 Implement migration testsNolwenn Cadic2024-12-2016-95/+161
|