[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-14 Thread NP
Thanks for your response. And yes, I was referring to the numeric id. In case it wasn't clear from my post, I actually want the ids to be unique. I was just trying to confirm that it is. The reason I would prefer the ids are unique is because I have seeded data which all my users can use. The

[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-14 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
In order to effectively address your question, I would like to take a moment and explain the characteristics of a Entity . Each entity within Datastore has a key that uniquely identifies it. The key (as you provided) consists of the

Re: [google-appengine] Re: Future of dev_appserver.py - deprecated?

2019-06-14 Thread 'Andrew Gorcester' via Google App Engine
We don't have a replacement for that functionality yet, but I'll record that that's a missing link for people migrating. Thank you! On Fri, Jun 14, 2019 at 3:02 PM Nicolas Grilly wrote: > On Friday, June 14, 2019 at 11:10:21 PM UTC+2, Andrew Gorcester wrote: >> >> If you don't mind me asking,

Re: [google-appengine] Re: Future of dev_appserver.py - deprecated?

2019-06-14 Thread Nicolas Grilly
On Friday, June 14, 2019 at 11:10:21 PM UTC+2, Andrew Gorcester wrote: > > If you don't mind me asking, what are the features of dev_appserver.py > that are still useful with the newer runtimes, which do not have App > Engine-specific APIs and client libraries that dev_appserver was originally

Re: [google-appengine] Re: Future of dev_appserver.py - deprecated?

2019-06-14 Thread 'Andrew Gorcester' via Google App Engine
The recommended alternative is to use what is idiomatic for your framework or other development process, as you would outside of Google Cloud. This is now possible because we no longer require the use of App Engine-specific APIs, handlers definitions, etc. However, dev_appserver.py did have some

[google-appengine] Re: Future of dev_appserver.py - deprecated?

2019-06-14 Thread James Crowley
If there are alternatives I'm missing this would be awesome? The feedback cycle is super slow when testing Google cloud specific code when it takes 30 seconds+ to update a running app (and that's ignoring the downsides of only being able to work online) Thanks J On Friday, 14 June 2019

Re: [google-appengine] Re: Future of dev_appserver.py - deprecated?

2019-06-14 Thread 'Andrew Gorcester' via Google App Engine
We're aiming to build all of our new runtimes so that they don't require dev_appserver.py, by making them support the same APIs and idiomatic local development practices that one would use on any platform. If you don't mind me asking, what are the features of dev_appserver.py that are still useful

[google-appengine] Started having all sorts of import errors starting June 13

2019-06-14 Thread Jay
Hi all, python2.7 runtime We started having all kinds of crazy import errors starting on June 13 in one of our projects. This is code that hasn't changed in at least a couple of years, suddenly we are getting the old "ImportError: cannot import name foo" If I roll back to a recent version

[google-appengine] Re: Future of dev_appserver.py - deprecated?

2019-06-14 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi James, Thanks for opening this thread, To answer your question you are right the dev_appserver.py is not supported with the PHP 7.2 and PHP 7.3 runtimes. To test your app