Justin Harringa
Justin Harringa
**Is your feature request related to a problem? Please describe.** Currently itest repositories lay around in https://github.com/dockerfile-image-update-itest **Describe the solution you'd like** We could potentially have a nightly and/or manually...
When we send pull requests, we will see the following message and it's possible that this may stop working eventually. Reference: https://github.com/hub4j/github-api/issues/754 ``` [main] INFO com.salesforce.dockerfileimageupdate.subcommands.impl.Parent - Fixing Dockerfiles in...
Work through changes in code and the structural rename of `master` -> `main` per https://github.com/github/renaming
#169 highlights an issue with GitHub search where we can't get more than 1000 search results for the `all` and `parent` commands. It would be nice to have a mode...
It might be interesting to have a dry run mode to analyze how many PRs would be sent by an operation without actually sending them.
It would be nice to be able to support tags and digests. Example of tag+digest (Docker will only use the digest here but it's useful for humans): `myregistry.something.com/namespace/image:tag@sha256:123456789abcdef...`
We currently fail with a stacktrace when we attempt to fork a private repo where the administrator has disallowed that. While we don't fall down, it would be nice to...
Once we migrate the `all` command over to using branches instead of the UUID, we can tee a PR off with a more descriptive body. MVP seems to be a...
We can potentially get into a situation where creating a pull request can go into an infinite loop. We should probably retry with an overall timeout so that we can...