-
Notifications
You must be signed in to change notification settings - Fork 206
Comparing changes
Open a pull request
base repository: golang/playground
base: master
head repository: golang/playground
compare: dev.go2go
- 9 commits
- 20 files changed
- 4 contributors
Commits on Jun 30, 2020
-
all: go2goplay.golang.org source
This CL contains the altered playground source that is served at go2goplay.golang.org. It compiles the toolchain at the dev.go2go branch of the main Go repository, translates .go2 programs using the go2go tool, and compiles the playground frontend binary using the dev.go2go toolchain (to support code formatting). The header and “About” text is updated to differentiate from the normal playground and explain its differences, code location, etc. Most features present on play.golang.org are missing, and this instance only supports single-file, non-test, main-package programs. This was done for initial simplicity of the implementation. Updates golang/go#39675 Fixes golang/go#39809 Change-Id: Id9461830c4233ab3f938dc6d21da3e5f2d8adbc3 Reviewed-on: https://go-review.googlesource.com/c/playground/+/240541 Reviewed-by: Alexander Rakoczy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ac6e03 - Browse repository at this point
Copy the full SHA 5ac6e03View commit details
Commits on Jul 20, 2020
-
[dev.go2go] examples: update hello.txt
Change-Id: I8b05351fabf4b580df3c2c8df4442fcec92825ee Reviewed-on: https://go-review.googlesource.com/c/playground/+/243377 Reviewed-by: Andrew Bonventre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 785c065 - Browse repository at this point
Copy the full SHA 785c065View commit details
Commits on Jul 21, 2020
-
[dev.go2go] all: update edit.go to be in sync with hello.txt example
Change-Id: Idce55e562e65347df4cbfbbca3d34ddb7542cab9 Reviewed-on: https://go-review.googlesource.com/c/playground/+/243897 Reviewed-by: Andrew Bonventre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4ebab0 - Browse repository at this point
Copy the full SHA e4ebab0View commit details
Commits on Aug 21, 2020
-
[dev.go2go] Dockerfile: ensure Docker doesn’t use cache when cloning …
…dev.go2go branch Change-Id: I491f42e5d4998ff05ccbc85361b92a669a6ea300 Reviewed-on: https://go-review.googlesource.com/c/playground/+/249700 Reviewed-by: Alexander Rakoczy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da5671d - Browse repository at this point
Copy the full SHA da5671dView commit details
Commits on Sep 1, 2020
-
[dev.go2go] examples: update generic examples to use latest syntax
Change-Id: Ib41cb92dc0c3a3446a9a349ccdda88968cd60a27 Reviewed-on: https://go-review.googlesource.com/c/playground/+/251937 Reviewed-by: Andrew Bonventre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bad6ac - Browse repository at this point
Copy the full SHA 4bad6acView commit details -
[dev.go2go] all: update edit.go to be consistent with hello.txt example
Change-Id: I6aee2fd120ffcb58ef4a36aeed215239fa99f4cb Reviewed-on: https://go-review.googlesource.com/c/playground/+/251838 Reviewed-by: Robert Griesemer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 185d3b1 - Browse repository at this point
Copy the full SHA 185d3b1View commit details
Commits on Sep 24, 2020
-
[dev.go2go] add go2goplay Cloud Build deploy trigger
This config will cause Cloud Build to deploy go2goplay.golang.org when a commit is made to the dev.go2go branch of the main go repo. Change-Id: I5e1639cdb30b6c24d1578de47d960d530cdd2102 Reviewed-on: https://go-review.googlesource.com/c/playground/+/257217 Trust: Andrew Bonventre <[email protected]> Trust: Alexander Rakoczy <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 546f94f - Browse repository at this point
Copy the full SHA 546f94fView commit details
Commits on Mar 5, 2021
-
[dev.go2go] fix the go2go playground build for 1.16
The go2go playground Docker build was failing due to lack of code in GOPATH. Following CL 295649, simply remove this unnecessary logic. Also apply a patch from Alex to fix the failing tests, which have probably been failing on the dev.go2go branch for some time. Thanks Alex! Change-Id: I49cfc073e07d918fc5247494f0eaa3c5bd8215ea Reviewed-on: https://go-review.googlesource.com/c/playground/+/298889 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb5cd7c - Browse repository at this point
Copy the full SHA fb5cd7cView commit details
Commits on Jun 14, 2021
-
[dev.go2go] deploy: use gcloud to manage triggers, trigger from GCR
The GCP UI is nicer for editing triggers, and the gcloud command now has beta support for import/export. It wants YAML format, though. Delete the json versions and replace them with freshly pulled versions, including the change to trigger from GCR. Change-Id: If05944fdd6cca6d7f72b56ade191a3b00c333b9e Reviewed-on: https://go-review.googlesource.com/c/playground/+/327389 Trust: Heschi Kreinick <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6aa43c4 - Browse repository at this point
Copy the full SHA 6aa43c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...dev.go2go