Niklas
Niklas
Alternatively, requiring implementations to ensure stable ordering might be an option. The way you'd typically solve this is via a separate, potentially internal sequence, like an incrementing integer as typically...
Just dawned on me that simply generating the script from a blank database is not sufficient in all cases. In some scenarios like #1763 we need to perform actions that...
Looks like your instance never successfully completed the 4.12.0 migration. Please run the following on your database, and then restart the DT instance: ```sql delete from "CONFIGPROPERTY" where "GROUPNAME" =...
Ah, good catch @gitmln! @hastarin Apologies, my original query had a typo, can you please retry with: ```sql delete from "CONFIGPROPERTY" where "GROUPNAME" = 'artifact' AND "PROPERTYNAME" = 'bom.validation.mode'; ```
@Nitrael86 The logs you shared look like a successful migration. Did you mean to share logs with errors?
@romboc It sounds like there's something after that property change in the 4.12.0 migration that fails. If you're deploying via Docker Compose or k8s, likely the failing container is automatically...
@dependabot rebase
> I still don't have any idea on how to better parse name and version from JS comments as there is no convention/spec. Should we truncate? At which size? How...
I like the idea of sliders for score ranges, nice! The `showInactive` bug was fixed, the fix shipped with v4.11.4 today.
`wget` is used for the container's health check: https://github.com/DependencyTrack/dependency-track/blob/d8464427fa993404961563e97bdd5f2564b4f7ce/src/main/docker/Dockerfile#L76