1. 07 Apr, 2017 1 commit
  2. 04 Apr, 2017 1 commit
  3. 22 Mar, 2017 1 commit
  4. 21 Mar, 2017 1 commit
  5. 14 Mar, 2017 1 commit
    • Todd Volkert's avatar
      Make tests more hermetic. (#8765) · 1b4f817b
      Todd Volkert authored
      1. Add `PortScanner` abstraction so that we don't do actual port scanning
         in tests.
      2. Don't change the real `cwd` of the isolate during tests, as it affects
         all tests, not just the current running test.
      
      Fixes #8761
      1b4f817b
  6. 13 Mar, 2017 1 commit
  7. 09 Mar, 2017 1 commit
  8. 04 Mar, 2017 1 commit
  9. 27 Feb, 2017 1 commit
    • Todd Volkert's avatar
      Add --bug-report flag (#8435) · f60410fa
      Todd Volkert authored
      This adds support for a `--bug-report` flag, which is a recording
      that:
        - includes the arguments that were passed to the command runner
        - is zipped up for easy attachment in Guthub issues
      f60410fa
  10. 21 Feb, 2017 1 commit
  11. 14 Feb, 2017 1 commit
  12. 11 Feb, 2017 1 commit
  13. 27 Jan, 2017 1 commit
  14. 26 Jan, 2017 1 commit
  15. 25 Jan, 2017 1 commit
  16. 24 Jan, 2017 1 commit
  17. 09 Jan, 2017 1 commit
  18. 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
  19. 30 Nov, 2016 1 commit
  20. 29 Nov, 2016 2 commits
  21. 13 Oct, 2016 1 commit
  22. 26 Aug, 2016 1 commit
  23. 22 Aug, 2016 1 commit
  24. 09 Aug, 2016 1 commit
  25. 03 May, 2016 1 commit
  26. 27 Apr, 2016 1 commit
    • Devon Carew's avatar
      Flutter run (#3553) · b0dca796
      Devon Carew authored
      * rework flutter run
      
      * fix npe with --debug-port
      
      * connect to obs and exit when that conneciton closes
      
      * update todos
      b0dca796
  27. 11 Apr, 2016 1 commit
  28. 07 Apr, 2016 1 commit
  29. 14 Mar, 2016 1 commit
  30. 26 Feb, 2016 1 commit
  31. 13 Feb, 2016 1 commit
  32. 02 Feb, 2016 1 commit
  33. 29 Nov, 2015 1 commit
    • Adam Barth's avatar
      Clean up code organization in flutter_tools · 9662d49e
      Adam Barth authored
      1) Moved basic utility code into base/ directory to make it clear which code
         doesn't depend on Flutter-specific knowldge.
      2) Move the CommandRunner subclasses into a runner/ directory because these
         aren't commands themselves.
      9662d49e
  34. 10 Nov, 2015 1 commit
  35. 07 Nov, 2015 1 commit
  36. 02 Nov, 2015 1 commit