[google-appengine] Re: 1.7.4 Pre-release SDKs Available

2012-12-11 Thread Andrew Kandzuba
Thanks for the info! I'll take a look and let you know. Best, Andrew On Monday, December 10, 2012 11:06:41 PM UTC+2, Ludovic Champenois wrote: > > Hi, > We are pushing Maven artifacts the same day as the release, so hopefully > very very soon (tm). > You'll also notice a new Maven App Engine p

Re: [google-appengine] Re: Google Apps No Longer Free

2012-12-11 Thread Fabien Toune
Mmmmh, I would be very happy if you could give a clue on how to do that... The link points me to the classical "30 days trial" page and I would also be very happy to use apps for one single user... Le lundi 10 décembre 2012 19:51:38 UTC+1, Frantisek Fuka a écrit : > > Oops, the direct link menti

[google-appengine] Datastore Admin backup.create

2012-12-11 Thread Moises Belchin
In my app.yaml I have this: - url: /_ah/datastore_admin.* script: google.appengine.ext.datastore_admin.main login: admin And I try to urlFetch this url: https://[MyAppId]. appspot.com/_ah/datastore_admin/backup.create?name=day_month_&kind=MyKind&filesystem=gs&gs_bucket_name=MyBucket&queue=

[google-appengine] Re: Webdesign startup

2012-12-11 Thread Evert Heylen
a friendly bump... -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/EZOyHjo8swYJ. To post to this group, send email to google-appengine@googlegroups

Re: [google-appengine] Re: Webdesign startup

2012-12-11 Thread Barry Hunter
AFAIK Its a limit of 10 free apps. There is no limit to the number of Paid applications. On Tue, Dec 11, 2012 at 7:40 PM, Evert Heylen wrote: > a friendly bump... > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this dis

[google-appengine] Re: Why am I not allowed to reserve backend instance hours?

2012-12-11 Thread Kesava Neeli
Anyoneone from AppEngine has an answer as to when/if they allow reserved hours for backends? We use B4 instances and it's a big cost for us. Didn't realize the reserved hours affected ONLY FE instances. All my backend instance hours are charged at normal rate. On Monday, December 5, 2011 7:27:

Re: [google-appengine] Re: Google Apps No Longer Free

2012-12-11 Thread River
Jeff, You're probably right that no-one in GAE team has input on pricing strategy for Google Apps, so therefore pointless to vent here. It's a good point and I apologize for diluting a tech thread with this. But it's also not 100% impossible that Greg could put a word through to someone with se

Re: [google-appengine] Re: Webdesign startup

2012-12-11 Thread Evert Heylen
So if I just enable billing on an app it won't be taken in account for the maximum of 10 apps, right? And how about the domains? On Tuesday, December 11, 2012 9:13:44 PM UTC+1, barryhunter wrote: > > AFAIK Its a limit of 10 free apps. There is no limit to the number of Paid > applications. > >

Re: [google-appengine] Re: Webdesign startup

2012-12-11 Thread Barry Hunter
You can associate any number of domains (via Google Apps) with a AppEngine App - free or paid. So could just have one multi-tenant app serve lots of domains. There is still a special free version of Google Apps - with one user, that is enough to be able to accociate a domain with a AppEngine App

Re: [google-appengine] Re: Webdesign startup

2012-12-11 Thread Evert Heylen
Thank you very much. I'll go finish my CMS and make some websites :) On Tuesday, December 11, 2012 9:41:14 PM UTC+1, barryhunter wrote: > > You can associate any number of domains (via Google Apps) with a AppEngine > App - free or paid. > > So could just have one multi-tenant app serve lots of d

[google-appengine] Cannot direct link to the Standard Google Apps creation screen

2012-12-11 Thread Jason Collins
It's nice that Google has provided a way to create a single-user, standard Google Apps account for the purpose of mapping a custom domain to App Engine (hopefully this is a stopgap because it's still a major pain to set this up just for the domain mapping - see (and star!) Issue 8528

[google-appengine] Re: Changing AppEngine's XMPP account profile picture

2012-12-11 Thread Antonio Carioca
What a shame. That would make the whole thing look so much more professional, right? On Wednesday, November 14, 2012 2:25:39 PM UTC+11, David Hardwick wrote: > > No, I've had the same need and it cannot be done. I'm pretty sure there's > an issue tracker you vote up on it. > > On Monday, Novemb

[google-appengine] Re: Datastore Admin backup.create

2012-12-11 Thread Arie Ozarov
Any reason you are not using Cron for that? https://developers.google.com/appengine/articles/scheduled_backups I think the authentication need should not be a problem if you submit your request using a taskqueue rather than urlfetch. e.g: taskqueue.add(url='/_ah/datastore_admin/backup.create', p

[google-appengine] Re: Why am I not allowed to reserve backend instance hours?

2012-12-11 Thread pdknsk
http://code.google.com/p/googleappengine/issues/detail?id=7411 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-app

[google-appengine] Google has only fixed 1 out of 25 cherry picked bugs

2012-12-11 Thread pdknsk
That's how I interpret the cherry-1 label. The bugs were picked about 7 months ago. http://code.google.com/p/googleappengine/issues/list?can=1&q=label%3Acherry-1 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send e

[google-appengine] Re: New experimental development server for Python

2012-12-11 Thread Brian Quinlan
We have released a new version of the development server: To download: http://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?name=devappserver2-v0.3.zip Changes: - threads are implicitly joined on request exit - basic taskqueue UI (more later) - fixes for virtualenv - windo

Re: [google-appengine] Re: New experimental development server for Python

2012-12-11 Thread PK
Great... Thanks!! More regression tests pass now but one of them fails with the message below. I am on 1.7.3, all my tests pass with the regular dev server. BadRequestError: remote_api supports transactional queries only in the high-replication datastore. Is this something consistent with the

Re: [google-appengine] Re: New experimental development server for Python

2012-12-11 Thread PK
I looked in more detail the stack trace and hits an issue I had seen before that was fixed when bug 3643 was fixed. The bug was fixed in 1.7.2, I am wondering whether you could have forked some code before that fix went in? On Dec 11, 2012, at 10:47 PM, PK wrote: > Great... Thanks!! > > More

[google-appengine] Delay in commit the code into the SVN Repository and delay in launching urls.

2012-12-11 Thread Satyarao Kambapu
Hi All, When i try to check-in the code into svn repository, *progressing is very slow,* even if i do pause protect my anti virus(Kaspersky). And also getting more delay in *launching urls* in eclipse, when i try to run my application locally. Please help me in this regard, if anybody having