[freehub-users] Moved project hosting to GitHub

5 views
Skip to first unread message

Alon Salant

unread,
Apr 21, 2010, 8:53:27 PM4/21/10
to freehu...@googlegroups.com
Hello, anyone out there?

Apologies on Google's behalf for the spam over the last couple months.
I think Google has it under control now.

For anyone interested, I have finally moved the Freehub project
hosting (wiki, issue tracking, source control) to GitHub, a modern
collaborative environment better suited to Freehub.

http://wiki.github.com/asalant/freehub/

Alon

--
You received this message because you are subscribed to the Google Groups "Freehub Users" group.
To post to this group, send email to freehu...@googlegroups.com.
To unsubscribe from this group, send email to freehub-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/freehub-users?hl=en.

Tony Olivo

unread,
Jun 6, 2010, 8:50:40 PM6/6/10
to freehu...@googlegroups.com
Alon, I noticed there is a fork of freehub by sc0ttbeardsley? Scott,
are you on this list? I wanted to check if that was a test fork or if
there's something there to be looking at.

I've just gotten the source downloaded and have been looking through.
There are a number of things I'd like to add to make freehub a more
suitable replacement for the spreadsheet system we use now. For one,
we try to track time in and time out and that's probably the easiest
thing to add as a first step. I think we have a few other minor
additions like that that help us write grants and show the community
impact.

Well, here's to hoping someone else is out there!
-Tony
Durham Bike Coop

Alon Salant

unread,
Jun 6, 2010, 11:57:19 PM6/6/10
to freehu...@googlegroups.com
It doesn't look like Scott has checked in anything to his fork:

http://github.com/asalant/freehub/network

If you are planning to work on Freehub, the best way to do that is to
fork it and then check that forked repo out to do your work. That'll
be the easiest way for you to do your thing and for me pull in
enhancements.

If you would like your enhancements to make it back in to the main
Freehub version (I would like that), please write tests.

For an advanced workflow for using Git to collaborate on open source
projects see http://mojodna.net/2009/03/09/my-public-git-workflow.html.
In the case of Freehub it's really the simplest case b/c there are
simply so few contributors at this time.

For implementing tracking time out, I assume you'll want to modify
Visit to do this. I could see doing this by migrating Visit.datetime
to Visit.checked_in_at and adding Visit.checked_out_at. Combine that
with a 'Check Out' button on the visits list page and you could be
good to go.

On the top of my list for next major enhancement is to add tags for
people. We're finding we want to track a lot of things like who is
staff, who is qualified as a mechanic, who has a key to the shop and
tags seem like a good free form way to support that and a lot of other
future unknown cases.

Alon

Tony Olivo

unread,
Jun 7, 2010, 8:10:16 AM6/7/10
to freehu...@googlegroups.com
Ah ha, I was wondering why the github network page was empty, because I
didn't have flash running in konqueror. That makes more sense now.

Regarding tests, that was going to be one of my follow up questions,
what test suite is in use? I'm following http://www.railstutorial.org/
to get myself familiar, and they use rspec. It doesn't seem to match
what's present in the freehub code. Is that just built on rails's
Test::Unit module? (I haven't dug into either the test code or
Test::Unit enough to know yet).

Tagging does seem like a good idea for pretty much the reasons you just
listed.

Thanks,
-Tony

Alon Salant

unread,
Jun 7, 2010, 12:24:31 PM6/7/10
to freehu...@googlegroups.com
Yeah, Freehub is just using vanilla Test::Unit.
Reply all
Reply to author
Forward
0 new messages