Sorry folks, I've been stretched a bit thin with my LPTHW 2nd Edition work. The mongrel2.org site is due for a refresh soon, but in the meantime I've put the tickets back up so people can hack on them: http://mongrel2.org:9876/rptview?rn=2 Sometime today I'll be putting the new site and docs up (I hope). Also, if someone wants to try pulling the tickets out of the fossil sqlite3 database and shoving them into github I'd be alright with that. Thanks. -- Zed A. Shaw http://zedshaw.com/
I can take a look at getting the tickets into github however I don't have access to the fossil tickets DB. Can someone share it? Thanks Juba @jubaborgohain On Jun 20, 2011 12:11 PM, "Zed A. Shaw" <zedshaw@zedshaw.com> wrote:
I was going to look at the same thing. The new GitHub v3 API has robust ticket-adding support that the v2 one didn't have. Unfortunately it's so new that none of the libraries have been updated to support it. Juba, if you don't want to dive into that, I'll be happy to start this evening. On Mon, Jun 20, 2011 at 4:43 PM, Jubaraj Borgohain <jubarajborgohain@gmail.com> wrote: > I can take a look at getting the tickets into github however I don't have > access to the fossil tickets DB. Can someone share it? > > Thanks > Juba > @jubaborgohain > > On Jun 20, 2011 12:11 PM, "Zed A. Shaw" <zedshaw@zedshaw.com> wrote: >
Sounds good to me. Thank you! Juba @jubaborgohain On Jun 20, 2011 6:56 PM, "Jon Rosebaugh" <chairos@gmail.com> wrote:
On Mon, Jun 20, 2011 at 04:55:56PM -0700, Jon Rosebaugh wrote: > I was going to look at the same thing. The new GitHub v3 API has > robust ticket-adding support that the v2 one didn't have. > Unfortunately it's so new that none of the libraries have been updated > to support it. > > Juba, if you don't want to dive into that, I'll be happy to start this evening. Cool, we only want the open tickets, not the deferred or the closed ones. I'll put up a cleaned up .fossil that you can grab later tonight. -- Zed A. Shaw http://zedshaw.com/
Well, here's my first attempt (I hope librelist allows attachments). It uses the latest SQLAlchemy; it shouldn't be too hard to adapt to pure DB-API, but SQLAlchemy is what I'm used to. On Mon, Jun 20, 2011 at 5:01 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote: > On Mon, Jun 20, 2011 at 04:55:56PM -0700, Jon Rosebaugh wrote: >> I was going to look at the same thing. The new GitHub v3 API has >> robust ticket-adding support that the v2 one didn't have. >> Unfortunately it's so new that none of the libraries have been updated >> to support it. >> >> Juba, if you don't want to dive into that, I'll be happy to start this evening. > > Cool, we only want the open tickets, not the deferred or the closed > ones. > > I'll put up a cleaned up .fossil that you can grab later tonight. > > -- > Zed A. Shaw > http://zedshaw.com/ >
On Mon, Jun 20, 2011 at 10:43:09PM -0700, Jon Rosebaugh wrote: > Well, here's my first attempt (I hope librelist allows attachments). > > It uses the latest SQLAlchemy; it shouldn't be too hard to adapt to > pure DB-API, but SQLAlchemy is what I'm used to. Worked great Jon: https://github.com/zedshaw/mongrel2/issues Thanks a bunch. -- Zed A. Shaw http://zedshaw.com/