-
HashiCorp
- Toronto
Highlights
- Pro
Block or Report
Block or report dnephin
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
gotestyourself/gotestsum Public
'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
-
hashicorp/consul Public
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
-
gotestyourself/gotest.tools Public
A collection of packages to augment the go testing package and support common patterns.
-
4,313 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 12 commits in 4 repositories
Created a pull request in hashicorp/consul that received 4 comments
remove api, sdk, and ui packages from dependabot
sdk and api are removed because those two are libraries, and updating libraries to the latest dependency versions only serves to make the library h…
Opened 11 other pull requests in 2 repositories
hashicorp/consul
7
open
2
merged
- acl: remove ResolveTokenToIdentity
- acl: remove some of the duplicate resolve token methods
- rpc: make blocking queries for non-existent items more efficient
- rpc: make blockingQuery easier to read
- [1.9.x] Backport CA and test fixes
- [1.10.x] Backport CA and test fixes
- docs: restructure ACL documentation
- docs: remove acl config section from acl docs
- docs: improve ACL system introduction
hashicorp/raft
2
open
Reviewed 32 pull requests in 5 repositories
hashicorp/consul
25 pull requests
- acl: extract a backend type for the ACLResolverBackend
- [Docs] Agent configuration hierarchy
- streaming: split event buffer by key
- lint: forbid require.New and assert.New
- rpc: make blockingQuery easier to read
- rpc: make blocking queries for non-existent items more efficient
- docs: improve ACL system introduction
- build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
- CA certificates relationship HL diagram
- [1.9.x] Update memberlist to v0.3.1
- [1.10.x] Update memberlist to v0.3.1
- docs: Use long form of CLI arguments
- Fix races in anti-entropy tests
- docs: Describe token locality for auth methods
- Add changelog creation to contributor docs
- cli: Fix kv import for keys with trailing slash
- Fix Windows logging to files
- Provide an 'escape-hatch' for website-checker workflow
- api: Return 404 when deregistering a non-existent check
- Fix test for ENT
- cli: Show node identities in acl token list output
- minor typo
- Update glossary.mdx
- wip: Add support for filtering the 'List Services' API
- testing: Revert assertion for virtual IP flag
hashicorp/raft
3 pull requests
gotestyourself/gotest.tools
2 pull requests
gotestyourself/gotestsum
1 pull request
hashicorp/memberlist
1 pull request
Created an issue in hashicorp/consul that received 1 comment
testing: reduce verbosity of test failures
Many of the tests in the agent and agent/consul are integration style tests that setup a full Agent, or full Server. These tests setup logging with…