1. 04 Sep, 2019 1 commit
  2. 02 Sep, 2019 1 commit
  3. 03 Jul, 2019 1 commit
  4. 13 Feb, 2019 2 commits
  5. 08 Feb, 2019 2 commits
  6. 30 Oct, 2018 1 commit
    • Ben Konyi's avatar
      Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543) · b1a23299
      Ben Konyi authored
      * Added '--check-for-remote-artifacts' option for Flutter Doctor.
      
      This option takes a Flutter engine revision and issues HEAD requests to
      determine whether or not artifacts for the provided engine revision are
      available from cloud storage. This functionality is needed for the Dart
      SDK autoroller to avoid creating a PR to roll the engine into the
      framework while artifacts haven't finished building, which would cause
      Cirrus tests to fail.
      b1a23299
  7. 12 Sep, 2018 1 commit
  8. 05 Jun, 2018 1 commit
  9. 01 Feb, 2018 1 commit
    • jcollins-g's avatar
      Condense and summarize doctor output without --verbose (#14173) · 26102c91
      jcollins-g authored
      * Flatten change out from lots of merges and temporary hacks for #7224
      
      * Expand fakes to cover cases where doctor passes
      
      * -v != --verbose
      
      * Cosmetic touchups
      
      * delint
      
      * Clean up summary line, add a switch for review comments
      
      * Review comments
      
      * nit
      
      * review comment
      
      * review comments
      26102c91
  10. 10 May, 2017 1 commit
  11. 09 May, 2017 1 commit
  12. 08 May, 2017 1 commit
  13. 29 Nov, 2016 1 commit
  14. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  15. 16 Sep, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command execution (#5892) · 18212382
      Dan Rubel authored
      * refactor _run to runCmd
      
      * replace requiresProjectRoot getter with call to commandValidator
      
      * replace requiresDevice getter with call to findTargetDevice
      
      * trace command requires a debug connection, not a device
      
      * inline androidOnly getter
      
      * rename command methods to verifyTheRunCmd and runCmd
      
      * move common verification into BuildSubCommand
      
      * rename deviceForCommand to device
      
      * rename methods to verifyThenRunCommand and runCommand
      18212382
  16. 01 Sep, 2016 1 commit
  17. 06 Apr, 2016 1 commit
  18. 24 Mar, 2016 1 commit
  19. 14 Mar, 2016 1 commit
  20. 17 Feb, 2016 2 commits