Daniel Smith
Daniel Smith
This pull request is used for automated runs of the WPT check suites against a new available Chromium revision. If all tests pass, the new revision will be pinned for...
This PR fully enables the permissions system described in #2011. This PR will enact the new changes, and the application will behave as intended in the original design.
This change: - adds a check before summary files are used to determine if the summaries are in the new format (they have the "_v2" suffix in their bucket URL)....
When deploying a staging environment through the check suite, errors like [this](https://github.com/web-platform-tests/wpt.fyi/runs/7437703065?check_suite_focus=true) can occur. ``` ERROR: (gcloud.app.deploy) Error Response: [9] An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_await_healthy>2022-07-20T20:57:43.045Z20061.fm.0: No sufficient...
Selecting an item to triage while in triage mode will cause a black border to appear, which will cause grid-shifting due to the grid having the `border-collapse: collapse` attribute. It...
The original problem this solves involves setting vote values using the new schema. These steps were originally followed: 1. Vote value is changed in the UI. 2. Vote.set_vote() is called....
This change refactors methods in APIHandler and FlaskHandler subclasses to properly override their parent method counterparts. Technically, the subclass methods previously did not match the signatures of the methods in...
**NOTE**: This change will be ready after https://github.com/GoogleChrome/chromium-dashboard/pull/2341 is merged and this PR is updated to use the code in that PR. Part of the schema migration work. This change...
Add mypy checks to GitHub CI, as well as additional changes to finalize type hinting additions. Note: `from google.cloud` imports have issues being interpreted by mypy (see https://github.com/python/mypy/issues/10360). Ignore clauses...
**Describe the bug** On the "My Features" page, under the "Features pending my approval" dropdown, if too much approval summary information is displayed in the row, the quick action buttons...