Niklas

Results 834 comments of Niklas

I fear I am not entirely clear what the requested feature is here. License data (except the entire license text, as pointed out by @andife) is already included in the...

No plans to offer a Windows container image yet. It's not that we are strictly against it, it's more that we didn't see the need so far (to be honest...

@rbt-mm Did you test this on external databases? If so, on which? I *think* the SQL should be portable, but we should ensure that it's the case.

Indeed this appears to be incompatible with MSSQL: ``` javax.jdo.JDODataStoreException: Error executing SQL query "SELECT * FROM (WITH RECURSIVE "DESCENDANTS" ("ID", "NAME") AS (SELECT "PROJECT"."ID", "PROJECT"."NAME" FROM "PROJECT" WHERE ID...

I will add developer documentation on how to test with external databases, but in short, if you have access to Docker and Docker Compose, this `docker-compose.yml` does the trick: ```yml...

> @rkg-mm: @rbt-mm did set up a test environment yesterday for postgresql and mssql, and is already working on a fix I should've guessed that, of course you guys are...

@rkg-mm @valentijnscholten How would you imagine such a cache table to look like (roughly)? Generally I think introducing a new table for ACLs is totally a valid option. In other...

@esnible Is this reproducible, or did it just happen once? Could it be related to concurrent BOM uploads to the same project perhaps?

> I am uploading two BOMs without waiting or checking the token. I am not uploading concurrently but as soon as the first BOMService.Upload() succeeds I start the second Upload()....

The underlying problem is that DT not currently serializes the processing of uploaded BOMs. So both of the BOMs you're uploading may be processed concurrently. I've been working on the...