- 07 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 05 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 05 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Nov, 2020 3 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
This reverts commit b7708831.
-
Jenn Magder authored
-
- 30 Oct, 2020 1 commit
-
-
Jonah Williams authored
The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds. This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
-
- 26 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 22 Oct, 2020 3 commits
-
-
Jonah Williams authored
* [devicelab] de-flake iOS launch
-
Jonah Williams authored
* [flutter_tools] remove iOS screenshot on failure functionality * remove all screenshot code
-
Jenn Magder authored
* Build IPA command * xcarchive -> ipa
-
- 21 Oct, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit ae06c19a.
-
Alexandre Ardhuin authored
-
- 20 Oct, 2020 1 commit
-
-
Jenn Magder authored
This reverts commit dd9323bd.
-
- 19 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 15 Oct, 2020 1 commit
-
-
Jonah Williams authored
[devicelab] allow the devicelab to take a screenshot if the iOS connection fails with FLUTTER_IOS_SCREENSHOT_ON_CONNECTION_FAILURE (#68156) More attempts to remote diagnose the issues in the iOS devicelab
-
- 14 Oct, 2020 5 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
Revert "[flutter_tools] If run fails to install the application on iOS, try uninstalling it and trying again. (#68078)" (#68118) This reverts commit 61ba7dd2.
-
Jonah Williams authored
[flutter_tools] If run fails to install the application on iOS, try uninstalling it and trying again. (#68078)
-
- 13 Oct, 2020 2 commits
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
Jenn Magder authored
-
- 12 Oct, 2020 5 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] reland: fold process resolution logic into the flutter tool (#67957)" (#67968) This reverts commit bd813879.
-
Jonah Williams authored
Reland of #67669 The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. So that we can adjust/modify this logic, fold it into flutter and add some additional logging. caches the resolved executable per target directory, to avoid repeated look ups. Instead of throwing an argument error, attempts to run the executable as given if an exact path can't be found Accept files or symlinks for the executable path. user where/which to resolve path instead of package:process logic.
-
Jonah Williams authored
This reverts commit 10c78c26.
-
Jonah Williams authored
The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. Fold the resolution logic into the tool and use where/which instead of the package:process specific logic.
-
Jonah Williams authored
HACKTOBERFEST
-
- 09 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2020 2 commits
-
-
Jonah Williams authored
* [flutter_tools] enable LocalDevFSWriter for desktop devices, iOS simulator * Update device.dart * Update desktop_device_test.dart * fix analysis errors
-
Dan Field authored
-
- 07 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 25 Sep, 2020 1 commit
-
-
Jenn Magder authored
-
- 23 Sep, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 22 Sep, 2020 1 commit
-
-
Jonah Williams authored
-