Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2011-04-20 Thread reviewboard


Comment #11 on issue 1834 by gustavon...@2degreesnetwork.com: GitHub  
support should accommodate GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

I forgot to mention that the problem is that Review Board sets USERNAME to  
ORGANIZATION_NAME, ignoring whatever you put in the form for the username.


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



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2011-04-20 Thread reviewboard


Comment #10 on issue 1834 by gustavon...@2degreesnetwork.com: GitHub  
support should accommodate GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

Sorry, wrong URL. It should be something like:

http://github.com/api/v2/yaml/blob/show/ORGANIZATION_NAME/PROJECT_NAME/?login=USERNAME&token=API_TOKEN

And you have to replace "ORGANIZATION_NAME", "PROJECT_NAME", "USERNAME"  
and "API_TOKEN".


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



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2011-04-20 Thread reviewboard


Comment #9 on issue 1834 by gustavon...@2degreesnetwork.com: GitHub support  
should accommodate GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

Private organizations do work in v1.5.5, but you have to adjust some  
settings by hand: Once you have created the private repository, you have to  
edit it to set "Raw file URL mask" to it to something like:


http://github.com/api/v2/yaml/blob/show/ORGANIZATION_NAME/twod/?login=USERNAME&token=API_TOKEN

Note that you have to replace "ORGANIZATION_NAME", "USERNAME"  
and "API_TOKEN".


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



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2011-04-19 Thread reviewboard


Comment #8 on issue 1834 by chip...@gmail.com: GitHub support should  
accommodate GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

Organizations absolutely work. We use them for a component of Review Board.

Private standalone repos also absolutely work. I use Review Board daily  
with one of them.


Now, private organizations do not work. There is a patch up for that,  
though, and we'll be fixing that for 1.5.6.


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



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2011-04-19 Thread reviewboard


Comment #7 on issue 1834 by br...@janrain.com: GitHub support should  
accommodate GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

I should say this is reviewboard v1.5.5

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



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2011-04-19 Thread reviewboard


Comment #6 on issue 1834 by br...@janrain.com: GitHub support should  
accommodate GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

I don't believe this is fixed.  I couldn't get it to work.  I doubt private  
repos work either - the ssh uri for them is:
ssh://github.com:/.git  but reviewboard tries to  
connect to them as:
ssh://g...@github.com//.  SSH authentication  
succeeds, but github just hangs up since the url is incorrect.




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



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2010-12-05 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 1834 by chipx86: GitHub support should accommodate  
GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

This seems to have fixed itself. I suspect GitHub's improved the support  
for backward-compatibility.


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2010-10-12 Thread reviewboard

Updates:
Labels: -Priority-Medium Priority-High

Comment #4 on issue 1834 by chipx86: GitHub support should accommodate  
GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2010-09-29 Thread reviewboard

Updates:
Status: Confirmed

Comment #3 on issue 1834 by chipx86: GitHub support should accommodate  
GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

Okay. I'll look at this for 1.5.1. I want to get RB moved onto this now.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2010-09-29 Thread reviewboard


Comment #2 on issue 1834 by mike.d.conley: GitHub support should  
accommodate GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

Here's our organization:

http://github.com/MarkUsProject

The raw URL is the same - the problem is with authentication.  The  
MarkUsProject organization has several team members, but I don't think the  
authentication works the same way.  We kept getting a 500 error.


I don't have too much more information about it - we've implemented our  
workaround, and we're up and running.


-Mike

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2010-09-29 Thread reviewboard

Updates:
Status: NeedInfo
Labels: Component-SCMTools Milestone-Release1.5.x

Comment #1 on issue 1834 by chipx86: GitHub support should accommodate  
GitHub Organizations

http://code.google.com/p/reviewboard/issues/detail?id=1834

Thanks for the info. I wasn't aware of the new Organizations support, but  
it looks very interesting.


So the GitHub hosting option in Review Board won't work with the  
Organizations? The raw URL is basically incorrect I assume?


Do you have an organization I can look at that's public?

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.