[google-appengine] Testing, Issue Tracking, Continuous Integration — recommended standard tooling for GAE and Android apps

2016-06-17 Thread Y Forums
I wanted to solicit some opinions on what would be ideal tools for the job. I'd like to ideally use as few as possible and as tightly integrated as possible. (I've read about 20 different threads on this and have some experience at work as well) For any of those, I would favor integrated

Re: [google-appengine] AngularJS Directives working bad in Google App Engine

2013-09-16 Thread Nelson Paz y Miño
'], 'variable_start_string': '((', 'variable_end_string': '))'}}, On Mon, Sep 16, 2013 at 4:32 AM, Nelson Paz y Miño npaz...@gmail.comjavascript: wrote: Hello I'm trying to using the book AngulaJS of Green/Seshadri samples to learn AngularJS

[google-appengine] AngularJS Directives working bad in Google App Engine

2013-09-15 Thread Nelson Paz y Miño
Hello I'm trying to using the book AngulaJS of Green/Seshadri samples to learn AngularJS, but apparently some directives like the ones {{variable}} seems not to be working. Do I need something to set before using AngularJS with Google App Engine. For example the following code for the form is

Re: [google-appengine] Problems with session shared attributes.

2013-08-15 Thread Nelson Paz y Miño
P escribió: On Wed, Aug 14, 2013 at 12:26 AM, Nelson Paz y Miño wrote: In the second servlet I try to get the info from the session like this: String user_owner_id = req.getSession().getAttribute(FBUserID).toString(); String fbcurrency = req.getSession().getAttribute(FBCurrID).toString

[google-appengine] Problems with session shared attributes.

2013-08-14 Thread Nelson Paz y Miño
Hello, I have a problem with session attributes shared across two servlets In the first servlet (doGet method) I set the attributes like this: req.getSession().setAttribute(FBCurrID, fbcurrency); req.getSession().setAttribute(FBUserID, fname1); I have checked and

[google-appengine] How can I undelete (recover) deleted entities?

2011-11-06 Thread Y
I had 30 GB of entities saved over 2-3 years but I only needed the entities for the past 365 days. Since the cost for storage is going way way up, I decided to delete out the unneeded entities. Wrote a simple script to delete out the unneeded entities. After running for a number of hours today,

[google-appengine] QuotaExceededError.QUOTA_EXCEEDED RequestsPerMinute. Please retry your request after 30 seconds.'

2011-06-02 Thread y...@esearchvision.com
Hi to the Google support team, We keep getting lots of quota exceeded messages: QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the quota in the following categories : RequestsPerMinute. Please retry your request after 30 seconds.' Could you increase the limit? Thanks Yaron

Re: [appengine-java] Catching HardDeadlineExceededError

2010-10-08 Thread h-e-n-r-y
I'm also trying to catch the DeadlineExceededException in order to display a custom error page. Announcing the error-Page in web.xml for 500 status does not work for too long running requests. So I opend a try-catch-block like this in my jsp-Page: %@ page session=false %% try { // do sth long

[google-appengine] I can't update my applications

2010-04-19 Thread y...@8-89.com
I changed my email. now I can't update my applications and create application. -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Re: CPU time for trivial datastore roundtrip

2009-07-16 Thread e...@y
Hi Alexander, I have a code which updates the table with 7 fields, one of them being an image, on a certain condition, which would take place once in two days, and then retrieves around 25 records from that table and displays them in an html page which uses Dajngo script. All together, I have

[google-appengine] Logging not working at all

2009-01-25 Thread Y
Logging has stopped working for my application since 20/Jan/ 2009:18:16:19 This includes request-only as well. Anyone else seeing this issue? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group.

[google-appengine] Re: Logging not working at all

2009-01-25 Thread Y
Just want to clarify that this is for the deployed production app --~--~-~--~~~---~--~~ 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

[google-appengine] OverQuotaError with mail.Send()

2009-01-10 Thread Y
I am sometimes getting OverQuotaError when sending a large HTML- formatted email. With most HTML-formatted emails I send out I don;t get any errors and I am well within my daily quota limits. Is there a size limit on the email itsel?. The email with the error is 388,000 bytes.

[google-appengine] Re: deadline exceeded errors

2008-11-10 Thread Y
Any update on this? I'm getting theres errors right now (Nov 10, 2008 at 6:45am EST) On Nov 9, 12:43 pm, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi Joey, Our engineering team is currently looking in to these issues, we'll post more information to the downtime-notify group when it is

[google-appengine] Re: deadline exceeded errors

2008-11-10 Thread Y
Just to be more specific, I am getting these errors when sending email. On Nov 10, 6:46 am, Y [EMAIL PROTECTED] wrote: Any update on this? I'm getting theres errors right now (Nov 10, 2008 at 6:45am EST) On Nov 9, 12:43 pm, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi Joey, Our