build/devapp
cui fliter 459bd2670d all: fix some comments
Change-Id: I15769c4302e8dd1d649e0eaa9b16099f0eda603b
Reviewed-on: https://go-review.googlesource.com/c/build/+/464239
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2023-01-31 14:57:29 +00:00
..
owners all: fix some comments 2023-01-31 14:57:29 +00:00
static all: add license headers 2022-06-01 18:19:15 +00:00
templates devapp: automatically deduce current milestone for burndown chart 2021-08-23 17:24:28 +00:00
Dockerfile devapp: update Dockerfile 2022-12-13 22:07:02 +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 internal/https: add health checking support and use it 2022-12-05 19:20:45 +00:00
deployment-staging.yaml all: add license headers 2022-06-01 18:19:15 +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: automatically deduce current milestone for burndown chart 2021-08-23 17:24:28 +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: propagate updateReviewsData error from ForeachProjectUnsorted 2022-05-24 17:32:19 +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: add license headers 2022-06-01 18:19:15 +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.