1. 01 Feb, 2018 1 commit
  2. 19 Jan, 2018 1 commit
  3. 11 Dec, 2017 1 commit
  4. 26 Sep, 2017 1 commit
    • Todd Volkert's avatar
      Run command validation on all commands. (#12246) · a08b5e00
      Todd Volkert authored
      This makes command validation happen as part of `verifyThenRunCommand()`,
      using a newly introduced protected method (`validateCommand()`) rather than
      a `commandValidator` property (that subclasses were responsible for manually
      invoking).
      a08b5e00
  5. 14 Jul, 2017 1 commit
  6. 02 Jul, 2017 1 commit
  7. 30 Jun, 2017 1 commit
  8. 20 Jun, 2017 1 commit
  9. 15 Jun, 2017 1 commit
  10. 13 Jun, 2017 1 commit
  11. 18 May, 2017 1 commit
  12. 04 May, 2017 1 commit
  13. 29 Mar, 2017 1 commit
  14. 04 Mar, 2017 1 commit
  15. 03 Mar, 2017 1 commit
  16. 21 Feb, 2017 1 commit
  17. 20 Feb, 2017 1 commit
  18. 17 Feb, 2017 2 commits
  19. 16 Feb, 2017 1 commit
  20. 14 Feb, 2017 1 commit
  21. 28 Jan, 2017 1 commit
  22. 26 Jan, 2017 1 commit
  23. 24 Jan, 2017 1 commit
  24. 23 Jan, 2017 1 commit
  25. 19 Jan, 2017 1 commit
    • Ian Hickson's avatar
      Remove randomness from port assignment during coverage collection. (#7548) · 3f1d6d3b
      Ian Hickson authored
      Also, defer to test package for throttling (this will require a test
      package update as well).
      
      Also, add a lot more instrumentation to --verbose mode for tests, and
      fix minor trivial things here and there, and add error handling in
      more places.
      
      Also, refactor how coverage works to be simpler and not use statics.
      3f1d6d3b
  26. 12 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Fix race condition in coverage collection (#7455) · 4f9e5c8d
      Todd Volkert authored
      Previously, it was possible for the test harness to bail
      and the test runner to complete before the platform plugin
      triggered the collection of coverage data. This fixes the
      race condition such that the pending coverage collection
      task is recorded immediately after starting the process.
      4f9e5c8d
  27. 09 Jan, 2017 1 commit
  28. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  29. 15 Dec, 2016 1 commit
  30. 30 Nov, 2016 1 commit
  31. 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
  32. 03 Nov, 2016 1 commit
    • Devon Carew's avatar
      Better progress (#6677) · fcfb2a5c
      Devon Carew authored
      * make showElapsedTime default to true
      
      * support nested progresses
      
      * improve hot reload message
      
      * rethrow
      fcfb2a5c
  33. 22 Sep, 2016 1 commit
  34. 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
  35. 27 Jul, 2016 1 commit
  36. 28 Jun, 2016 1 commit
  37. 24 Jun, 2016 2 commits
  38. 22 Jun, 2016 1 commit