aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* SONAR-24023 Rewrite tests for SamlAuthenticatorAurelien Poscia2024-12-2011-95/+214
|
* SONAR-24024 Fix diagnostic testsAurelien Poscia2024-12-202-138/+94
|
* SONAR-24012 Migrate replay attack prevention mechanismAurelien Poscia2024-12-2010-83/+206
|
* SONAR-24023 Remove onelogin dependencyAurelien Poscia2024-12-204-28/+8
|
* SONAR-24023 Add tests for SamlPrivateKeyConverter and SamlCertificateConverterAurelien Poscia2024-12-205-0/+237
|
* SONAR-24023 Added test for SonarqubeRelyingPartyRegistrationRepository + ↵Aurelien Poscia2024-12-2016-1022/+348
| | | | refactoring
* SONAR-24023 Add PrincipalToUserIdentityConverterTestAurelien Poscia2024-12-203-22/+172
|
* SONAR-24023 Migrate onelogin auth to opensamlAurelien Poscia2024-12-2017-226/+628
|
* SONAR-24000 Rename old SonarWay to legacyAnita Stanisz2024-12-204-0/+217
|
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-209-35/+25
|
* SONAR-23995 Fix broken documentation links from the new code period API ↵Zipeng WU2024-12-2010-24/+64
| | | | description
* SONAR-24044 Lower logging in Exception Handler methods.Steve Marion2024-12-192-43/+43
|
* SONAR-23990 Replace with text blockJulien Camus2024-12-1928-993/+1098
|
* SONAR-24000 Remove creation of SonarWay(legacy)Zipeng WU2024-12-192-121/+0
|
* SONAR-15049 Taint Vulnerabilities should be reopened if new flows are createdAntoine Vinot2024-12-1815-76/+168
|
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-184-74/+62
| | | Co-authored-by: Duarte Meneses <duarte.meneses@sonarsource.com>
* SONAR-17786 Add jakarta request wrapper for onelogin compatibility.Matteo Mara2024-12-186-8/+952
|
* SONAR-17786 Update Jetty to 11.XJacek Poreda2024-12-183-108/+70
|
* SONAR-17786 Migrate from Wiser to Greenmail email testing frameworkJacek Poreda2024-12-184-46/+46
| | | | Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com>
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-1834-44/+31
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-18129-470/+460
|