Highlights
- 1 discussion answered
Block or Report
Block or report calebdoxsey
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,425 contributions in the last year
Contribution activity
June 2022
Created 60 commits in 6 repositories
Created a pull request in pomerium/pomerium that received 3 comments
postgres: only use serializable for record updates, retry serialization errors
Summary We are occasionally seeing errors like: postgres_1 | 2022-06-06 18:37:40.636 UTC [62] ERROR: could not serialize access due to read/write …
+41
−9
•
3
comments
Opened 21 other pull requests in 3 repositories
pomerium/pomerium
17
merged
2
closed
- postgres: fix record deletion
- cmd: remove test
- add benchmark
- netutil: improve port allocation
- device enrollment: fix ip address
- revert docker changes
- docker: upgrade images
- github-actions: build docker platforms together
- goreleaser: remove ignore
- github-actions: faster docker publish
- authorize: allow missing user for authorization
- databroker: add support for syncing by type
- identity: batch directory updates
- authorize: fix not found check
- integration: update readme with instructions for how to run the tests locally
- postgres: use CTE and GENERATED version number instead of serialized transaction
- github-actions: remove mysql bump
- integration: use postgres instead of redis for tests
- postgres: fix CIDR query
pomerium/cli
1
merged
pomerium/vpnlist
1
merged
Reviewed 55 pull requests in 7 repositories
pomerium/pomerium
17 pull requests
- chore(deps): bump github.com/google/btree from 1.1.1 to 1.1.2
- chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
- chore(deps): bump actions/setup-python from 3.1.2 to 4
- chore(deps): bump github.com/martinlindhe/base36 from 1.1.0 to 1.1.1
- allow pomerium to be embedded as a library
- eliminate global events manager
- chore(deps): bump google.golang.org/api from 0.82.0 to 0.83.0
- chore(deps): bump github.com/docker/docker from 20.10.16+incompatible to 20.10.17+incompatible
- chore(deps): bump github.com/rs/zerolog from 1.26.1 to 1.27.0
- bump envoy to 1.21.3
- databroker: add support for syncing by type
- replace fmt.Sprintf with net.JoinHostPort
- postgres: only use serializable for record updates, retry serialization errors
- use generic version of btree
- postgres: fix CIDR query
- chore(deps): bump eventsource from 1.1.0 to 1.1.1
- authorize: use query instead of sync for databroker data
pomerium/ingress-controller
14 pull requests
- report explicitly why a particular ingress is skipped
- fix global certs
- fix kustomize generator issue
- common cmd options
- add storage bootstrap support via crd
- generate manifests via kustomize
- pomerium + controllers
- embed core pomerium
- fix(deps): update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to a759a0d
- fix(deps): update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to 0c2effb
- fix(deps): update module github.com/open-policy-agent/opa to v0.41.0
- fix(deps): update module github.com/stretchr/testify to v1.7.2
- fix(deps): update sigs.k8s.io/controller-runtime/tools/setup-envtest digest to f469197
- settings crd reconciliation
pomerium/documentation
10 pull requests
pomerium/cli
6 pull requests
- build(deps): bump actions/setup-python from 3 to 4
- fix: The specified CA path is invalid
- build(deps): bump github.com/rs/zerolog from 1.26.1 to 1.27.0
- fix save after import
- build(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
pomerium/pomerium-helm
4 pull requests
pomerium/desktop-client
3 pull requests
pomerium/sdk-go
1 pull request
Created an issue in pomerium/pomerium that received 1 comment
docker: error pulling main
What happened?
Tried to pull the latest image in docker and got an error:
$ docker pull pomerium/pomerium:main
main: Pulling from pomerium/pomerium…
1
comment