Erwin Vervaet

Results 4 issues of Erwin Vervaet

The CLI documentation should be improved, particularly the fact that you can prepend "+" to task names on the CLI to add them to the default tasks or prepend "^"...

### Description of Problem / Feature Request Clair does not pass any ecosystem configuration to LibIndex: https://github.com/quay/clair/blob/main/initialize/services.go#L117 https://github.com/quay/clair/blob/main/initialize/services.go#L172 Consequently LibIndex will use its default set of ecosystems: https://github.com/quay/claircore/blob/main/libindex/opts.go#L77 As you...

triaged

It would be nice if the REST simulator had support for mocking / doing CORS. It's easy enough to do it now by registering a HandlerInterceptor, but it would be...

Type: Enhancement
READY
Prio: Low

The ResourceLoader is hard-coded to support two types of XAResourceProducer implementations: the PoolingDataSource for a JDBC XADataSource and the PoolingConnectionFactory for a JMX XAConnectionFactory. We have our own custom XAResourceProducer...

enhancement