Review request reports:Unknown repository paths found

2013-04-23 Thread chuck j
Hi All,

posting of review request shows Unknown repository paths found

but review board server configured with two repositories.

List of configured repositories:
pf-sa.company.com:1666
ssl:pf-sa-svr1:19773
Unknown repository paths found:
p4-area:19773
p4-area.company.com:19773
pf-sa-svr1:19773
pf-sa-svr1.company.com:19773

All the above unknown reported by post-review tool are Server Aliases and
are one which is configured with ssl.

Following argument passed with post-review tool.

post-review  --bugs-closed=TAI2343  --branch=MAIN --server=
https://svrrb1.na.company.com/svrrb --submit-as=chuck
--description-file=/tmp/tmpVwAGQY 191269
--p4-port=ssl:pf-sa-svr1:19773  --repository-url=ssl:pf-sa-svr1:19773

Why post-review unknown repository even when they are configured properly.
What is missing?

-Chuck

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Chrome Extension: Review Board Notifier

2013-04-23 Thread Daniel Laird
I am logged into Reviewboard via Chome but still getting the spinning icon 
- is there a way to find out which cookie file its using?

Dan

On Monday, April 22, 2013 9:17:00 PM UTC+1, Kirollos Risk wrote:

 Ah, once installed and opened, it uses the the appropriate Review Board 
 cookie.

 If it spins indefinitely, it may mean that you haven't logged in to Review 
 Board, thus the authentication cookie isn't set.  

 Currently, you *cannot* log in via the extension itself (I am working on 
 that).

 - Kiro


 On Monday, 22 April 2013 08:56:14 UTC-7, Daniel Laird wrote:

 I have downloaded and installed it - I have then pointed it at my company 
 server.
 But it just spins - with the busy icon.

 Does it require anonymous access or anything as it does not seem to be 
 asking for username/password?

 Dan

 On Saturday, April 20, 2013 12:15:31 AM UTC+1, Kirollos Risk wrote:

 Hey everyone!

 Here's a Chrome extension, *Review Board Notifie*r:

 *Features:*

- Quick glance on an review board requests assigned to you, whether 
they are waiting for *ship it*, or have been given *ship it*
- Click on an item to quickly get to the details
- Notifies you when there are new RB requests assigned to you
- Configurable via the settings page


 *Screenshots:*



 https://lh5.googleusercontent.com/-JIBwdna5Pso/UXHMoITr7eI/G0o/3QNhzGqN1po/s1600/Screen+Shot+2013-04-19+at+3.54.03+PM.png














































 https://lh4.googleusercontent.com/-Lz-NmhJCzPA/UXHNSGlCA7I/G04/fB8AWAAchRU/s1600/Screen+Shot+2013-04-19+at+4.03.15+PM.png










































 You can install it for free, via https://github.com/krisk/rbn

 - Kiro



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: reviewboard link with Gitblit set up issue

2013-04-23 Thread shendong70
hi Chirstian,

The SSH_ASKPASS issue has been solved. When we create a new repositories, 
it will not get error about SSH_ASKPASS issue. but it still hang at there 
and also there is no any error log. 

Is there any other method or log to let us check where block the create 
process?

we can run git ls-remote url HEAD on reviewboard server, it can pop the 
HEAD ASH no.



在 2013年3月13日星期三UTC+8上午3时06分10秒,Christian Hammond写道:

 We don't use or respect SSH_ASKPASS. We provide our own ssh binary that 
 should do the right thing, provided you generate an SSH key that does not 
 require a password.

 Christian


 On Mar 11, 2013, at 22:39, 李海梅 lihaime...@gmail.com javascript: wrote:

 When I add a new git repo, server log gives me : 

 Git: Failed to find valid repository 
 http://csit-git.corp.webex.com/git/SBP/webexBRM.git:
 (gnome-ssh-askpass:32689): Gtk-WARNING **: cannot open display:

 And I use this command on reviewboard server: unset SSH_ASKPASS
 And then, I save again. It doesn't give error, but saving for so long time, 
 no result.

 Does something wrong with unset SSH_ASKPASS command?
 What's relationship between this error and SSH SETTINGS which is in 
 adminstrator's dashboard?

 Thanks for your suggestion.


 On Tue, Mar 12, 2013 at 3:36 AM, Christian Hammond 
 chi...@chipx86.comjavascript:
  wrote:

 You'd have to look at the process list and see if anything spawned. Could 
 look to see if rbssh is running and stuck. It might be asking for input, 
 which would indicate you don't have an SSH key set up correctly, or the key 
 you have requires a password (which we don't support).

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Mar 10, 2013 at 7:12 PM, 李海梅 lihaime...@gmail.com 
 javascript:wrote:

 Thanks Christian.

 We are using ReviewBoard is 1.7.1

 We try the command in reviewboard server :git ls-remote url HEAD, it 
 can work fine. After we key in user id and password, it will return 
 hashcode id for HEAD very fast. The url is the link we set up in 
 repoistory form.  But this link is not working in repoisotry form and keep 
 checking something when we klick save buttom.

 Is there some log we can know which step block the process or how many 
 check step will done by reviewboard for a new repository adding ?  

 And currently we want set the url link to git server diretly, we dont 
 want create a local repo on reviewboard server. The git server we use 
 GitBlit, the repository url we used is metioned in GitBlit. So we fill the 
 raw RUL like : http://gittest.com/gitblit/raw/?f=filenamer=p
 rojectname.gith=revisionhttp://csit-git.corp.webex.com/gitblit/raw/?f=%3Cfilename%3Er=SBP/webexBRM.gith=%3Crevision%3Ealso,
  even we remove the raw RUL set also is the same issue.


 Thanks for your suggestion again.


  

 On Fri, Mar 8, 2013 at 9:27 AM, Christian Hammond 
 chi...@chipx86.comjavascript:
  wrote:

 Hi,

 When saving the repository form, Review Board will try to do a 'git 
 ls-remote url HEAD'. Might want to check that that does what you expect 
 from that server.

 What version of Review Board are you using?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Wed, Mar 6, 2013 at 2:59 AM, 李海梅 lihaime...@gmail.com javascript:
  wrote:

  hi,

 I got some issue on we set up reviewboard with GitBlit, i set up the 
 path like: 
 http://gittest.com/git/projectname.githttp://csit-git.corp.webex.com/git/SBP/webexBRM.git
 and also set the raw RUL like : http://gittest
 .com/gitblit/raw/?f=filenamer=projectname.gith=revisionhttp://csit-git.corp.webex.com/gitblit/raw/?f=%3Cfilename%3Er=SBP/webexBRM.gith=%3Crevision%3E
 and also provide user id and password. After I click save bottom, it 
 will keep running and no error feedback in error log, even more than half 
 hour.  How I know what the reviewboard server is doing?

 Could you help on this, or do you have some suggestion on it?


 Thanks 
  
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com javascript:.

 For more options, visit https://groups.google.com/groups/opt_out.
  
  


  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 

Re: Review request reports:Unknown repository paths found

2013-04-23 Thread chuck j
Its seems for ssl enabled and configured list present in the reviewboard is 
not handled in the post-review tool.

if isinstance(self.info.path, list):
repositories = self.get_repositories()

debug(Repositories on Server: %s % repositories)
debug(Server Aliases: %s % self.info.path)

for repository in repositories:
if repository['path'] in self.info.path:
self.info.path = repository['path']
break

Reviewboard Admin guide says to register ssl enable repository use ssl: 
prefix, when it gets registered with name ssl:perforce:1234, but 
self.info.path will give you list of repositories without ssl: prefix hence 
it die reporting all these messages.

Just to let you know that p4 info output gives you Server Address without 
ssl prefix i.e perforce:1234.

Do you guys think the logic to handle multiple repository having ssl enable 
perforce repository configured needs changes, please let me know if i am 
wrong.

-Chuck

On Tuesday, April 23, 2013 1:01:40 PM UTC+5:30, chuck j wrote:

 Hi All,

 posting of review request shows Unknown repository paths found

 but review board server configured with two repositories.

 List of configured repositories:
 pf-sa.company.com:1666
 ssl:pf-sa-svr1:19773
 Unknown repository paths found:
 p4-area:19773
 p4-area.company.com:19773
 pf-sa-svr1:19773
 pf-sa-svr1.company.com:19773

 All the above unknown reported by post-review tool are Server Aliases and 
 are one which is configured with ssl.

 Following argument passed with post-review tool.

 post-review  --bugs-closed=TAI2343  --branch=MAIN --server=
 https://svrrb1.na.company.com/svrrb --submit-as=chuck 
 --description-file=/tmp/tmpVwAGQY 191269 
 --p4-port=ssl:pf-sa-svr1:19773  --repository-url=ssl:pf-sa-svr1:19773

 Why post-review unknown repository even when they are configured properly. 
 What is missing?

 -Chuck






-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Review request reports:Unknown repository paths found

2013-04-23 Thread chuck j
Thank you Chris appreciated.

I will try this out.

On Tuesday, April 23, 2013 3:22:11 PM UTC+5:30, Christian Hammond wrote:

 Hi,

 Please try using 'rbt post' instead of post-review, and see if that works 
 better. It has different logic for this than post-review does, and will be 
 replacing post-review completely in a future release. post-review at this 
 point is deprecated.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Tue, Apr 23, 2013 at 2:45 AM, chuck j cjerr...@gmail.com javascript:
  wrote:

 Its seems for ssl enabled and configured list present in the reviewboard 
 is not handled in the post-review tool.

 if isinstance(self.info.path, list):
 repositories = self.get_repositories()

 debug(Repositories on Server: %s % repositories)
 debug(Server Aliases: %s % self.info.path)

 for repository in repositories:
 if repository['path'] in self.info.path:
 self.info.path = repository['path']
 break

 Reviewboard Admin guide says to register ssl enable repository use ssl: 
 prefix, when it gets registered with name ssl:perforce:1234, but 
 self.info.path will give you list of repositories without ssl: prefix hence 
 it die reporting all these messages.

 Just to let you know that p4 info output gives you Server Address 
 without ssl prefix i.e perforce:1234.

 Do you guys think the logic to handle multiple repository having ssl 
 enable perforce repository configured needs changes, please let me know if 
 i am wrong.

 -Chuck


 On Tuesday, April 23, 2013 1:01:40 PM UTC+5:30, chuck j wrote:

 Hi All,

 posting of review request shows Unknown repository paths found

 but review board server configured with two repositories.

 List of configured repositories:
 pf-sa.company.com:1666
 ssl:pf-sa-svr1:19773
 Unknown repository paths found:
 p4-area:19773
 p4-area.company.com:19773
 pf-sa-svr1:19773
 pf-sa-svr1.company.com:19773

 All the above unknown reported by post-review tool are Server Aliases 
 and are one which is configured with ssl.

 Following argument passed with post-review tool.

 post-review  --bugs-closed=TAI2343  --branch=MAIN --server=
 https://svrrb1.na.**company.com/svrrbhttps://svrrb1.na.company.com/svrrb--submit-as=chuck
  --description-file=/tmp/
 **tmpVwAGQY 191269 --p4-port=ssl:pf-sa-svr1:**19773  
 --repository-url=ssl:pf-sa-**svr1:19773

 Why post-review unknown repository even when they are configured 
 properly. What is missing?

 -Chuck




  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Chrome Extension: Review Board Notifier

2013-04-23 Thread kvr
Thanks Kiro, it worked.

On Tuesday, April 23, 2013 1:50:04 AM UTC+5:30, Kirollos Risk wrote:

 It's not in the Chrome Web store yet.

 But, you can install it by downloading the *.crx* file at 
 https://github.com/krisk/rbn/blob/master/package/rbn.crx, open 
 chrome://extensions on your browser, and drag the *.crx* file into it.

 Let me know if you encounter any problems.

 - Kiro

 On Monday, 22 April 2013 03:58:14 UTC-7, kvr wrote:

 How to get it?
 I Could not find it in Chrome Web store.

 On Saturday, April 20, 2013 6:05:49 AM UTC+5:30, David Trowbridge wrote:

 Kiro,

 Very cool!

 What are the icons in the upper right?

 -David


 On Fri, Apr 19, 2013 at 4:15 PM, Kirollos Risk kiro...@gmail.comwrote:

 Hey everyone!

 Here's a Chrome extension, *Review Board Notifie*r:

  *Features:*

- Quick glance on an review board requests assigned to you, whether 
they are waiting for *ship it*, or have been given *ship it*
- Click on an item to quickly get to the details
- Notifies you when there are new RB requests assigned to you
- Configurable via the settings page


 *Screenshots:*


 https://lh5.googleusercontent.com/-JIBwdna5Pso/UXHMoITr7eI/G0o/3QNhzGqN1po/s1600/Screen+Shot+2013-04-19+at+3.54.03+PM.png





























  














  

 https://lh4.googleusercontent.com/-Lz-NmhJCzPA/UXHNSGlCA7I/G04/fB8AWAAchRU/s1600/Screen+Shot+2013-04-19+at+4.03.15+PM.png










































 You can install it for free, via https://github.com/krisk/rbn

 - Kiro

  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Chrome Extension: Review Board Notifier

2013-04-23 Thread kvr
I am also getting just spinning icon.

On Tuesday, April 23, 2013 4:50:55 PM UTC+5:30, kvr wrote:

 Thanks Kiro, it worked.

 On Tuesday, April 23, 2013 1:50:04 AM UTC+5:30, Kirollos Risk wrote:

 It's not in the Chrome Web store yet.

 But, you can install it by downloading the *.crx* file at 
 https://github.com/krisk/rbn/blob/master/package/rbn.crx, open 
 chrome://extensions on your browser, and drag the *.crx* file into it.

 Let me know if you encounter any problems.

 - Kiro

 On Monday, 22 April 2013 03:58:14 UTC-7, kvr wrote:

 How to get it?
 I Could not find it in Chrome Web store.

 On Saturday, April 20, 2013 6:05:49 AM UTC+5:30, David Trowbridge wrote:

 Kiro,

 Very cool!

 What are the icons in the upper right?

 -David


 On Fri, Apr 19, 2013 at 4:15 PM, Kirollos Risk kiro...@gmail.comwrote:

 Hey everyone!

 Here's a Chrome extension, *Review Board Notifie*r:

  *Features:*

- Quick glance on an review board requests assigned to you, 
whether they are waiting for *ship it*, or have been given *ship it
*
- Click on an item to quickly get to the details
- Notifies you when there are new RB requests assigned to you
- Configurable via the settings page


 *Screenshots:*


 https://lh5.googleusercontent.com/-JIBwdna5Pso/UXHMoITr7eI/G0o/3QNhzGqN1po/s1600/Screen+Shot+2013-04-19+at+3.54.03+PM.png





























  














  

 https://lh4.googleusercontent.com/-Lz-NmhJCzPA/UXHNSGlCA7I/G04/fB8AWAAchRU/s1600/Screen+Shot+2013-04-19+at+4.03.15+PM.png










































 You can install it for free, via https://github.com/krisk/rbn

 - Kiro

  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Chrome Extension: Review Board Notifier

2013-04-23 Thread Kiro
That's odd...

In the settings, what do you have as the Review Board base URL?

- Kiro

On Apr 23, 2013, at 4:35 AM, kvr kvr@gmail.com wrote:

 I am also getting just spinning icon.
 
 On Tuesday, April 23, 2013 4:50:55 PM UTC+5:30, kvr wrote:
 
 Thanks Kiro, it worked.
 
 On Tuesday, April 23, 2013 1:50:04 AM UTC+5:30, Kirollos Risk wrote:
 
 It's not in the Chrome Web store yet.
 
 But, you can install it by downloading the .crx file at 
 https://github.com/krisk/rbn/blob/master/package/rbn.crx, open 
 chrome://extensions on your browser, and drag the .crx file into it.
 
 Let me know if you encounter any problems.
 
 - Kiro
 
 On Monday, 22 April 2013 03:58:14 UTC-7, kvr wrote:
 
 How to get it?
 I Could not find it in Chrome Web store.
 
 On Saturday, April 20, 2013 6:05:49 AM UTC+5:30, David Trowbridge wrote:
 
 Kiro,
 
 Very cool!
 
 What are the icons in the upper right?
 
 -David
 
 
 On Fri, Apr 19, 2013 at 4:15 PM, Kirollos Risk kiro...@gmail.com wrote:
 Hey everyone!
 
 Here's a Chrome extension, Review Board Notifier:
 
 Features:
 Quick glance on an review board requests assigned to you, whether they 
 are waiting for ship it, or have been given ship it
 Click on an item to quickly get to the details
 Notifies you when there are new RB requests assigned to you
 Configurable via the settings page
 
 Screenshots:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 You can install it for free, via https://github.com/krisk/rbn
 
 - Kiro
 
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to a topic in the Google 
 Groups reviewboard group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/reviewboard/HL2t03V1tkY/unsubscribe?hl=en.
 To unsubscribe from this group and all its topics, send an email to 
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Review Board 1.7.7.1 is released

2013-04-23 Thread Stephen Gallagher
On Sun 21 Apr 2013 05:05:19 PM EDT, Christian Hammond wrote:
 We had a regression when creating new site installations. While
 unfortunate, it gave us the opportunity for a cool version number. So
 it all works out in the end.

 Review Board 1.7.7.1 is out. If you already have a working site, then
 no need to upgrade, but if you had trouble creating a site, get it.

 Release notes are
 available: http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.7.1/



Packages for Fedora 18, 19 and RHEL/CentOS 6 have been built and will be
showing up in the updates-testing or epel-testing repositories within 48
hours. Please remember that you will need to run 'rb-site upgrade
/path/to/site' after installing these new packages.

Fedora:
yum update --enablerepo=updates-testing ReviewBoard

RHEL:
yum update --enablerepo=epel-testing ReviewBoard


The Bodhi update links can be found at:
https://admin.fedoraproject.org/updates/search/ReviewBoard

If you install these testing packages and find issues or they work
properly, please note this on the Web UI so I can know when it's safe to
submit them for the stable repositories.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Rahul Patil
Hi Christian,

Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
Got this error when I hit the URL to RB site :

Something broke! (Error 500) 

It appears something broke when you tried to go to here. This is either a 
bug in Review Board or a server configuration error. Please report this to 
your administrator.

Reverted to 1.6.3 for now, looks like I have to defer the upgrade since 
users are affected by unavailability of Reviewboard, so can't keep it at 
1.7.7 and investigate the matter.

Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will try 
1.6.16.


regards,
Rahul


On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond wrote:

 Hi Rahul,

 There have been quite a large number of SSH improvements and fixes for 
 rbssh since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth 
 at least putting together a test 1.7.x installation and seeing if the 
 problem has been fixed.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com javascript: 
 wrote:

 Hi Christian,

 I apologise if this thread in unsuitable to revive, please link me to most 
 recent chain if you know. This is the most relevant thread I could find.

 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
 version is 1.6.3. I try to create a new CVS repository with ext access and 
 it fails every time.
 I looked up the release notes of subsequent releases but could not 
 reliably gauge if the bug related to CVS ext/ssh access is fixed, so as 
 ascertain if upgrading will fix this. I tried the logging options in 
 rbssh.py file above in this thread, but I could not get detailed logging. 
 Enabled site logging and this is all I could get. None of the workarounds 
 resolve the problem either.

 In the browser, it displays error msg : 

- A repository was not found at the specified path.


 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 
 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client 
 OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 
 'aes256-ctr'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 
 'cast128-cbc', 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 
 'aes256-cbc', 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 
 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5', 'hmac-sha1', 
 'hmac-ripemd160', 'hmac-ripemd160 @openssh.com', 'hmac-sha1-96', 
 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 
 'hmac-ripemd160 @ openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zlib @ openssh.com'] server compress:['none', 'zlib @ 
 openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - DEBUG - using kex diffie-hellman-group1-sha1; 
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
 /home/reviewboard/mysite/data/.ssh/id_rsa
 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
 2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:01,227 - DEBUG - userauth is OK
 2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
 2013-04-19 04:55:01,678 - DEBUG - EOF in transport thread

 Apparently, it can authenticate against CVS but then fails ( to find 
 CVSROOT ? ). As I mentioned, I am not sure looking at release notes if 
 newer versions have resolved this, maybe you can clarify? If not, what 
 other changes can I try to get more detailed logging ( I'm not familiar 
 with Python, but willing to give it a shot if I need to change .py scripts 
 myself).

 thanks.
 Rahul


 On Thursday, March 10, 2011 1:58:52 AM UTC+5:30, Christian Hammond wrote:

 Hi Rob,

 Glad you got it working. I'll look into our repository path parsing code 
 and see if we're somehow not handling the \ in usernames. Maybe it's 
 being stripped out somewhere.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Wed, Mar 9, 2011 at 4:11 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Stephen Gallagher
On 04/23/2013 08:29 AM, Rahul Patil wrote:
 Hi Christian,
 
 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up.
 Got this error when I hit the URL to RB site :
 
 
   Something broke! (Error 500)
 
 It appears something broke when you tried to go to here. This is either
 a bug in Review Board or a server configuration error. Please report
 this to your administrator.
 
 Reverted to 1.6.3 for now, looks like I have to defer the upgrade since
 users are affected by unavailability of Reviewboard, so can't keep it at
 1.7.7 and investigate the matter.
 
 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will
 try 1.6.16.
 

Try ensuring that you have django_evolution 0.6.9 installed. I know
there were some upgrade issues with older versions.

Christian, I meant to bring this up to you: 1.7.7.1 is still requiring
only 0.6.7 or later. Probably worth correcting that for 1.7.8.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Christian Hammond
Was there anything in the reviewboard.log file? This doesn't sound like a 
database upgrade issue off-hand.

Christian


On Apr 23, 2013, at 5:29, Rahul Patil thescm...@gmail.com wrote:

 Hi Christian,
 
 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
 Got this error when I hit the URL to RB site :
 
 Something broke! (Error 500)
 
 It appears something broke when you tried to go to here. This is either a bug 
 in Review Board or a server configuration error. Please report this to your 
 administrator.
 
 Reverted to 1.6.3 for now, looks like I have to defer the upgrade since users 
 are affected by unavailability of Reviewboard, so can't keep it at 1.7.7 and 
 investigate the matter.
 
 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will try 
 1.6.16.
 
 
 
 regards,
 Rahul
 
 
 On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond wrote:
 
 Hi Rahul,
 
 There have been quite a large number of SSH improvements and fixes for rbssh 
 since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth at least 
 putting together a test 1.7.x installation and seeing if the problem has 
 been fixed.
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
 
 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com wrote:
 
 Hi Christian,
 
 I apologise if this thread in unsuitable to revive, please link me to most 
 recent chain if you know. This is the most relevant thread I could find.
 
 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
 version is 1.6.3. I try to create a new CVS repository with ext access and 
 it fails every time.
 I looked up the release notes of subsequent releases but could not reliably 
 gauge if the bug related to CVS ext/ssh access is fixed, so as ascertain if 
 upgrading will fix this. I tried the logging options in rbssh.py file above 
 in this thread, but I could not get detailed logging. Enabled site logging 
 and this is all I could get. None of the workarounds resolve the problem 
 either.
 
 In the browser, it displays error msg : 
 A repository was not found at the specified path.
 
 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 client mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 
 @openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 
 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 @ openssh.com', 
 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib @ 
 openssh.com'] server compress:['none', 'zlib @ openssh.com'] client 
 lang:[''] server lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - DEBUG - using kex diffie-hellman-group1-sha1; 
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
 /home/reviewboard/mysite/data/.ssh/id_rsa
 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
 2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:01,227 - DEBUG - userauth is OK
 2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
 2013-04-19 04:55:01,678 - DEBUG - EOF in transport thread
 
 Apparently, it can authenticate against CVS but then fails ( to find 
 CVSROOT ? ). As I mentioned, I am not sure looking at release notes if 
 newer versions have resolved this, maybe you can clarify? If not, what 
 other changes can I try to get more detailed logging ( I'm not familiar 
 with Python, but willing to give it a shot if I need to change .py scripts 
 myself).
 
 thanks.
 Rahul
 
 
 On Thursday, March 10, 2011 1:58:52 AM UTC+5:30, Christian Hammond wrote:
 
 Hi Rob,
 
 Glad you got it working. I'll look into our repository path parsing code 
 and see if we're somehow not handling the \ in usernames. Maybe it's 
 being 

Local sites, private groups, or multiple review board instances?

2013-04-23 Thread Steve
We currently have 2 review board servers  running 1.7.6 on 2 different 
CenotOS 6 hosts.  We set up 2 servers way back in the 1.0 days to restrict 
visibility of some portions of our perforce repository.  I'm now tasked 
with setting up a third server with even greater restrictions.   All 3 
servers point to a single perforce repository. I don't want to tie up a 3rd 
box for this, so I'm looking to run 2 sites on 1 machine.  My first thought 
was to set up a second IP and try to get 2 different instances of RB 
running on the same box, but with distinct databases and directories.  But 
I see that 1.7 has private groups and the concept of 'local sites' which 
look like they may be another way to solve the problem.  However, I haven't 
been able to find enough detail on local sites to determine if I should go 
down that road. I was hoping others out there may have some hard-earned 
experience on which of these approaches is the most viable.

Thanks

--Steve

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Local sites, private groups, or multiple review board instances?

2013-04-23 Thread Christian Hammond
Hi Steve,

Local sites aren't something that are deeply exposed. They're usable,
certainly, but my feeling is that you may really want two instances.

With Local Sites, you can basically have a path that goes to a specific
site, which certain people will have access to. However, in your case,
everything that already exists on the server will be independent of  a
Local Site, so you'd be in this weird setup where some things are at,
/r/123, and some are at /s/sitename/r/456.

We built Local Sites originally for RBCommons.com, our Review Board SaaS. I
don't know if anyone out there has used them for any other installations.
Possibly, and you could certainly try it, but there may be some gotchas.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Apr 23, 2013 at 3:05 PM, Steve seide.al...@gmail.com wrote:

 We currently have 2 review board servers  running 1.7.6 on 2 different
 CenotOS 6 hosts.  We set up 2 servers way back in the 1.0 days to restrict
 visibility of some portions of our perforce repository.  I'm now tasked
 with setting up a third server with even greater restrictions.   All 3
 servers point to a single perforce repository. I don't want to tie up a 3rd
 box for this, so I'm looking to run 2 sites on 1 machine.  My first thought
 was to set up a second IP and try to get 2 different instances of RB
 running on the same box, but with distinct databases and directories.  But
 I see that 1.7 has private groups and the concept of 'local sites' which
 look like they may be another way to solve the problem.  However, I haven't
 been able to find enough detail on local sites to determine if I should go
 down that road. I was hoping others out there may have some hard-earned
 experience on which of these approaches is the most viable.

 Thanks

 --Steve

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Christian Hammond
On Tue, Apr 23, 2013 at 11:59 AM, Stephen Gallagher 
step...@gallagherhome.com wrote:

 On 04/23/2013 08:29 AM, Rahul Patil wrote:
  Hi Christian,
 
  Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up.
  Got this error when I hit the URL to RB site :
 
 
Something broke! (Error 500)
 
  It appears something broke when you tried to go to here. This is either
  a bug in Review Board or a server configuration error. Please report
  this to your administrator.
 
  Reverted to 1.6.3 for now, looks like I have to defer the upgrade since
  users are affected by unavailability of Reviewboard, so can't keep it at
  1.7.7 and investigate the matter.
 
  Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will
  try 1.6.16.
 

 Try ensuring that you have django_evolution 0.6.9 installed. I know
 there were some upgrade issues with older versions.

 Christian, I meant to bring this up to you: 1.7.7.1 is still requiring
 only 0.6.7 or later. Probably worth correcting that for 1.7.8.


*sigh* Thought I had made that change, but I guess not. This *will* get
fixed for 1.7.8. That might be in the next couple of weeks anyway.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Unable to view diff for multiple files.

2013-04-23 Thread Jonathan Wilson
Hi Christian,
 
Sorry for the late reply, I tried view a diff with the Chrome console and 
no error messages were displayed.
 
I only received the following messages while clicking on the initial review 
request link:
Uncaught SyntaxError: Unexpected token ; /r/593/:40
Uncaught ReferenceError: gReviewRequestId is not defined reviews.min.js:112
Uncaught TypeError: Object #Object has no method 
'setFileAttachmentComments' rb-server.myreviewboard.org:415
 
I have 2 other colleagues who have the same issue, but the majority of my 
colleagues have no issues viewing multiple diffs.
 
-JW

On Monday, April 22, 2013 2:33:58 PM UTC-4, Christian Hammond wrote:

 On Mon, Apr 22, 2013 at 8:57 AM, Matthew Woehlke 
 mwoehlk...@gmail.comjavascript:
  wrote:

 On 2013-04-20 01:55, Christian Hammond wrote:

 Hi Jonathan,

 I don't think I've seen this. Can you open the Chrome console log, try
 again, and see what errors may appear?


 Is the server able to generate the diffs? I'm sure Christian knows much 
 more about RB than I do :-), but multiple browser failures still sounds to 
 me  more like a server problem.

 While you're checking your browser console logs, it is probably worth 
 also checking the server logs if there is any message that would indicate a 
 problem generating the diffs.


 It very well might be the server. I stated on the browser side because 
 generally, if there's a server-side error, we should be showing it. We load 
 the diffs dynamically, so if there's a browser-side script error, we may 
 fail to either load or render (or show the error).

 Christian 

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com 



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Unable to view diff for multiple files.

2013-04-23 Thread Jonathan Wilson
Hi Matthew,
 
Yes, my reviewboard server is able to generate diffs without any problems.
I also mentioned to Christian, that I have 2 other colleagues that have the 
same issue as me. 
However the majority of my colleague can view multiple diffs without any 
problems.
 
-JW

On Monday, April 22, 2013 11:57:56 AM UTC-4, Matthew Woehlke wrote:

 On 2013-04-20 01:55, Christian Hammond wrote: 
  Hi Jonathan, 
  
  I don't think I've seen this. Can you open the Chrome console log, try 
  again, and see what errors may appear? 

 Is the server able to generate the diffs? I'm sure Christian knows much 
 more about RB than I do :-), but multiple browser failures still sounds 
 to me  more like a server problem. 

 While you're checking your browser console logs, it is probably worth 
 also checking the server logs if there is any message that would 
 indicate a problem generating the diffs. 

 -- 
 Matthew 


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 2961 in reviewboard: Diff of diffs inverted when completely reverting a file

2013-04-23 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2961 by zimmerma...@gmail.com: Diff of diffs inverted when  
completely reverting a file

http://code.google.com/p/reviewboard/issues/detail?id=2961

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
1.7.6

What's the URL of the page containing the problem?
Internal

What steps will reproduce the problem?
1. Upload a code review diff with changes to several different files.
2. Revert all changes in a subset of the files.
3. Update the code review with the new diff.
4. On the webpage, go to Changes between r1: and the new diff.
5. Observe that the diff of diffs for the reverted files are inverted.

What is the expected output? What do you see instead?
Expect the changes to be present in Diff Revision 1 and showing them  
being deleted in Diff Revision 2. However, they are shown completely  
*absent* from Diff Revision 1 and show as being *added* in Diff Revision  
2.



What operating system are you using? What browser?
Linux Mint 14, Chrome

Please provide any additional information below.

--
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 reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2961 in reviewboard: Diff of diffs inverted when completely reverting a file

2013-04-23 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 2961 by trowb...@gmail.com: Diff of diffs inverted  
when completely reverting a file

http://code.google.com/p/reviewboard/issues/detail?id=2961

This is fixed in 1.7.7(.1)

--
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 reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.