| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Merge commit dari upstream sebelum semua berkas dihapus karena digabung
dengan golang.org/x/website di commit 241d4738f53e9d
|
|
While at it, add the command to changes the active gcloud configuration
on task deploy.
|
|
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>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: I3e0c825d8a6d1cf41ab87f337943cb042f70a308
Reviewed-on: https://go-review.googlesource.com/22362
Reviewed-by: Francesc Campoy Flores <campoy@golang.org>
|
|
LGTM=hyangah
R=golang-codereviews, hyangah
CC=golang-codereviews
https://golang.org/cl/82430043
|
|
LGTM=campoy
R=campoy
CC=golang-codereviews
https://golang.org/cl/77950043
|
|
Load time went down to 539ms from 1.90s!
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/68920046
|
|
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
|
|
R=adg
CC=golang-dev
https://golang.org/cl/13416046
|
|
R=golang-dev, campoy
CC=golang-dev
https://golang.org/cl/7305049
|
|
R=minux.ma, campoy, campoy
CC=golang-dev
https://golang.org/cl/7195043
|