[webkit-changes] [WebKit/WebKit] 744503: [results.webkit.org] Allow instance to declare def...
Jonathan Bedard
noreply at github.com
Wed Mar 6 11:03:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 74450308e745435f7feebf54ea505966aa09f837
https://github.com/WebKit/WebKit/commit/74450308e745435f7feebf54ea505966aa09f837
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/configuration.js
M Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/templates/constants.js
M Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/view_routes.py
M Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/view_routes_unittest.py
Log Message:
-----------
[results.webkit.org] Allow instance to declare default architecture
https://bugs.webkit.org/show_bug.cgi?id=270442
rdar://124007556
Reviewed by Dewei Zhu.
Constructed queue names on results.webkit.org are often too verbose. Architecture is a
significant cause of this length, and for many queues on many instances, architecture would
be assumed were it excluded from the UI.
* Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/configuration.js:
(Configuration.prototype.toString): Do not include architecture in printed configuration name
if the architecture is the instance's default architecture.
* Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/templates/constants.js: Add default_architecture.
* Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/view_routes.py:
(ViewRoutes.__init__): Add default_architecture.
(ViewRoutes.constants): Ditto.
* Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/view_routes_unittest.py:
(WebSiteUnittest.test_constants): Update.
Canonical link: https://commits.webkit.org/275748@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list