Issue 3135 in reviewboard: Support Assembla git repositories

2013-11-13 Thread reviewboard

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

New issue 3135 by ch...@orr.me.uk: Support Assembla git repositories
http://code.google.com/p/reviewboard/issues/detail?id=3135

Assembla.com is a code-hosting/project-management site similar to  
BeanstalkApp (which RB supports).


I don't know exactly how SCM plugins need to be implemented, but I'm not  
sure whether Assembla can be easily supported as I haven't found an API for  
git so far (though the API does let you manage SSH keys for a project).

http://api-doc.assembla.com/


Individual git commits are available through a web interface, though only  
with an HTML diff viewer. URLs are like this:

https://www.assembla.com/code/project-name/git-repo-ID/changesets/sha1

(Projects can have multiple git repos, so git-repo-ID should  
be git, git-2, git-3 etc.)



Individual file diffs within a commit are also available, but again only as  
HTML, with the URL format:

https://www.assembla.com/code/project-name/git-repo-ID/node/diff/old-sha1/new-sha1/path/to/changed-file.foo


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Issue 3136 in reviewboard: depends_on field is removed after a change

2013-11-13 Thread reviewboard

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

New issue 3136 by kannan...@gmail.com: depends_on field is removed after a  
change

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

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?
ReviewBoard 1.7.12

What's the URL of the page containing the problem?
NA

What steps will reproduce the problem?
1. Create a review request
2. edit depends_on field
3. Make some changes to the review request like pass comment or upload a  
new diff

4. The depends on field will be removed and show null

What is the expected output? What do you see instead?
The depends on field should hold the value

What operating system are you using? What browser?
Linux

Please provide any additional information below.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3135 in reviewboard: Support Assembla git repositories

2013-11-13 Thread reviewboard

Updates:
Status: Confirmed
Labels: -Priority-Medium Priority-Low Component-HostingServices

Comment #1 on issue 3135 by chip...@gmail.com: Support Assembla git  
repositories

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

Hi Chris,

Unfortunately, it's not looking like Assembla has the API we would need to  
support it properly. The only way we can use the code browser URLs is if  
they returned the raw content of the object and if we could access them  
with Basic HTTP Auth. I imagine it requires logging into the site manually  
first, which is a problem.


The way they have authentication for the API may also prevent us from being  
able to access it, since we would need to register as an OAuth2 application  
on their site, and pass out the secret keys to everyone. It's unclear  
whether the same application can be registered many times.


I'll keep this ticket open for the future, but right now, I don't see  
anything we can do.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Issue 3137 in reviewboard: 'rbt status' can't find repository

2013-11-13 Thread reviewboard

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

New issue 3137 by ben.al...@gmail.com: 'rbt status' can't find repository
http://code.google.com/p/reviewboard/issues/detail?id=3137

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?
RBTools 0.5.1

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1. Configure a svn repository on a reviewboard server with both  
a repository path and mirror path specified

2. Check out a working copy using the mirror path
3. Run rbt status

What is the expected output? What do you see instead?
Actual output:
  WARNING:root:The repository detected in the current directory was not  
found on

  the Review Board server. Displaying review requests from all repositories.
 r/125 - Description 1
 r/193 - Description 2
 r/226 - Description 3

What operating system are you using? What browser?
Ubuntu 12.04.3 (precise) 32-bit

Please provide any additional information below.
In this setup, the server has a local mirror of the Subversion repository.   
Reviewboard is set up with
this local mirror as the main repository URL (for speed, our local network  
can be quite slow).  The
network URL of the Subversion repository is listed as the mirror path.   
This is the URL that developers
use when accessing the repository.  The URL displayed by running 'svn info'  
in my working copy is

identical to the mirror URL.

The rbt status command seems to be looking at the repository URL but not  
the mirror URL.  However,
the command rbt post will locate the correct repository when creating a  
new review request.




--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.