[google-appengine] How to implement endpoint authentication without hardcoding client identifiers?

2014-06-17 Thread Cezary Wagner
How can I secure endpoints with authentication using for example Google Accounts or OAuth2? Is it possible to do it at all? I read many sample in web but not found solution which allow keep user database out of code. Current solution for authentication is not sufficient for it -

[google-appengine] Please help with some hints - Implementing unicode tags (language Polish, None English, ...) with use search API.

2014-04-29 Thread Cezary Wagner
I found some bug which not allow me to use tags with unicode names like: http://stackoverflow.com/questions/23349600/how-to-query-atom-field-with-unicode-value-in-google-app-engine-production-searc https://code.google.com/p/googleappengine/issues/detail?id=10861 This code not allows me to find

[google-appengine] Is fulltext search support unicode?

2014-03-06 Thread Cezary Wagner
I found problem on production with such query: distance(geoLocation, geopoint(None, None)) = 5 AND tag:zamówienia internetowe Is fulltext search not support unicode on production? BTW This query works fine on SDK so I can not detect this error on SDK.

Re: [google-appengine] How to make endpoints working with endpoints old_dev_appserver.py and Dart?

2014-03-05 Thread Cezary Wagner
allow debugging == mean :) == I see random list of Google APIs instead of requested MY API. API Explorer shows MY API with dev_appserver.py. For both I use same url. IT NOT WORKS. W dniu poniedziałek, 3 marca 2014 19:41:41 UTC+1 użytkownik Vinny P napisał: On Mon, Mar 3, 2014 at 7:02 AM, Cezary

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-05 Thread Cezary Wagner
my experience, stepping through code is much slower on eclipse than pdb. I disagree with your other comments; pdb is fine for professional use on huge projects. On Sunday, March 2, 2014 3:57:22 PM UTC-8, Cezary Wagner wrote: I found some combo like Pydev 3.3.3 + Eclipse 3.8.x

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-05 Thread Cezary Wagner
. On Tuesday, March 4, 2014 5:53:06 AM UTC+8, D X wrote: From my experience, stepping through code is much slower on eclipse than pdb. I disagree with your other comments; pdb is fine for professional use on huge projects. On Sunday, March 2, 2014 3:57:22 PM UTC-8, Cezary Wagner

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-05 Thread Cezary Wagner
2, 2014 6:49:14 PM UTC-5, Cezary Wagner wrote: Thanks for hints - it is not helpful. Discussion is very old and there is not clear conclusion In my opinion pdb is good for hobbists - placing break points by editing code it is good for 100 lines programs or amateurs - sadomacho :) It looks

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-05 Thread Cezary Wagner
...@claystreet.comjavascript: wrote: I've been using PyCharm and am very pleased with it. I've also used JetBrains' WebStorm with node.js projects and was quite pleased with that as well. On Sunday, March 2, 2014 6:49:14 PM UTC-5, Cezary Wagner wrote: Thanks for hints - it is not helpful. Discussion

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-05 Thread Cezary Wagner
it for simple debugging. Tell me can I debug in pdb with one click or forward with one key? W dniu środa, 5 marca 2014 01:21:53 UTC+1 użytkownik Vinny P napisał: On Sun, Mar 2, 2014 at 5:49 PM, Cezary Wagner cezary...@gmail.comjavascript: wrote: In my opinion pdb is good for hobbists

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-05 Thread Cezary Wagner
, March 4, 2014 5:53:06 AM UTC+8, D X wrote: From my experience, stepping through code is much slower on eclipse than pdb. I disagree with your other comments; pdb is fine for professional use on huge projects. On Sunday, March 2, 2014 3:57:22 PM UTC-8, Cezary Wagner wrote: I found

[google-appengine] How to make endpoints working with endpoints old_dev_appserver.py and Dart?

2014-03-03 Thread Cezary Wagner
http://stackoverflow.com/questions/22118196 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this

[google-appengine] Is possible GAE Python27 SDK 1.8.x or 1.9.x with Aptana + PyDev?

2014-03-03 Thread Cezary Wagner
Simple question is possible to use Aptana + PYdev? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to

[google-appengine] Is old_dev_appserver.py supports enpoints?

2014-03-03 Thread Cezary Wagner
I try to write some Dart client to endpoints and want to use old_dev_appserver.py since work nice with debugger. Can I use it? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-02 Thread Cezary Wagner
there is no usable debugger for it :) W dniu niedziela, 2 marca 2014 17:50:44 UTC+1 użytkownik Vinny P napisał: On Sat, Mar 1, 2014 at 9:59 AM, Cezary Wagner cezary...@gmail.comjavascript: wrote: What is the best tools to use dev_appserver.py with breakpoint and debugging - what is the best

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-02 Thread Cezary Wagner
I found some combo like Pydev 3.3.3 + Eclipse 3.8.x (but no Django templates support or Aptana!). It allow fast debugging with little slower coding. W dniu poniedziałek, 3 marca 2014 00:49:14 UTC+1 użytkownik Cezary Wagner napisał: Thanks for hints - it is not helpful. Discussion is very

[google-appengine] What is the best tools set to develop/debug Python27/Django Google App Engine Applications

2014-03-01 Thread Cezary Wagner
What is the best set of tools to develop Python27/Django templates :) It should allow debug/develop with dev_appserver.py? It should allow debug/develop with old_dev_appserver.py? I am using Eclipse + Aptana + PyDev 2.7.x. -- You received this message because you are subscribed to the Google

[google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-01 Thread Cezary Wagner
What is the best tools to use dev_appserver.py with breakpoint and debugging - what is the best choice. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] When SDK1.7.3 datastore API will be fixed and invalid code incompatible with python 2.5 will be removed?

2012-10-25 Thread Cezary Wagner
I found serious bug in SDK1.7.3 - probably in production what not allow use datastore anymore. http://code.google.com/p/googleappengine/issues/detail?id=8335sort=-idcolspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log -- You received this message

[google-appengine] When there will be timeline for solving 200 index limitation which lead to major pain with medium or large application developement?

2012-10-25 Thread Cezary Wagner
Current Google App Engine architecture lead to major problem with 200 index limitation since: 1. Queries requires many indexes sometimes little overlapping - for example I have (A, B, C) with sort on (D) but it is required to create also (A, B) for sort on (D) - try to add some

[google-appengine] Re: 1.7.0 Prerelease Now Available

2012-06-21 Thread Cezary Wagner
Number not matter - matter features. Better is stable application than fireworks :) On Jun 21, 9:30 am, Carlos Aguilar Moreno c.aguim...@gmail.com wrote: I'm a bit dissapointed. Why next version isn't 1.6.7? What's the big improve? On Jun 20, 9:00 pm, Christopher Ramírez

[google-appengine] Re: App Engine SDK 1.6.2 is out!

2012-02-03 Thread Cezary Wagner
Brandom, please cut message tails since it not readable :) http://groups.google.com/group/google-appengine/browse_thread/thread/986e19cd7366a655 Example: We aren't real bright here. We didn't do much with tasks until recently J We knew we should but to make our code work on multiple platforms

[google-appengine] Re: Free Write and Read Operations

2012-02-03 Thread Cezary Wagner
I do some tool which list all tables and shows bottlenecks base on: https://code.google.com/intl/en/appengine/docs/billing.html. First of all do indexed=False for all fields! - not sure about overhead of import tools since could generate more operation than is need. On Feb 3, 7:55 am, Robert

[google-appengine] Re: Why in 1.6.2 there is no 1.3 Django on servers - release notes says that is done???

2012-02-03 Thread Cezary Wagner
Still not have idea why in 2.5 python on server there is not django in library directory - why path set by use_library is empty? On Feb 2, 6:37 pm, Cezary Wagner cezary.wag...@gmail.com wrote: Hi I found that there is notDjango1.3on servers since path is empty - how it passed tests

[google-appengine] Re: Why in 1.6.2 there is no 1.3 Django on servers - release notes says that is done???

2012-02-03 Thread Cezary Wagner
/django-1.3 D 2012-02-03 20:46:40.386 ['django'] On Feb 3, 6:41 pm, Cezary Wagner cezary.wag...@gmail.com wrote: Still not have idea why in 2.5 python on server there is not django in library directory - why path set by use_library is empty? On Feb 2, 6:37 pm, Cezary Wagner cezary.wag...@gmail.com

[google-appengine] Why in 1.6.2 there is no 1.3 Django on servers - release notes says that is done???

2012-02-02 Thread Cezary Wagner
Hi I found that there is not Django 1.3 on servers since path is empty - how it passed tests with such bug??? http://code.google.com/p/googleappengine/issues/detail?id=6847sort=-idcolspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log In case old django

[google-appengine] Re: App Engine SDK 1.6.2 is out!

2012-02-02 Thread Cezary Wagner
Brandon, please cut message tail since it not readable/repetition - your tail is longer than response near 100 times :) On Feb 2, 7:57 am, Brandon Wirtz drak...@digerat.com wrote: We aren't real bright here. We didn't do much with tasks until recently J We knew we should but to make our code

[google-appengine] Re: App Engine SDK 1.6.2 is out!

2012-02-01 Thread Cezary Wagner
Still no Django 1.3 since not deployed on server - check this out: http://code.google.com/p/googleappengine/issues/detail?id=6847sort=-idcolspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log On Feb 1, 2:20 pm, sebastián serrano sebastian.serr...@gmail.com

[google-appengine] Re: is app engine down? I'm seeing a huge number of deadline errors and our app failing to server, hr datastore

2012-01-31 Thread Cezary Wagner
I am feel that some week ago same was on M/S so maybe next version is comming - whatever it should be more stable - I currently use M/S and there is not problems planning to go to hrd but see that it is not good time to do it in this week maybe :) On Jan 31, 8:28 pm, Marzia Niccolai

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-19 Thread Cezary Wagner
Alexis, It looks that GEA has hidden balancing/lack of resources problems or deadlocks both results in RANDOM problems. I think about moving to HRD but it looks that you suffer same on HRD the last days so it will not help till GEA will not generate RANDOM problems - I do some optimization it

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-17 Thread Cezary Wagner
load time issues you have memory usage issues as well. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Cezary Wagner Sent: Monday, January 16, 2012 2:37 PM To: Google App Engine Subject: [google-appengine] Re

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-17 Thread Cezary Wagner
Kenneth, The timeouts could not be 10s or 15s - since DeadlineExceededErrors occurs in my logs is about 60s - I think that 10s or 15s is myths or wrong implementation since what is sense to give 60s if it should start in 15s??? Common timeouts are: 64608ms, 70806ms, 63093ms, 64499ms, ... On

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-17 Thread Cezary Wagner
happy shiny people, rather than running on the unsupported, failed experiment that M/S is. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Cezary Wagner Sent: Tuesday, January 17, 2012 1:43 AM To: Google App

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-16 Thread Cezary Wagner
Brandom, I think that problem of DeadlinesExceeds is different: 1st of GAE availability is not measure considering DeadlinesExceeds - it will be rather not 100%. If it not monitored it has not impact on quality. Am I wrong? This is data for the last week: Day Total checksOutages Failed

[google-appengine] Re: many uncaused 500 status code, who to contact?

2011-12-13 Thread Cezary Wagner
Same problem. On 12 Gru, 22:28, thstart thst...@gmail.com wrote: I have the same issue today - usually my app is very fast. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to