Commit f39766c
File tree
Expand file treeCollapse file tree
438 files changed
+44
-43
lines changedFilter options
- appengine
- flexible
- analytics
- cloudsql
- datastore
- disk
- django_cloudsql
- mysite
- polls
- endpoints
- clients
- extending_runtime
- extending_runtime_compat
- hello_world
- hello_world_compat
- hello_world_django
- helloworld
- project_name
- kinto
- mailgun
- templates
- mailjet
- templates
- memcache
- pubsub
- templates
- sendgrid
- templates
- static_files
- static
- templates
- storage
- twilio
- websockets
- templates
- standard
- angular
- app
- css
- js
- partials
- scripts
- app_identity
- asserting
- incoming
- signing
- appstats
- background
- bigquery
- resources
- blobstore
- channel
- cloudsql
- endpoints
- backend
- multiapi
- i18n
- locales
- en/LC_MESSAGES
- ja/LC_MESSAGES
- pl/LC_MESSAGES
- static/js
- templates
- images
- api
- guestbook
- localtesting
- resources
- logging
- reading_logs
- writing_logs
- mail
- mailgun
- mailjet
- templates
- memcache
- best_practices
- batch
- failure
- migration_step1
- migration_step2
- sharing
- guestbook
- snippets
- modules
- multitenancy
- ndb
- async
- app_toplevel
- cache
- entities
- modeling
- overview
- projection_queries
- properties
- property_subclasses
- queries
- transactions
- remote_api
- requests
- resources
- search/snippets
- sendgrid
- storage
- taskqueue
- counter
- pull-counter
- urlfetch
- async
- requests
- snippets
- users
- xmpp
- testing/resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
438 files changed
+44
-43
lines changedmanaged_vms/.gitignore renamed to appengine/flexible/.gitignore
Copy file name to clipboardFile renamed without changes.
managed_vms/README.md renamed to appengine/flexible/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/README.md+3-3Lines changed: 3 additions & 3 deletions
managed_vms/analytics/README.md renamed to appengine/flexible/analytics/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/analytics/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/analytics/app.yaml renamed to appengine/flexible/analytics/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/analytics/main.py renamed to appengine/flexible/analytics/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/analytics/main_test.py renamed to appengine/flexible/analytics/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/analytics/requirements.txt renamed to appengine/flexible/analytics/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/cloudsql/README.md renamed to appengine/flexible/cloudsql/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/cloudsql/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/cloudsql/app.yaml renamed to appengine/flexible/cloudsql/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/cloudsql/create_tables.py renamed to appengine/flexible/cloudsql/create_tables.py
Copy file name to clipboardFile renamed without changes.
managed_vms/cloudsql/main.py renamed to appengine/flexible/cloudsql/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/cloudsql/main_test.py renamed to appengine/flexible/cloudsql/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/cloudsql/requirements.txt renamed to appengine/flexible/cloudsql/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/datastore/README.md renamed to appengine/flexible/datastore/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/datastore/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/datastore/app.yaml renamed to appengine/flexible/datastore/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/datastore/main.py renamed to appengine/flexible/datastore/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/datastore/main_test.py renamed to appengine/flexible/datastore/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/datastore/requirements.txt renamed to appengine/flexible/datastore/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/disk/app.yaml renamed to appengine/flexible/disk/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/disk/main.py renamed to appengine/flexible/disk/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/disk/main_test.py renamed to appengine/flexible/disk/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/disk/requirements.txt renamed to appengine/flexible/disk/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/README.md renamed to appengine/flexible/django_cloudsql/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/django_cloudsql/README.md+1-1Lines changed: 1 addition & 1 deletion
managed_vms/django_cloudsql/app.yaml renamed to appengine/flexible/django_cloudsql/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/manage.py renamed to appengine/flexible/django_cloudsql/manage.py
Copy file name to clipboardFile renamed without changes.
appengine/__init__.py renamed to appengine/flexible/django_cloudsql/mysite/__init__.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
managed_vms/django_cloudsql/mysite/urls.py renamed to appengine/flexible/django_cloudsql/mysite/urls.py
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/mysite/wsgi.py renamed to appengine/flexible/django_cloudsql/mysite/wsgi.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
managed_vms/django_cloudsql/polls/admin.py renamed to appengine/flexible/django_cloudsql/polls/admin.py
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/polls/apps.py renamed to appengine/flexible/django_cloudsql/polls/apps.py
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/polls/models.py renamed to appengine/flexible/django_cloudsql/polls/models.py
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/polls/tests.py renamed to appengine/flexible/django_cloudsql/polls/tests.py
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/polls/urls.py renamed to appengine/flexible/django_cloudsql/polls/urls.py
Copy file name to clipboardFile renamed without changes.
managed_vms/django_cloudsql/polls/views.py renamed to appengine/flexible/django_cloudsql/polls/views.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
managed_vms/endpoints/.gitignore renamed to appengine/flexible/endpoints/.gitignore
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
managed_vms/endpoints/README.md renamed to appengine/flexible/endpoints/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/endpoints/README.md+1-1Lines changed: 1 addition & 1 deletion
managed_vms/endpoints/app.yaml renamed to appengine/flexible/endpoints/app.yaml
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
managed_vms/endpoints/index.html renamed to appengine/flexible/endpoints/index.html
Copy file name to clipboardFile renamed without changes.
managed_vms/endpoints/main.py renamed to appengine/flexible/endpoints/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/endpoints/requirements.txt renamed to appengine/flexible/endpoints/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/endpoints/swagger.yaml renamed to appengine/flexible/endpoints/swagger.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/extending_runtime/.dockerignore renamed to appengine/flexible/extending_runtime/.dockerignore
Copy file name to clipboardFile renamed without changes.
managed_vms/extending_runtime/Dockerfile renamed to appengine/flexible/extending_runtime/Dockerfile
Copy file name to clipboardFile renamed without changes.
managed_vms/extending_runtime/app.yaml renamed to appengine/flexible/extending_runtime/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/extending_runtime/main.py renamed to appengine/flexible/extending_runtime/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/extending_runtime/main_test.py renamed to appengine/flexible/extending_runtime/main_test.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
managed_vms/extending_runtime_compat/Dockerfile renamed to appengine/flexible/extending_runtime_compat/Dockerfile
Copy file name to clipboardExpand all lines: appengine/flexible/extending_runtime_compat/Dockerfile+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
managed_vms/extending_runtime_compat/README.md renamed to appengine/flexible/extending_runtime_compat/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/extending_runtime_compat/README.md+2-2Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
managed_vms/hello_world/app.yaml renamed to appengine/flexible/hello_world/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/hello_world/main.py renamed to appengine/flexible/hello_world/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/hello_world/main_test.py renamed to appengine/flexible/hello_world/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/hello_world/requirements.txt renamed to appengine/flexible/hello_world/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/hello_world_compat/README.md renamed to appengine/flexible/hello_world_compat/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/hello_world_compat/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/hello_world_compat/app.yaml renamed to appengine/flexible/hello_world_compat/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/hello_world_compat/main.py renamed to appengine/flexible/hello_world_compat/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/hello_world_compat/main_test.py renamed to appengine/flexible/hello_world_compat/main_test.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
managed_vms/hello_world_django/.gitignore renamed to appengine/flexible/hello_world_django/.gitignore
Copy file name to clipboardFile renamed without changes.
managed_vms/hello_world_django/README.md renamed to appengine/flexible/hello_world_django/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/hello_world_django/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/hello_world_django/app.yaml renamed to appengine/flexible/hello_world_django/app.yaml
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
managed_vms/hello_world_django/manage.py renamed to appengine/flexible/hello_world_django/manage.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
managed_vms/kinto/Dockerfile renamed to appengine/flexible/kinto/Dockerfile
Copy file name to clipboardFile renamed without changes.
managed_vms/kinto/README.md renamed to appengine/flexible/kinto/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/kinto/README.md+1-1Lines changed: 1 addition & 1 deletion
managed_vms/kinto/app.yaml renamed to appengine/flexible/kinto/app.yaml
Copy file name to clipboardExpand all lines: appengine/flexible/kinto/app.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
managed_vms/kinto/requirements.txt renamed to appengine/flexible/kinto/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/mailgun/README.md renamed to appengine/flexible/mailgun/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/mailgun/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/mailgun/app.yaml renamed to appengine/flexible/mailgun/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/mailgun/example-attachment.txt renamed to appengine/flexible/mailgun/example-attachment.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/mailgun/main.py renamed to appengine/flexible/mailgun/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/mailgun/main_test.py renamed to appengine/flexible/mailgun/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/mailgun/requirements.txt renamed to appengine/flexible/mailgun/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/mailgun/templates/index.html renamed to appengine/flexible/mailgun/templates/index.html
Copy file name to clipboardExpand all lines: appengine/flexible/mailgun/templates/index.html+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
managed_vms/mailjet/README.md renamed to appengine/flexible/mailjet/README.md
Copy file name to clipboardmanaged_vms/mailjet/app.yaml renamed to appengine/flexible/mailjet/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/mailjet/main.py renamed to appengine/flexible/mailjet/main.py
Copy file name to clipboardFile renamed without changes.
appengine/mailjet/main_test.py renamed to appengine/flexible/mailjet/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/mailjet/requirements.txt renamed to appengine/flexible/mailjet/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/mailjet/templates/index.html renamed to appengine/flexible/mailjet/templates/index.html
Copy file name to clipboardFile renamed without changes.
managed_vms/memcache/app.yaml renamed to appengine/flexible/memcache/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/memcache/main.py renamed to appengine/flexible/memcache/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/memcache/main_test.py renamed to appengine/flexible/memcache/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/memcache/requirements.txt renamed to appengine/flexible/memcache/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/pubsub/README.md renamed to appengine/flexible/pubsub/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/pubsub/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/pubsub/app.yaml renamed to appengine/flexible/pubsub/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/pubsub/main.py renamed to appengine/flexible/pubsub/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/pubsub/main_test.py renamed to appengine/flexible/pubsub/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/pubsub/requirements.txt renamed to appengine/flexible/pubsub/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/pubsub/sample_message.json renamed to appengine/flexible/pubsub/sample_message.json
Copy file name to clipboardFile renamed without changes.
managed_vms/pubsub/templates/index.html renamed to appengine/flexible/pubsub/templates/index.html
Copy file name to clipboardExpand all lines: appengine/flexible/pubsub/templates/index.html+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
managed_vms/sendgrid/README.md renamed to appengine/flexible/sendgrid/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/sendgrid/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/sendgrid/app.yaml renamed to appengine/flexible/sendgrid/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/sendgrid/main.py renamed to appengine/flexible/sendgrid/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/sendgrid/main_test.py renamed to appengine/flexible/sendgrid/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/sendgrid/requirements.txt renamed to appengine/flexible/sendgrid/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/sendgrid/templates/index.html renamed to appengine/flexible/sendgrid/templates/index.html
Copy file name to clipboardExpand all lines: appengine/flexible/sendgrid/templates/index.html+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
managed_vms/static_files/README.md renamed to appengine/flexible/static_files/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/static_files/README.md+1-1Lines changed: 1 addition & 1 deletion
managed_vms/static_files/app.yaml renamed to appengine/flexible/static_files/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/static_files/main.py renamed to appengine/flexible/static_files/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/static_files/main_test.py renamed to appengine/flexible/static_files/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/static_files/requirements.txt renamed to appengine/flexible/static_files/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/static_files/static/main.css renamed to appengine/flexible/static_files/static/main.css
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
managed_vms/storage/README.md renamed to appengine/flexible/storage/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/storage/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/storage/app.yaml renamed to appengine/flexible/storage/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/storage/main.py renamed to appengine/flexible/storage/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/storage/main_test.py renamed to appengine/flexible/storage/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/storage/requirements.txt renamed to appengine/flexible/storage/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/twilio/README.md renamed to appengine/flexible/twilio/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/twilio/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/twilio/app.yaml renamed to appengine/flexible/twilio/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/twilio/main.py renamed to appengine/flexible/twilio/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/twilio/main_test.py renamed to appengine/flexible/twilio/main_test.py
Copy file name to clipboardFile renamed without changes.
managed_vms/twilio/requirements.txt renamed to appengine/flexible/twilio/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/websockets/README.md renamed to appengine/flexible/websockets/README.md
Copy file name to clipboardExpand all lines: appengine/flexible/websockets/README.md+2-2Lines changed: 2 additions & 2 deletions
managed_vms/websockets/app.yaml renamed to appengine/flexible/websockets/app.yaml
Copy file name to clipboardFile renamed without changes.
managed_vms/websockets/main.py renamed to appengine/flexible/websockets/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/websockets/requirements.txt renamed to appengine/flexible/websockets/requirements.txt
Copy file name to clipboardFile renamed without changes.
managed_vms/websockets/templates/index.html renamed to appengine/flexible/websockets/templates/index.html
Copy file name to clipboardExpand all lines: appengine/flexible/websockets/templates/index.html+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
appengine/README.md renamed to appengine/standard/README.md
Copy file name to clipboardmanaged_vms/hello_world_django/project_name/__init__.py renamed to appengine/standard/__init__.py
Copy file name to clipboardFile renamed without changes.
appengine/angular/README.md renamed to appengine/standard/angular/README.md
Copy file name to clipboardappengine/angular/app.yaml renamed to appengine/standard/angular/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/angular/app/css/app.css renamed to appengine/standard/angular/app/css/app.css
Copy file name to clipboardFile renamed without changes.
appengine/angular/app/index.html renamed to appengine/standard/angular/app/index.html
Copy file name to clipboardFile renamed without changes.
appengine/angular/app/js/app.js renamed to appengine/standard/angular/app/js/app.js
Copy file name to clipboardFile renamed without changes.
appengine/angular/app/partials/insert.html renamed to appengine/standard/angular/app/partials/insert.html
Copy file name to clipboardFile renamed without changes.
appengine/angular/app/partials/main.html renamed to appengine/standard/angular/app/partials/main.html
Copy file name to clipboardFile renamed without changes.
appengine/angular/app/partials/update.html renamed to appengine/standard/angular/app/partials/update.html
Copy file name to clipboardFile renamed without changes.
appengine/angular/main.py renamed to appengine/standard/angular/main.py
Copy file name to clipboardFile renamed without changes.
appengine/angular/model.py renamed to appengine/standard/angular/model.py
Copy file name to clipboardFile renamed without changes.
appengine/angular/scripts/deploy.sh renamed to appengine/standard/angular/scripts/deploy.sh
Copy file name to clipboardFile renamed without changes.
appengine/angular/scripts/run.sh renamed to appengine/standard/angular/scripts/run.sh
Copy file name to clipboardFile renamed without changes.
appengine/app_identity/asserting/app.yaml renamed to appengine/standard/app_identity/asserting/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/app_identity/asserting/main.py renamed to appengine/standard/app_identity/asserting/main.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/app_identity/incoming/app.yaml renamed to appengine/standard/app_identity/incoming/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/app_identity/incoming/main.py renamed to appengine/standard/app_identity/incoming/main.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/app_identity/signing/app.yaml renamed to appengine/standard/app_identity/signing/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/app_identity/signing/main.py renamed to appengine/standard/app_identity/signing/main.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/appstats/app.yaml renamed to appengine/standard/appstats/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/appstats/appengine_config.py renamed to appengine/standard/appstats/appengine_config.py
Copy file name to clipboardFile renamed without changes.
appengine/appstats/main.py renamed to appengine/standard/appstats/main.py
Copy file name to clipboardFile renamed without changes.
appengine/appstats/main_test.py renamed to appengine/standard/appstats/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/background/README.md renamed to appengine/standard/background/README.md
Copy file name to clipboardappengine/background/app.yaml renamed to appengine/standard/background/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/background/main.py renamed to appengine/standard/background/main.py
Copy file name to clipboardFile renamed without changes.
appengine/background/main_test.py renamed to appengine/standard/background/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/bigquery/.gitignore renamed to appengine/standard/bigquery/.gitignore
Copy file name to clipboardFile renamed without changes.
appengine/bigquery/README.md renamed to appengine/standard/bigquery/README.md
Copy file name to clipboardappengine/bigquery/app.yaml renamed to appengine/standard/bigquery/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/bigquery/appengine_config.py renamed to appengine/standard/bigquery/appengine_config.py
Copy file name to clipboardFile renamed without changes.
appengine/bigquery/client_secrets.json renamed to appengine/standard/bigquery/client_secrets.json
Copy file name to clipboardFile renamed without changes.
appengine/bigquery/main.py renamed to appengine/standard/bigquery/main.py
Copy file name to clipboardFile renamed without changes.
appengine/bigquery/main_test.py renamed to appengine/standard/bigquery/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/bigquery/requirements.txt renamed to appengine/standard/bigquery/requirements.txt
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/blobstore/README.md renamed to appengine/standard/blobstore/README.md
Copy file name to clipboardappengine/blobstore/app.yaml renamed to appengine/standard/blobstore/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/blobstore/main.py renamed to appengine/standard/blobstore/main.py
Copy file name to clipboardFile renamed without changes.
appengine/blobstore/main_test.py renamed to appengine/standard/blobstore/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/channel/README.md renamed to appengine/standard/channel/README.md
Copy file name to clipboardappengine/channel/app.yaml renamed to appengine/standard/channel/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/channel/chatactoe.py renamed to appengine/standard/channel/chatactoe.py
Copy file name to clipboardFile renamed without changes.
appengine/channel/index.html renamed to appengine/standard/channel/index.html
Copy file name to clipboardFile renamed without changes.
appengine/cloudsql/README.md renamed to appengine/standard/cloudsql/README.md
Copy file name to clipboardappengine/cloudsql/app.yaml renamed to appengine/standard/cloudsql/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/cloudsql/main.py renamed to appengine/standard/cloudsql/main.py
Copy file name to clipboardFile renamed without changes.
appengine/cloudsql/main_test.py renamed to appengine/standard/cloudsql/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/conftest.py renamed to appengine/standard/conftest.py
Copy file name to clipboardFile renamed without changes.
appengine/endpoints/backend/app.yaml renamed to appengine/standard/endpoints/backend/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/endpoints/backend/main.py renamed to appengine/standard/endpoints/backend/main.py
Copy file name to clipboardFile renamed without changes.
appengine/endpoints/backend/main_test.py renamed to appengine/standard/endpoints/backend/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/endpoints/multiapi/app.yaml renamed to appengine/standard/endpoints/multiapi/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/endpoints/multiapi/main.py renamed to appengine/standard/endpoints/multiapi/main.py
Copy file name to clipboardFile renamed without changes.
appengine/endpoints/multiapi/main_test.py renamed to appengine/standard/endpoints/multiapi/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/i18n/README.md renamed to appengine/standard/i18n/README.md
Copy file name to clipboardappengine/i18n/app.yaml renamed to appengine/standard/i18n/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/i18n/appengine_config.py renamed to appengine/standard/i18n/appengine_config.py
Copy file name to clipboardFile renamed without changes.
appengine/i18n/i18n_utils.py renamed to appengine/standard/i18n/i18n_utils.py
Copy file name to clipboardFile renamed without changes.
appengine/i18n/js.mapping renamed to appengine/standard/i18n/js.mapping
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
appengine/i18n/locales/jsmessages.pot renamed to appengine/standard/i18n/locales/jsmessages.pot
Copy file name to clipboardFile renamed without changes.
appengine/i18n/locales/messages.pot renamed to appengine/standard/i18n/locales/messages.pot
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
appengine/i18n/main.mapping renamed to appengine/standard/i18n/main.mapping
Copy file name to clipboardFile renamed without changes.
appengine/i18n/main.py renamed to appengine/standard/i18n/main.py
Copy file name to clipboardFile renamed without changes.
appengine/i18n/static/js/main.js renamed to appengine/standard/i18n/static/js/main.js
Copy file name to clipboardFile renamed without changes.
appengine/i18n/templates/i18n_js.jinja2 renamed to appengine/standard/i18n/templates/i18n_js.jinja2
Copy file name to clipboardFile renamed without changes.
appengine/i18n/templates/index.jinja2 renamed to appengine/standard/i18n/templates/index.jinja2
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
appengine/images/api/README.md renamed to appengine/standard/images/api/README.md
Copy file name to clipboardExpand all lines: appengine/standard/images/api/README.md+1-1Lines changed: 1 addition & 1 deletion
appengine/images/api/app.yaml renamed to appengine/standard/images/api/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/images/api/blobstore.py renamed to appengine/standard/images/api/blobstore.py
Copy file name to clipboardFile renamed without changes.
appengine/images/api/blobstore_test.py renamed to appengine/standard/images/api/blobstore_test.py
Copy file name to clipboardFile renamed without changes.
appengine/images/api/favicon.ico renamed to appengine/standard/images/api/favicon.ico
Copy file name to clipboardFile renamed without changes.
appengine/images/api/main.py renamed to appengine/standard/images/api/main.py
Copy file name to clipboardFile renamed without changes.
appengine/images/api/main_test.py renamed to appengine/standard/images/api/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/images/guestbook/README.md renamed to appengine/standard/images/guestbook/README.md
Copy file name to clipboardExpand all lines: appengine/standard/images/guestbook/README.md+1-1Lines changed: 1 addition & 1 deletion
appengine/images/guestbook/app.yaml renamed to appengine/standard/images/guestbook/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/images/guestbook/favicon.ico renamed to appengine/standard/images/guestbook/favicon.ico
Copy file name to clipboardFile renamed without changes.
appengine/images/guestbook/index.yaml renamed to appengine/standard/images/guestbook/index.yaml
Copy file name to clipboardFile renamed without changes.
appengine/images/guestbook/main.py renamed to appengine/standard/images/guestbook/main.py
Copy file name to clipboardFile renamed without changes.
appengine/images/guestbook/main_test.py renamed to appengine/standard/images/guestbook/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/localtesting/README.md renamed to appengine/standard/localtesting/README.md
Copy file name to clipboardappengine/localtesting/datastore_test.py renamed to appengine/standard/localtesting/datastore_test.py
Copy file name to clipboardFile renamed without changes.
appengine/localtesting/env_vars_test.py renamed to appengine/standard/localtesting/env_vars_test.py
Copy file name to clipboardFile renamed without changes.
appengine/localtesting/login_test.py renamed to appengine/standard/localtesting/login_test.py
Copy file name to clipboardFile renamed without changes.
appengine/localtesting/mail_test.py renamed to appengine/standard/localtesting/mail_test.py
Copy file name to clipboardFile renamed without changes.
appengine/localtesting/queue.yaml renamed to appengine/standard/localtesting/queue.yaml
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/localtesting/runner.py renamed to appengine/standard/localtesting/runner.py
Copy file name to clipboardFile renamed without changes.
appengine/localtesting/task_queue_test.py renamed to appengine/standard/localtesting/task_queue_test.py
Copy file name to clipboardFile renamed without changes.
appengine/logging/reading_logs/app.yaml renamed to appengine/standard/logging/reading_logs/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/logging/reading_logs/main.py renamed to appengine/standard/logging/reading_logs/main.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/logging/writing_logs/app.yaml renamed to appengine/standard/logging/writing_logs/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/logging/writing_logs/main.py renamed to appengine/standard/logging/writing_logs/main.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/mail/README.md renamed to appengine/standard/mail/README.md
Copy file name to clipboardappengine/mail/app.yaml renamed to appengine/standard/mail/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/mail/attachment.py renamed to appengine/standard/mail/attachment.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/attachment_test.py renamed to appengine/standard/mail/attachment_test.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/handle_bounced_email.py renamed to appengine/standard/mail/handle_bounced_email.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/mail/handle_incoming_email.py renamed to appengine/standard/mail/handle_incoming_email.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
appengine/mail/header.py renamed to appengine/standard/mail/header.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/header_test.py renamed to appengine/standard/mail/header_test.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/index.html renamed to appengine/standard/mail/index.html
Copy file name to clipboardFile renamed without changes.
appengine/mail/send_mail.py renamed to appengine/standard/mail/send_mail.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/send_mail_test.py renamed to appengine/standard/mail/send_mail_test.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/send_message.py renamed to appengine/standard/mail/send_message.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/send_message_test.py renamed to appengine/standard/mail/send_message_test.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/user_signup.py renamed to appengine/standard/mail/user_signup.py
Copy file name to clipboardFile renamed without changes.
appengine/mail/user_signup_test.py renamed to appengine/standard/mail/user_signup_test.py
Copy file name to clipboardFile renamed without changes.
appengine/mailgun/.gitignore renamed to appengine/standard/mailgun/.gitignore
Copy file name to clipboardFile renamed without changes.
appengine/mailgun/README.md renamed to appengine/standard/mailgun/README.md
Copy file name to clipboardappengine/mailgun/app.yaml renamed to appengine/standard/mailgun/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/mailgun/appengine_config.py renamed to appengine/standard/mailgun/appengine_config.py
Copy file name to clipboardFile renamed without changes.
appengine/mailgun/main.py renamed to appengine/standard/mailgun/main.py
Copy file name to clipboardFile renamed without changes.
appengine/mailgun/main_test.py renamed to appengine/standard/mailgun/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/mailgun/requirements.txt renamed to appengine/standard/mailgun/requirements.txt
Copy file name to clipboardFile renamed without changes.
appengine/mailjet/.gitignore renamed to appengine/standard/mailjet/.gitignore
Copy file name to clipboardFile renamed without changes.
appengine/mailjet/README.md renamed to appengine/standard/mailjet/README.md
Copy file name to clipboardappengine/mailjet/app.yaml renamed to appengine/standard/mailjet/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/mailjet/appengine_config.py renamed to appengine/standard/mailjet/appengine_config.py
Copy file name to clipboardFile renamed without changes.
appengine/mailjet/main.py renamed to appengine/standard/mailjet/main.py
Copy file name to clipboardFile renamed without changes.
managed_vms/mailjet/main_test.py renamed to appengine/standard/mailjet/main_test.py
Copy file name to clipboardFile renamed without changes.
appengine/mailjet/requirements.txt renamed to appengine/standard/mailjet/requirements.txt
Copy file name to clipboardFile renamed without changes.
appengine/mailjet/templates/index.html renamed to appengine/standard/mailjet/templates/index.html
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
appengine/memcache/guestbook/README.md renamed to appengine/standard/memcache/guestbook/README.md
Copy file name to clipboardappengine/memcache/guestbook/app.yaml renamed to appengine/standard/memcache/guestbook/app.yaml
Copy file name to clipboardFile renamed without changes.
appengine/memcache/guestbook/favicon.ico renamed to appengine/standard/memcache/guestbook/favicon.ico
Copy file name to clipboardFile renamed without changes.
appengine/memcache/guestbook/index.yaml renamed to appengine/standard/memcache/guestbook/index.yaml
Copy file name to clipboardFile renamed without changes.
0 commit comments