forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '76e84c0679dbab7bfaaaa553b17bb0dbdb9a3c33' into update_v…
…ideo_src_on_same_controller * commit '76e84c0679dbab7bfaaaa553b17bb0dbdb9a3c33': (537 commits) [video_player] Initialize player when size and duration become available (flutter#4438) [webview_flutter] Implement zoom enabled for ios and android (flutter#4417) Partial revert of "upgraded usage of BinaryMessenger (flutter#4451)" (flutter#4453) Implement Android WebView api with pigeon (Java portion) (flutter#4441) [in_app_purchase] Update to the latest pkg:json_serializable (flutter#4434) Implement Android WebView api with pigeon (Dart portion) (flutter#4435) upgraded usage of BinaryMessenger (flutter#4451) [flutter_plugin_tools] Fix pubspec-check on Windows (flutter#4428) Use OpenJDK 11 in CI jobs (flutter#4419) [google_sign_in] remove the commented out code in tests (flutter#4442) [webview] Fix typos in the README (flutter#4249) [google_sign_in] add serverAuthCode to GoogleSignInAccount (flutter#4180) [ci] Update macOS Cirrus image to Xcode 13 (flutter#4429) [shared_preferences] Switch to new analysis options (flutter#4384) [flutter_plugin_android_lifecycle] remove placeholder dart file (flutter#4413) [camera] Run iOS methods on UI thread by default (flutter#4140) [ci] Always run all `format` steps (flutter#4427) [flutter_plugin_tools] Fix license-check on Windows (flutter#4425) [google_maps_flutter] Clean Java test, consolidate Marker example. (flutter#4400) [image_picker][android] suppress unchecked warning (flutter#4408) ... # Conflicts: # packages/video_player/video_player/pubspec.yaml # packages/video_player/video_player_web/lib/video_player_web.dart # packages/video_player/video_player_web/pubspec.yaml
- Loading branch information
Showing
1,825 changed files
with
91,966 additions
and
31,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
# Describes the targets run in continuous integration environment. | ||
# | ||
# Flutter infra uses this file to generate a checklist of tasks to be performed | ||
# for every commit. | ||
# | ||
# More information at: | ||
# * https://github.com/flutter/cocoon/blob/master/CI_YAML.md | ||
enabled_branches: | ||
- master | ||
|
||
platform_properties: | ||
linux: | ||
properties: | ||
caches: >- | ||
[ | ||
] | ||
dependencies: > | ||
[ | ||
{"dependency": "curl"} | ||
] | ||
device_type: none | ||
os: Linux | ||
windows: | ||
properties: | ||
caches: >- | ||
[ | ||
{"name": "vsbuild", "path": "vsbuild"}, | ||
{"name": "pub_cache", "path": ".pub-cache"} | ||
] | ||
dependencies: > | ||
[ | ||
{"dependency": "certs"} | ||
] | ||
device_type: none | ||
os: Windows | ||
|
||
targets: | ||
- name: Windows win32-platform_tests master | ||
recipe: plugins/plugins | ||
timeout: 30 | ||
properties: | ||
add_recipes_cq: "true" | ||
target_file: windows_build_and_platform_tests.yaml | ||
dependencies: > | ||
[ | ||
{"dependency": "vs_build"} | ||
] | ||
scheduler: luci | ||
|
||
- name: Windows win32-platform_tests stable | ||
recipe: plugins/plugins | ||
timeout: 30 | ||
properties: | ||
add_recipes_cq: "true" | ||
target_file: windows_build_and_platform_tests.yaml | ||
channel: stable | ||
dependencies: > | ||
[ | ||
{"dependency": "vs_build"} | ||
] | ||
scheduler: luci | ||
|
||
- name: Windows windows-build_all_plugins master | ||
recipe: plugins/plugins | ||
timeout: 30 | ||
properties: | ||
add_recipes_cq: "true" | ||
target_file: build_all_plugins.yaml | ||
dependencies: > | ||
[ | ||
{"dependency": "vs_build"} | ||
] | ||
scheduler: luci | ||
|
||
- name: Windows windows-build_all_plugins stable | ||
recipe: plugins/plugins | ||
timeout: 30 | ||
properties: | ||
add_recipes_cq: "true" | ||
target_file: build_all_plugins.yaml | ||
channel: stable | ||
dependencies: > | ||
[ | ||
{"dependency": "vs_build"} | ||
] | ||
scheduler: luci | ||
|
||
- name: Windows uwp-platform_tests master | ||
recipe: plugins/plugins | ||
timeout: 30 | ||
properties: | ||
add_recipes_cq: "true" | ||
target_file: uwp_build_and_platform_tests.yaml | ||
dependencies: > | ||
[ | ||
{"dependency": "vs_build"} | ||
] | ||
scheduler: luci | ||
|
||
- name: Windows plugin_tools_tests | ||
recipe: plugins/plugins | ||
timeout: 30 | ||
properties: | ||
add_recipes_cq: "true" | ||
target_file: plugin_tools_tests.yaml | ||
scheduler: luci | ||
|
||
- name: Linux ci_yaml plugins roller | ||
recipe: infra/ci_yaml | ||
timeout: 30 | ||
scheduler: luci | ||
runIf: | ||
- .ci.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
cd all_plugins | ||
flutter build windows --debug | ||
flutter build windows --release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
dart ./script/tool/bin/flutter_plugin_tools.dart build-examples --winuwp \ | ||
--packages-for-branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
dart ./script/tool/bin/flutter_plugin_tools.dart build-examples --windows \ | ||
--packages-for-branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
dart ./script/tool/bin/flutter_plugin_tools.dart all-plugins-app \ | ||
--output-dir=. --exclude script/configs/exclude_all_plugins_app.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
dart ./script/tool/bin/flutter_plugin_tools.dart drive-examples --windows \ | ||
--packages-for-branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
dart ./script/tool/bin/flutter_plugin_tools.dart native-test --windows \ | ||
--no-integration --packages-for-branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
cd script/tool | ||
dart pub run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
# To set FETCH_HEAD for "git merge-base" to work | ||
git fetch origin master | ||
|
||
cd script/tool | ||
dart pub get |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
tasks: | ||
- name: prepare tool | ||
script: .ci/scripts/prepare_tool.sh | ||
- name: create all_plugins app | ||
script: .ci/scripts/create_all_plugins_app.sh | ||
- name: build all_plugins | ||
script: .ci/scripts/build_all_plugins.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tasks: | ||
- name: prepare tool | ||
script: .ci/scripts/prepare_tool.sh | ||
- name: tool unit tests | ||
script: .ci/scripts/plugin_tools_tests.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tasks: | ||
- name: prepare tool | ||
script: .ci/scripts/prepare_tool.sh | ||
- name: build examples (UWP) | ||
script: .ci/scripts/build_examples_uwp.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
tasks: | ||
- name: prepare tool | ||
script: .ci/scripts/prepare_tool.sh | ||
- name: build examples (Win32) | ||
script: .ci/scripts/build_examples_win32.sh | ||
- name: native unit tests (Win32) | ||
script: .ci/scripts/native_test_win32.sh | ||
- name: drive examples (Win32) | ||
script: .ci/scripts/drive_examples_win32.sh |
Oops, something went wrong.