Jesse

Results 6 issues of Jesse

While using github workflows, we need to specify a commit for the action (see [go/github-actions#actions](http://goto.google.com/github-actions#actions)). In the test repo of dart-lang, this dependency commit pinning needs to be completed. However...

**Introduce vulnerability scanning github workflow on third party dependencies defined in the DEPS file.** **Project details** The main flow of the scanning is the following: extract third party dependencies outlined...

Initial testing configuration for autopublishing to use Google Cloud Build. This change requires the pub.dev publishing to migrate into a Google Cloud Build configuration file which is triggered by a...

team: infra

Refactor add_to_app_life_cycle_tests in order to reduce testing logic in test.dart, create a suite_runners directory and allow for later implementing package:test onto add_to_app_life_cycle_tests Part of https://github.com/flutter/flutter/issues/145482 ## Pre-launch Checklist - [x]...

team-infra

Draft PR for refactoring many of the suite runner utils as well as creating a full suite for the web tests ## Pre-launch Checklist - [ ] I read the...

team-infra

Use the firestore API for querying tasks and update the firestore task model Addresses https://github.com/flutter/flutter/issues/144733 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined...