1. 25 Apr, 2019 1 commit
  2. 12 Sep, 2018 1 commit
  3. 18 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fixes resulting from audit of issues links (#20772) · 8c79f40d
      Ian Hickson authored
      * Fixes resulting from audit of issues links
      
      I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
      
      * Update run_test.dart
      
      skip this test again since it failed on linux and macos bots
      8c79f40d
  4. 02 Aug, 2018 1 commit
  5. 27 Jul, 2018 1 commit
  6. 23 Jul, 2018 1 commit
  7. 16 Jul, 2018 2 commits
  8. 28 Mar, 2018 1 commit
  9. 01 Feb, 2018 1 commit
  10. 10 Mar, 2017 1 commit
  11. 04 Mar, 2017 1 commit
  12. 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
  13. 20 Feb, 2017 1 commit
  14. 13 Feb, 2017 1 commit
  15. 23 Jan, 2017 2 commits
  16. 22 Jan, 2017 1 commit
  17. 11 Jan, 2017 1 commit
  18. 09 Jan, 2017 1 commit
  19. 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
  20. 08 Dec, 2016 2 commits
  21. 06 Dec, 2016 1 commit
    • Todd Volkert's avatar
      Add --replay-from argument to Flutter tools (#7146) · 7536404b
      Todd Volkert authored
      This argument will enable mocking of os-layer process invocations,
      where the mock behavior will come from replaying a previously-
      recorded set of invocations. At the point of process invocation,
      the key metadata for the invocation will be looked up in the
      recording's manifest, and iff a matching record exists in the
      manifest, the process will be mocked out with data derived from
      the corresponding recorded process (e.g. stdout, stderr, exit code).
      7536404b
  22. 02 Dec, 2016 1 commit
    • Todd Volkert's avatar
      Add --record-to option to flutter tools (#7136) · c9e7782a
      Todd Volkert authored
      * Add --record-to option to flutter tools
      
      This option will cause flutter tools to record all process
      invocations that occur and serialize their stdout and stderr
      to files that get added to a "recording" ZIP file. This is
      part of an effort to be able to test flutter tools in a hermetic
      environment.
      
      As a side-benefit, this recording should prove an excellent
      attachment to any bug report.
      c9e7782a
  23. 30 Nov, 2016 1 commit