commit | cadf160de7e11b68eb9e5666478841e26d241f3c | [log] [tgz] |
---|---|---|
author | Peter Weinbergr <pjw@google.com> | Thu Sep 14 08:39:01 2023 -0400 |
committer | Peter Weinberger <pjw@google.com> | Thu Sep 14 17:59:55 2023 +0000 |
tree | 7fc7cb7199113d16351c8066e520993d5147c5ec | |
parent | 6626a0d6c8879dd9ae2876c442d3c913528224d5 [diff] |
internal/upload: generate local report for obsolete count files The existing code silently removed count files that were too old to use. Now it generates a local report. It still does not generate an upload report. Fixes: golang/go#62619 Change-Id: Ic1a68e323626e2defd233316769d3ab89933d66f Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/528296 Run-TryBot: Peter Weinberger <pjw@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository holds the Go Telemetry server code and libraries.
This repository uses eslint to format TS files, stylelint to format CSS files, and prettier to format TS, CSS, Markdown, and YAML files.
See the style guides:
It is encouraged that all TS and CSS code be run through formatters before submitting a change. However, it is not a strict requirement enforced by CI.
./npm install
./npm run all
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.