Niklas
Niklas
Marked as `size/M`, because implementing this for a small subset of REST endpoints to begin with should be possible to do with reasonable effort. The biggest part of all this...
@stevespringett Any thoughts on this? One thing I'm excited about is that this allows us to know where a given property was sourced from (see https://github.com/stevespringett/Alpine/pull/696/files#diff-327b5b3f0c14fb274675b66191988c693226f3882e237da69ab5bc9c4b13aa61R180-R191). That makes it possible...
Superseded by https://github.com/DependencyTrack/hyades-apiserver/pull/1193
This could proof painful to implement with DataNucleus: * Data sources are configured at the `PersistenceManagerFactory` level, so we'd need two separate PMFs. * Alpine is currently based on the...
DataNucleus already [maintains two separate "connection factories"](https://www.datanucleus.org/products/accessplatform_6_0/jdo/persistence.html#datastore_connection): One for *transactional*, and one for *non-transactional* operations. Assuming write-operations are always wrapped in a transaction, this provides a separation between read/write and...
The use of epoch timestamps by the API is intended, we just need to make sure API docs reflect this correctly.
@mreiche That is captured in #2590 Let's try to not mix things otherwise it becomes impossible to track.
Hey @bboe, glad you found it interesting to read. I think it got deleted more-or-less by accident when we restructured our docs. Some parts of it got moved to [the...
@ch-joel Do you have the "Portfolio Access Control" feature enabled? `ACCESS_MANAGEMENT` is the only permission that bypasses access checks (it's effectively *the* admin permission), users/teams without this permission need to...
@stohrendorf I am trying to approve WF runs whenever I get notifications about changes here. If you are concerned about tests hanging, you can add `timeout-minutes` to the job that...