Re: Review Board Ticket #4682: Interdiff sometimes missing changes

2018-04-16 Thread Alexander Dorogov
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4682/
--

New update by tcalvert
For Beanbag, Inc. > Review Board > Ticket #4682


Reply:

Can confirm that this happened to us as well, using SVN repo.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4652: Some files in the diff are cut off from the right when displayed

2018-02-16 Thread Alexander Dorogov
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4652/
--

New update by alexander
For Beanbag, Inc. > Review Board > Ticket #4652


Reply:

This also happened on diff without so many trailing whitespaces. Don't know 
what's causing it.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4652: Some files in the diff are cut off from the right when displayed

2018-02-16 Thread Alexander Dorogov
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4652/
--

New ticket #4652 by alexander
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect

File attachments:

 * Firefox.png
   

 * Chrome.png
   



--
Some files in the diff are cut off from the right when displayed
==

# What version are you running?
3.0.2

# What is the expected output? What do you see instead?
Sometimes the diff display is cut off on the right, making it impossible to 
read. I suspect it might have something to do with trailing whitespaces 
(although this happens regardless of whether you enable showing them or not).

This is a problem when using Firefox. On Chrome it is displayed fine.

# What operating system are you using? What browser?
Windows 10
Firefox Quantum 58.0.2 (64-bit)
Google Chrome 64.0.3282.167 (Official Build) (64-bit)

Screenshots of Firefox and Chrome view are attached.

--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4636: Issues waiting for verification are absent from ReviewRequest API

2018-01-19 Thread Alexander Dorogov
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4636/
--

New ticket #4636 by alexander
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect


--
Issues waiting for verification are absent from ReviewRequest API
==

# What version are you running?
3.0.2

# What steps will reproduce the problem?
1. Obtain ReviewRequest with issues marked as "Waiting for verification"
2. Fetch it, for example, with curl 
https://reviews.reviewboard.org/api/review-requests/0/ -H "Accept: 
application/json"

# What is the expected output? What do you see instead?
There is no field for waiting issues and they don't appear in any of the others 
(issue_resolved_count, issue_dropped_count, issue_open_count). If you have 1 
resolved and 1 waiting issue, the counts would be 1, 0, 0 respectively.

I expect it to either have its own field or be present in issue_open_count (as 
they are neither fixed nor dropped yet).

# What operating system are you using? What browser?
Debian 9.3, Chrome.

--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


RBTools Ticket #4628: rbt patch --print cannot be run outside of a source tree

2018-01-12 Thread Alexander Dorogov
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4628/
--

New ticket #4628 by alexander
For Beanbag, Inc. > RBTools

Status: New
Tags: Priority:Medium, Type:Defect


--
rbt patch --print cannot be run outside of a source tree
==

# What version are you running?
0.7.10

# What steps will reproduce the problem?
Run rbt patch --print outside of a source tree.


# What is the expected output? What do you see instead?
According to 0.7.8 patch notes:
"rbt patch --print can now be run outside of a source tree."
Expected to fetch latest diff. Instead I get:
"ERROR: The current directory does not contain a checkout from a supported 
source code repository."

# What operating system are you using?
Debian 8.3

# Attach the debug out from the command.

```
$ rbt patch -d --print 906
>>> RBTools 0.7.10
>>> Python 2.7.9 (default, Mar  1 2015, 12:57:24)
[GCC 4.9.2]
>>> Running on Linux-3.16.0-4-amd64-x86_64-with-debian-8.3
>>> Home = /home/admin
>>> Current directory = /home/admin
>>> Command line: rbt patch -d --print 906
>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info
>>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
svn: E155007: '/home/admin' is not a working copy
---
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any of the parent directories): .git
---
>>> Checking for a Mercurial repository...
>>> Unable to execute "hg --help": skipping Mercurial
>>> Checking for a CVS repository...
>>> Unable to execute "cvs": skipping CVS
>>> Checking for a Perforce repository...
>>> Unable to execute "p4 help": skipping Perforce
>>> Checking for a Plastic repository...
>>> Unable to execute "cm version": skipping Plastic
>>> Checking for a ClearCase repository...
>>> Unable to execute "cleartool help": skipping ClearCase
>>> Checking for a Bazaar repository...
>>> Unable to execute "bzr help": skipping Bazaar
>>> Checking for a Team Foundation Server repository...
>>> Unable to execute "tf help": skipping TFS
ERROR: The current directory does not contain a checkout from a supported 
source code repository.

```


--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.