Re: Review Board Ticket #4862: tabs in issues section gets back to "Open issues" every 10 seconds when some checks/tests are updating results.

2020-02-25 Thread Christian Hammond
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4862/
--

New update by theBoss
For Beanbag, Inc. > Review Board > Ticket #4862


Reply:

Yeah, I can verify this. I'll take a look. We're pretty swamped right now, 
but I should be able to get it in for 3.0.18 (release date TBD).


Status:
- New
+ Confirmed


Milestones:
+ Release-3.0.x


Tags:
+ Component:Reviews


Assigned to:
+ chipx86

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard-issues/20200225094935.25552.46755%40ip-10-1-54-209.ec2.internal.


Re: Review Board Ticket #4862: tabs in issues section gets back to "Open issues" every 10 seconds when some checks/tests are updating results.

2020-02-25 Thread Marcin Zawadzki
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4862/
--

New update by theBoss
For Beanbag, Inc. > Review Board > Ticket #4862


Reply:

Any possibility to get this verified and fixed?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard-issues/20200225094019.25550.43863%40ip-10-1-54-209.ec2.internal.


Review Board Ticket #4862: tabs in issues section gets back to "Open issues" every 10 seconds when some checks/tests are updating results.

2020-02-13 Thread Marcin Zawadzki
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4862/
--

New ticket #4862 by theBoss
For Beanbag, Inc. > Review Board

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

File attachments:

 * bug-timeline.png
   



--
tabs in issues section gets back to "Open issues" every 10 seconds when some 
checks/tests are updating results.
==

# What version are you running?
3.0.14

# What's the URL of the page containing the problem?
internal

# What steps will reproduce the problem?
1. Create review wich check duration long enough to be able to create issues 
for the code
2. In the issues section switch to "Resolved issues" tab
3. After some time around 10s, tab will get back to "Open issues"


# What is the expected output? What do you see instead?
Around every 10s RB will switch tab in issues section to "Open issues"

# What operating system are you using? What browser?
Firefox 72.0.2 on Windows 10, same issue on Linux (Debian Stable)


# Please provide any additional information below.
When review request is running checks and one of them has pending status update 
then every 10 seconds reviewboard send request 
_updates/?entries=initial_status_updates:0&api_format=json. Probably, 'get' 
method of ReviewRequestUpdateViewclass is called. This method returns 
HttpResponse with view template - 'reviews/review_issue_summary_table.html' 
with request, issue_counts and issues as RequestContext. The template has 
hard-coded class 'active' in open issues tab. Due to that after every _updates/ 
request tab is switched to Open Issues if user currently looking at other type 
of issues (waiting for verification/resolved/dropped/all issues). It disturbs 
reviewboard workflow and makes almost impossible to analyse issues with status 
other than open. Even though HttpRequest contains status 304 (NOT MODIFIED) 
issue summary table is swapped with content of request which result in tab 
switch.


--

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard-issues/20200213133457.17918.17082%40ip-10-1-54-209.ec2.internal.