Bill Monkman

Results 34 issues of Bill Monkman

We often find it useful to have a docker image to assist in debugging inside a k8s cluster, it should include tools like: - curl - siege - mysql and...

Epic
infrastructure

If someone chooses not to automatically check their created repositories into github we skip the follow-up question which asks for the github organization to use. This has the unintended side...

bug
good first issue

To enable a simplified, low-cost option for people who are just getting their product started, we should add support for running serverless applications, with an easy way to transition to...

Epic
enhancement

In all the modules that use ECR to deploy images (maybe just go and node backends), change the call to the orb to add `checkout: false` since we are already...

backend
CI
good first issue

The check function in `gha-setup.sh` in the application modules (backend-go, backend-node, frontend-react, static-gatsby) run a script to check for binaries and then do a curl call to github to verify...

good first issue
module
enhancement

If there is a syntax error in a template during `zero create` we get a big ugly stack trace. Let's improve this and see if we can show a nice...

good first issue
zero-create
enhancement

Originally the "zero-deployable-backend" project was supposed to be this but it sort of turned into the Go backend. We should have a project which gives an example of how to...

backend
good first issue
module

Related to #368 If someone wants to create a new frontend that is deployable into Zero infrastructure (using S3/Cloudfront) but doesn't want any of our existing frontend (React) boilerplate, there...

frontend
good first issue
module

As of EKS 1.19, k8s is starting to deprecate the beta ingress schema in favour of the new stable one, resulting in messages like: `Warning: extensions/v1beta1 Ingress is deprecated in...

good first issue
enhancement

Maybe just db containers running in the same namespace as the EP's demo app?