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 upPopular repositories
1,349 contributions in the last year
Contribution activity
December 2020
Created 5 commits in 1 repository
Opened 5 pull requests in 1 repository
Reviewed 11 pull requests in 1 repository
hashicorp/nomad 11 pull requests
- circleci: Allow expanding Makefile in enterpise
- circleci: Remove GO_TAGS from build-binaries job
- docs: add an announcement for 1.0
- Remove multi-file CircleCI config
- changelog entry for #9495
- Remove Beta tag from 1.0 features
- fix AgentHostRequest panic found in GH-9546
- scheduler: Fix always-false sort func
- changelog entry for #8822
- fix allocation spelling error, update docs
- docker: kill signal API should include timeout context
Created an issue in hashicorp/nomad that received 2 comments
HCL2: Support user defined blocks and importing other files
For compliance and consistency across jobs in a company, it's very useful to have a library of tasks/configuration that job submitters can invoke. …