These 17 commits are when the Protocol Buffers files have changed:
Commit: | eb66d03 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
Update conductor to write engine.version file (#163350) This adds a new phase to the conductor after applying cherrypicks, to update the engine.version file with the revision from the previous commit. Note, this will produce a different PR, because it has to be in a different commit after squash & merge. Automates https://github.com/flutter/flutter/issues/162265
The documentation is generated from this commit.
Commit: | 6a412a5 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
Update conductor to support monorepos (#161704) Fixes https://github.com/flutter/flutter/issues/161616 Tested this PR with the 3.29.0 stable release: - https://github.com/flutter/flutter/pull/162899
Commit: | d963415 | |
---|---|---|
Author: | Casey Hillers | |
Committer: | GitHub |
[conductor] Remove PublishChannel and use MPA command (#135884) Move more of the playbook into conductor. The MPA command inputs are prone to human error.
Commit: | 38dbbb1 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] deprecate increment (#99189)
Commit: | 45f4380 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] Lift rev parse in conductor (#92594) * lift git-rev-parse in conductor start * remove localFlutterRoot from globals.dart * make localFlutterRoot getter private * fix analysis
Commit: | 69ae503 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] implement UI scaffold (#90621)
Commit: | a82255b | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] updates (#86452)
Commit: | 1aad8c8 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] support pushing local changes to remote (#85797)
Commit: | c3822ed | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
Conductor add next (#84354)
Commit: | 62d00c6 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
Migrate flutter conductor out of dev/tools and into its own directory (#83313) * Migrate flutter conductor out of dev/tools and into its own directory * flesh out documentation * fix analysis options * fix integration test
Commit: | 660ec20 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] Re-land auto-apply dart revision (#82985)
Commit: | 843083c | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
Revert "[flutter_conductor] Auto apply dart revision (#82601)" (#82983) This reverts commit e86f9c7a7ce31ddad3df962cacb2d1b1368a82f5.
Commit: | e86f9c7 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] Auto apply dart revision (#82601)
Commit: | b1c1bdb | |
---|---|---|
Author: | Jan Mewes | |
Committer: | GitHub |
Fix typos (#82319)
Commit: | 4a7f280 | |
---|---|---|
Author: | Christopher Fujino | |
Committer: | GitHub |
[flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528)
Commit: | 6ba8fa9 | |
---|---|---|
Author: | Jonah Williams | |
Committer: | GitHub |
Remove direct flutter tool usage of protobuf for encoding file caches (#40410)
This commit does not contain any .proto
files.
Commit: | e91b98a | |
---|---|---|
Author: | Jonah Williams | |
Committer: | GitHub |
Add initial implementation of flutter assemble (#32816)