build/devapp
Kevin Burke 481d0dc16f devapp: initial support for App Engine Flex
devapp now supports 3 modes of operation:

- App Engine Standard. This supports Go 1.6 and requires a modified
  local go-github to continue working. This app is built with the
  "appengine" build tag.

- App Engine Flex. This builds Go 1.8 in a Docker container, using the
  build tag "appenginevm", and works with the Google Cloud platform.

- Normal. This uses an in-memory datastore, and does not
  support user login/logout.

To get this working I copied appengine.go to noappengine.go and
modified the calls until they were working. You can view a running app
at https://devapp-161505.appspot.com.

Change-Id: I8ea018e63baf2dafb44150f7eee419e09065ba2c
Reviewed-on: https://go-review.googlesource.com/38161
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-04-18 05:15:52 +00:00
..
devappserver devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
static devapp: update source code link 2017-01-09 17:59:05 +00:00
template devapp: add per-release issue tracker dashboard 2016-09-29 16:09:41 +00:00
app.yaml devapp: add per-release issue tracker dashboard 2016-09-29 16:09:41 +00:00
appengine.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
appenginevm.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
appenginevm_test.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
cache.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
cron-part.yaml devapp, godash: collect issue statistics for plotting 2016-08-31 22:19:50 +00:00
dash.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
devapp.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
devapp_test.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
noappengine.go devapp: initial support for App Engine Flex 2017-04-18 05:15:52 +00:00
noappengine_test.go devapp: serve static files outside of App Engine 2017-03-15 15:49:07 +00:00
stats.go devapp: improve logging for GitHub rate limiting 2017-03-13 22:17:37 +00:00