1. b884d85 README: document the need to increase cloud build timeout by Dmitri Shuralyov · 5 years ago
  2. be0fe03 playground: put GOCACHE in temp dir by Brad Fitzpatrick · 5 years ago
  3. 15cfee7 playground: update dependencies by Dmitri Shuralyov · 5 years ago
  4. 381a079 playground: use Go 1.12 by Dmitri Shuralyov · 5 years ago
  5. e08a6e0 playground: update snippet to tell version by Dmitri Shuralyov · 5 years ago
  6. 22a2396 playground: remove stale TODO about exit code by Yury Smolsky · 6 years ago
  7. d134d7d playground: prevent caching memory-related compile time errors by Katie Hockman · 6 years ago
  8. cadbb20 Dockerfile: update golang.org/x/talks/... import path by Dmitri Shuralyov · 6 years ago
  9. ad3cdb9 playground: fix the test broken by CL 141478 by Yury Smolsky · 6 years ago
  10. ed387e6 Dockerfile: include updated x/tools containing CL 141477 by Yury Smolsky · 6 years ago
  11. e03e829 playground: make outcome of "Run" clearer by Yury Smolsky · 6 years ago
  12. 8cbc41a playground: mention vet in about text by Yury Smolsky · 6 years ago
  13. e11e51b playground: use Go 1.11.1 by Dmitri Shuralyov · 6 years ago
  14. 132c64f Dockerfile: use latest x/tools containing the CL 113875 by Yury Smolsky · 6 years ago
  15. e07747d playground: prevent caching memory-related runtime errors by Katie Hockman · 6 years ago
  16. 0757b4e playground: serve 404 for non-existent pages by Dmitri Shuralyov · 6 years ago
  17. 06ce2e1 playground: update to 1.10.3 by Andrew Bonventre · 6 years ago
  18. a6ad7bf playground: disable cgo when executing the vet tool by Yury Smolsky · 6 years ago
  19. f759808 playground: allow CORS requests on /compile and /vet endpoints by Andrew Bonventre · 6 years ago
  20. a7e8e78 playground: refactor handleVet and handleCompile methods by Yury Smolsky · 6 years ago
  21. 0a3c79a Dockerfile: use x/tools containing the CL 107455 by Yury Smolsky · 6 years ago
  22. da85333 playground: add vet by Yury Smolsky · 6 years ago
  23. f3bb33c Dockerfile: bump Go version to 1.10.2 by Andrew Bonventre · 6 years ago
  24. 0cf5f3c playground: add integration test for https://golang.org/cl/105235 by Yury Smolsky · 6 years ago
  25. 6cd23d6 playground: interleave standard output and error correctly by Yury Smolsky · 6 years ago
  26. b3b8232 playground: patch runtime with https://golang.org/cl/105235 by Bryan C. Mills · 6 years ago
  27. 66c23b7 README.md: update example commands and remove redundant text by Bryan C. Mills · 6 years ago
  28. f980e90 playground: update Dockerfile to use multi-stage builds, 1.10.1 by Andrew Bonventre · 6 years ago
  29. 76d1738 playground: support examples as tests by Yury Smolsky · 6 years ago
  30. 56e2570 playground: update NaCl to trunk.544461 by Andrew Bonventre · 6 years ago
  31. a72214b CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  32. 58c94ea playground: support running tests by Yury Smolsky · 6 years ago
  33. e9fb1cd playground: show consistent formatting of errors for gofmt mode by Yury Smolsky · 6 years ago
  34. 5b79292 playground: link to the playground source code in the help page by Yury Smolsky · 6 years ago
  35. 6c4376c playground: display the version of Go in use by Yury Smolsky · 6 years ago
  36. 3edbaf3 Dockerfile: update Go version to 1.10 by Andrew Bonventre · 6 years ago
  37. 8d50847 playground: update app.yaml by Andrew Bonventre · 6 years ago
  38. 9d409f1 playground: don’t log the output of a program when it cannot be cached by Andrew Bonventre · 6 years ago
  39. 9b22e25 playground: update Dockerfile to use Go 1.9.3 by Andrew Bonventre · 6 years ago
  40. e656ac5 playground: update deps to pull in golang.org/cl/86317 by Andrew Bonventre · 6 years ago
  41. bb2a4ed playground: loosen restrictions on IPs permitted to share by Andrew Bonventre · 6 years ago
  42. afbed4f playground: specify memcache address via an env variable by Andrew Bonventre · 6 years ago
  43. abbecca playground: add program output caching by Andrew Bonventre · 6 years ago
  44. 7f1f087 playground: fix issues preventing successful deployment by Andrew Bonventre · 6 years ago
  45. 3d026bc playground: ensure that any inserted snippets do not index the Body property by Andrew Bonventre · 6 years ago
  46. fa48acc Merge sandbox and frontend into one service by Andrew Bonventre · 6 years ago
  47. a9dcf46 frontend: don’t allow a trailing underscore in a snippet ID by Andrew Bonventre · 6 years ago
  48. e23805f frontend: update README.md with new deployment instructions by Andrew Bonventre · 6 years ago
  49. 8370ce1 frontend: set service to play by Andrew Bonventre · 6 years ago
  50. cb45f7d frontend: increase hash length to 11 bytes by Andrew Bonventre · 6 years ago
  51. 2067cfa frontend: add Google Analytics snippet by Andrew Bonventre · 6 years ago
  52. 5926d41 frontend: update snippet hashing algorithm from SHA1 to SHA256 by Andrew Bonventre · 6 years ago
  53. e200bb1 frontend: add tests and redirect to https on frontend by Andrew Bonventre · 6 years ago
  54. d921cbb Refactor frontend as prep for merging sandbox and frontend by Andrew Bonventre · 6 years ago
  55. 2a703f0 Small follow-up changes to 84815 by Andrew Bonventre · 6 years ago
  56. d6c2fb3 Complete migration to GAE flex environment by Andrew Bonventre · 6 years ago
  57. fde5780 Add custom flex runtime that uses Go 1.9.2 by Andrew Bonventre · 6 years ago
  58. 9597859 Initial work toward moving play.golang.org to App Engine Flex by Andrew Bonventre · 6 years ago
  59. c7b4e1a Update Go to 1.9.2 in sandbox custom runtime by Andrew Bonventre · 6 years ago
  60. f2ba81b playground: update favicon.ico to be consistent with the website by Michael Stapelberg · 7 years ago
  61. 7e9652a playground: clean up imports, some lint errors, and deprecated calls by Andrew Bonventre · 7 years ago
  62. 5c653ad playground: More verbose error message by Pontus Leitzler · 7 years ago
  63. fd7594b sandbox: update to go1.9 by Chris Broadfoot · 7 years ago
  64. 73acb7d playground: allow CORS requests to /share by Andrew Bonventre · 7 years ago
  65. a7f2a54 sandbox: autoscale with 5 instances as a minimum by Chris Broadfoot · 7 years ago
  66. 8a314e4 app: use https instead of protocol-relative URLs by Chris Broadfoot · 7 years ago
  67. c8f75ca sandbox: update to go1.8 by Chris Broadfoot · 7 years ago
  68. 30c5bfe app: add support to download snippets by Alexander Kucherenko · 7 years ago
  69. 6a38cf4 app: add instructions for content removal by Chris Broadfoot · 7 years ago
  70. 04d81bd app: improve region-locked error text and status code by Chris Broadfoot · 7 years ago
  71. a7c8105 sandbox: add env:flex configuration file by Chris Broadfoot · 7 years ago
  72. 759e430 sandbox: update to go1.7.4, add missing Dockerfile dep by Chris Broadfoot · 7 years ago
  73. 5fbbf1a app/static: fix infinite loop in jquery-linedtextarea.js by Chris Broadfoot · 7 years ago
  74. 816964e sandbox: remove unused k8s config by Chris Broadfoot · 8 years ago
  75. 183b13a sandbox: add missing apt-get purge by Chris Broadfoot · 8 years ago
  76. ede5e6b sandbox: use debian:jessie, add filesystem test, make image smaller by Chris Broadfoot · 8 years ago
  77. d4b1da6 playground: update deployment instructions by Chris Broadfoot · 8 years ago
  78. 42330e7 sandbox: update to go1.7rc6 (go1.7 final will come later) by Chris Broadfoot · 8 years ago
  79. 4ae5ba0 app: return MethodNotAllowed for non-POST requests by Chris Broadfoot · 8 years ago
  80. 5f1a7ca app: return better error responses for /share by Chris Broadfoot · 8 years ago
  81. b8833ac playground: add package from golang.org/x/talks by Francesc Campoy · 8 years ago
  82. ac9505c app: set Strict-Transport-Security header by Andrew Gerrand · 8 years ago
  83. b2e2ef5 app: remove errant share handler by Andrew Gerrand · 8 years ago
  84. 77a50d9 app: use app.yaml directive to redirect to HTTPS by Andrew Gerrand · 8 years ago
  85. 36170a5 app: redirect from HTTP to HTTPS by Andrew Gerrand · 8 years ago
  86. f372baa app: simplify embedded view by Andrew Gerrand · 8 years ago
  87. 74c8718 sandbox: update nacl runtime and deploy instructions by Shenghou Ma · 8 years ago
  88. 68dab05 sandbox: update to Go 1.6 by Andrew Gerrand · 8 years ago
  89. 8574040 app: remove lesser fonts from font-family declarations by Andrew Gerrand · 8 years ago
  90. e624061 app: use factored import in default snippet by Andrew Gerrand · 8 years ago
  91. 7d7eb09 app: remove HK and RC from share-blocked country code list by Andrew Gerrand · 9 years ago
  92. b5679d8 doc: add README by Andrew Gerrand · 9 years ago
  93. 86b22b7 sandbox: deploy to module, enable autoscaling, increase timeout by Andrew Gerrand · 9 years ago
  94. 64f7014 app: hide and block share functionality from specific countries by Andrew Gerrand · 9 years ago
  95. e926f09 playground: update deployment instructions, move sandbox under "sandbox" by Chris Broadfoot · 9 years ago
  96. db46fc8 sandbox: update for Go 1.5 by Andrew Gerrand · 9 years ago
  97. e150213 playground: add Google analytics for Run/Share button clicks. by Chris Broadfoot · 9 years ago
  98. dfcfa70 playground: redesign of top menu bar and add embed functionality by Carlos C · 9 years ago
  99. c81e550 playground: improve error message when package != 'main' by Shawn Smith · 9 years ago
  100. 41c295e playground: add codereview.cfg by Josh Bleecher Snyder · 9 years ago