1. fa32453 playground: enable CORS on /fmt and /p/ routes by mo4islona · 4 years, 8 months ago
  2. 09dfaa1 playground: add examples to demonstrate tricks by smasher164 · 4 years, 3 months ago
  3. 3f031d7 playground: warm up backend dialer at start by Brad Fitzpatrick · 4 years, 3 months ago
  4. 1e9c260 sandbox, internal/gcpdial: dial sandbox backends directly, add health check by Brad Fitzpatrick · 4 years, 3 months ago
  5. 8445a09 playground: slurp binary to memory in gvisor mode by Brad Fitzpatrick · 4 years, 3 months ago
  6. bca227f sandbox: add header to stderr output, to skip anything that comes before it by Brad Fitzpatrick · 4 years, 3 months ago
  7. 2f45547 sandbox: add logging-write scope to service account by Alexander Rakoczy · 4 years, 3 months ago
  8. 0eefa27 sandbox: create larger VMs, add instance tags to permits health checks by Brad Fitzpatrick · 4 years, 3 months ago
  9. 62f81bd sandbox: test docker connection & pull image before starting workers by Brad Fitzpatrick · 4 years, 4 months ago
  10. 33fdd75 playground: run in golang VPC network by Brad Fitzpatrick · 4 years, 4 months ago
  11. a0e4bb3 sandbox: add missing word to package doc by Brad Fitzpatrick · 4 years, 4 months ago
  12. 4d36241 sandbox: add gvisor runsc-based sandbox by Brad Fitzpatrick · 4 years, 7 months ago
  13. a46a9c2 playground: use txtar and modfile from golang.org/x by Brad Fitzpatrick · 4 years, 5 months ago
  14. bd57f61 playground: bound compilation time too by Brad Fitzpatrick · 4 years, 8 months ago
  15. 394f19f playground: differentiate cache key based on client JS version by Brad Fitzpatrick · 5 years ago
  16. a712dec Dockerfile: update Go version to 1.13 by Andrew Bonventre · 4 years, 8 months ago
  17. ee0783d playground: set GOPROXY when building Docker image by Andrew Bonventre · 4 years, 9 months ago
  18. 509e10f playground: allow explicit GOPROXY variable by Jack Lindamood · 4 years, 10 months ago
  19. 5fdf601 playground: simplify latest go version logic by Alexander Rakoczy · 4 years, 10 months ago
  20. 01ce4a0 playground: trigger playground deploys from master by Alexander Rakoczy · 4 years, 10 months ago
  21. 18ef8a7 playground: push image in trigger before deploying by Alexander Rakoczy · 4 years, 10 months ago
  22. 607f1df playground: build playground Go from source by Alexander Rakoczy · 4 years, 10 months ago
  23. 78fe024 playground: trigger playground releases from Go releases by Alexander Rakoczy · 4 years, 10 months ago
  24. c4ae04c playground: parameterize GO_VERSION in Dockerfile by Alexander Rakoczy · 4 years, 11 months ago
  25. 742871f Makefile: adjust the test rule to be more useful by Brad Fitzpatrick · 5 years ago
  26. e1479bc playground: format go.mod files; fix paths in formatting errors by Dmitri Shuralyov · 5 years ago
  27. a7b4d4c playground: support multiple input files in txtar format by Brad Fitzpatrick · 5 years ago
  28. 1b5b098 playground: enable third-party imports by Brad Fitzpatrick · 5 years ago
  29. 1cc919a playground: let clients request vet check in same HTTP request as compile+run by Brad Fitzpatrick · 5 years ago
  30. 046e863 playground: support third-party imports (off by default for now) by Brad Fitzpatrick · 5 years ago
  31. 33ccd9b Dockerfile: update from jessie to stretch by Brad Fitzpatrick · 5 years ago
  32. b884d85 README: document the need to increase cloud build timeout by Dmitri Shuralyov · 5 years ago
  33. be0fe03 playground: put GOCACHE in temp dir by Brad Fitzpatrick · 5 years ago
  34. 15cfee7 playground: update dependencies by Dmitri Shuralyov · 5 years ago
  35. 381a079 playground: use Go 1.12 by Dmitri Shuralyov · 5 years ago
  36. e08a6e0 playground: update snippet to tell version by Dmitri Shuralyov · 5 years ago
  37. 22a2396 playground: remove stale TODO about exit code by Yury Smolsky · 5 years ago
  38. d134d7d playground: prevent caching memory-related compile time errors by Katie Hockman · 6 years ago
  39. cadbb20 Dockerfile: update golang.org/x/talks/... import path by Dmitri Shuralyov · 6 years ago
  40. ad3cdb9 playground: fix the test broken by CL 141478 by Yury Smolsky · 6 years ago
  41. ed387e6 Dockerfile: include updated x/tools containing CL 141477 by Yury Smolsky · 6 years ago
  42. e03e829 playground: make outcome of "Run" clearer by Yury Smolsky · 6 years ago
  43. 8cbc41a playground: mention vet in about text by Yury Smolsky · 6 years ago
  44. e11e51b playground: use Go 1.11.1 by Dmitri Shuralyov · 6 years ago
  45. 132c64f Dockerfile: use latest x/tools containing the CL 113875 by Yury Smolsky · 6 years ago
  46. e07747d playground: prevent caching memory-related runtime errors by Katie Hockman · 6 years ago
  47. 0757b4e playground: serve 404 for non-existent pages by Dmitri Shuralyov · 6 years ago
  48. 06ce2e1 playground: update to 1.10.3 by Andrew Bonventre · 6 years ago
  49. a6ad7bf playground: disable cgo when executing the vet tool by Yury Smolsky · 6 years ago
  50. f759808 playground: allow CORS requests on /compile and /vet endpoints by Andrew Bonventre · 6 years ago
  51. a7e8e78 playground: refactor handleVet and handleCompile methods by Yury Smolsky · 6 years ago
  52. 0a3c79a Dockerfile: use x/tools containing the CL 107455 by Yury Smolsky · 6 years ago
  53. da85333 playground: add vet by Yury Smolsky · 6 years ago
  54. f3bb33c Dockerfile: bump Go version to 1.10.2 by Andrew Bonventre · 6 years ago
  55. 0cf5f3c playground: add integration test for https://golang.org/cl/105235 by Yury Smolsky · 6 years ago
  56. 6cd23d6 playground: interleave standard output and error correctly by Yury Smolsky · 6 years ago
  57. b3b8232 playground: patch runtime with https://golang.org/cl/105235 by Bryan C. Mills · 6 years ago
  58. 66c23b7 README.md: update example commands and remove redundant text by Bryan C. Mills · 6 years ago
  59. f980e90 playground: update Dockerfile to use multi-stage builds, 1.10.1 by Andrew Bonventre · 6 years ago
  60. 76d1738 playground: support examples as tests by Yury Smolsky · 6 years ago
  61. 56e2570 playground: update NaCl to trunk.544461 by Andrew Bonventre · 6 years ago
  62. a72214b CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  63. 58c94ea playground: support running tests by Yury Smolsky · 6 years ago
  64. e9fb1cd playground: show consistent formatting of errors for gofmt mode by Yury Smolsky · 6 years ago
  65. 5b79292 playground: link to the playground source code in the help page by Yury Smolsky · 6 years ago
  66. 6c4376c playground: display the version of Go in use by Yury Smolsky · 6 years ago
  67. 3edbaf3 Dockerfile: update Go version to 1.10 by Andrew Bonventre · 6 years ago
  68. 8d50847 playground: update app.yaml by Andrew Bonventre · 6 years ago
  69. 9d409f1 playground: don’t log the output of a program when it cannot be cached by Andrew Bonventre · 6 years ago
  70. 9b22e25 playground: update Dockerfile to use Go 1.9.3 by Andrew Bonventre · 6 years ago
  71. e656ac5 playground: update deps to pull in golang.org/cl/86317 by Andrew Bonventre · 6 years ago
  72. bb2a4ed playground: loosen restrictions on IPs permitted to share by Andrew Bonventre · 6 years ago
  73. afbed4f playground: specify memcache address via an env variable by Andrew Bonventre · 6 years ago
  74. abbecca playground: add program output caching by Andrew Bonventre · 6 years ago
  75. 7f1f087 playground: fix issues preventing successful deployment by Andrew Bonventre · 6 years ago
  76. 3d026bc playground: ensure that any inserted snippets do not index the Body property by Andrew Bonventre · 6 years ago
  77. fa48acc Merge sandbox and frontend into one service by Andrew Bonventre · 6 years ago
  78. a9dcf46 frontend: don’t allow a trailing underscore in a snippet ID by Andrew Bonventre · 6 years ago
  79. e23805f frontend: update README.md with new deployment instructions by Andrew Bonventre · 6 years ago
  80. 8370ce1 frontend: set service to play by Andrew Bonventre · 6 years ago
  81. cb45f7d frontend: increase hash length to 11 bytes by Andrew Bonventre · 6 years ago
  82. 2067cfa frontend: add Google Analytics snippet by Andrew Bonventre · 6 years ago
  83. 5926d41 frontend: update snippet hashing algorithm from SHA1 to SHA256 by Andrew Bonventre · 6 years ago
  84. e200bb1 frontend: add tests and redirect to https on frontend by Andrew Bonventre · 6 years ago
  85. d921cbb Refactor frontend as prep for merging sandbox and frontend by Andrew Bonventre · 6 years ago
  86. 2a703f0 Small follow-up changes to 84815 by Andrew Bonventre · 6 years ago
  87. d6c2fb3 Complete migration to GAE flex environment by Andrew Bonventre · 6 years ago
  88. fde5780 Add custom flex runtime that uses Go 1.9.2 by Andrew Bonventre · 6 years ago
  89. 9597859 Initial work toward moving play.golang.org to App Engine Flex by Andrew Bonventre · 6 years ago
  90. c7b4e1a Update Go to 1.9.2 in sandbox custom runtime by Andrew Bonventre · 6 years ago
  91. f2ba81b playground: update favicon.ico to be consistent with the website by Michael Stapelberg · 7 years ago
  92. 7e9652a playground: clean up imports, some lint errors, and deprecated calls by Andrew Bonventre · 7 years ago
  93. 5c653ad playground: More verbose error message by Pontus Leitzler · 7 years ago
  94. fd7594b sandbox: update to go1.9 by Chris Broadfoot · 7 years ago
  95. 73acb7d playground: allow CORS requests to /share by Andrew Bonventre · 7 years ago
  96. a7f2a54 sandbox: autoscale with 5 instances as a minimum by Chris Broadfoot · 7 years ago
  97. 8a314e4 app: use https instead of protocol-relative URLs by Chris Broadfoot · 7 years ago
  98. c8f75ca sandbox: update to go1.8 by Chris Broadfoot · 7 years ago
  99. 30c5bfe app: add support to download snippets by Alexander Kucherenko · 7 years ago
  100. 6a38cf4 app: add instructions for content removal by Chris Broadfoot · 7 years ago