Thomas Cooper
Thomas Cooper
**Describe the feature** The post renderer feature was [introduced in Helm 3.1.0](https://github.com/helm/helm/issues/7260) and allows for some really powerful chaining of tools together. For example, one can install a Helm chart...
Related to #270 , it would be extremely convenient to be able to use a Kubernetes native driver to run both image content tests (the currently supported test types using...
Fixes #273 & #304 I added two new types to handle the JUnit specific marshaling. This probably can be implemented a bit better rather than inline structs + new types...
* add a bunch of new inputs into the action to allow a remote repo/host to be used as the upstream or destination of the sync. * the new API...
Tracking issue to convert the project to TypeScript from JS, convert existing CommonJS-based source code to ES modules and update tooling. This will include a number of tasks including: -...
We have a collection tests that validate git-proxy internals but nothing which runs in CI that validates changes acting as a client integrating with the git-proxy server(s). Tests should be...
Tracking issue to revisit Git Proxy's internal architecture and figuring out how best to design the application going forward. I'm including my initial sketch and using this issue to bounce...
Git-proxy does a lot "under the hood". For operators, it would be beneficial for git-proxy to emit messages using structured logging using a library such as [`winston`](https://github.com/winstonjs/winston) to better indicate...
Via #379 , the React frontend is no longer able to load correctly. Upon visiting the Git Proxy UI, the following error is logged in the console: ``` git-push.js:4 Uncaught...
Tracking overall enhancements to how the git-proxy application receives its user configurable values. ### Tasks - [ ] Allow all user settings to be defined in a JSON file (largely...