WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
209543
[ews] status-bubble should link to buildbot queue while waiting in queue
https://bugs.webkit.org/show_bug.cgi?id=209543
Summary
[ews] status-bubble should link to buildbot queue while waiting in queue
Aakash Jain
Reported
2020-03-25 07:36:55 PDT
While a patch is waiting in queue, its ews status bubble shows position in queue, but doesn't link to anything. I would be nice if the status-bubble could link to the corresponding buildbot queue. This will allow the users to easily navigate to corresponding buildbot queue and check recent builds and pending patches in queue.
Attachments
Patch
(2.86 KB, patch)
2020-03-25 07:39 PDT
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2020-03-25 07:39:55 PDT
Created
attachment 394493
[details]
Patch
Aakash Jain
Comment 2
2020-03-25 07:40:54 PDT
e.g.:
https://ews.webkit-uat.org/status-bubble/394352/
Radar WebKit Bug Importer
Comment 3
2020-03-25 07:41:48 PDT
<
rdar://problem/60871777
>
Jonathan Bedard
Comment 4
2020-03-25 11:04:00 PDT
Comment on
attachment 394493
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=394493&action=review
> Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:99 > + if self._get_parent_queue(queue):
Is _get_parent_queue low-cost call? Because we're calling it twice if it returns something.
Aakash Jain
Comment 5
2020-03-25 11:06:02 PDT
Comment on
attachment 394493
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=394493&action=review
>> Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:99 >> + if self._get_parent_queue(queue): > > Is _get_parent_queue low-cost call? Because we're calling it twice if it returns something.
Yeah, it's just a local dictionary lookup.
EWS
Comment 6
2020-03-25 11:08:06 PDT
Committed
r258997
: <
https://trac.webkit.org/changeset/258997
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 394493
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug