Ming Lyu (CareF)
1d329d2cc9
migrate macrobenchmark/multi_widget_construction test to e2e ( #62539 )
2020-08-04 18:56:03 -07:00
Michael Goderbauer
3b887bec47
Reland "migrate part of painting to nullsafety ( #62696 )" ( #62872 )
2020-08-04 16:06:04 -07:00
Jonah Williams
e8ad863a08
Revert "move compile/target sdk versions to 29 ( #62799 )" ( #62884 )
...
This reverts commit 5b3dc5251b
.
2020-08-04 11:20:16 -07:00
xster
5b3dc5251b
move compile/target sdk versions to 29 ( #62799 )
2020-08-04 08:26:08 -07:00
gaaclarke
fbd6dd64d3
Added a more generous timeout period for the keyboard animation. ( #62628 )
2020-08-04 08:14:17 -07:00
Jacob MacDonald
67e9b2945e
update to use more null safe packages ( #62525 )
...
Updates all the dependencies used in the most basic test and flutter_test isolates.
2020-08-03 12:29:30 -07:00
Michael Goderbauer
e5ca020d66
Make dartdoc warnings fatal for flutter_test ( #62614 )
2020-08-03 10:46:04 -07:00
Jonah Williams
c24772e8fb
[versions] update to the latest sdk versions ( #62687 )
2020-08-03 10:31:06 -07:00
Jenn Magder
1513b9719a
Add integration test for plugins without ios directories ( #62630 )
2020-08-03 10:24:04 -07:00
Jonah Williams
c748f1a7aa
remove flutter attach devicelab test ( #62704 )
...
The flutter tool already has an attach integration test: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/integration.shard/flutter_attach_test.dart
The devicelab test frequently fails with difficult to debug issues and is not worth the maintenance cost.
2020-07-31 17:45:18 -07:00
Alexandre Ardhuin
7884420a0a
migrate services to nullsafety ( #62513 )
...
NNBD migration for services
2020-07-31 11:20:00 -07:00
Yuqian Li
e6bc56f25a
Reland "Add Crane test to the new Gallery app ( #62162 )" ( #62544 )
2020-07-31 09:56:04 -07:00
Jason Simmons
e5de16a247
Make the text field macrobenchmark work in debug mode ( #62523 )
2020-07-31 09:51:05 -07:00
keyonghan
4f09f2c2bd
remove flaky flag ( #62348 )
2020-07-31 09:48:18 -07:00
Tong Wu
8d58c99e37
[devicelab] Mark flutter_gallery_ios32__start_up as flaky. ( #62646 )
...
The test device is causing failure of this test, we will need a couple days to physically access the device and fix the issue. So mark it as flaky to unblock the tree.
Bug: https://github.com/flutter/flutter/issues/62633
2020-07-31 09:41:03 -07:00
Michael Goderbauer
6ca8fda978
After cleaning up 812 warnings: Make warnings fatal in dartdocs ( #62553 )
2020-07-30 14:11:23 -07:00
Jonah Williams
e762e7e05f
[flutter_tools] deflake integration tests by running single isolate ( #62534 )
...
There are some occasional difficult to repro flakes on the tool integration tests. Try running only a single isolate to simplify the environment a bit.
2020-07-30 11:06:34 -07:00
冷石 Boy
c8cb245f24
Add padding around flutter api docs search input ( #44980 )
2020-07-30 09:17:57 -07:00
Mehmet Fidanboylu
db2ecf4486
Expose certain functions used when rolling Flutter ( #62529 )
2020-07-29 22:24:52 -07:00
Jim Graham
210f7680fc
ignore .idea directory in dart analyzer and analyzer benchmark output ( #55235 )
2020-07-29 17:16:26 -07:00
Todd Volkert
3099fb9e50
Remove devicelab timeouts ( #62511 )
2020-07-29 14:12:29 -07:00
Tong Mu
c177db172d
Refactor gen_keycode: Split generators ( #61916 )
...
* Split gen_keycode to make maintenance easier.
2020-07-29 13:20:07 -07:00
Ben Konyi
3a5a3eaf68
Reland "Add support for Dart Development Service (DDS) in Flutter Tools ( #61276 )" ( #62147 )
...
This reverts commit adc9dde3ba
.
- Fixed issue where `FallbackDiscovery` would hold on to a `VmService` when launching on iOS devices, causing DDS to fail to start
- Fixed `flutter drive` case where DDS is already running in another flutter_tools instance
2020-07-29 10:05:40 -07:00
Ming Lyu (CareF)
50828a1318
bug fix ( #62349 )
2020-07-28 18:31:04 -07:00
Michael Goderbauer
f4e10b4fb5
Make dartdoc warnings fatal (& cleanup of warnings) ( #62367 )
2020-07-28 16:11:04 -07:00
Michael Goderbauer
e17a721951
Ban unresolved dartdoc directives from HTML output ( #62167 )
2020-07-28 15:26:33 -07:00
Michael Goderbauer
e4b6754155
Bump new gallery version ( #62439 )
2020-07-28 15:25:03 -07:00
Alexandre Ardhuin
00dcd5f49b
migrate gestures to nullsafety ( #62157 )
2020-07-28 15:11:05 -07:00
Michael Goderbauer
1d5a9ae215
Update the FlutterLogo colors and gradients ( #62052 )
2020-07-28 15:06:04 -07:00
Jonah Williams
27e13dd53e
Revert "Add Crane test to the new Gallery app ( #62162 )" ( #62430 )
...
This reverts commit 1ffdfa81d6
.
2020-07-28 11:32:34 -07:00
Yuqian Li
1ffdfa81d6
Add Crane test to the new Gallery app ( #62162 )
2020-07-28 10:56:05 -07:00
Ming Lyu (CareF)
98264a4709
Simplify macrobencharks/picture_cache ( #62219 )
2020-07-28 10:51:11 -07:00
Jenn Magder
5281a9aaf1
Mark smoke_catalina_start_up_ios as not flaky ( #62085 )
2020-07-28 10:30:13 -07:00
Jenn Magder
e8e5de44ec
Parse .flutter-plugins-dependencies for add-to-app iOS modules ( #61269 )
2020-07-28 10:16:09 -07:00
Todd Volkert
901ccbe65b
Add timeout to the devicelab runner logs ( #62418 )
2020-07-28 09:40:11 -07:00
Todd Volkert
8c5c720ce6
Temporarily disable docset generation ( #62386 )
...
https://github.com/flutter/flutter/issues/60646
2020-07-28 01:07:42 -07:00
Todd Volkert
39fa00201d
Use in-memory disk for docs shards ( #62373 )
...
https://github.com/flutter/flutter/issues/60646
2020-07-27 21:11:43 -07:00
Jonah Williams
d834673033
roll dart/engine to f27729e97b5a00c3a8d8d49edc7b998fa755b97a ( #62368 )
2020-07-27 17:51:31 -07:00
Todd Volkert
271b8dd674
Fix doc generation scripts ( #62340 )
2020-07-27 08:46:57 -07:00
Todd Volkert
8e0eee9008
Sub-shard the docs shard ( #62281 )
...
Separate out offline docs, docset generation, and docs deployment
each into dedicated shards.
https://github.com/flutter/flutter/issues/60646
2020-07-26 23:38:01 -07:00
Todd Volkert
35e7005184
Rather than timing out dashing, run it in background ( #62251 )
...
https://github.com/flutter/flutter/issues/60646
2020-07-25 09:44:17 -07:00
Todd Volkert
5a290fc84d
Add --disable-dart-dev to docs.sh ( #62249 )
...
https://github.com/flutter/flutter/issues/62206
2020-07-24 23:51:41 -07:00
Todd Volkert
81bf39e4a9
Print date/time for each step taken in docs.sh ( #62248 )
...
This will allow us to see in the logs how long each step takes
2020-07-24 22:38:17 -07:00
Zachary Anderson
ab3a4b0e69
Revert "bump nullsafety deps ( #61978 )" ( #62234 )
...
This reverts commit c46aa360b0
.
2020-07-24 16:31:42 -07:00
Alexandre Ardhuin
c46aa360b0
bump nullsafety deps ( #61978 )
2020-07-24 16:17:08 -07:00
Will Larche
7782845edd
[Material] Updated icons and fonts ( #61778 )
2020-07-24 15:41:13 -07:00
Jonah Williams
6c6c7ba8ec
[flutter_tools] ensure x64 is built if target-platforms is not specified ( #62096 )
...
In the add-2-app case, users may not specify the android target platforms field, but this only defaults to arm builds. Add x64 to the default list.
Fixes #62095
2020-07-24 15:33:13 -07:00
Zachary Anderson
5e0ba2290f
Pass --disable-dart-dev in more places ( #62217 )
2020-07-24 13:37:08 -07:00
Jason Simmons
e64fe11542
Manual engine roll to 626244a72c5d53cc6d00c840987f9059faed511a ( #62163 )
...
Disabled web_benchmarks_canvaskit in the bot scripts because it was
failing in the Cirrus environment.
2020-07-23 18:11:17 -07:00
Jason Simmons
fc72a5f105
Disable DartDev when running device lab tests ( #62154 )
...
This is a workaround for https://github.com/flutter/flutter/issues/62139
so that the engine roll pipeline can proceed.
2020-07-23 14:17:27 -07:00