Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,579 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in hashicorp/waypoint that received 2 comments
internal/cli: bump k8s install timeout to 5 minutes
This gives services more time for pod readiness and LB setup.
- internal/pkg/flag: string slice defaults only if no flags given
- website: troubleshooting plugin installation
- Update to Go 1.15.3
- builtin/nomad: destroy works
- internal/serverinstall: convert installation methods to use stepgroups
- internal/cli: validate config on init properly
- internal/cli: show https:// on ui address on install
- builtin/docker-pull: support registry auth from docker config files
- internal/ceb: do not block child process startup on URL service conn
- update waypoint-plugin-sdk for <= Windows 10 1809 compat
- internal/cli: config commands should reuse main -app flag
- Windows Support
- website: homepage copy pass
- website: reorder CLI sidebar to have common commands up top
- website: clarify opt-out and opt-in of URL stanza
- internal/serverclient: connections from env will send token if set
- builtin/exec: set env vars necessary for entrypoint
- builtin/k8s: releaser supports destroy
- builtin/k8s: use stepgroups instead of status
- internal/cli: release should not output schema
- Exec Deploy Plugin
- internal/core: destroy deploy with no Deployment is not an error
- website: intro
- internal/runner: don't double-close a WaitGroup
- builtin/docker: command should be an array, not /bin/sh
- Some pull requests not shown.
- Add support for environment variables with pack build
- Updated options for ECS deploys
- Add CGO_ENABLED to entrypoint
- Website: Release notifications
- Bump website downloads to 0.1.2
- website: add notes about status.hashicorp.com
- update contributing to mention UI related issues
- Update paas.mdx
- website: mark the action-waypoint action as experimental
- B add docs links
- website: update learn more links on homepage
- Docs Content Polish
- Fail silently when the destroy process does not have the required info
- docker: make container run as waypoint user
- Ci slack notify on main
- Updated the URL service page
- website: add documentation on waypoint in jenkins
- Fix typo where the Azure docs mentioned ECS
- Fix syntax for Azure Container Instance
- Fixed a couple typos in the hclog section.
- Many improvements to build lifecycle docs
- Fix trailing ) on github URL
- ui: send users to workspaces after onboarding
- Updating Nomad server/deployment networking
- UI: Support operation streaming
- Some pull request reviews not shown.
Created an issue in hashicorp/waypoint that received 2 comments
internal/pkg/epinject: fails if `/bin` doesn't exist
Describe the bug
If the Docker image being built does not have a /bin directory, then the epinject package can fail.
Steps to Reproduce
Just modif…

