Re: Look up repository by name with reviewboard python api

2013-12-16 Thread Christian Hammond
Hi Chris, It does stink. The API doesn't support this sort of lookup right now. The timing is great, because I was just thinking about this yesterday, and want to get this in for the next 1.7. RBTools does the same terrible loop (and we'll need to at least fall back on it for older releases), but

Look up repository by name with reviewboard python api

2013-12-16 Thread Chris Burel
Hi, I'm looking for a way to look up a reviewboard repository by its name using the python api. We're currently moving our single CVS repo to a modularized git one, and so we're expecting the number of repositories that reviewboard has to manage to grow very quickly. So, what I'm trying to do