aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi/src/it/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25377 Remove deprecated complexity metricsPierre4 days1-2/+1
* SONAR-25196 Upgrade com.github.erosb:json-sKema to 0.23.0Alain Kermis2025-06-051-206/+186
* SCA-473 Extract common live measure update code to separate classJohn Bintz2025-05-281-0/+169
* SONAR-25110 Add OWASP Mobile Top 10 2024 facet to issues searchCody Simms2025-05-161-1/+36
* SONAR-24892 Move the state machine code in its own moduleJulien HENRY2025-04-251-2/+0
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-038-47/+76
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-033-27/+27
* NO-JIRA Remove unused methodMatteo Mara2025-04-031-11/+7
* SONAR-24720 Split the IssueWorkflow for issues and hostspotsJulien HENRY2025-04-037-44/+38
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-27140-1005/+1079
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-2731-54/+54
* SONAR-24634 Access api/measures/component with Execute Analysis permissionJulien HENRY2025-03-201-0/+28
* SONAR-24623 More aggressive cleanupJulien HENRY2025-03-201-31/+1
* SONAR-24623 Remove the support of ProfileExporter and ProfileImporterJulien HENRY2025-03-183-466/+9
* SONAR-24616 add new dismissable notice for architecture visualization.Steve Marion2025-03-182-32/+26
* SONAR-20263 Do not fail GET quality-gates on condition duplicatesViktor Vorona2025-03-121-0/+9
* SONAR-23184 Fix deactivated rules in a Quality Profile are activated after an...Zipeng WU2025-02-282-0/+113
* SONAR-23111 fixed the issue where logs were not downloaded when SonarQube was...Lukasz Jarocki2025-02-171-1/+1
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-042-253/+0
* SONAR-23111 api/system/logs now correctly return logs for data center editionLukasz Jarocki2025-01-301-16/+167
* SONAR-24161 Portfolio breakdown shows incorrect project analysis datesDuarte Meneses2025-01-271-0/+16
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09322-322/+322
* SONAR-23943 Increase max requested metricsStuart VandenBrink2025-01-071-2/+2
* SONAR-22345 Reflect changes to prioritized rule in the changelogOrlovAlexander2025-01-072-3/+6
* SONAR-24086 allow to remove browse permission from groups/users if access via...Aurelien Poscia2025-01-072-20/+79
* Revert "SONAR-23594 Fix SSF-605"Nolwenn Cadic2025-01-061-32/+1
* NO-JIRA fix QGAurelien Poscia2025-01-031-18/+18
* SONAR-23021 Enforce password complexity in the backendAurelien Poscia2025-01-031-15/+43
* SONAR-24091 Fix quality gate on masterAlain Kermis2024-12-304-4/+4
* SONAR-23402 Support case with empty CleanCodeAttributeViktor Vorona2024-12-242-2/+40
* SONAR-23402 Back up/restore clean code attributes for custom rulesViktor Vorona2024-12-241-2/+16
* SONAR-23995 Fix broken documentation links from the new code period API descr...Zipeng WU2024-12-204-4/+8
* SONAR-23990 Replace with text blockJulien Camus2024-12-198-270/+297
* SONAR-24000 Remove creation of SonarWay(legacy)Zipeng WU2024-12-191-71/+0
* SONAR-15049 Taint Vulnerabilities should be reopened if new flows are createdAntoine Vinot2024-12-188-11/+19
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-182-3/+3
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-5/+4
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-1821-237/+224
* SONAR-23893 Inject different AiCodeAssuranceVerifier impl depending on editionAnita Stanisz2024-12-183-263/+75
* SONAR-23893 Fix containsAiCode of api/qualitygates/search for community editionZipeng WU2024-12-181-4/+28
* SONAR-23893 Create project_branches/get_ai_code_assurance endpointAnita Stanisz2024-12-181-3/+3
* SONAR-23893 Fix containsAiCode for community editionAnita Stanisz2024-12-181-3/+20
* SONAR-23893 Update SearchProjectsActionAnita Stanisz2024-12-181-38/+55
* SONAR-23893 Update AiCodeAssuranceVerifierAnita Stanisz2024-12-183-57/+142
* SONAR-23893 Update quality gate search endpoint to return containsAiCode fieldZipeng WU2024-12-181-18/+6
* SONAR-18646 Drop htmlDesc from api/rules/show and api/rules/searchJulien HENRY2024-12-184-61/+45
* SONAR-23737 Portfolio Activity telemetryOrlovAlexander2024-12-181-29/+86
* SONAR-23688 Add facet and filter on active_impactSeveritiesDejan Milisavljevic2024-12-183-3/+5
* SONAR-23845 Add pagination to SearchBitbucketServerReposActionJulien Camus2024-12-182-141/+303
* SONAR-23844 Add pagination to ListBitbucketServerProjectsActionJulien Camus2024-12-184-100/+223