Skip to content

Commit

Permalink
Merge repository metadata
Browse files Browse the repository at this point in the history
Merges in:
- test exclusion configs
- AUTHORS
- CODEOWNERS
- Dependabot configs
- autolabel configs

Merge exclusions

Merge CODEOWNERS
  • Loading branch information
stuartmorgan committed Feb 21, 2023
1 parent 18715d7 commit 193e454
Show file tree
Hide file tree
Showing 13 changed files with 875 additions and 33 deletions.
595 changes: 595 additions & 0 deletions .github/dependabot.yml

Large diffs are not rendered by default.

82 changes: 80 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
'p: animations':
- packages/animations/**/*

'p: camera':
- packages/camera/**/*

'p: cross_file':
- packages/cross_file/**/*

'p: css_colors':
- packages/css_colors/**/*

'p: cupertino_icons':
- third_party/packages/cupertino_icons/**/*

'p: dynamic_layouts':
- packages/dynamic_layouts/**/*

'p: espresso':
- packages/espresso/**/*

'p: extension_google_sign_in_as_googleapis_auth':
- packages/extension_google_sign_in_as_googleapis_auth/**/*

'p: file_selector':
- packages/file_selector/**/*

'p: flutter_adaptive_scaffold':
- packages/flutter_adaptive_scaffold/**/*

Expand All @@ -28,6 +40,9 @@
'p: flutter_migrate':
- packages/flutter_migrate/**/*

'p: flutter_plugin_android_lifecycle':
- packages/flutter_plugin_android_lifecycle/**/*

'p: flutter_template_images':
- packages/flutter_template_images/**/*

Expand All @@ -40,6 +55,24 @@
'p: google_identity_services':
- packages/google_indentity_services_web/**

'p: google_maps_flutter':
- packages/google_maps_flutter/**/*

'p: google_sign_in':
- packages/google_sign_in/**/*

'p: image_picker':
- packages/image_picker/**/*

'p: in_app_purchase':
- packages/in_app_purchase/**/*

'p: ios_platform_images':
- packages/ios_platform_images/**/*

'p: local_auth':
- packages/local_auth/**/*

'p: metrics_center':
- packages/metrics_center/**/*

Expand All @@ -49,23 +82,68 @@
'p: palette_generator':
- packages/palette_generator/**/*

'p: path_provider':
- packages/path_provider/**/*

'p: pigeon':
- packages/pigeon/**/*

'p: plugin_platform_interface':
- packages/plugin_platform_interface/**/*

'p: pointer_interceptor':
- packages/pointer_interceptor/**/*

'p: quick_actions':
- packages/quick_actions/**/*

'p: rfw':
- packages/rfw/**/*

'p: shared_preferences':
- packages/shared_preferences/**/*

'p: standard_message_codec':
- packages/standard_message_codec/**/*

'p: url_launcher':
- packages/url_launcher/**/*

'p: video_player':
- packages/video_player/**/*

'p: web_benchmarks':
- packages/web_benchmarks/**/*

'p: webview_flutter':
- packages/webview_flutter/**/*

'p: xdg_directories':
- packages/xdg_directories/**/*

'p: cupertino_icons':
- third_party/packages/cupertino_icons/**/*
'platform-android':
- packages/*/*_android/**/*
- packages/**/android/**/*

'platform-ios':
- packages/*/*_ios/**/*
- packages/*/*_storekit/**/*
- packages/*/*_wkwebview/**/*
- packages/**/ios/**/*

'platform-linux':
- packages/*/*_linux/**/*
- packages/**/linux/**/*

'platform-macos':
- packages/*/*_macos/**/*
- packages/**/macos/**/*

'platform-web':
- packages/*/*_web/**/*
- packages/**/web/**/*

'platform-windows':
- packages/*/*_windows/**/*
- packages/**/windows/**/*

64 changes: 64 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,67 @@ Google Inc.
The Chromium Authors
Britannio Jarrett <[email protected]>
Sarbagya Dhaubanjar <[email protected]>
German Saprykin <[email protected]>
Benjamin Sauer <[email protected]>
[email protected]
Ali Bitek <[email protected]>
Pol Batlló <[email protected]>
Anatoly Pulyaevskiy
Hayden Flinner <[email protected]>
Stefano Rodriguez <[email protected]>
Salvatore Giordano <[email protected]>
Brian Armstrong <[email protected]>
Paul DeMarco <[email protected]>
Fabricio Nogueira <[email protected]>
Simon Lightfoot <[email protected]>
Ashton Thomas <[email protected]>
Thomas Danner <[email protected]>
Diego Velásquez <[email protected]>
Hajime Nakamura <[email protected]>
Tuyển Vũ Xuân <[email protected]>
Miguel Ruivo <[email protected]>
Sarthak Verma <[email protected]>
Mike Diarmid <[email protected]>
Invertase <[email protected]>
Elliot Hesp <[email protected]>
Vince Varga <[email protected]>
Aawaz Gyawali <[email protected]>
EUI Limited <[email protected]>
Katarina Sheremet <[email protected]>
Thomas Stockx <[email protected]>
Sarbagya Dhaubanjar <[email protected]>
Ozkan Eksi <[email protected]>
Rishab Nayak <[email protected]>
ko2ic <[email protected]>
Jonathan Younger <[email protected]>
Jose Sanchez <[email protected]>
Debkanchan Samadder <[email protected]>
Audrius Karosevicius <[email protected]>
Lukasz Piliszczuk <[email protected]>
SoundReply Solutions GmbH <[email protected]>
Rafal Wachol <[email protected]>
Pau Picas <[email protected]>
Christian Weder <[email protected]>
Alexandru Tuca <[email protected]>
Christian Weder <[email protected]>
Rhodes Davis Jr. <[email protected]>
Luigi Agosti <[email protected]>
Quentin Le Guennec <[email protected]>
Koushik Ravikumar <[email protected]>
Nissim Dsilva <[email protected]>
Giancarlo Rocha <[email protected]>
Ryo Miyake <[email protected]>
Théo Champion <[email protected]>
Kazuki Yamaguchi <[email protected]>
Eitan Schwartz <[email protected]>
Chris Rutkowski <[email protected]>
Juan Alvarez <[email protected]>
Aleksandr Yurkovskiy <[email protected]>
Anton Borries <[email protected]>
Alex Li <[email protected]>
Rahul Raj <[email protected]>
Daniel Roek <[email protected]>
TheOneWithTheBraid <[email protected]>
Rulong Chen(陈汝龙) <[email protected]>
Hwanseok Kang <[email protected]>
Twin Sun, LLC <[email protected]>
117 changes: 94 additions & 23 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,98 @@
# These names are just suggestions. It is fine to have your changes
# reviewed by someone else.

packages/animations/** @goderbauer
packages/cross_file/** @ditman
packages/css_colors/** @stuartmorgan
packages/dynamic_layouts/** @Piinks
packages/animations/** @goderbauer
packages/camera/** @bparrishMines
packages/cross_file/** @ditman
packages/css_colors/** @stuartmorgan
packages/dynamic_layouts/** @Piinks
packages/extension_google_sign_in_as_googleapis_auth/** @ditman
packages/flutter_adaptive_scaffold/** @gspencergoog
packages/flutter_image/** @stuartmorgan
packages/flutter_lints/** @goderbauer
packages/flutter_markdown/** @domesticmouse
packages/flutter_migrate/** @GaryQian
packages/flutter_template_images/** @stuartmorgan
packages/go_router/** @chunhtai
packages/go_router_builder/** @chunhtai
packages/google_identity_services_web/** @ditman
packages/metrics_center/** @keyonghan
packages/multicast_dns/** @dnfield
packages/palette_generator/** @gspencergoog
packages/pigeon/** @tarrinneal
packages/pointer_interceptor/** @ditman
packages/rfw/** @Hixie
packages/standard_message_codec/** @jonahwilliams
packages/web_benchmarks/** @yjbanov
packages/xdg_directories/** @stuartmorgan
third_party/packages/cupertino_icons/** @jmagman
packages/file_selector/** @stuartmorgan
packages/flutter_adaptive_scaffold/** @gspencergoog
packages/flutter_image/** @stuartmorgan
packages/flutter_lints/** @goderbauer
packages/flutter_markdown/** @domesticmouse
packages/flutter_migrate/** @GaryQian
packages/flutter_template_images/** @stuartmorgan
packages/go_router/** @chunhtai
packages/go_router_builder/** @chunhtai
packages/google_identity_services_web/** @ditman
packages/google_maps_flutter/** @stuartmorgan
packages/google_sign_in/** @stuartmorgan
packages/image_picker/** @tarrinneal
packages/in_app_purchase/** @bparrishMines
packages/local_auth/** @stuartmorgan
packages/metrics_center/** @keyonghan
packages/multicast_dns/** @dnfield
packages/palette_generator/** @gspencergoog
packages/path_provider/** @stuartmorgan
packages/pigeon/** @tarrinneal
packages/plugin_platform_interface/** @stuartmorgan
packages/pointer_interceptor/** @ditman
packages/quick_actions/** @bparrishMines
packages/rfw/** @Hixie
packages/shared_preferences/** @tarrinneal
packages/standard_message_codec/** @jonahwilliams
packages/url_launcher/** @stuartmorgan
packages/video_player/** @tarrinneal
packages/web_benchmarks/** @yjbanov
packages/webview_flutter/** @bparrishMines
packages/xdg_directories/** @stuartmorgan
third_party/packages/cupertino_icons/** @jmagman

# Plugin platform implementation rules. These should stay last, since the last
# matching entry takes precedence.

# - Web
packages/**/*_web/** @ditman

# - Android
packages/camera/camera_android/** @camsim99
packages/camera/camera_android_camerax/** @camsim99
packages/espresso/** @reidbaker
packages/flutter_plugin_android_lifecycle/** @reidbaker
packages/google_maps_flutter/google_maps_flutter_android/** @reidbaker
packages/google_sign_in/google_sign_in_android/** @camsim99
packages/image_picker/image_picker_android/** @gmackall
packages/in_app_purchase/in_app_purchase_android/** @gmackall
packages/local_auth/local_auth_android/** @camsim99
packages/path_provider/path_provider_android/** @camsim99
packages/quick_actions/quick_actions_android/** @camsim99
packages/shared_preferences/shared_preferences_android/** @reidbaker
packages/url_launcher/url_launcher_android/** @gmackall
packages/video_player/video_player_android/** @camsim99

# - iOS
packages/camera/camera_avfoundation/** @hellohuanlin
packages/file_selector/file_selector_ios/** @jmagman
packages/google_maps_flutter/google_maps_flutter_ios/** @cyanglaz
packages/google_sign_in/google_sign_in_ios/** @vashworth
packages/image_picker/image_picker_ios/** @vashworth
packages/in_app_purchase/in_app_purchase_storekit/** @cyanglaz
packages/ios_platform_images/ios/** @jmagman
packages/local_auth/local_auth_ios/** @louisehsu
packages/path_provider/path_provider_foundation/** @jmagman
packages/quick_actions/quick_actions_ios/** @hellohuanlin
packages/shared_preferences/shared_preferences_foundation/** @cyanglaz
packages/url_launcher/url_launcher_ios/** @jmagman
packages/video_player/video_player_avfoundation/** @hellohuanlin
packages/webview_flutter/webview_flutter_wkwebview/** @cyanglaz

# - Linux
packages/file_selector/file_selector_linux/** @cbracken
packages/path_provider/path_provider_linux/** @cbracken
packages/shared_preferences/shared_preferences_linux/** @cbracken
packages/url_launcher/url_launcher_linux/** @cbracken

# - macOS
packages/file_selector/file_selector_macos/** @cbracken
packages/url_launcher/url_launcher_macos/** @cbracken

# - Windows
packages/camera/camera_windows/** @cbracken
packages/file_selector/file_selector_windows/** @cbracken
packages/image_picker/image_picker_windows/** @cbracken
packages/local_auth/local_auth_windows/** @cbracken
packages/path_provider/path_provider_windows/** @cbracken
packages/shared_preferences/shared_preferences_windows/** @cbracken
packages/url_launcher/url_launcher_windows/** @cbracken
7 changes: 6 additions & 1 deletion script/configs/custom_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
# All entries here shoud include a comment explaining why they use different
# options.

# DO NOT move or delete this file without updating
# https://github.com/dart-lang/sdk/blob/master/tools/bots/flutter/analyze_flutter_plugins.sh
# which references this file from source, but out-of-repo.
# Contact stuartmorgan or devoncarew for assistance if necessary.

# Deliberately uses flutter_lints, as that's what it is demonstrating.
- flutter_lints/example
# Adopts some flutter_tools rules regarding public api docs due to being an
Expand All @@ -17,4 +22,4 @@
# Has some constructions that are currently handled poorly by dart format.
- rfw/example
# Disables docs requirements, as it is test code.
- web_benchmarks/testing/test_app
- web_benchmarks/testing/test_app
3 changes: 2 additions & 1 deletion script/configs/exclude_integration_android.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[]
# No integration tests to run:
- espresso
6 changes: 5 additions & 1 deletion script/configs/exclude_integration_ios.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[]
# Currently missing: https://github.com/flutter/flutter/issues/82208
- ios_platform_images
# Can't use Flutter integration tests due to native modal UI.
- file_selector_ios
- file_selector
4 changes: 3 additions & 1 deletion script/configs/exclude_integration_linux.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
[]
# Can't use Flutter integration tests due to native modal UI.
- file_selector
- file_selector_linux
4 changes: 3 additions & 1 deletion script/configs/exclude_integration_macos.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
[]
# Can't use Flutter integration tests due to native modal UI.
- file_selector
- file_selector_macos
3 changes: 2 additions & 1 deletion script/configs/exclude_integration_web.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[]
# Currently missing: https://github.com/flutter/flutter/issues/82211
- file_selector
5 changes: 4 additions & 1 deletion script/configs/exclude_integration_win32.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
[]
# Can't use Flutter integration tests due to native modal UI.
- file_selector
- file_selector_windows
- image_picker_windows
3 changes: 2 additions & 1 deletion script/configs/exclude_native_unit_android.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[]
# No need for unit tests:
- espresso
Loading

0 comments on commit 193e454

Please sign in to comment.