Daniel Smith
Daniel Smith
This is a conversion of the existing intent template preview page (templates/admin/features/launch.html) into a a SPA component. This page should function identically to the existing intent template page. https://github.com/GoogleChrome/chromium-dashboard/assets/56164590/610f213c-17aa-44ab-a47d-c42fd068efbe
Currently, the Playwright tests only support mocking the login of a generic user "[email protected]". None of the Playwright tests mock any action that could be taken by admins, and do...
[The cron jobs for trial creation and activation](https://github.com/GoogleChrome/chromium-dashboard/blob/main/cron.yaml#L42-L48) need to be formally added and tested on staging. Note that sending a trial creation request will only be sent to the...
[The OT Creation request code](https://github.com/GoogleChrome/chromium-dashboard/blob/main/framework/origin_trials_client.py#L105-L154) in Chromestatus should send over the "OT Contacts” argument. OT Contacts are the combined values of ot_owner_email (one email) and ot_emails (multiple emails) fields. The...
### Explanation of problem A user brought to our attention that an extension request had been recently submitted, but a blank trial extension stage already existed for their feature's origin...
We now explicitly allow origin trial trial extension milestones to be defined on the site. This information could be used to display trial extension information in the Gantt chart, on...
The new schema allows for multiple stages of the same type (origin trial, shipping, etc.). The Gantt chart currently only reads from milestones of the first stage of each type,...
Almost all references to milestone fields are stored in Stage.milestones, which uses the MilestoneSet kind. The exception for this is `rollout_milestone` for enterprise features, which is a separate field from...
The last run for Safari stable was the 12th. https://wpt.fyi/runs?label=master&label=stable&max-count=100&product=chrome&product=firefox&product=safari Looking at [the invalid runs tab here](https://wpt.fyi/status), I'm seeing some invalid Safari runs on the 16th. CC @gsnedders
Currently, when submitting an origin trial creation request on staging, the Chromium Trial Name, use counter name, and whether the trial allows third party origins is checked against the actual...