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/revision?login=USERNAMEtoken=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-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/revision?login=USERNAMEtoken=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 #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-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:organization/project.git  but reviewboard tries to  
connect to them as:
ssh://g...@github.com/organization/project.  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

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

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.



Issue 1834 in reviewboard: GitHub support should accommodate GitHub Organizations

2010-09-29 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 1834 by mike.d.conley: GitHub support should accommodate GitHub  
Organizations

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

*NOTE: If you have a patch, please submit it to
http://reviews.reviewboard.org/


What version are you running?


1.5RC2


What's the URL of the page this enhancement relates to, if any?

http://github.com/blog/674-introducing-organizations


Describe the enhancement and the motivation for it.


On June 29th, 2010, GitHub introduced organizations for project  
management.  This changes the permission structure somewhat, and Review  
Board's GitHub support doesn't let us use it.



What operating system are you using? What browser?


Ubuntu Lucid, Firefox 3.6


Please provide any additional information below.


We've got a workaround with a post-receive hook on GitHub causing a pull on  
a server-local copy of the repository, so this isn't critical for us.  Just  
something you might want for the future.



--
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.



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.