[nodejs] git server built with node

2013-03-18 Thread Tim Dickinson
Hey all, I'm looking for a git server or a module to build a git server with node.js. I have looked at pushover and from what I can tell I could build a git server with it. Can anyone tell me more? Thanks -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyen

Re: [nodejs] git server built with node

2013-03-18 Thread Karl Tiedt
self explanatory... http://www.kickstarter.com/projects/creationix/js-git -Karl Tiedt On Mon, Mar 18, 2013 at 7:14 PM, Tim Dickinson wrote: > Hey all, I'm looking for a git server or a module to build a git server > with node.js. > > I have looked at pushover and from what I can tell I could bu

Re: [nodejs] git server built with node

2013-03-18 Thread Tim Dickinson
Anything current? I'm not looking for a project on kickstarter. On Monday, March 18, 2013 8:16:23 PM UTC-4, Karl Tiedt wrote: > > self explanatory... http://www.kickstarter.com/projects/creationix/js-git > > -Karl Tiedt > > > On Mon, Mar 18, 2013 at 7:14 PM, Tim Dickinson > > > wrote: > >> Hey

Re: [nodejs] git server built with node

2013-03-18 Thread Arunoda Susiripala
I think that's why this kickstarter is born and funded. On Tue, Mar 19, 2013 at 6:27 AM, Tim Dickinson wrote: > Anything current? I'm not looking for a project on kickstarter. > > > On Monday, March 18, 2013 8:16:23 PM UTC-4, Karl Tiedt wrote: > >> self explanatory... http://www.kickstarter.com/*

Re: [nodejs] git server built with node

2013-03-18 Thread Tim Caswell
Tim, I do have a stretch goal in my kickstarter for your use case, but it's not my primary use case. If nothing shows up and I get enough funding, I'll have this for you in a few months. -Tim Caswell On Mon, Mar 18, 2013 at 8:14 PM, Arunoda Susiripala < arunoda.susirip...@gmail.com> wrote: > I

Re: [nodejs] git server built with node

2013-03-19 Thread Michael Collins
I blogged about this a while ago, but ran out of time to do anything with it. This blog post discusses the git HTTP protocol and what you need to do to be able to push to/pull from a remote repository: http://www.michaelfcollins3.me/blog/2012/05/18/implementing-a-git-http-server.html I hope tha

Re: [nodejs] git server built with node

2013-03-19 Thread Tim Dickinson
Ah now we are getting someplace. Thanks for the information I will use it when I build my server. On Monday, March 18, 2013 10:18:20 PM UTC-4, mfcollins3 wrote: > > I blogged about this a while ago, but ran out of time to do anything with > it. This blog post discusses the git HTTP protocol and

Re: [nodejs] git server built with node

2013-03-20 Thread Duncan Gmail
Have you seen pushover https://github.com/substack/pushover On 20 Mar 2013, at 02:55, Tim Dickinson wrote: > Ah now we are getting someplace. Thanks for the information I will use it > when I build my server. > > On Monday, March 18, 2013 10:18:20 PM UTC-4, mfcollins3 wrote: >> >> I blogged a

Re: [nodejs] git server built with node

2013-03-21 Thread Tim Dickinson
Did you read my post? On Wednesday, March 20, 2013 4:25:42 AM UTC-4, mrdnk wrote: > > Have you seen pushover https://github.com/substack/pushover > > On 20 Mar 2013, at 02:55, Tim Dickinson > > wrote: > > Ah now we are getting someplace. Thanks for the information I will use it > when I build my

Re: [nodejs] git server built with node

2013-03-21 Thread Duncan Gmail
Clearly not carefully enough. On 21 Mar 2013, at 09:38, Tim Dickinson wrote: > Did you read my post? > > On Wednesday, March 20, 2013 4:25:42 AM UTC-4, mrdnk wrote: >> >> Have you seen pushover https://github.com/substack/pushover >> >> On 20 Mar 2013, at 02:55, Tim Dickinson wrote: >> >>>

Re: [nodejs] git server built with node

2013-03-21 Thread Duncan Gmail
Tim, This project looks awesome, I'm looking forward to seeing it progressing, and will try to help if I can. - mrdnk On 21 Mar 2013, at 09:38, Tim Dickinson wrote: > Did you read my post? > > On Wednesday, March 20, 2013 4:25:42 AM UTC-4, mrdnk wrote: >> >> Have you seen pushover https://g

Re: [nodejs] git server built with node

2013-04-20 Thread Jose G. Quenum
Hi Quinton, Took a look at gitserver. Interesting. I'd love to see some comparisons to gitolite, especially how flexible it is to manage permissions and add hooks. good job anyway On Apr 18, 2013, at 10:51 PM, Quinton Pike wrote: > I am building a NodeJS multi-tenant git server based on pushover

Re: [nodejs] git server built with node

2013-04-20 Thread Quinton Pike
Here is the link for those that are interested: https://github.com/qrpike/NodeJS-Git-Server Trying to keep it as lightweight and minimal as possible to not get in the way too much. But I should be adding onPush and onFetch triggers per repo very soon. Thanks, On Saturday, April 20, 2013 10:05

Re: [nodejs] git server built with node

2013-07-19 Thread Tim Dickinson
This might just be what im looking for. Im going to play around with the code to see if I can use it. Ill let you know. On Sunday, April 21, 2013 12:49:55 AM UTC-4, Quinton Pike wrote: > > Here is the link for those that are interested: > https://github.com/qrpike/NodeJS-Git-Server > > Trying t