aboutsummaryrefslogtreecommitdiff
path: root/app.yaml
AgeCommit message (Collapse)Author
2026-02-10all: set minimum Go runtime ke versi 1.25.0Shulhan
2023-11-12all: update Go runtime to version 1.21Shulhan
2023-11-12Merge commit '3891a3eb15c0'Shulhan
Merge commit dari upstream sebelum semua berkas dihapus karena digabung dengan golang.org/x/website di commit 241d4738f53e9d
2023-03-03all: update all dependencies and the minimum Go to 1.18Shulhan
While at it, add the command to changes the active gcloud configuration on task deploy.
2021-05-26app.yaml: remove GOLANGORG_CHECK_COUNTRYRuss Cox
Nothing in this package or its dependencies uses this variable, after CL 293449. Change-Id: I82972cbb7abbeff6c3f4ca757c61ba966b666c19 Reviewed-on: https://go-review.googlesource.com/c/tour/+/295489 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-11-06tour: update to the App Engine Go 1.14 runtimeDmitri Shuralyov
Reference: • https://cloud.google.com/appengine/docs/standard/go/runtime Change-Id: I46b87098ed04c9c5d9f84193c9d72f9d30a59233 Reviewed-on: https://go-review.googlesource.com/c/tour/+/266818 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-11-06tour: redirect HTTP traffic to HTTPSDmitri Shuralyov
Set secure to always on all handlers so that HTTP traffic is redirected to an HTTPS URL with the same path. References: • https://cloud.google.com/appengine/docs/standard/go/application-security#https_requests • https://cloud.google.com/appengine/docs/standard/go/config/appref#handlers_secure For golang/go#42281. Change-Id: Ic03e01d5858e1e5b8ae1b523ab34d970e1403ce0 Reviewed-on: https://go-review.googlesource.com/c/tour/+/266817 Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-01-25all: pembaruan dengan upstream versi 2bf82070Shulhan
2019-10-02tour: add analytics HTML and deploy instructionsDmitri Shuralyov
When deployed with App Engine on tour.golang.org, insert analytics HTML at the beginning of <head>. Add deploy instructions to the README. Also update to the App Engine Go 1.12 runtime. Change-Id: Ib3333290783f34eb00843006cf949308302b342d Reviewed-on: https://go-review.googlesource.com/c/tour/+/198320 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-07tour: deploy with App Engine Standard on Go 1.11Dmitri Shuralyov
This change upgrades the deployment of tour to use the newer Go 1.11 runtime. As part of that, the appengine build tag is removed (it's no longer set by App Engine), and the GAE_ENV environment variable is used to detect when tour is being run in App Engine mode. Set an environment variable in app.yaml to configure the x/tools/godoc/golangorgenv package appropriately. Factor out the static file handlers in local.go, but keep static file handlers in app.yaml for improved latency across global regions. Updates golang/go#30486 Change-Id: Ia5bc88aab34fd07bf6ff0785da831180f509156f Reviewed-on: https://go-review.googlesource.com/c/tour/+/165537 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-10-19tour: make the tour deployable on App Engine againAndrew Bonventre
Move the main Go files into the same directory as the app.yaml file. This changes the command location to be at golang.org/x/tour instead of golang.org/x/tour/gotour. Add a placeholder command in gotour so that those who use the previous installation command will know to use the new one and it won't just seem like it has vanished. Also update the documentation to take into account that the tour is no longer distributed with releases as of golang.org/cl/131156 Fixes golang/go#28163 Change-Id: I60737f0cfaa93d12902a75fbc0924d96672a8c9b Reviewed-on: https://go-review.googlesource.com/c/141857 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2016-04-27gotour: redirect from HTTP to HTTPS on App EngineAndrew Gerrand
Change-Id: I3e0c825d8a6d1cf41ab87f337943cb042f70a308 Reviewed-on: https://go-review.googlesource.com/22362 Reviewed-by: Francesc Campoy Flores <campoy@golang.org>
2014-03-31go-tour: fix static content servingAndrew Gerrand
LGTM=hyangah R=golang-codereviews, hyangah CC=golang-codereviews https://golang.org/cl/82430043
2014-03-20go-tour: remove redundant talks directive from app.yamlAndrew Gerrand
LGTM=campoy R=campoy CC=golang-codereviews https://golang.org/cl/77950043
2014-02-26go-tour: serve all javascript in a concatenated fileFrancesc Campoy
Load time went down to 539ms from 1.90s! LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/68920046
2014-02-25go-tour: tour redesignFrancesc Campoy
The web UI has been implemented from scratch using AngularJS and fetches the content of the modules via a REST APi. The tour has been split into different modules composed by a list of lessons. When a new lesson is added it will be accessible publicly, but it won't appear in the list of modules until the corresponding `lesson` element is added to list.html. The new version is accessible at http://campoy.cat/gotour LGTM=adg R=r, adg, kamil.kisiel, egonelbre, nightlyone, dan.kortschak, gobot, bradfitz, davidday CC=golang-codereviews https://golang.org/cl/36500046
2013-09-11go-tour: update a couple of paths for app engine.Rob Pike
R=adg CC=golang-dev https://golang.org/cl/13416046
2013-02-07go-tour: use new playground API and websocket backendAndrew Gerrand
R=golang-dev, campoy CC=golang-dev https://golang.org/cl/7305049
2013-01-25go-tour: fix app engine version, restoring online-specific contentAndrew Gerrand
R=minux.ma, campoy, campoy CC=golang-dev https://golang.org/cl/7195043