David Shuckerow
e6292c8da1
Revert "Add ipv6 and observatory port support to the attach command." ( #25288 )
...
* Revert "e5195ee47 Remove unnecessary includes of Ganesh headers (flutter/engine#7189) (#25282 )"
This reverts commit f198d66332
.
* Revert "Validate style in TextField (#24587 )"
This reverts commit 9a8e2f0c4b
.
* Revert "Allow snippets tool to be run from arbitrary CWDs (#25243 )"
This reverts commit 4a110b6227
.
* Revert "Make doctor output consistent between VS Code/IntelliJ/Android Studio when plugins are missing (#25269 )"
This reverts commit e29b023a6b
.
* Revert "Add ipv6 and observatory port support to the attach command. (#24537 )"
This reverts commit 9150b3f031
.
2018-12-12 16:56:50 -04:00
Danny Tuppeny
e29b023a6b
Make doctor output consistent between VS Code/IntelliJ/Android Studio when plugins are missing ( #25269 )
...
* Update VS Code validator to match Android Studio
- Now shows a tick (instead of partial) if installed
- Now shows a cross (instead of dot) if extension is not installed
Fixes #22931 .
2018-12-12 17:36:42 +00:00
David Shuckerow
9150b3f031
Add ipv6 and observatory port support to the attach command. ( #24537 )
2018-12-12 08:28:02 -08:00
Danny Tuppeny
2994d3562a
Add some a basic debug stepping tests ( #24515 )
2018-12-12 10:56:54 +00:00
Jonah Williams
c461e93363
Revert "Ensure that cache dirs and files have appropriate permissions" ( #25240 )
2018-12-11 15:33:57 -08:00
Jonah Williams
b080a476c8
Fuchsia multiple devices and target ( #24953 )
2018-12-11 09:18:21 -08:00
Danny Tuppeny
3f1c308e58
Don't require the AVD folder to exist in order to run flutter emulators
( #25154 )
...
Fixes #24750 .
2018-12-11 15:27:25 +00:00
Jonah Williams
61291aeeaf
ensure lastBuildTimestamp is set before early return ( #25058 )
2018-12-10 15:57:52 -08:00
Todd Volkert
243222c00d
Include error message in crash reports ( #24632 )
...
This modifies our flutter_tools crash reports to include the error
message. This error message may contain personally identifying
information (PII), such as a file system path on the developer's
local machine that may contain user names, project code names,
etc. To disable crash reporting, the developer can run the
following command:
flutter config --no-analytics
For more information on what gets reported during crashes of the
flutter tool, see:
https://github.com/flutter/flutter/wiki/Flutter-CLI-crash-reporting
2018-12-10 13:59:47 -08:00
Todd Volkert
74ab1bfbbd
Ensure that cache dirs and files have appropriate permissions ( #24669 )
...
Fixes https://github.com/flutter/flutter/issues/24413
2018-12-10 13:39:50 -08:00
Jonah Williams
a226c0f0d9
Add a flutter-attach entry point for fuchsia ( #24878 )
2018-11-30 16:18:18 -08:00
Tim Sneath
06ec8d3b41
Updating readme templates for newly created projects ( #24725 )
...
We hypothesize that many first-time users creating a new project will look at the README.md as a starting point for "what next". As we've updated our documentation particularly for new users, having better links to our codelabs and cookbooks will help them be productive.
2018-11-28 15:56:58 -08:00
Dan Field
03a4f4bedb
Quote framework_dir in xcode_backend.sh ( #24591 )
2018-11-20 18:42:27 -08:00
Jonah Williams
f5b02e3c05
Bump minimum ios_deploy version ( #24550 )
2018-11-20 07:49:29 -08:00
Victor Florintsev
16b9a80ccd
added definition for hardware ( #24502 )
...
This is the hardware used in the Samsung Galaxy J7
2018-11-19 14:18:01 -08:00
Hans Muller
ec4f22c17b
Revert "Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )" ( #24538 )
...
This reverts commit 4ec8883b83
.
2018-11-19 13:02:18 -08:00
Hans Muller
4ec8883b83
Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )
2018-11-19 12:21:49 -08:00
Todd Volkert
c793d43ee0
Slight doc change ( #24526 )
2018-11-19 09:11:40 -08:00
Alexandre Ardhuin
79b5e5bc8a
Add missing lints ( #24381 )
...
* update lint list
* enable sort_pub_dependencies
* enable avoid_returning_null_for_void
* enable flutter_style_todos
2018-11-19 10:37:55 +01:00
Danny Tuppeny
15e3df25c5
Refactor Test Driver in preparation for flutter test
integration tests ( #24060 )
...
* Refactor Test Driver in preperation for `flutter test` integration tests
* Fix indent
2018-11-19 08:25:42 +00:00
Danny Tuppeny
113f8f1a8d
Make FlutterTestDriver.stop() safe to call if it didn't spawn a process ( #24393 )
...
This means we can just always add it to test teardowns without having to add try/catches if there are any tests that don't spawn a process.
2018-11-19 07:16:32 +00:00
Danny Tuppeny
08e7f26510
Remove timeout waiting for app to start ( #24336 )
2018-11-19 07:15:52 +00:00
Jonah Williams
938dd5a4aa
Revert "Update driver script to execute test through test_core" ( #24401 )
...
* Revert "Add dashing config file for generating docset from flutter docs (#24374 )"
This reverts commit ec8ca8606c
.
* Revert "Update driver script to execute test through test_core (#24168 )"
This reverts commit 6c62cf337f
.
2018-11-15 11:17:00 -08:00
Jonah Williams
6c62cf337f
Update driver script to execute test through test_core ( #24168 )
2018-11-15 10:50:25 -08:00
Dan Field
091b73ab6f
fix variable check in xcode_backend.sh ( #24368 )
...
* fix test in xcode_backend.sh
* -n
* fix devicelab test
* uncomment good code, check for \"\"
2018-11-14 18:54:51 -08:00
Alexander Aprelev
64a8d44764
Fix test so it doesn't leak frontend_server process ( #24360 )
...
* Fix test so it doesn't leak frontend_server process
* Stop FlutterTestDriver even if expectation is not met
2018-11-14 18:50:18 -08:00
Greg Spencer
eb35f8923b
Reland: Make the 'time to update' message depend up on the channel. ( #24173 ) ( #24321 )
...
Fixes #24158
Re-lands #24173
2018-11-14 16:51:12 -08:00
stevemessick
ff25edd3ad
Update idea template files ( #24311 )
...
* Update IntelliJ project template files
* Add ignored file
* Fix test
* Restore comma
2018-11-14 13:45:07 -08:00
Alexander Aprelev
0b940a4473
Flush write to disk with intent of reducing flakiness of the test. ( #24144 )
2018-11-14 13:26:24 -08:00
Alexander Aprelev
3b7942c444
Fix multi-step build handling process. ( #24310 )
...
* Fix multi-step build handling process.
Stop listening for new step updates after 'all done.' log message. Make sure that we don't delete file too soon, until listener had a chance to process the 'all done' message.
Fixes https://github.com/flutter/flutter/issues/18750
* Emit 'all output' explicitly when build process is done.
2018-11-14 08:54:13 -08:00
Brian Wilkerson
29d5210d8b
Use constant durations in more places ( #24306 )
2018-11-14 08:16:12 -08:00
Greg Spencer
a2ed3ecb64
Revert "Make the 'time to update' message depend up on the channel. ( #24173 )" ( #24320 )
...
This reverts commit 97e03104a0
.
Landing on red to hopefully make less red on the board.
TBR=@goderbauer
2018-11-13 17:18:06 -08:00
Greg Spencer
97e03104a0
Make the 'time to update' message depend up on the channel. ( #24173 )
...
Fixes #24158
2018-11-13 09:53:56 -08:00
Jonah Williams
aa65fa2fa1
Remove await for syntax from fuchsia log scanner ( #24263 )
2018-11-12 23:47:16 -08:00
Jonah Williams
2e33d08dae
communicate fuchsia error states to developers ( #24191 )
2018-11-12 23:46:14 -08:00
Jonah Williams
70c6fb1fbb
Remove package:collection dependency usage from flutter_goldens ( #24218 )
2018-11-11 10:57:41 -08:00
Jonah Williams
5839710859
Throw a better error when old test versions are loaded. ( #24217 )
2018-11-10 19:32:35 -08:00
Jonah Williams
a871d59164
Apply basic log filtering and formatting to fuchsia logs. ( #24143 )
2018-11-10 17:02:32 -08:00
Dan Field
2729385758
Make host app test actually test host app ( #24131 )
...
* Make host app test actually test host app
* mark updated test as flaky
2018-11-09 19:09:56 -08:00
Jonah Williams
26a6fd92d8
do not compute dart deps for fuchsia_entrypoint ( #24134 )
2018-11-09 15:41:13 -08:00
Jonah Williams
c11633e84e
Separate hot reload and hot restart capabilities. ( #24122 )
2018-11-09 10:33:22 -08:00
Jonah Williams
ae2b215efe
make sure we dont use test ( #24146 )
2018-11-09 00:40:29 -08:00
Todd Volkert
95c9ae451e
Update packages --force-upgrade ( #24126 )
2018-11-08 22:31:22 -08:00
Ian Hickson
6bfd9bb996
Fix a race condition in vmservice_test.dart ( #23835 )
...
Fixes https://github.com/flutter/flutter/issues/19273
2018-11-08 20:54:06 -08:00
Danny Tuppeny
2d5ed986e1
Update integration tests to use vm_service_lib ( #23937 )
...
* Move integration tests to use vm_service_lib
* Turn off debug logging that was accidentally committed
* Run update-packages --force to fix checksum for new dev dependency
* Trim trailing whitespace
2018-11-08 07:55:54 +00:00
Jonah Williams
d04fa1a670
only pass packages once ( #24074 )
2018-11-07 21:57:00 -08:00
Dan Field
9d53d7f848
Update pubspec template docs for module/plugin ( #24081 )
...
* Document module pubspec
* update doc on plugin template
* clarify language
2018-11-07 17:20:18 -08:00
Ian Hickson
f9374fe071
Update the URL to the recommend bug report ( #23708 )
...
We have templates now.
2018-11-07 17:12:35 -08:00
jslavitz
5dac7a2347
Removes check for Homebrew if all necessary packages are present. ( #23844 )
...
* Removes need for homebrew installation if all other packages are installed. Modifies test to work with this new functionality.
2018-11-07 15:21:05 -08:00
Jonah Williams
00c07266c1
add frontend server as a non dart dep of fuchsia_tool ( #24075 )
2018-11-07 15:14:35 -08:00