Issue 3824 in reviewboard: Git hooks not working

2015-03-27 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3824 by kevin.be...@gmail.com: Git hooks not working https://code.google.com/p/reviewboard/issues/detail?id=3824 When using the git hooks provided in RBTools/contrib/tools, I've got a Python TypeError. This bug affect

Re: Issue 3824 in reviewboard: Git hooks not working

2015-03-27 Thread reviewboard
Updates: Status: Confirmed Labels: Project-RBTools EasyFix Milestone-RBTools-Release0.7.x Component-RBTools Comment #1 on issue 3824 by chip...@gmail.com: Git hooks not working https://code.google.com/p/reviewboard/issues/detail?id=3824 Looks like there's a second execute() function

Confusion about Git configuration

2015-03-27 Thread Eric Johnson
Hi ReviewBoard Devs, Using ReviewBoard 1.7.28. When adding/changing an HTTP hosted Git repository (using Gitolite), I've found that I have to configure the repository with the following pattern: Path: http://username:passw...@gitserver.example.com/git/git-repo-path Mirror path:

Re: Confusion about Git configuration

2015-03-27 Thread Christian Hammond
Hi Eric, To fix the matching of repositories, you can leave out Mirror Path and just use `REPOSITORY = 'name` in .reviewboardrc, as you've noted. This is the recommended way of matching repositories and configuring RBTools. I'd also recommend using a SSH URL along with a configured SSH key,

Re: Issue 3824 in reviewboard: Git hooks not working

2015-03-27 Thread reviewboard
Comment #2 on issue 3824 by tienv2...@gmail.com: Git hooks not working https://code.google.com/p/reviewboard/issues/detail?id=3824 I got this one -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification

Re: Issue 3108 in reviewboard: APIErrors return 403 but do not log anything

2015-03-27 Thread reviewboard
Comment #10 on issue 3108 by tienv2...@gmail.com: APIErrors return 403 but do not log anything https://code.google.com/p/reviewboard/issues/detail?id=3108 can this be explained more clearly? 2. Get a given review request using RBClient 3. review.submit() -- You received this message

Re: Issue 3421 in reviewboard: RB Tools cannot create a review request for a changeset that belongs to a discarded review request

2015-03-27 Thread reviewboard
Comment #3 on issue 3421 by tienv2...@gmail.com: RB Tools cannot create a review request for a changeset that belongs to a discarded review request https://code.google.com/p/reviewboard/issues/detail?id=3421 is this bug still valid? I tried to reproduce it, doing: vim test git add test git