Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge master into features/rules-proxy #2623

Merged
merged 198 commits into from
May 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
198 commits
Select commit Hold shift + click to select a range
9be67e3
Removed dependency on Cortex fork; Moved to official one. (#2199)
bwplotka Feb 28, 2020
624771a
Typo corrections quick-tutorial.md (#2196)
pavdjian Feb 28, 2020
c4e2541
tracing: Simplified creation of spans. (#2202)
bwplotka Feb 28, 2020
92c4470
Fixed links to dashboards json files. (#2203)
grzkv Feb 29, 2020
6ebc9f0
Skip deleting files that we just deleted (#2185)
hsmade Mar 2, 2020
48c41eb
improve web.route-prefix handling (#2208)
pgier Mar 2, 2020
7336031
Merge release-0.11 back into master (#2212)
metalmatze Mar 3, 2020
d18e1ae
returns error messages when trigger reload with http (#1848)
00arthur00 Mar 4, 2020
0fc20b6
Fix error in component status help message (#2216)
bwplotka Mar 5, 2020
f332ece
tutorials: fix typo in image version (#2223)
pgier Mar 6, 2020
d23b6a3
Blocked classic prometheus constructors, moved all to promauto; Remov…
bwplotka Mar 9, 2020
45d6bb8
ruler: Fix #2204 bug where alert queue is unpoppable causing full que…
robincw-gr Mar 9, 2020
50ffaaa
bucket: improve shard label handling (#2219)
MacroPower Mar 10, 2020
54bfaea
fixing querier deployment kube manifest example 404 error (#2229)
rjshrjndrn Mar 10, 2020
e656660
*: Fix misuse of pkg/errors.Errorf and error directive (#2253)
kakkoyun Mar 11, 2020
9c0d467
Fix false metric name in Store GW e2e test (#2256)
kakkoyun Mar 11, 2020
ab2a0cf
Add scheme to the alertmanagers.url in ruler example (#2255)
gitlawr Mar 11, 2020
739191c
Sort chunks by thanos.downsample.resolution for better grouping (#2231)
kfdm Mar 11, 2020
b08c0ea
Remove duplicate log.level arg in quickstart.sh (#2148)
richardpoole Mar 11, 2020
8a67462
tutorials: fix incorrect query (#2239)
kryptonite303 Mar 12, 2020
c0418a2
Use new go jsonnet formatter (#2258)
kakkoyun Mar 13, 2020
081d749
docs: Document Thanos Sharding (#1922)
daixiang0 Mar 13, 2020
b475d33
Sharding: document supported relabel action and add store gateway bac…
daixiang0 Mar 15, 2020
cf7c8e0
Add wait-interval flag (#2265)
kakkoyun Mar 15, 2020
60b9b95
store: Optimized labels conversion on store.Series; Added unsafe labe…
bwplotka Mar 16, 2020
de3f282
fix: Ignore the OS-X Trash (#2274)
kushthedude Mar 16, 2020
f6921dc
docs/sharding.md: fix a typo (#2273)
daixiang0 Mar 16, 2020
2a95d7a
fix replicate duplicate metrics (#2254)
yeya24 Mar 16, 2020
cc0b7e6
Document downsample component (#2090)
daixiang0 Mar 16, 2020
70c318a
Crashing error messages now will print stacktrace. (#2277)
bwplotka Mar 17, 2020
a552857
Downsample: update changelog (#2278)
daixiang0 Mar 17, 2020
9bb8172
thanos-mixin: clear units/axis (#2279)
daixiang0 Mar 17, 2020
e8bcb57
store, compact, bucket: Delay deletes by scheduling block deletion wi…
khyatisoneji Mar 17, 2020
5cb3c87
Use maxInt instead of math.MaxInt64 (#2268)
pstibrany Mar 17, 2020
2d7b214
Replace objstore.Exists function calls with bkt.Exists (#2284)
khyatisoneji Mar 18, 2020
d2bdc68
Added Xiang to Triage Role. (#2289)
bwplotka Mar 19, 2020
06982e7
Enrich Memcached client logs (#2292)
pracucci Mar 19, 2020
a87ed1b
Added Kemal to Triage Role. (#2293)
bwplotka Mar 19, 2020
b53e337
bucket: handle instances where no blocks are loaded (#2271)
MacroPower Mar 19, 2020
a7aa298
docs/sharding.md: Replace example floating link with permalink (#2296)
brancz Mar 20, 2020
594fed9
Added latest release badge. (#2300)
bwplotka Mar 22, 2020
29251fe
store: Postings fetching optimizations (#2294)
pstibrany Mar 23, 2020
d89a497
cmd/thanos/receive: Remove unused TLSClientConfig from Options (#2299)
mrIncompetent Mar 23, 2020
94b5882
compactor: Add ReplicaLabelRemover as MetaFetcher filter to enable of…
kakkoyun Mar 24, 2020
9513529
docs/release: squat to release v0.12.0 (#2312)
squat Mar 24, 2020
65b49af
cmd/thanos/receive: Serve TLS when TLSConfig is given (#2311)
squat Mar 24, 2020
4bd19b1
cmd/thanos/compact: add bucket UI (#1714)
squat Mar 24, 2020
64ab328
reloadRules initlialization should fail (#2301)
00arthur00 Mar 24, 2020
b678671
Fixed inconsistent metrics and methods (#2319)
jojohappy Mar 25, 2020
2262f26
e2e: Refactored compactor test; Fixed flakiness. (#2313)
bwplotka Mar 25, 2020
c040657
pkg/store: Report no data if no stores discovered (#2310)
brancz Mar 25, 2020
c1d7f43
Added max_item_size to Memcached client (#2304)
pracucci Mar 25, 2020
e623a33
tesutil: Enchanced testutil, refactored for our needs. (#2325)
bwplotka Mar 26, 2020
0b80f4c
make, ci: Check example alerts and rules in CI (#2318)
kakkoyun Mar 26, 2020
4dc1684
Fix latency alerts (#2316)
kakkoyun Mar 26, 2020
b60b3e9
Fixed e2e. (#2327)
bwplotka Mar 26, 2020
214ff44
store: added option to reencode and compress postings before storing …
pstibrany Mar 26, 2020
14c9403
mixin: Make alert threshold values parametric (#2317)
kakkoyun Mar 26, 2020
1a26959
Update UW logo (#2329)
povilasv Mar 27, 2020
3750425
block fetcher with errgroup (#2309)
00arthur00 Mar 27, 2020
d1f7547
website: fix 404 on root of sections (#2328)
onprem Mar 27, 2020
465b55a
Add mallgroup.com to adopters (#2331)
danielrataj Mar 27, 2020
316d26d
store: Binary index header is now production ready and enabled by def…
bwplotka Mar 27, 2020
4e5c2f2
Add leboncoin company as adopter (#2333)
gchenuet Mar 27, 2020
601d4cf
website: Collapsible menu sections (#2336)
onprem Mar 29, 2020
b9943f4
ui: fix store never removed from /stores page bug (#2339)
GiedriusS Mar 30, 2020
1e5d3e1
fix typo in readme (#2342)
afirth Mar 30, 2020
39fb215
query: add --store-strict flag (#2337)
GiedriusS Mar 30, 2020
4ed0707
Register grpc prometheus middleware metrics (#2347)
kakkoyun Mar 31, 2020
2f0e4ed
website: Enabled two scripts to fix Google analytics. (#2346)
bwplotka Mar 31, 2020
8331403
Added Workfront as adopter (#2351)
ryaneorth Mar 31, 2020
b5298ba
compact: Fixed minor logging issues. (#2353)
bwplotka Mar 31, 2020
0aa9954
fetcher: Made metaFetcher go routine safe; Fixed multiple bucket UI +…
bwplotka Apr 1, 2020
e4090ad
test/e2e: Add timestamp to e2e test log output (#2358)
brancz Apr 1, 2020
8f492a9
store & compact: For components that operates on blocks - expose the …
bwplotka Apr 1, 2020
fc754db
rule: fix query addr parsing (#2288)
tobiaszheller Apr 1, 2020
9de5640
mixin: Remove unused jobPrefix field (#2364)
lilic Apr 2, 2020
b2f6129
Create release v0.12.0-rc.0 (#2360)
squat Apr 2, 2020
84495fa
Allow more connection reuse than the default of 2 (#2343)
kubicgruenfeld Apr 2, 2020
8591434
Makefile: ignore GCS in CI (#2368)
squat Apr 3, 2020
58458f1
Revert "Makefile: ignore GCS in CI (#2368)" (#2373)
bwplotka Apr 3, 2020
6b5bbc1
mixin: Added critical Rules alerts. (#2374)
bwplotka Apr 3, 2020
7da8da9
mixin: Made sure Rule alerts are not firing if one replica is failing…
bwplotka Apr 3, 2020
cc6c5b5
Update S3 endpoint mapping link (#2377)
jcarvalho Apr 5, 2020
e1b1d71
Fix2213 0.12 (#2382)
squat Apr 6, 2020
c05daee
objstore: Added WithExpectedErrs which allows to control instrumentat…
squat Apr 6, 2020
e75979f
pkge/receive: trace TSDB ingestion (#2384)
squat Apr 6, 2020
7b9d72d
compact: Made MarkForDeletion less strict; Added more debugability to…
bwplotka Apr 6, 2020
eedbaa2
Compactor: Document reasons and solutions about overlaps (#2191)
daixiang0 Apr 6, 2020
6d7e33e
add reminder label to stale bot config (#2378)
yeya24 Apr 6, 2020
1a2edf1
fix sharding docs style; fix promtail link (#2379)
yeya24 Apr 6, 2020
c0b9179
store: Fixed binary header bug that was causing all postings to be ke…
bwplotka Apr 8, 2020
9ab1357
store: Fixed critical bug, when certain not-existing value queried wa…
bwplotka Apr 8, 2020
0a074d5
VERSION: cut v0.12.0-rc.1 (#2396)
squat Apr 8, 2020
7864bf2
mixin: Change critical rule alert to be symtom based (#2398)
brancz Apr 8, 2020
40526f5
scripts: Added grpcurl script useful for Thanos debugging. (#2403)
bwplotka Apr 9, 2020
1de4552
bucket docs: fix "thanos downsample" remnant (#2409)
belm0 Apr 11, 2020
c4fe34f
docs: Added Thanos Go style guide and some development tips. (#2359)
bwplotka Apr 12, 2020
1c04539
docs: Fixed table formatting for coding style guide. (#2421)
bwplotka Apr 13, 2020
52c7eaf
Added extra check for sorting time Duration and int strings (#2416)
kadern0 Apr 13, 2020
0bb3b3b
docs: Added minor note to single rule. (#2422)
bwplotka Apr 13, 2020
33a1344
Fixed TOC. (#2424)
bwplotka Apr 13, 2020
088817f
store dashboard: fix gRPC streamed detail panels (#2426)
belm0 Apr 14, 2020
b185241
use bytes unit where appropriate on grafana dashboards (#2423)
belm0 Apr 14, 2020
8370209
bucket verify: document that compactor should be disabled (#2418)
belm0 Apr 14, 2020
5dbfb5a
docs: Fixed typo in coding guide. (#2427)
bwplotka Apr 14, 2020
d0d54d3
Added Marco as Thanos Maintainer (#2428)
bwplotka Apr 14, 2020
91f5960
store: proxy: fix queries never timing out bug (#2411)
GiedriusS Apr 14, 2020
d8b70f6
docs: fixed typo in coding style guide (#2431)
vebis Apr 14, 2020
f9b1cbc
docs/release-process: make shell command copyable (#2433)
squat Apr 14, 2020
9db99a0
docs/contributing: clean up style guide grammar (#2432)
squat Apr 14, 2020
69f9c4e
cut v0.12.0 (#2437)
squat Apr 15, 2020
f214adc
Merge branch 'release-0.12'
squat Apr 15, 2020
c92c302
.circleci: use consistent ci image tags (#2440)
squat Apr 15, 2020
209fd88
Merge pull request #2441 from squat/merge-0.12
squat Apr 15, 2020
80d050e
CHANGELOG.md: fix changelog
squat Apr 15, 2020
8eba769
Merge pull request #2442 from squat/fix-changelog
squat Apr 15, 2020
c983b0b
store: proxy: fix queries never timing out bug (#2411) (#2443)
squat Apr 15, 2020
c77d7ca
proposal: Added proposal for new Thanos component: Thanos Frontend. (…
bwplotka Apr 16, 2020
b391ca1
Fixed memcached client metrics initialization (#2446)
pracucci Apr 16, 2020
6452f5d
store: Added regex-set optimization to ExpandedPostings (#2450)
pstibrany Apr 17, 2020
762d1ad
docs/contributing: use Before for IsExpired (#2456)
dvrkps Apr 17, 2020
b5f96ee
cmd/thanos: clean gosimple S1039 (#2464)
dvrkps Apr 18, 2020
392c843
docs: Update CONTRIBUTING.md with DCO (#2465)
ranjithkumar007 Apr 19, 2020
7c5bea6
Added tests to reproduce #2459. (#2462)
bwplotka Apr 20, 2020
853175a
Added a page for documenting beginner issues (#2461)
yashrsharma44 Apr 20, 2020
7250c6b
pkg/block/fetcher: fix concurrent map usage (#2474)
squat Apr 20, 2020
2654a10
Reverted addition of deletion mark for partial uploads. (#2472)
bwplotka Apr 20, 2020
4d41d36
Remove optimizations for label=~".*" and label!~".*". (#2475)
pstibrany Apr 20, 2020
6ebdb92
cut v0.12.1 (#2476)
squat Apr 20, 2020
60a2c9e
fix thanos web route prefix register twice (#2489)
squat Apr 21, 2020
822bc7c
Do not lock DNS Provider.Address() while Resolve() is running (#2492)
pracucci Apr 22, 2020
45a6bc4
Merge pull request #2500 from thanos-io/release-0.12
squat Apr 22, 2020
d8c2a33
Compact: Update compact documentation to better clarify dedupeReplica…
jdfalk Apr 22, 2020
0bb67bc
Gracefully handle additional oneof fields in SeriesResponse (#2501)
pracucci Apr 22, 2020
bafd90e
fix typo (#2509)
00arthur00 Apr 23, 2020
ebee995
Adjust memcached operation buckets (#2504)
kakkoyun Apr 23, 2020
66dd2fb
pkg/query: remove obsolete 'thanos_store_node_info' metric (#2505)
simonpasquier Apr 23, 2020
28ea33b
Add Community information (#2510)
povilasv Apr 23, 2020
cf7780e
Remove incompleteView field from fetcher response. (#2455)
pstibrany Apr 23, 2020
34ba724
Added hints support to store protobuf (#2502)
pracucci Apr 23, 2020
4cd60ab
Leveraging docker layer caching (#2508)
ankitjain28may Apr 23, 2020
5b64108
add gofmt -s step to makefile and golangci (#2463)
dvrkps Apr 24, 2020
8af5266
Update coding-style-guide.md (#2520)
kaskavalci Apr 24, 2020
a6dca6f
Let's be more nicer on stale things (: (#2517)
bwplotka Apr 25, 2020
dad5a2e
docs/proposals/202003_thanos_rules_federation: initial commit (#2263)
s-urbaniak Apr 27, 2020
2634e03
cmd: Moved all no-service commands under new tools subcommand. (#2513)
bwplotka Apr 27, 2020
67ca693
Added hints support to BucketStore.Series() (#2516)
pracucci Apr 27, 2020
6d4c9f3
update uswitch logo and branding (#2529)
Joseph-Irving Apr 27, 2020
5d7bb2b
*: add metrics to the reloader package (#2521)
simonpasquier Apr 29, 2020
416024c
Added LocalStore and realistic data for querier counter reset bug. (#…
bwplotka Apr 29, 2020
9b94b90
docs: fixed broken links in documentation (#2540)
cuotos Apr 30, 2020
1a10b94
Clear duplicateIDs at the beginning of Filter. (#2544)
pstibrany Apr 30, 2020
4d4ff50
cmd: rule: do not wrap reload endpoint with prefix twice (#2533)
GiedriusS Apr 30, 2020
52e10c6
VERSION: cut release v0.12.2 (#2545)
squat Apr 30, 2020
55f10b6
ui: bump jQuery version to v3.5.0 (#2549)
onprem Apr 30, 2020
f77bca5
Bumped minio-go library to v6.0.53 (#2536)
alicek106 May 1, 2020
d0bcbff
Add deleteSeries skeleton to return bad request (#2530)
darshanime May 1, 2020
077d69d
Revert "Add deleteSeries skeleton to return bad request (#2530)" (#2551)
bwplotka May 1, 2020
83f65af
Fixed the timezone url (#2553)
yashrsharma44 May 4, 2020
3768eff
Updated to golang v1.14.2 (#2194)
rnaveiras May 4, 2020
d68c1b6
Added Bartek as next release shepherd. (#2556)
bwplotka May 4, 2020
8448c05
receive: Add support for TSDB per tenant (#2012)
brancz May 4, 2020
c7c7da2
cmd/thanos/receive.go: Auto migrate legacy to multitsdb disk layout (…
brancz May 4, 2020
003d245
Merge 0.12 into master (#2559)
squat May 4, 2020
2c61a47
Revert "Merge 0.12 into master (#2559)" (#2560)
squat May 4, 2020
ccdf59f
Merge branch 'release-0.12' into merge-0.12
squat May 4, 2020
1f3cf15
Merge pull request #2561 from squat/merge-0.12
squat May 4, 2020
5a777da
querier: Added regressions tests for counter missed reset bug. (#2528)
bwplotka May 5, 2020
c0f2dbf
receive: Use read locks where possible to read tenants (#2563)
brancz May 5, 2020
e5804d8
receive: Block WAL replay when starting receive component (#2564)
brancz May 5, 2020
f9e634e
docs: Added mention about thanos-remote-read integration. (#2566)
bwplotka May 5, 2020
d9e2c3d
query/storeset: do not close the connection if strict mode enabled (#…
GiedriusS May 6, 2020
e1189f5
Update gitignore with integration tests directory (#2552)
ranjithkumar007 May 6, 2020
cca0ce2
Fixed thanos_compact_garbage_collected_blocks_total metric help (#2572)
pracucci May 7, 2020
8cb72e5
Chunks caching at bucket level (#2532)
pstibrany May 7, 2020
b9ff23c
Reword block deletion comments and logs in compactor (#2574)
pracucci May 7, 2020
88d111f
Coding Style typos and a few grammar improvements (#2448)
StephenWeber May 9, 2020
cfced59
quickstart: fix bucket web after recent changes (#2580)
GiedriusS May 11, 2020
71460e3
Fix typo on reload function (#2584)
kintoandar May 11, 2020
a384c43
Refactor of commands and flag parsing for sidecar (#2267)
philipgough May 11, 2020
f692134
ui: add new React UI from Prometheus (#2412)
onprem May 11, 2020
4e8e9bc
Fix minor typos (#2586)
pyaillet May 11, 2020
3a50383
react: update deps (#2589)
GiedriusS May 11, 2020
44ad285
Makefile: remove --coverage from test run (#2591)
GiedriusS May 12, 2020
afbb63c
ci: use GitHub Actions to test React UI (#2595)
onprem May 13, 2020
7f78174
pkg/ui: bump jQuery to 3.5.0 (#2597)
squat May 13, 2020
0c8b5e0
Added receiver multidb unit tests for basic cases. (#2593)
bwplotka May 14, 2020
7349a08
Fixed make docs; Updated last disprepancies. (#2611)
bwplotka May 14, 2020
ecf7824
mixin: Alert on receive not uploading recent data (#2612)
brancz May 15, 2020
2659848
Metadata caching in bucket (#2579)
pstibrany May 15, 2020
a3e8b02
Updated the help message for --data-dir flag (#2601)
Harshitha1234 May 16, 2020
334a41b
rule: Fix bug when rules were out of sync (#2615)
lilic May 17, 2020
11c75ae
Mixins: Align schema with other mixins (#2619)
paulfantom May 18, 2020
6cfcb34
Documentation and CHANGELOG.md entry for #2579. (#2618)
pstibrany May 18, 2020
d1ef032
querier: Adjust deduplication for counters when querying for PromQL r…
bwplotka May 18, 2020
c6a09b1
Merge remote-tracking branch 'origin/master' into features/rules-proxy
s-urbaniak May 18, 2020
a61bc36
Fixed test.
bwplotka May 19, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
86 changes: 43 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# NOTE: Current plan gives 1500 build minutes per month.
version: 2
# https://circleci.com/blog/circleci-hacks-reuse-yaml-in-your-circleci-config-with-yaml/
defaults: &defaults
docker:
# Built by Thanos make docker-ci
- image: quay.io/thanos/thanos-ci:go1.14.2-node
jobs:
test:
docker:
# Build by Thanos make docker-ci
- image: quay.io/thanos/thanos-ci:v0.3.0
<<: *defaults
working_directory: /go/src/github.com/thanos-io/thanos
environment:
GO111MODULE: 'on'
Expand All @@ -18,7 +21,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 17.07.0-ce
version: 17.07.0-ce
- run:
name: Create Secret if PR is not forked
# GCS integration tests are run only for author's PR that have write access, because these tests
Expand All @@ -31,6 +34,7 @@ jobs:
- run: make deps
- run: make lint
- run: make check-docs
- run: make check-examples
- run: make format
- run:
name: "Run unit tests."
Expand All @@ -49,17 +53,15 @@ jobs:
environment:
GOBIN: "/home/circleci/.go_workspace/go/bin"
steps:
- checkout
- run: make crossbuild
- persist_to_workspace:
root: .
paths:
- .build
- checkout
- run: make crossbuild
- persist_to_workspace:
root: .
paths:
- .build

publish_master:
docker:
# Build by Thanos make docker-ci
- image: quay.io/thanos/thanos-ci:v0.2.0
<<: *defaults
working_directory: /go/src/github.com/thanos-io/thanos
steps:
- checkout
Expand All @@ -77,9 +79,7 @@ jobs:
- run: make docker-push

publish_release:
docker:
# Build by Thanos make docker-ci
- image: quay.io/thanos/thanos-ci:v0.2.0
<<: *defaults
working_directory: /go/src/github.com/thanos-io/thanos
environment:
GOBIN: "/go/bin"
Expand All @@ -106,30 +106,30 @@ workflows:
version: 2
thanos:
jobs:
- test:
filters:
tags:
only: /.*/
- publish_master:
requires:
- test
filters:
branches:
only: master
- cross_build:
requires:
- test
filters:
tags:
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
branches:
ignore: /.*/
- publish_release:
requires:
- test
- cross_build
filters:
tags:
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
branches:
ignore: /.*/
- test:
filters:
tags:
only: /.*/
- publish_master:
requires:
- test
filters:
branches:
only: master
- cross_build:
requires:
- test
filters:
tags:
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
branches:
ignore: /.*/
- publish_release:
requires:
- test
- cross_build
filters:
tags:
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
branches:
ignore: /.*/
66 changes: 29 additions & 37 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,60 +1,52 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 30

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable.
# We want stale bot to notify us that something is stale so we can revisit it.
exemptLabels: []
# If one issue is marked as 'reminder' by the reminder bot, we don't mark it as 'stale' again.
exemptLabels:
# This label is hardcoded on remind bot (https://probot.github.io/apps/reminders/) and is used by remind bot when
# issue is being reminded.
- reminder

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false

# Label to use when marking as stale
staleLabel: stale

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue/PR has been automatically marked as stale because it has not had
recent activity. Please comment on status otherwise the issue will be closed in a week. Thank you
for your contributions.
pull:
daysUntilClose: 7
daysUntilStale: 30
markComment: >
Hello 👋 Looks like there was no activity on this amazing PR for last 30 days.

# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.
**Do you mind updating us on the status?** Is there anything we can help with? If you plan to still work on it, just comment on this PR or push a commit. Thanks! 🤗

# Comment to post when closing a stale Issue or Pull Request.
# closeComment: >
# Your comment here.
If there will be no activity for next week, this issue will be closed (we can always reopen a PR if you get back to this!).
Alternatively, use [`remind` command](https://probot.github.io/apps/reminders/) if you wish to be reminded at some point in future.
#unmarkComment: No need for unmark comment.
closeComment: >
Closing for now as promised, let us know if you need this to be reopened! 🤗

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

# Limit to only `issues` or `pulls`
# only: issues
issues:
daysUntilClose: 7
daysUntilStale: 30
markComment: >
Hello 👋 Looks like there was no activity on this issue for last 30 days.

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
# daysUntilStale: 30
# markComment: >
# This pull request has been automatically marked as stale because it has not had
# recent activity. It will be closed if no further activity occurs. Thank you
# for your contributions.
**Do you mind updating us on the status?** Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗

# issues:
# exemptLabels:
# - confirmed
If there will be no activity for next week, this issue will be closed (we can always reopen an issue if we need!).
Alternatively, use [`remind` command](https://probot.github.io/apps/reminders/) if you wish to be reminded at some point in future.
#unmarkComment: No need for unmark comment.
closeComment: >
Closing for now as promised, let us know if you need this to be reopened! 🤗

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
2 changes: 1 addition & 1 deletion .github/workflows/cross-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go.
uses: actions/setup-go@v1
with:
go-version: 1.13.6
go-version: 1.14.2

- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go.
uses: actions/setup-go@v1
with:
go-version: 1.13.6
go-version: 1.14.2

- name: Check out code into the Go module directory.
uses: actions/checkout@v2
Expand Down
33 changes: 33 additions & 0 deletions .github/workflows/react-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: react-test

on:
push:
branches:
- master
pull_request:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10', '12' ]
name: React UI test on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('pkg/ui/react-app/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: make react-app-test
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ kube/.minikube

# Ignore e2e working dirs.
data/
test/e2e/e2e_integration_test*

# Ignore promu artifacts.
/.build
Expand All @@ -25,5 +26,11 @@ website/public/
website/docs-pre-processed/
!website/data

# React build assets
pkg/ui/static/react

tmp/bin
examples/tmp/

# Ignore the MacOS Trash (DS-Store)
.DS_Store
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ linters:
- deadcode
- errcheck
- goconst
- gofmt
- goimports
- gosimple
- govet
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go:
version: 1.13.6
version: 1.14.2
repository:
path: github.com/thanos-io/thanos
build:
Expand Down
Loading