-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Ranson <[email protected]>
- Loading branch information
Showing
377 changed files
with
1,267 additions
and
1,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ builtin | |
SetExtent | ||
datapoints | ||
datapoint | ||
tricksterproxy | ||
trickstercache | ||
opentelemetry | ||
todo | ||
jaeger | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# This docker file is for local dev, the official Dockerfile is at | ||
# https://github.com/tricksterproxy/trickster-docker-images/ | ||
# https://github.com/trickstercache/trickster-docker-images/ | ||
|
||
FROM golang:1.16 as builder | ||
COPY . /go/src/github.com/tricksterproxy/trickster | ||
WORKDIR /go/src/github.com/tricksterproxy/trickster | ||
COPY . /go/src/github.com/trickstercache/trickster | ||
WORKDIR /go/src/github.com/trickstercache/trickster | ||
|
||
RUN GOOS=linux CGO_ENABLED=0 make build | ||
|
||
FROM alpine:3 | ||
LABEL maintainer "The Trickster Authors <[email protected]>" | ||
|
||
COPY --from=builder /go/src/github.com/tricksterproxy/trickster/OPATH/trickster /usr/local/bin/trickster | ||
COPY --from=builder /go/src/github.com/trickstercache/trickster/OPATH/trickster /usr/local/bin/trickster | ||
COPY examples/conf/example.full.yaml /etc/trickster/trickster.yaml | ||
RUN chown nobody /usr/local/bin/trickster | ||
RUN chmod +x /usr/local/bin/trickster | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ | |
|Chris Randles ([@crandles](https://github.com/crandles)) | <[email protected]> | Comcast | Core Functionality | | ||
|Adam Ross ([@LimitlessEarth](https://github.com/LimitlessEarth)) | <[email protected]> | Comcast | Deployment & Artifacts (Makefile, Dockerfile, Helm Charts, etc) | | ||
|
||
You can contact the maintainers using the `@tricksterproxy/maintainers` handle in an Issue or PR, or via email at <[email protected]>. | ||
You can contact the maintainers using the `@trickstercache/maintainers` handle in an Issue or PR, or via email at <[email protected]>. | ||
|
||
## Reviewers | ||
|
||
Additional community members comprise our Reviewers team, who may review and approve PRs, but otherwise do not maintain the project. Reviewers are generally engaged in a PR by a Maintainer seeking input or binding approval from someone with additional expertise in the PR's technical domain. Refer to the [@tricksterproxy/reviewers](https://github.com/orgs/tricksterproxy/teams/reviewers/members) team for a list of our Reviewers. | ||
Additional community members comprise our Reviewers team, who may review and approve PRs, but otherwise do not maintain the project. Reviewers are generally engaged in a PR by a Maintainer seeking input or binding approval from someone with additional expertise in the PR's technical domain. Refer to the [@trickstercache/reviewers](https://github.com/orgs/trickstercache/teams/reviewers/members) team for a list of our Reviewers. | ||
|
||
You can tag all reviewers in issues/commits/PR's using the `@tricksterproxy/reviewers` handle. | ||
You can tag all reviewers in issues/commits/PR's using the `@trickstercache/reviewers` handle. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Helm Charts | ||
|
||
Trickster's Helm charts are located in their own project at <https://github.com/tricksterproxy/helm-charts/>. We welcome contributions to our charts. | ||
Trickster's Helm charts are located in their own project at <https://github.com/trickstercache/helm-charts/>. We welcome contributions to our charts. | ||
|
||
If you want to Install the Trickster charts, see <https://helm.tricksterproxy.io/> or search for Trickster on Helm Hub. |
Oops, something went wrong.