Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f39766c

Browse filesBrowse files
committed
Merge pull request GoogleCloudPlatform#361 from GoogleCloudPlatform/rename
Rename MVM To Flexible
2 parents 1bc6112 + 711e3a2 commit f39766c
Copy full SHA for f39766c

File tree

Expand file treeCollapse file tree

438 files changed

+44
-43
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

438 files changed

+44
-43
lines changed
File 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
File 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
File renamed without changes.
File 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File 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/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
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 numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extend the Managed VMs python-compat runtime.
1+
# Extend the App Engine Flexible python-compat runtime.
22
FROM gcr.io/google_appengine/python-compat-multicore
33

44
# Install the fortunes binary from the debian repositories.

‎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

‎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_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
File 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 numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# This file specifies your Python application's runtime configuration.
16-
# See https://cloud.google.com/appengine/docs/managed-vms/config for details.
16+
# See https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml
1717

1818
runtime: custom
1919
vm: true

‎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
File renamed without changes.
File 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 numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!doctype html>
1717
<html>
1818
<head>
19-
<title>Mailgun on Google App Engine Managed VMs</title>
19+
<title>Mailgun on Google App Engine Flexible Environment</title>
2020
</head>
2121
<body>
2222
<!-- [START form] -->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File 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
File renamed without changes.
File 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 numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!doctype html>
1717
<html>
1818
<head>
19-
<title>Pub/Sub Python on Google App Engine Managed VMs</title>
19+
<title>Pub/Sub Python on Google App Engine Flexible Environment</title>
2020
</head>
2121
<body>
2222
<div>

‎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
File renamed without changes.
File 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 numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!doctype html>
1717
<html>
1818
<head>
19-
<title>SendGrid on Google App Engine Managed VMs</title>
19+
<title>SendGrid on Google App Engine Flexible Environment</title>
2020
</head>
2121
<body>
2222
<!-- [START form] -->

‎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/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
File renamed without changes.
File 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
File renamed without changes.
File 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/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 numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!doctype html>
1818
<html>
1919
<head>
20-
<title>Google App Engine Managed VMs - Python Websockets Echo</title>
20+
<title>Google App Engine Flexible Environment - Python Websockets Echo</title>
2121
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2222
</head>
2323
<body>
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.
File renamed without changes.
File renamed without changes.
File 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
File 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
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.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.