WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
209342
[ews] Better organize patch status api data
https://bugs.webkit.org/show_bug.cgi?id=209342
Summary
[ews] Better organize patch status api data
Aakash Jain
Reported
2020-03-20 09:14:58 PDT
[ews] Better organize patch status api data. Instead of returning a list of statuses, return a dictionary with queue-name as a key, and queue-status as data. This would make it easier to access patch-status for a particular queue from the data. For example, instead of: [{"url": "
https://ews-build.webkit-uat.org/#/builders/14/builds/934
", "timestamp": 1584709288, "state": 2, "name": "ios-sim"}] Return: {"ios-sim": {"url": "
https://ews-build.webkit-uat.org/#/builders/14/builds/934
", "timestamp": 1584709288, "state": 2}}
Attachments
Patch
(2.24 KB, patch)
2020-03-20 09:21 PDT
,
Aakash Jain
jbedard
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2020-03-20 09:21:15 PDT
Created
attachment 394091
[details]
Patch
Aakash Jain
Comment 2
2020-03-20 09:21:59 PDT
e.g.:
https://ews.webkit-uat.org/status/393862/
https://ews.webkit-uat.org/status/390184/
Aakash Jain
Comment 3
2020-03-20 13:44:59 PDT
Committed
r258786
: <
https://trac.webkit.org/changeset/258786
>
Radar WebKit Bug Importer
Comment 4
2020-03-20 13:45:18 PDT
<
rdar://problem/60702843
>
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