-
Notifications
You must be signed in to change notification settings - Fork 1k
updates drupal sample for env:flex #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just few nits, merge anytime
@@ -1,13 +1,13 @@ | |||
Drupal 8 on Managed VMs | |||
======================= | |||
Drupal 8 on App Engine Flexible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's App Engine Flexible Environment
@@ -4,8 +4,10 @@ | |||
}, | |||
"require-dev": { | |||
"guzzlehttp/guzzle": "^6.2", | |||
"google/cloud-tools": "<1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we discuss it recently and concluded that we should use "~1.0|~0.5" or something.
@@ -1,4 +0,0 @@ | |||
location / { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay!
* Upgrade endpoints to env flex (#230) * WIP for endpoints on env:flex * updates tests for endpoints app - requires 'gcloud beta app deploy' * updates google/cloud-tools version for semantic versioning * upgrade pubsub sample to env:flex (#228) * upgrades symfony sample to env:flex (#227) * upgrades symfony sample to env:flex * updates google/cloud-tools version for semantic versioning * upgrade sendgrid sample to env flex (#226) * upgrades staticcontent sample to env:flex (#225) * upgradces twilio sample to env:flex (#224) * update analytics sample for env:flex (#222) * updates datastore sample to env:flex (#221) * updates Mailgun sample for env:flex (#220) * upgrades Mailjet sample for env:flex (#219) * updates cloudsql sample to env:flex (#218) * updates drupal sample for env:flex (#217) * adds proper cs
No description provided.