Popular repositories
-
-
Forked from thanos-io/thanos
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
Go
-
Forked from testcontainers/testcontainers-go
Testcontainers is a Golang library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
Go
1,374 contributions in the last year
Activity overview
Contribution activity
April 2021
Created 18 commits in 1 repository
Created a pull request in tetratelabs/getenvoy that received 10 comments
Propagates runtime.GOOS as docker env GETENVOY_GOOS to speed up rust
The current way we build extensions is to mount a volume containing a directory created by "getenvoy extension init" in a "docker run" command. Thi…
Opened 16 other pull requests in 2 repositories
tetratelabs/getenvoy
14
merged
1
open
- Uses consistent patch of Envoy 1.17
- Cleans signal handling and reduces complexity of "getenvoy run"
- Removes dependency on docker distribution
- Removes Istio bootstrap
- Updates to Envoy 1.17 and Istio 1.8
- Updates to Envoy 1.15 and Istio 1.7
- Fixes docker.io normal case rate-limiting
- Upgrades Envoy 1.11 -> 1.12 and Istio 1.2 -> 1.6
- Finishes migration to testing/testify
- Migrates exec tests to testing/testify and fixes exit condition
- Migrates cmd tests from ginkgo,gomega to testing,testify
- Fixes broken local macOS build and completes migration to GH actions
- Migrates to GH action matrix for E2E runs, preferring actions-setup-docker
- Fixes typos in ci scripts until we can remove them
-
Pulls
E2E_EXTENSION_LANGUAGE
into an external matrix
tetratelabs/getenvoy-package
1
open
Reviewed 19 pull requests in 2 repositories
tetratelabs/getenvoy 18 pull requests
- Cleans signal handling and reduces complexity of "getenvoy run"
- Removes dependency on docker distribution
- Removes Istio bootstrap
- Updates to Envoy 1.17 and Istio 1.8
- Updates to Envoy 1.15 and Istio 1.7
- Upgrades Envoy 1.11 -> 1.12 and Istio 1.2 -> 1.6
- Fixes docker.io normal case rate-limiting
- Migrate from bintray to cloudsmith
- Finishes migration to testing/testify
- Changes from statik to go:embed for example and extension templates
- Execute chmod for TinyGo gocache on trap
- Remove CircleCI badge
- Migrates exec tests to testing/testify and fixes exit condition
- Propagates runtime.GOOS as docker env GETENVOY_GOOS to speed up rust
- Migrates cmd tests from ginkgo,gomega to testing,testify
- Fixes broken local macOS build and completes migration to GH actions
- Rewrites trickiest cmd tests to help clarify what's happening
-
Pulls
E2E_EXTENSION_LANGUAGE
into an external matrix
tetratelabs/getenvoy-package 1 pull request
Created an issue in tetratelabs/getenvoy that received 8 comments
Clarify version support policy
Right now, versions supported here are opaque, and usually coincide with the first time something was touched. This isn't good long term as the bur…