aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* ScaDependencyDto: fix some Nullable annotationsHavoc Pennington7 hours1-11/+9
* SONAR-24588 Search for releases with before and after instead of just the beg...Jeremy Katz7 hours2-6/+6
* SQRP-308 add the newInPullRequest filter to releases and risks endpointsHavoc Pennington7 hours12-43/+94
* SQRP-308 add a new_in_pull_request column to sca_releases and sca_dependenciesHavoc Pennington7 hours11-14/+58
* SCA-97 make ScaDependenciesDbTester.newScaDependencyDto staticHavoc Pennington31 hours1-13/+13
* SCA-97 pull the identity concept out of PersistScalStepImpl and into DTOs the...Havoc Pennington31 hours6-1/+187
* SQRP-275 Add counts of releases by package manager in releases endpointJeremy Katz2 days5-0/+56
* SQRP-299 Add query with filter/sort to ScaIssuesReleasesDetailsDaoHavoc Pennington4 days9-16/+957
* SQRP-249 add ScaIssueReleaseDetailsDto and mapperHavoc Pennington4 days10-0/+367
* SQRP-292 Add sca_issues_releasesTravis Collins4 days12-2/+417
* SQRP-246 Register a UUID for SCA issues in sca_issues tableHavoc Pennington4 days27-10/+1480
* SONAR-24436 Only pass 2 params to CONCAT()Duarte Meneses4 days1-1/+1
* SQRP-294 use ListOfListOfStringsTypeHandler only for a single mapper, not glo...Havoc Pennington7 days3-24/+33
* SQRP-279 Don't say SCA analysisBill Nottingham9 days1-1/+1
* SCA-56 Run "reformat code" on SCA filesHavoc Pennington9 days10-69/+66
* SQRP-191 Ingest and persist the new "chains" field on each dependencyTieg Zaharia9 days10-21/+122
* SQRP-156 A frontend-used API is created that returns a CycloneDX SBOM for a p...John Bintz9 days2-9/+10
* SQRP-242 Add releases endpointsTravis Collins9 days6-2/+123
* SQRP-191 add new "sca_dependencies.chains" columnTieg Zaharia2025-02-192-0/+3
* SQRP-221 Add sca_releases table splitting out part of sca_dependenciesHavoc Pennington2025-02-1921-201/+1115
* SQRP-188 Add filtering to "search" dependencies REST APIJavier García Orduña2025-02-195-97/+174
* SQRP-140 Expose dependency details with new REST APIsJavier García Orduña2025-02-1911-483/+4
* SQRP-172 fix typo in selectByUuid in ScaDependenciesMapperHavoc Pennington2025-02-192-1/+10
* SQRP-138 Create the sca_dependencies database tableHavoc Pennington2025-02-1916-0/+888
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-0423-773/+1
* SONAR-24216 Optimize querying of measures on startup indexingEric Giffon2025-01-282-81/+23
* SONAR-23122 Add telemetry to async issue index creation at startup.Steve Marion2025-01-104-0/+75
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara2025-01-093-4/+4
* SONAR-23711 Retrieve rules based on modeOrlovAlexander2025-01-098-0/+101
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09759-759/+759
* 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-091-1/+2
* SONAR-22345 Reflect changes to prioritized rule in the changelogOrlovAlexander2025-01-071-1/+2
* SONAR-24086 allow to remove browse permission from groups/users if access via...Aurelien Poscia2025-01-071-0/+13
* SONAR-24122 Fix application refresh not refreshing referencersDuarte Meneses2025-01-064-42/+5
* SONAR-23119 Implement database migration logging mechanismAlain Kermis2025-01-032-0/+56
* SONAR-23119 Create 'migration_logs' tableAlain Kermis2025-01-0310-0/+333
* SONAR-24083 Add telemetries 'project_ai_detection_enabled' and 'instance_ai_d...Dejan Milisavljevic2024-12-273-0/+16
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-278-23/+100
* SONAR-23402 Back up/restore clean code attributes for custom rulesViktor Vorona2024-12-242-0/+7
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-205-0/+47
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-204-0/+91
* 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 'detected_ai_co...Dejan Milisavljevic2024-12-201-1/+10
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-2011-329/+93
* SONAR-23990 Replace with text blockJulien Camus2024-12-191-2/+14
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-183-26/+43
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-188-20/+13