I have implemented --file-list in post-review

2012-12-04 Thread Nilesh Jaiswal
Hi All, I would like to review the changes which i have implemented in post-review tool and submit to git rbtools. parser.add_option("--file-list", dest="file_list", default=None, help="use file list instead of all files in changelist") When use th

Re: I have implemented --file-list in post-review

2012-12-04 Thread Christian Hammond
Hi Nilesh, We accept patches at http://reviews.reviewboard.org/. Can you go into more detail on the needs and purposes for this change? It seems awfully specific. Right now, post-review is in feature freeze mode, as we're doing work on the RBTools "api" branch to produce a formal Python API and

Re: I have implemented --file-list in post-review

2012-12-04 Thread Nilesh Jaiswal
Thanks for the response. This feature is very useful when user submit the changes to reviewboard but do not want to diff to get generated for the all the file present in the changes list. Most of the company tries to submit certain files which actually they should not use to eg .zip, .F and many m

Recover mysql db password

2012-12-04 Thread cmuser
I am in phase of migrating my reviewboard from one server to another but unfortunately have forgotten mysql reviewboard db password. Can anyone help me hwo to recover & suggest steps to migrate from one server to another? reviewboard ver-1.6.11 -- Want to help the Review Board project? Donate

Re: Configuring Review Board for GIT

2012-12-04 Thread Matthew Woehlke
On 2012-11-30 04:11, Krishnan Raghupathi wrote: I am using ReviewBoard version 1.6.1 and am facing a difficulty in configuring this for our GIT repository. Our GIT repository is hosted on a remote machine i.e different from the one hosting ReviewBoard. In the Add repository of ReviewBoard, I se

Re: Error using post-review with git

2012-12-04 Thread Matthew Woehlke
On 2012-12-03 09:41, Paul Albertella wrote: I'm getting a confusing error when I try to run post-review Failed to execute command: ['git', 'config', 'core.bare'] I've tried running this command directly in the repository (a non-bare clone) and it simply returns. That could mean the value i

Re: I have implemented --file-list in post-review

2012-12-04 Thread Matthew Woehlke
On 2012-12-04 04:54, Christian Hammond wrote: In time, we'll have "rb post" or similar, which will be a better post-review. I have already written such a thing (wrapping post-review)... Mine is probably rather specific to our specific work flow, so I'm not sure it would help you. I'm curious,

Review board RC1 dashboard UI not showing properly

2012-12-04 Thread mariselvam subbiah
Hi, I installed RC1 in my linux pc. I have problem of UI part is not showing proper alignment in the dashboard and sub pages itself. let me know ur comments to resolve the issue. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let u

Re: Review board RC1 dashboard UI not showing properly

2012-12-04 Thread David Trowbridge
Can you include a screenshot of what you're seeing? -David On Tue, Dec 4, 2012 at 1:49 AM, mariselvam subbiah <02c...@gmail.com> wrote: > Hi, > >I installed RC1 in my linux pc. I have problem of UI part is not > showing proper alignment in the dashboard and sub pages itself. let me know >

post-review fails if no tracking branch, when not needed?

2012-12-04 Thread Matthew Woehlke
I'm seeing this out of post-review: post-review --revision-range=: --output-diff --debug RBTools 0.4.1 Home = /home/matthew HTTP GETting api/ HTTP GETting https://manticore/api/info/ Using the new web API Failed to execute command: ['git', 'merge-base', 'origin/master', 'refs/heads/my-branch']

post-review doesn't work with extraneous git-svn remote?

2012-12-04 Thread Matthew Woehlke
We have a somewhat odd setup where we have effectively a fork, using git, of a project that uses svn. As a result, the correct repository for our purposes (i.e. what RB knows about) is the git repo. For developers that have only the git repo, this is okay, but for developers that have the svn u