Mark Xiong
Mark Xiong
migrated chromedash-featurelist
migrated chromedash-enterprise-release-notes-page and its test file
PR Summary: This PR changed the -g value in the npm command `openapi-backend` from `flask-python` to `python` to allow circular imports in our OAS to further land the implementation of...
Currently, the client-side types are defined in either individual component files or cs-client.js, while the server-side is using OpenAPI Specification generated objects. Replacing client-side types with OAS objects to align...
PR https://github.com/GoogleChrome/chromium-dashboard/pull/4119 @jrobbins:Redesign this code to be type-safe by defining a new base class `ChromeStatusPage `that declares the expected fields and changes all our page classes to subclass from it.