Michael Goderbauer
6ab558d86a
Revert "Add padding around flutter api docs search input ( #44980 )" ( #63113 )
...
This reverts commit c8cb245f24caa8c38ae4d6241010690d0b534b02.
2020-08-06 16:15:09 -07:00
Ming Lyu (CareF)
4c3a14c9de
remove flaky flag ( #63128 )
2020-08-06 14:46:17 -07:00
keyonghan
f08d7297e1
Add supported Luci builders for flutter repo ( #62445 )
2020-08-06 13:41:08 -07:00
Yuqian Li
6d487355a3
Remove cubic_bezier_perf.dart ( #63028 )
2020-08-05 20:21:02 -07:00
Ian Hickson
209e3e9fd6
Update docs.sh ( #62814 )
2020-08-05 19:21:08 -07:00
Tianguang
504963b4d1
Pin gallery version ( #62986 )
2020-08-05 15:11:18 -07:00
Hans Muller
6b7634b73a
Removed old button widget references from dev/manual_tests ( #62816 )
2020-08-05 14:51:27 -07:00
Yuqian Li
76a2f42e36
Mark nonflaky test as such ( #63014 )
2020-08-05 14:46:57 -07:00
Zachary Anderson
bef6d1545a
Mark named_isolates_test flaky ( #63021 )
2020-08-05 14:42:29 -07:00
Tianguang
ce1cfbe71d
Add remaining benchmarks ( #62906 )
2020-08-05 09:31:08 -07:00
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 5b3dc5251be6a56a8b65ae9e578ff2b330806ebc.
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 adc9dde3ba8563eebb824feb689f95eb947ab745.
- 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 1ffdfa81d6ba4258ed586a1b0905de74e3961645.
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