cocoon icon indicating copy to clipboard operation
cocoon copied to clipboard

Flutter's build coordinator and aggregator

Results 41 cocoon issues
Sort by recently updated
recently updated
newest added

context: https://github.com/flutter/flutter/issues/109255. This PR fetches latest stable, beta and google 3 branches based version numbers. e.g. For stable branch, it is assumed that a branch tagged with 3.0.4 will be...

Fixes: https://github.com/flutter/flutter/issues/109409 (This is basically the initial logic here: https://github.com/flutter/cocoon/pull/2035/commits/5a22258bcdbe7977bb16bd9b2bcb87683b31cd8a)

example usage: `dart run bin/main.dart --commit= --production=false --filepath=darwin-x64/FlutterMacOS.framework.zip#ios/artifacts.zip#dart-sdk-darwin-arm64.zip` TODO: add tests to detect exception messages. 06/10: finalized tests and added documentations. made a first split to https://github.com/flutter/cocoon/pull/1899 for easier review....

## Description Update to flaky issues handler code so that we use the protobuf and wrappers instead of using the ciYaml directly. This will avoid issues with deprecated features as...

Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.1 to 2.3.0. Commits d927428 add performance tracking to all methods on PerActionResolver (#3282) 64b44f2 latest mono_repo (#3279) f82f3dd Report changed assets through build daemon (#3273) 02758c0...

team
team: infra

Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.1 to 2.3.0. Commits d927428 add performance tracking to all methods on PerActionResolver (#3282) 64b44f2 latest mono_repo (#3279) f82f3dd Report changed assets through build daemon (#3273) 02758c0...

team
team: infra

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.5.0 to 6.5.1. Commits a79c6b7 Fix BigInt, DateTime, Uri JsonKey.defaultValue w/ a function (#1220) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json_serializable&package-manager=pub&previous-version=6.5.0&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

team
team: infra

optional switches are the list of ios usb dependency artifacts inherited from https://github.com/christopherfujino/codesign.py/blob/master/codesign.py#L635. This PR adds path and arg support to these artifacts. Dryrun is set to be the default...

Testing reverts ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...