This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f8fa78a54e35d145136f205601ee8a00810d959c
tree 98714b1da086cb20d29f0a5adb5872beaebf2d81
parent ef22fe5fb6462544da30e2da6853dd16a5f7d249
tree 98714b1da086cb20d29f0a5adb5872beaebf2d81
parent ef22fe5fb6462544da30e2da6853dd16a5f7d249
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT_LICENSE | ||
| |
README | Mon Mar 24 08:39:30 -0700 2008 | |
| |
changeset_spoofer.rb | Mon Mar 24 07:14:08 -0700 2008 | |
| |
config.example | Mon Mar 24 08:28:36 -0700 2008 | |
| |
github_unfuddle.rb |
README
GitHub-Unfuddle Bridge ====================== This GitHub-Unfuddle Bridge will automatically create changesets for an Unfuddle process if it is pointed to by a GitHub post-receive hook. Setup ===== The bridge runs a Sinatra (http://sinatra.rubyforge.org/) server that accepts POSTs to its root. Simply get the bridge up and running and then point your GitHub projects' post-receive hooks to it. You will need to configure mappings for each github repository to the corresponding Unfuddle project ID and you will also need mappings of github email addresses to corresponding Unfuddle user IDs. Right now these will have to be pulled out using the Unfuddle API, a tool to extract this data more readily will be forthcoming. You must also make sure to uncheck the "Unfuddle handles my changesets" box in the project settings. Also, this does not yet support 'powerful commits' i.e. closing tickets from a commit message. Look for this functionality soon. More Info ========= Project Home: http://github.com/mbleigh/github-unfuddle/ Contact E-Mail: michael@intridea.com Feel free to fork, this is a project in its infancy!








