1. 01 May, 2019 1 commit
  2. 19 Apr, 2019 1 commit
  3. 15 Mar, 2019 1 commit
  4. 07 Mar, 2019 1 commit
  5. 16 Feb, 2019 1 commit
  6. 28 Jan, 2019 1 commit
  7. 25 Jan, 2019 1 commit
  8. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  9. 21 Dec, 2018 2 commits
    • Ian Hickson's avatar
      Revert "[O] Remove many timeouts. (#23531)" (#25646) · 8426910a
      Ian Hickson authored
      This reverts commit 76f70810.
      8426910a
    • Ian Hickson's avatar
      [O] Remove many timeouts. (#23531) · 76f70810
      Ian Hickson authored
      * Remove many timeouts.
      
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      
      * Get the attach tests to pass.
      
      * Apply review comments from Todd
      
      * More review comment fixes
      
      * Put back the extended timeouts here now that I know why we have them...
      76f70810
  10. 14 Dec, 2018 1 commit
    • David Shuckerow's avatar
      Add ipv6 and observatory port support to the attach command (#25303) · 1a60b166
      David Shuckerow authored
      * Add ipv6 and observatory port support to the attach command.
      
      * Remove whitespace
      
      * Explain why a name change is useful here
      
      * Refactor common flags out into the parent
      
      * Add an additional test case for when observatory port is provided but debug port is not
      
      * Remove whitespace
      
      * Fix flag validation
      1a60b166
  11. 12 Dec, 2018 2 commits
  12. 12 Sep, 2018 1 commit
  13. 28 Aug, 2018 1 commit
  14. 16 Aug, 2018 1 commit
  15. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  16. 12 Jul, 2018 3 commits
  17. 11 Jul, 2018 2 commits
  18. 03 Jul, 2018 1 commit
  19. 25 Jun, 2018 1 commit
    • Florian Loitsch's avatar
      Flutter attach (#18677) · d248725e
      Florian Loitsch authored
      Add `flutter attach` command.
      
      This command allows Flutter to connect to applications that haven't been launched using `flutter run`.
      d248725e