-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Comparing changes
Open a pull request
base repository: flutter/plugins
base: 5306c02db66b
head repository: flutter/plugins
compare: ae92e6246a27
- 18 commits
- 78 files changed
- 10 contributors
Commits on Aug 31, 2021
-
[flutter_plugin_tool] Move branch-switching logic from tool_runner.sh…
… to tool (#4268) Eliminates the remaining logic from tool_runner.sh, completing the goal of migrating repository tooling off of bash (both to make maintenance easier, and to better support Windows both locally and in CI). Its branch-based logic is now part of the tool itself, via a new `--packages-for-branch` flag (which is hidden in help since it's only useful for CI). Part of flutter/flutter#86113
Configuration menu - View commit details
-
Copy full SHA for ffe53ec - Browse repository at this point
Copy the full SHA ffe53ecView commit details -
[flutter_plugin_tool] Migrate 'publish' to new base command (#4290)
Moves `publish` to PackageLoopingCommand, giving it the same standardized output and summary that is used by most other commands in the tool. Adds minor new functionality to the base command to allow it to handle the specific needs of publish: - Allows fully customizing the set of packages to loop over, to support --all-changed - Allows customization of a few more strings so the output better matches the functionality (e.g., using 'published' instead of 'ran' in the summary lines). Fixes flutter/flutter#83413
Configuration menu - View commit details
-
Copy full SHA for 5afbfe9 - Browse repository at this point
Copy the full SHA 5afbfe9View commit details
Commits on Sep 1, 2021
-
[flutter_plugin_tools] Fix build-examples for packages (#4248)
The build-examples command was filtering what it attempted to build by plugin platform, which means it never does anything for non-plugin packages. flutter/packages has steps that run this command, which suggests it used to work and regressed at some point, but nobody noticed; this will re-enable those builds so that we are getting CI coverage that the examples in flutter/packages build. Mostly fixes flutter/flutter#88435 (needs a flutter/packages tool pin roll to pick this up)
Configuration menu - View commit details
-
Copy full SHA for 6056abe - Browse repository at this point
Copy the full SHA 6056abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef18bc - Browse repository at this point
Copy the full SHA 9ef18bcView commit details -
[flutter_plugin_tools] Add Linux support to native-test (#4294)
- Adds a minimal unit test to url_launcher_linux as a proof of concept. This uses almost exactly the same CMake structure as the Windows version that was added recently. - Adds Linux support for unit tests to `native-test`, sharing almost all of the existing Windows codepath. - Fixes the fact that it it was running the debug version of the unit tests, but `build-examples` only builds release. (On other platforms we run debug unit tests, but on those platforms the test command internally builds the requested unit tests, so the mismatch doesn't matter.) - Enables the new test in CI. Also opportunistically fixes some documentation in `native_test_command.dart` that wasn't updated as more platform support was added. Linux portion of flutter/flutter#82445
Configuration menu - View commit details
-
Copy full SHA for df75b01 - Browse repository at this point
Copy the full SHA df75b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for bafc4ee - Browse repository at this point
Copy the full SHA bafc4eeView commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d1ed48 - Browse repository at this point
Copy the full SHA 5d1ed48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f037b4 - Browse repository at this point
Copy the full SHA 6f037b4View commit details -
Add scripts for Windows LUCI recipe (#4303)
See flutter/flutter#89373 for context. This sets up the script and config file to replicate the current plugins.py recipe's behavior using the planned generic recipe. These are currently unused, but are being landed first so that the generic recipe has something to test against. Part of flutter/flutter#89373
Configuration menu - View commit details
-
Copy full SHA for 887ba2d - Browse repository at this point
Copy the full SHA 887ba2dView commit details -
[ci.yaml] Add builders to recipes cq (#4306)
Casey Hillers authoredSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 2aa9a09 - Browse repository at this point
Copy the full SHA 2aa9a09View commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0857331 - Browse repository at this point
Copy the full SHA 0857331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597771f - Browse repository at this point
Copy the full SHA 597771fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 189a45e - Browse repository at this point
Copy the full SHA 189a45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c4149 - Browse repository at this point
Copy the full SHA 17c4149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 300100b - Browse repository at this point
Copy the full SHA 300100bView commit details
Commits on Sep 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 998f51f - Browse repository at this point
Copy the full SHA 998f51fView commit details
Commits on Sep 6, 2021
-
Revert "[image_picker] add forceFullMetadata to interface" (#4314)
Reverts #4288 which published a breaking change as if it were a non-breaking change. The discussion in that PR prior to it landing was incorrect, because adding a new parameter with a default value is non-breaking *only for clients*. It is breaking for subclasses that override it, and the purpose of the platform interface is for implementations to subclass it and override everything.
Configuration menu - View commit details
-
Copy full SHA for 3a38cd0 - Browse repository at this point
Copy the full SHA 3a38cd0View commit details
Commits on Sep 7, 2021
-
Allow neutral conclusion in publishing check (#4321)
It's possible for jobs to conclude in a "neutral" state; see https://github.com/flutter/plugins/runs/3534917860 for instance. Currently this causes "release" to be red when it shouldn't be.
Configuration menu - View commit details
-
Copy full SHA for ae92e62 - Browse repository at this point
Copy the full SHA ae92e62View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5306c02db66b...ae92e6246a27