WebKit Bugzilla
Attachment 360385 Details for
Bug 193928
: [ews-app] Make the results url generic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
ews-app-results-url.patch (text/plain), 1.26 KB, created by
Aakash Jain
on 2019-01-28 15:20:26 PST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-01-28 15:20:26 PST
Size:
1.26 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 240606) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-01-28 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-app] Make the results url generic >+ https://bugs.webkit.org/show_bug.cgi?id=193928 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-app/ews/urls.py: >+ > 2019-01-28 Aakash Jain <aakash_jain@apple.com> > > [ews-app] Add method to save Step data to database >Index: Tools/BuildSlaveSupport/ews-app/ews/urls.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-app/ews/urls.py (revision 240606) >+++ Tools/BuildSlaveSupport/ews-app/ews/urls.py (working copy) >@@ -33,8 +33,8 @@ urlpatterns = [ > url(r'^$', Index.as_view(), name='index'), > # ex: /patch/5 > url(r'^patch/(?P<patch_id>[0-9]+)/$', Patch.as_view(), name='patch'), >- # ex: /patch/5/results >- url(r'^patch/(?P<patch_id>[0-9]+)/results$', Results.as_view(), name='results'), >+ # ex: /results/ >+ url(r'^results/$', Results.as_view(), name='results'), > # ex: /status-bubble/5 > url(r'^status-bubble/(?P<patch_id>[0-9]+)/$', StatusBubble.as_view(), name='statusbubble'), > ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193928
: 360385