ooyala / barkeep

The friendly code review system.
getbarkeep.org
1.42k stars 145 forks source link

Add name field to Add new repo tool #488

Closed hutbert closed 10 years ago

hutbert commented 10 years ago

We frequently have the same folder name for our git repos (/home/projectA/project.git, home/projectB/project.git etc...) so auto naming the repository seemed like a problem for us.

I added a name field to change the repo name when adding. Some additional validation on the name field would probably be good - but I'm not much of a ruby guy so that might be better left to the professionals.

hutbert commented 10 years ago

Oops - looks like this is a poorly implemented version of pull request #382. Please ignore if it doesn't make sense.