Fabian Holler
Fabian Holler
Implement the following testcases - [ ] upload to registry with repository names containing multiple slashes, - [ ] upload to registry that needs auth
wrappedStmt, wrappedTx and wrappedResult were initialized with a nil context in Prepare(), Close() and Exec(). This caused that in some cases logger.Log() was called with a nil ctx, the nil...
Please add a comment to the README that explains the relationship to https://github.com/grpc-ecosystem/grpc-opentracing/tree/master/go/otgrpc. Is this the official and maintained version or https://github.com/grpc-ecosystem/grpc-opentracing/tree/master/go/otgrpc?
- make the defintions of the structs private, this allows to change the internal representation without changing the API - Copy paramters that are passed to the init(..) functions. The...
Create a general test framework that evaluates a RPKI-RTR client implementation against the RFC. The framework would simulate a RPKI-RTR server, the client connects to it and the server play...
Instead of creating a separate thread for every rtr connection it's more efficient to switch to an async event-based approach to handle multiple connections from the same thread. This could...
### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...
- Implement a "baur upgrade database" command that runs the database migrations - Update the following error message to contain a "baur upgrade database" reference: `ERROR: database schema version is...
All baur tasks that we execute are run via Dockerfiles. This gives the opportunity to limit the files that can be accessed in the docker container to the baur inputs....
Some commands use values of environment variables as input. Support to track env variable values as inputs. Ideas: - Support to specify a list of env var names that can...