1. 16 Jul, 2019 1 commit
  2. 29 Apr, 2019 1 commit
  3. 15 Apr, 2019 2 commits
  4. 01 Apr, 2019 1 commit
  5. 04 Mar, 2019 1 commit
  6. 26 Feb, 2019 1 commit
  7. 19 Nov, 2018 1 commit
  8. 05 Oct, 2018 1 commit
  9. 26 Sep, 2018 1 commit
  10. 12 Sep, 2018 1 commit
  11. 09 Sep, 2018 1 commit
  12. 05 Sep, 2018 1 commit
  13. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Clean up usage of temporary directories (#20682) · 3dec6a69
      Ian Hickson authored
      All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`.
      
      I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests.
      
      While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others.
      
      Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
      3dec6a69
  14. 15 Aug, 2018 2 commits
  15. 11 Aug, 2018 1 commit
  16. 02 Aug, 2018 1 commit
  17. 27 Jul, 2018 2 commits
  18. 24 Jul, 2018 1 commit
  19. 23 Jul, 2018 1 commit
  20. 16 Jul, 2018 2 commits
  21. 13 Jul, 2018 1 commit
  22. 12 Jul, 2018 1 commit
  23. 09 Jul, 2018 1 commit
  24. 28 Mar, 2018 1 commit
  25. 22 Mar, 2018 1 commit
  26. 01 Feb, 2018 1 commit
  27. 30 Oct, 2017 1 commit
    • Adam Barth's avatar
      Don't collect usage data during Fuchsia build (#12780) · 21145144
      Adam Barth authored
      Previously, the usage analytics would generate a write to the user's
      HOME directory during the Fuchsia build. We're tightening down the
      environment in which we run the Fuchsia build, and these writes are now
      more obvious.
      
      This patch removes the usage analytics during the Fuchsia build,
      avoiding the write to the user's HOME directory.
      21145144
  28. 22 Oct, 2017 1 commit
  29. 16 Oct, 2017 1 commit
  30. 21 Sep, 2017 1 commit
  31. 21 Jun, 2017 1 commit
  32. 13 Jun, 2017 1 commit
  33. 27 Apr, 2017 1 commit
  34. 20 Apr, 2017 1 commit