RESOLVED FIXED 195047
[ews-app] Update method to save build to handle builder_display_name
https://bugs.webkit.org/show_bug.cgi?id=195047
Summary [ews-app] Update method to save build to handle builder_display_name
Aakash Jain
Reported 2019-02-26 07:01:37 PST
After https://bugs.webkit.org/show_bug.cgi?id=194961, ews-app's build table also include builder_name and builder_display_name. We should update the corresponding methods to save build accordingly.
Attachments
Proposed patch (4.56 KB, patch)
2019-02-26 07:08 PST, Aakash Jain
dewei_zhu: review+
Aakash Jain
Comment 1 2019-02-26 07:08:01 PST
Created attachment 362983 [details] Proposed patch
Aakash Jain
Comment 2 2019-02-26 07:09:58 PST
Tested on a local instance.
EWS Watchlist
Comment 3 2019-02-26 07:10:56 PST Comment hidden (obsolete)
Jonathan Bedard
Comment 4 2019-02-26 10:13:18 PST
This almost feels like this should have been contained in <https://bugs.webkit.org/show_bug.cgi?id=194961>, any reason to separate them?
Aakash Jain
Comment 5 2019-02-26 13:17:22 PST
> any reason to separate them? I have been making smaller patches to make them easier to review. Previous reviewers found it easier to review multiple smaller patches as compared to a large patch.
dewei_zhu
Comment 6 2019-02-27 15:19:08 PST
Comment on attachment 362983 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=362983&action=review > Tools/BuildSlaveSupport/ews-app/ews/views/results.py:81 > + 'number', 'result', 'state_string', 'started_at', 'complete_at'], Nit: we need a consistent indentation. Usually 4 spaces.
Aakash Jain
Comment 7 2019-02-28 04:29:14 PST
Radar WebKit Bug Importer
Comment 8 2019-02-28 04:30:37 PST
Note You need to log in before you can comment on or make changes to this bug.