Understanding adaptors

2015-04-16 Thread XYZ
Hi, Can someone please explain how P4Python works? I would like to know the workflow. I have to integrate review board with a proprietary SCM, so Please guide me as to where to start from. Thanks -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want

Issue 3848 in reviewboard: Reviewboard 2.0.15 search for a number leads to internal error.

2015-04-16 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3848 by der.se...@gmail.com: Reviewboard 2.0.15 search for a number leads to internal error. https://code.google.com/p/reviewboard/issues/detail?id=3848 *What version are you running?* 2.0.15 *What's the URL of the page

What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-16 Thread James Knight
I have the following scenario, I have a remote Git repository (powered by GitLab) configured and working as expected with ReviewBoard (2.0.15). In my local repository (cloned), I have a series of ten (10) commits I'm about to push to the origin. Before I do this, I generate a (full indexed;

Re: Understanding adaptors

2015-04-16 Thread David Trowbridge
P4Python is a library created by Perforce to interface with their system. I'm not sure that understanding how P4Python works will help you in implementing a different system. You'll want to look at the SCMTool implementations within the Review Board source tree. You can create your new SCMTool as

Re: Issue 3848 in reviewboard: Reviewboard 2.0.15 search for a number leads to internal error.

2015-04-16 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 3820 Comment #1 on issue 3848 by trowb...@gmail.com: Reviewboard 2.0.15 search for a number leads to internal error. https://code.google.com/p/reviewboard/issues/detail?id=3848 This is already fixed in git and will ship in 2.0.16 -- You

Re: Issue 3820 in reviewboard: search errors with 500 if a number is used as input (e.g. bug#)

2015-04-16 Thread reviewboard
Comment #3 on issue 3820 by trowb...@gmail.com: search errors with 500 if a number is used as input (e.g. bug#) https://code.google.com/p/reviewboard/issues/detail?id=3820 Issue 3848 has been merged into this issue. -- You received this message because this project is configured to send all

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-16 Thread Stephen Gallagher
On Thu, 2015-04-16 at 09:07 -0700, James Knight wrote: I have the following scenario, I have a remote Git repository (powered by GitLab) configured and working as expected with ReviewBoard (2.0.15). In my local repository (cloned), I have a series of ten (10) commits I'm about to push to