commit | 4ec84e5c5fe7c8cd0de84da5451a1f1b7b357720 | [log] [tgz] |
---|---|---|
author | Jamal Carvalho <jamalcarvalho@google.com> | Wed Aug 30 03:32:02 2023 +0000 |
committer | Jamal Carvalho <jamalcarvalho@google.com> | Fri Sep 01 16:29:28 2023 +0000 |
tree | 6c6b318c99b76b37351cf056bd32b32be2ffcd30 | |
parent | 8a2eafad7ba20aff4f344712f1b819b25851cf4b [diff] |
internal/middleware: cleanup Change-Id: I256ccd24eeabd6ab54b51cbb086ca71d055f6c32 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/524419 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Jamal Carvalho <jamal@golang.org>
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.