Re: ReviewBoard installation error (using clean CentOS7 from Docker)

2017-01-19 Thread O. Holzkamp
`rpm -q python-dns` showed python-dns-1.11.1-2.20140901git9329daf.el7.noarch After installing pyton-dns 1.12 everything worked fine. Thanks a lot! Am Donnerstag, 19. Januar 2017 00:50:06 UTC+1 schrieb Stephen Gallagher: > > > > On Wed, Jan 18, 2017 at 11:20 AM O. Holzkamp > wrote: > >> Hello,

Unable to upload git patch after upgrading reviewboard to version

2017-01-19 Thread pritesh pagar
Hi, Recently I upgraded reviewboard from 2.0.15 to 2.5.7. After upgrade, diff upload for git repo is failng. *ERROR ON UI:* The patch to 'index.js' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.cMAy_Q' for debugging purposes. `patch` returned: This may be a bug

Create post commit reviews on web UI with local repositories

2017-01-19 Thread Richard Peters
Hi Community, i have setup a ReviewBoard instance on the same Server along with a Redmine instance with the Redmine Git Hosting plugin, which manages a gitolite repo. In ReviewBoard i added the local path of the repository, where it is stored in gitolite, so it's connected with a local path. Thi

Re: reviewboard connecting to the cloudfront when publishing review changes (comments, issues, closing review...)

2017-01-19 Thread Antonio Soldo
I addition to my question, the reason I'm asking such thing is that we have our instance of ReviewBoard (and any other tool hosted at us) behind proxy, and all outgoing request must be channeled through this proxy. As in this case, proxy is bypassed (not consulted), and all outgoing public netwo

Migration Encoding issue

2017-01-19 Thread jerome
Hi, We have migrated both Mercurial HgWeb serve and Reviewboard from Windows to Linux. 1. Repos Files, NTFS, created under Windows 2. Apache Hg cgi-bin Linux, mount the NTFS drive with cifs (Used to be Apache under Windows and mount the same drive, same hgconfig file). 3. ReviewBoa

Re: Migration Encoding issue

2017-01-19 Thread David Trowbridge
It looks like the SECRET_KEY in the new settings_local.py doesn't match what you had in the old one. If you copy that over, it should work. -David On Thu, Jan 19, 2017 at 7:52 AM wrote: > Hi, > We have migrated both Mercurial HgWeb serve and Reviewboard from Windows > to Linux. > > >1. Repo

Re: Migration Encoding issue

2017-01-19 Thread jerome
Yeah, look like it. I cleared all the password column into scmtools_repository tables. And then I could access the admin page properly and reenter them manually. Seem to work now. Thanks David -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to

Re: RB with TFS

2017-01-19 Thread neil patel
Yeah, my team would really benefit from this as well. Let me know if you want any contribution help. Neil On Sunday, January 15, 2017 at 12:49:24 PM UTC-5, Geoffrey wrote: > > Hello, > > I have used Review Board at my previous employer with great success and it > was really awesome. On tha

Re: RB with TFS

2017-01-19 Thread David Trowbridge
Geoff, On the server, TFS 2013 and newer is supported. Running the Review Board server on Linux is fine. One new wrinkle on the client side is that the RBTools interface won't work with workspaces created by the new VS 2017 release, because Microsoft broke compatibility with their own SDK (we're

Re: RB with TFS

2017-01-19 Thread Geoffrey
David, Neil, If the RB team were to release the TFS server portion as part of the core release, I would be glad to contribute as well. Please try to understand from my team's perspective. We have not been able to get TFS 2015 to work with RB. As an example, as part of our evaluation, we tr

Re: RB with TFS

2017-01-19 Thread Christian Hammond
Hi Geoffrey, The RBTools side is open source, and we definitely welcome contributions for this! The Power Pack side is a different story. I understand the desire to have the source open in order to get contributions and help patch things up, believe me. The same argument could be made for the othe

Re: reviewboard connecting to the cloudfront when publishing review changes (comments, issues, closing review...)

2017-01-19 Thread Christian Hammond
Hi Antonio, That's not one of our servers, from what I can tell, and there's nothing in our code referencing this at all. You're seeing this server-side? Is this only when posting a new change for review using command line tools, or through the web UI? Do you see it when just browsing through the

Re: Unable to upload git patch after upgrading reviewboard to version

2017-01-19 Thread Christian Hammond
Hi Pritesh, Can you show me the configuration for your repository in Review Board? Do existing review requests work? How are you generating/uploading the diff? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board

Re: Unable to upload git patch after upgrading reviewboard to version

2017-01-19 Thread pritesh pagar
Hi Christian, Below are the Repo configuration of reviewboard: Note: 1. In repo configuration, You can see Repo Type is Mercurial even though repo is a git repo. This

Re: Unable to upload git patch after upgrading reviewboard to version

2017-01-19 Thread Christian Hammond
Hi Pritesh, A couple important notes: 1) Git and Mercurial are not compatible, and Git repositories cannot be used with Mercurial repository configurations. It may have appeared to be working due to Mercurial understanding a variant of Git diffs, and with the local developer using Mercurial and g