Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 3135 by [email protected]: 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.