[web2py] Re: Web2py Integration with Sentry

2016-01-20 Thread James Q
Sorry, I ended up not using web2py so I never got to this :( On Monday, January 6, 2014 at 10:14:46 PM UTC-5, James Q wrote: > > Has anyone ever integrated web2py an Sentry ( > https://github.com/getsentry/sentry)? I would like it if all web2py > generated exceptions generate a ticke

Re: [web2py] Re: Web2py Integration with Multiple Oauth Logins

2014-02-23 Thread James Q
lt than te one installed manually. This should be > exactly the same right? Are you sure everything is included in the one > packed by yourself? > > Regards, > > Quint > > > On Saturday, February 22, 2014 4:15:11 AM UTC+1, James Q wrote: >> >> Interesting plugin

[web2py] Re: Web2py Integration with Multiple Oauth Logins

2014-02-21 Thread James Q
nes? On Friday, February 21, 2014 3:55:00 AM UTC-5, Quint wrote: > > Hi, > > You could have a look at > python-social-auth<https://github.com/omab/python-social-auth> and > if you like it and don't know how to integrate it, have a look at this > plugin <

[web2py] Web2py Integration with Multiple Oauth Logins

2014-02-18 Thread James Q
I have a feeling that this topic comes up often, but I cannot seem to Google a good solution to this. Essentially, I want users to be able to login using either the built in Auth, or login via some Oauth provider, like Twitter and Facebook. I have seen previous solutions using ExtendedLoginForm

Re: [web2py] Re: Web2py Integration with Sentry

2014-01-16 Thread James Q
rity issue OR > 2) does not break backward compatibility AND > 3) makes web2py faster OR > 4) add a new functionality without making previous behavior slower > > On Wednesday, 15 January 2014 00:41:54 UTC-6, James Q wrote: >> >> Massimo: Would you consider taking a pa

[web2py] Re: Web2py Integration with Sentry

2014-01-14 Thread James Q
gging system > > and expect the second except to catch anything. Look instead into > scritps/tickets2db.py and scripts/tickets2email.py and modify them to do > what you need to do. > > > On Wednesday, 8 January 2014 23:27:46 UTC-6, James Q wrote: >> >> Interesting. I hav

[web2py] Re: Web2py Integration with Sentry

2014-01-09 Thread James Q
#x27;t, but I've done something similar with a different piece of > software. You'd usually just use it as a wsgi middleware around your app. > So you'd need to run web2py as wsgi and wrap it with Sentry. > > On Monday, January 6, 2014 8:14:46 PM UTC-7, James Q wrote: >

[web2py] Web2py Integration with Sentry

2014-01-07 Thread James Q
Has anyone ever integrated web2py an Sentry (https://github.com/getsentry/sentry)? I would like it if all web2py generated exceptions generate a ticket like usual, but also generates an event to a sentry server. Has anyone ever done this? If not, could anyone point to where I would need to patc