aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Collapse)AuthorAgeFilesLines
* SCA-469 Add withdrawn column to support risks list Madeline Cowie8 days1-1/+2
|
* SCA-350 add policy_updated_at to license profilesMatt Pace2025-05-191-1/+2
|
* SCA-358 Do not store assigneeNameTravis Collins2025-05-131-2/+1
|
* SONAR-24780 Add userId parameter to GET /authorizations/groupsAurelien Poscia2025-05-124-4/+76
|
* SCA-358 Track Assignee NameMike Young2025-05-071-1/+2
|
* SONAR-24909 SONAR-24923 Add graph_version to architecture_graphs table.Steve Marion2025-05-071-1/+2
| | | | Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SCA-352 add AnalyzedComponent.selectReferencingBranchesHavoc Pennington2025-05-064-0/+50
|
* SCA-239 purge sca issues releases changes tableHavoc Pennington2025-05-024-2/+25
|
* SCA-338 Return To Correct Manual Status When Reopening Dep RiskMike Young2025-05-021-1/+2
|
* SONAR-24909 SONAR-24922 Update architecture_graphs with perspective_key and ↵Steve Marion2025-05-022-6/+8
| | | | | | analysis_uuid Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SCA-277 add deleteScaLicenseProfiles to PurgeDao#deleteProjectMatt Pace2025-05-015-0/+36
|
* SCA-324 save sca_analyses row for each SCA analysisHavoc Pennington2025-04-305-0/+40
|
* SONAR-24871 Add purge of architecture graphs when deleting a branch.Steve Marion2025-04-295-0/+30
| | | | Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SCA-297 remove dup sca_releases and add constraintHavoc Pennington2025-04-261-0/+1
|
* SCA-300 Add change_comment columnTravis Collins2025-04-241-2/+2
|
* SCA-242 track encountered license policy idsHavoc Pennington2025-04-231-0/+9
|
* SCA-248 add unique constraint on sca_license_profiles.nameMatt Pace2025-04-231-0/+1
|
* SCA-243 license category/customization tablesHavoc Pennington2025-04-231-0/+21
|
* SCA-241 Add schema for sca_lic_prof_projectsMatt Pace2025-04-231-0/+10
|
* SCA-241 Add schema and dto for sca_license_profilesMatt Pace2025-04-231-0/+9
|
* SCA-224 Start Recording Changes for Dependency RisksMike Young2025-04-171-0/+12
|
* SCA-229 Add SCA AssigneeTravis Collins2025-04-151-1/+2
|
* SCA-206 Rename new_in_pull_request -> is_newJohn Bintz2025-04-112-5/+6
| | | Co-authored-by: Havoc Pennington <havoc.pennington@sonarsource.com>
* SCA-223 Add Status Column to SCA Issues Releases TableMike Young2025-04-082-3/+4
|
* SQRP-346 add known_package to sca_releases tableMatt Pace2025-04-032-1/+3
|
* SONAR-24712 Computation of portfolios with more than 1000 projects fails on ↵Duarte Meneses2025-03-271-1/+1
| | | | Oracle and MSSQL
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-2727-256/+489
|
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-2719-29/+29
|
* SONAR-24546 squashed migrations from 10.0 to 10.8Lukasz Jarocki2025-03-261-2/+2
| | | | Co-Authored-By: Matteo Mara <matteo.mara@sonarsource.com>
* SCA-182: core-extension-sca: move all sca db classes to sca-applicationHavoc Pennington2025-03-2670-6342/+45
|
* SONAR-24671 create unique index for architecture graph table.Steve Marion2025-03-211-0/+1
|
* SONAR-24623 Remove the support of ProfileExporter and ProfileImporterJulien HENRY2025-03-181-3/+2
|
* SONAR-24602 Add Telemetry for architecture visualization usage.Steve Marion2025-03-184-10/+47
|
* SQRP-333 Sort issues for a single release by descending severityHavoc Pennington2025-03-182-62/+91
|
* SONAR-24641 Fix Next issues with ScaDependenciesDaoIT (#13199)Travis Collins2025-03-171-4/+0
|
* SQRP-314 - Fix migration for declared_license_expression with existing data ↵Madeline Cowie2025-03-171-1/+1
| | | | (#13203)
* SQRP-314 SPDX SBOMs provide a licenseDeclared if we have one from upstream ↵Madeline Cowie2025-03-178-2/+25
| | | | (#13168)
* SCA-137 de-duplicate release ids in searching for issues-releases (#13196)Havoc Pennington2025-03-171-10/+19
|
* SONAR-24514 add architecture core-extension and Dao.Steve Marion2025-03-171-0/+4
|
* SONAR-24514 add architecture_graphs table.Steve Marion2025-03-171-0/+9
|
* SCA-131 store sca_dependencies.production_scope and add to endpoints (#13191)Havoc Pennington2025-03-1717-51/+275
|
* SCA-134 reduce cut-and-paste of field list for Release and Issue (#13190)Havoc Pennington2025-03-1719-301/+604
|
* SCA-124 add a filter for "direct" on sca/issues-releases endpoint (#13184)Havoc Pennington2025-03-174-4/+52
|
* SCA-125 Perf: releases endpoint (#13178)Travis Collins2025-03-178-56/+37
|
* SCA-107 Add new IssueResource to ReleaseResource payload.Tieg Zaharia2025-03-133-0/+20
| | | Co-authored-by: Havoc Pennington <havoc.pennington@sonarsource.com>
* SCA-109 add version to IssueReleaseDetails and pass purl_in_use to ↵Havoc Pennington2025-03-125-37/+67
| | | | vulnerability details cloud API
* SCA-106 Return "createdAt" along with dependency risks.Tieg Zaharia2025-03-115-9/+32
| | | Co-authored-by: Havoc Pennington <havoc.pennington@sonarsource.com>
* SQRP-252 Purge SCA tables when a branch is deletedMadeline Cowie2025-03-115-0/+75
|
* SONAR-24413 Create GET /feature-enablement endpointSerhat Yenican2025-03-103-0/+15
|
* SQRP-268 Adds endpoint to fetch a dependency risk, including vuln details.Tieg Zaharia2025-03-106-6/+56
| | | Co-authored-by: Havoc Pennington <hp@pobox.com>