-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/thanos-io/thanos
- Loading branch information
Showing
199 changed files
with
6,015 additions
and
7,342 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
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 |
---|---|---|
|
@@ -19,3 +19,4 @@ crossbuild: | |
- darwin/amd64 | ||
- linux/arm64 | ||
- windows/amd64 | ||
- freebsd/amd64 |
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 |
---|---|---|
|
@@ -64,7 +64,7 @@ CI runs GCS and inmem tests only for now. Not having these variables will produc | |
6. If your change affects users (adds or removes feature) consider adding the item to [CHANGELOG](CHANGELOG.md) | ||
7. You may merge the Pull Request in once you have the sign-off of at least one developers with write access, or if you | ||
do not have permission to do that, you may request the second reviewer to merge it for you. | ||
8. If you feel like your PR waits too long for a review, feel free to ping [`#thanos-dev`](https://slack.cncf.io/) channel on our slack for review! | ||
8. If you feel like your PR waits too long for a review, feel free to ping [`#thanos-prs`](https://slack.cncf.io/) channel on our slack for review! | ||
|
||
## Dependency management | ||
|
||
|
@@ -83,7 +83,7 @@ go get example.com/some/module/[email protected] | |
Tidy up the `go.mod` and `go.sum` files: | ||
|
||
```bash | ||
make go-mod-tidy | ||
make deps | ||
git add go.mod go.sum | ||
git commit | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Available from https://hub.docker.com/r/circleci/golang/ | ||
FROM circleci/golang:1.12.5 | ||
|
||
ENV GOBIN=/go/bin | ||
|
||
COPY tmp/bin ${GOBIN} |
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 |
---|---|---|
|
@@ -7,10 +7,11 @@ | |
| Frederic Branczyk | [email protected] | `@brancz` | [@brancz](https://github.com/brancz) | | ||
| Giedrius Statkevičius | [email protected] | `@Giedrius Statkevičius` | [@GiedriusS](https://github.com/GiedriusS) | | ||
| Povilas Versockas | [email protected] | `@povilasv` | [@povilasv](https://github.com/povilasv) | | ||
| Matthias Loibl | [email protected] | `@metalmatze` | [@metalmatze](https://github.com/metalmatze) | | ||
|
||
We are bunch of people from different companies with various interests and skills. | ||
We are from different parts of Europe: Germany, Lithuania, Poland and UK. | ||
We have something in common though: We all share the love for OpenSource, Golang, Prometheus, :coffee: and Observability topics. | ||
We have something in common though: We all share the love for OpenSource, Go, Prometheus, :coffee: and Observability topics. | ||
|
||
As either Software Developers or SRE (or both!) we've chosen to maintain (mostly in our free time) Thanos, the de facto way to scale awesome [Prometheus](https://prometheus.io) project. | ||
|
||
|
@@ -96,4 +97,5 @@ maintainer team. | |
|
||
## Initial authors | ||
|
||
Fabian Reinartz @fabxc and Bartłomiej Płotka @bwplotka | ||
Fabian Reinartz @fabxc and Bartłomiej Płotka @bwplotka | ||
|
Oops, something went wrong.