build/devapp
Ian Lance Taylor 727bcae879 devapp: replace sort.Slice with slices.SortFunc
The new slices.SortFunc function is clearer and faster.

Change-Id: Id1194dc7fb64cdcbe53ad7faa57f7dfb40e533c3
Reviewed-on: https://go-review.googlesource.com/c/build/+/565575
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-02-21 02:13:02 +00:00
..
owners devapp/owners: update telemetry owners to telemetryTeam 2024-02-08 16:25:27 +00:00
static all: make copyright headers consistent 2023-03-01 01:31:01 +00:00
templates devapp: automatically deduce current milestone for burndown chart 2021-08-23 17:24:28 +00:00
Dockerfile all: use Go 1.21 for building services 2024-01-17 23:47:09 +00:00
Makefile cmd/gerritbot: move to Workload Identity 2021-09-08 20:32:04 +00:00
README.md devapp: update Dockerfile 2022-12-13 22:07:02 +00:00
data.go devapp: add stats page plus some minor cleanup 2019-10-09 22:36:12 +00:00
deployment-prod.yaml all: make copyright headers consistent 2023-03-01 01:31:01 +00:00
deployment-staging.yaml all: make copyright headers consistent 2023-03-01 01:31:01 +00:00
devapp.go all: unify HTTP/HTTPS serving 2021-10-27 16:35:18 +00:00
gophercon.go devapp: update contributor summit signup issue 2018-08-30 16:18:10 +00:00
gophercon_test.go devapp: remove godash code in favor of maintner 2017-07-22 21:35:17 +00:00
gzip.go devapp: gzip HTTP responses 2018-05-10 17:44:44 +00:00
release.go devapp: account {,de}milestoned events in issue burndown chart 2023-08-11 19:50:19 +00:00
release_test.go devapp: follow-up changes that were not submitted in 50652 2017-07-22 21:38:56 +00:00
reviews.go devapp: replace sort.Slice with slices.SortFunc 2024-02-21 02:13:02 +00:00
server.go internal/https: add health checking support and use it 2022-12-05 19:20:45 +00:00
server_test.go devapp: add stats page plus some minor cleanup 2019-10-09 22:36:12 +00:00
service-staging.yaml all: make copyright headers consistent 2023-03-01 01:31:01 +00:00
stats.go devapp: add stats page plus some minor cleanup 2019-10-09 22:36:12 +00:00
stats_test.go devapp: add stats page plus some minor cleanup 2019-10-09 22:36:12 +00:00
title.go all: gofmt 2022-04-12 02:01:23 +00:00
title_test.go devapp: display subrepo that CL belongs to 2019-02-06 16:26:59 +00:00

README.md

devapp

Local development

$ go run . -listen-http=localhost:8080

Then visit http://localhost:8080/ in your browser.

Deployment

See the documentation on deployment.