commit | 54ea7e4ddb814f963434ea88b43f32d2fcf90513 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Thu Sep 07 13:06:07 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Thu Sep 07 14:05:52 2023 +0000 |
tree | b60c16d282a111515b7d974c3bdce02f092f0765 | |
parent | b0365330c8d6802a69df26ac8adc7344d2601bfc [diff] |
config: regenerate upload config This is an automated CL which updates the generated upload config. Change-Id: I43b0be991e9cfb097440e8069ba951bdca9a95a0 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/526555 Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
This repository holds the Go Telemetry server code and libraries.
TypeScript files served from content directories are transformed into JavaScript. Reference .ts files in html templates as module code.
<script type="module" src="/filename.ts">
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.