- 10 Jul, 2023 1 commit
-
-
Christopher Fujino authored
Fixes https://github.com/flutter/flutter/issues/129744 This change: 1. re-enables the Linux packages_autoroller 2. ensures we redact the token from appearing in any logs (in local testing I realized some failure logs might still expose the token) What actually fixed authentication however was creating and uploading a new GitHub personal access token, not this change. It's currently failing post-submit because being marked `bringup` it is running in the try pool, which does not have permissions to access the cloud KMS. However, I ran a LED build in the prod pool that succeeded: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/fujino_google.com/3a8f128c352fca53a9a29f1e7eab6c3ed24f3bb2a5feb196ea1a69127540e8a6/+/build.proto?server=chromium-swarm.appspot.com
-
- 07 Jul, 2023 1 commit
-
-
Alexander Aprelev authored
Manual roll is needed because incoming dart sdk requires updated version vm_snapshot_analysis (>=0.7.4). https://github.com/flutter/engine/compare/5ae09b8b4fa381e8723ed5382a26eafd0d97236f...7c83ea3e854202aea22405a947ac1b8f18c5a72c ``` 7c83ea3e85 Reland "Manual roll Dart SDK from 2d98d9e27dae to 0b07debd5862 (21 revisions) (#43457)" (#43472) 9ef3e8d533 Roll Skia from 5eba922297bb to 93c92f97f5ab (2 revisions) (#43471) ``` Remove implementation of SuitePlatform from the test as well. Remove use of fake cwd from SuitePlatform as it can't be properly faked.
-
- 30 Jun, 2023 1 commit
-
-
Christopher Fujino authored
Fixes https://github.com/flutter/flutter/issues/129744 Part of https://github.com/flutter/flutter/issues/129847 Migrate the packages_autoroller script to push to flutter-pub-roller-bot/flutter.git, rather than fluttergithubbot/flutter.git.
-
- 21 Jun, 2023 1 commit
-
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
- 15 Jun, 2023 1 commit
-
-
Mouad Debbar authored
- Bumps `vm_service` from `11.6.0` to `11.7.1` - Bumps `web` from `0.1.3-beta` to `0.1.4-beta` and adds it everywhere. - Moves `js` from `dependencies` to `dev_dependencies`
-
- 08 Jun, 2023 1 commit
-
-
Jackson Gardner authored
This attempts to reland https://github.com/flutter/flutter/pull/126848 This was reverted because it made some unexpected changes to our perf measurements. After landing https://github.com/flutter/flutter/pull/127900, we have much less noise in our benchmarks, so I'd like to reland this and see if there is still a significant measurement difference.
-
- 01 Jun, 2023 1 commit
-
-
- 30 May, 2023 1 commit
-
-
- 26 May, 2023 1 commit
-
-
Phil Quitslund authored
The newly updated lint will soon flag for-each in collections. See discussion: https://github.com/dart-lang/linter/pull/4383 /cc @goderbauer
-
- 16 May, 2023 2 commits
-
-
Michael Goderbauer authored
-
- 08 May, 2023 1 commit
-
-
Pierre-Louis authored
In particular, update pin for `material_color_utilities` to `0.5.0`.
-
- 28 Apr, 2023 2 commits
-
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
- 20 Apr, 2023 2 commits
-
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
- 13 Apr, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 07 Apr, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 03 Apr, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 31 Mar, 2023 1 commit
-
-
Danny Tuppeny authored
Roll pub packages
-
- 23 Mar, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 21 Mar, 2023 2 commits
-
-
Michael Goderbauer authored
Bump lower Dart SDK constraints to 3.0 & add class modifiers
-
Christopher Fujino authored
manual pub roll
-
- 16 Mar, 2023 1 commit
-
-
Zachary Anderson authored
-
- 03 Mar, 2023 2 commits
-
-
Casey Hillers authored
[conductor] Roll engine whenever version is out of date
-
Flutter GitHub Bot authored
Roll pub packages
-
- 01 Mar, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 28 Feb, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 27 Feb, 2023 1 commit
-
-
Casey Hillers authored
[conductor] Remove cherrypick option
-
- 24 Feb, 2023 1 commit
-
-
Kevin Chisholm authored
* add documentation to files * Update dev/conductor/core/lib/src/stdio.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/start.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/repository.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/next.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/git.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update dev/conductor/core/lib/src/git.dart Co-authored-by: Christopher Fujino <fujino@google.com> * Update stdio.dart --------- Co-authored-by: Christopher Fujino <fujino@google.com>
-
- 23 Feb, 2023 3 commits
-
-
Flutter GitHub Bot authored
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
Flutter GitHub Bot authored
-
- 17 Feb, 2023 1 commit
-
-
Ian Hickson authored
* lerp documentation * Remove Note, Note That from repo * Improve BorderSide documentation. * apply review comments
-
- 16 Feb, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 14 Feb, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 10 Feb, 2023 3 commits
-
-
Flutter GitHub Bot authored
-
Casey Hillers authored
* [conductor] Remove CiYaml model * Remove package:yaml * Update pubspec checksum
-
Casey Hillers authored
* [conductor] Tag engine versions * Move tag to repository
-