Re: Review Board Ticket #4484: Commit_id no more shows if it is pending (perforce repository)

2017-09-22 Thread Christian Hammond
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4484/
--

New update by subodhk
For Beanbag, Inc. > Review Board > Ticket #4484


Status:
- PendingReview
+ 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 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 #4484: Commit_id no more shows if it is pending (perforce repository)

2017-01-16 Thread Christian Hammond
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4484/
--

New update by subodhk
For Beanbag, Inc. > Review Board > Ticket #4484


Reply:

Posted for review at https://reviews.reviewboard.org/r/8609/


Status:
- New
+ PendingReview


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 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 #4484: Commit_id no more shows if it is pending (perforce repository)

2016-11-18 Thread Jamie Candiff
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4484/
--

New update by subodhk
For Beanbag, Inc. > Review Board > Ticket #4484


Milestones:
+ Release-2.5.x


Tags:
+ Component:SCMTools
+ SCM:Perforce

-- 
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 #4484: Commit_id no more shows if it is pending (perforce repository)

2016-11-10 Thread Subodh Konhor
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4484/
--

New ticket #4484 by subodhk
For Beanbag, Inc. > Review Board

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


--
Commit_id no more shows if it is pending (perforce repository)
==

# What version are you running?
2.5.7

# What's the URL of the page containing the problem?
review/r//

# What steps will reproduce the problem?
1. install reviewboard 2.5.7
2. rbt post 


# What is the expected output? What do you see instead?
Review request when opened should show "Change: 549348 (pending)" as it is a 
pending CL
Review request when opened displays as "Change: 549348" which is not expected.

# What operating system are you using? What browser?
CentOS 6

# Please provide any additional information below.
Tested the scenario in 2.5.6.1 and the change is shown properly

Below is the culprit sql

2.5.3/2.5.6.1
INSERT INTO `reviews_reviewrequest` (`description`, `description_rich_text`, 
`testing_done`, `testing_done_rich_text`, `bugs_closed`, `branch`, `commit_id`, 
`extra_data`, `rich_text`, `summary`, `submitter_id`, `time_added`, 
`last_updated`, `status`, `public`, `changenum`, `repository_id`, 
`email_message_id`, `time_emailed`, `diffset_history_id`, 
`last_review_timestamp`, `shipit_count`, `issue_open_count`, 
`issue_resolved_count`, `issue_dropped_count`, `local_site_id`, `local_id`) 
VALUES ('RBT Test 3\n=bug9690333 fix-partial  ', 0, '', 0, '9690333', 'tools', 
'549348', '{}', 0, 'RBT Test 3 =bug9690333 fix-partial  ', 1244, '2016-11-10 
07:29:06', '2016-11-10 07:29:06', 'P', 0, 549348, 1, NULL, NULL, 63093, NULL, 
0, 0, 0, 0, NULL, NULL)

2.5.7
INSERT INTO `reviews_reviewrequest` (`description`, `description_rich_text`, 
`testing_done`, `testing_done_rich_text`, `bugs_closed`, `branch`, `commit_id`, 
`extra_data`, `rich_text`, `summary`, `submitter_id`, `time_added`, 
`last_updated`, `status`, `public`, `changenum`, `repository_id`, 
`email_message_id`, `time_emailed`, `diffset_history_id`, 
`last_review_timestamp`, `shipit_count`, `issue_open_count`, 
`issue_resolved_count`, `issue_dropped_count`, `local_site_id`, `local_id`) 
VALUES ('', 0, '', 0, '', '', NULL, '{}', 0, '', 1244, '2016-11-10 07:23:15', 
'2016-11-10 07:23:15', 'P', 0, NULL, 1, NULL, NULL, 69438, NULL, 0, 0, 0, 0, 
NULL, NULL)

--

-- 
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.