Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-10 Thread Kevin Glavin
Later than expected, but here we go folks: https://github.com/archen/django-tests There are some barebones instructions for contributing and direction. Feel free to reach out to me directly for any assistance or questions so I can better document the process for anyone else interested in

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-02 Thread Kevin Glavin
Hi all, Working on getting the repo baselined and pushed to github this weekend. Had a hellacious past week. Will provide the URL ASAP. — Sent from Mailbox On Sat, May 2, 2015 at 6:15 AM, Pradeek J wrote: > Any updates on this? I also want to take a crack at this and

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-02 Thread Pradeek J
Any updates on this? I also want to take a crack at this and think its best to not duplicate efforts. Let me know how I can pitch in. On Wednesday, April 22, 2015 at 10:25:17 PM UTC+5:30, Kevin Glavin wrote: > > Thank you everyone for your interest. I spoke with Tim last night to start >

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-23 Thread Florent Pastor
That's an interesting project, good luck and keep us posted :) On Wed, Apr 22, 2015 at 5:55 PM, Kevin Glavin wrote: > Thank you everyone for your interest. I spoke with Tim last night to start > piecing together the strategy. The gameplan on my end is to start a repo >

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-22 Thread Kevin Glavin
Thank you everyone for your interest. I spoke with Tim last night to start piecing together the strategy. The gameplan on my end is to start a repo that we can all work from and (in)formally define the high level strategy. I'll enter any work items as issues on the github repo and share the

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-22 Thread Micah Hausler
I've had a bit of experience with Docker and docker-compose (formerly fig), as I wrote the RST docs for docker-py, then reformatted them to MD. (https://github.com/docker/docker-py/commits?author=micahhausler) I also wrote a container transformation library for converting docker-compose files

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-21 Thread Tommy Beadle
I have a decent amount of Docker experience. Doing something like this definitely sounds like a reasonable thing to do with Docker. I'd be willing to help out. On Tue, Apr 21, 2015 at 1:25 PM, Tim Graham wrote: > Hi John, > > Kevin and I are going to chat about it

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-21 Thread Tim Graham
Hi John, Kevin and I are going to chat about it tonight. I'll keep this thread updated with ours plans and progress. Tim On Tuesday, April 21, 2015 at 1:00:46 PM UTC-4, John Giannelos wrote: > > Hey all, > > I would also be interested to contribute to this effort. > Is there a ticket/github

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-21 Thread John Giannelos
Hey all, I would also be interested to contribute to this effort. Is there a ticket/github issue to track it? Best, John On Sun, Apr 19, 2015 at 11:18 AM, Kevin Glavin wrote: > Hi Tim, > > I have been using Docker, Vagrant, and Jenkins for a while now > independently.

Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-19 Thread Kevin Glavin
Hi Tim, I have been using Docker, Vagrant, and Jenkins for a while now independently. Would love to help out with this effort. Feel free to reach out to me privately if you'd like to continue the discussion. -- You received this message because you are subscribed to the Google Groups "Django

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-18 Thread Shai Berger
On Saturday 18 April 2015 02:27:17 Tim Graham wrote: > I would like a knowledgeable person who has time and interest to take the > lead on this and I could work with you based on my experience with Jenkins. > Feedback welcome! > I am not an expert on any of the tech involved, I just wanted to

Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-17 Thread Tim Graham
In 2012, Julien Phalip started the djangocore-box project [1]: "A virtual machine for running the Django core test suite with every supported version of Python, every supported database backend and other dependencies." Unfortunately, the project hasn't seen an update in a year and a half, and