1. 02 Jan, 2018 1 commit
  2. 21 Dec, 2017 2 commits
  3. 15 Dec, 2017 1 commit
    • Greg Spencer's avatar
      Add a Dart script to prepare the flutter repo for packaging. (#13548) · f00c9023
      Greg Spencer authored
      This is the first step in a two-step process of moving the package preparation step from a recipe in chrome_infra to a dart script in the flutter repo. This will make it easier to make changes to the process. The second step is to change the infra recipe to call this script.
      
      In addition, I added a step to the packaging process to run flutter create for each type of template so that any pub dependencies of the templates get added to the cache that gets packaged (and thus users can run flutter create --offline and have it work).
      
      Note that the actual packaging into a "tar" or "zip" file now happens here, so a developer could actually run this script on their machine to create a package.
      f00c9023
  4. 14 Dec, 2017 2 commits
  5. 08 Dec, 2017 1 commit
  6. 05 Dec, 2017 3 commits
    • Greg Spencer's avatar
      Use .pub-cache from Flutter root, if it exists. (#13358) · f29ecba6
      Greg Spencer authored
      The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.
      
      The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.
      
      Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
      
      This is an attempt to re-land: #13248. Includes a fix for the test that makes it work on bots in the presence of PUB_CACHE being set, and no other changes.
      f29ecba6
    • Greg Spencer's avatar
      Reverting my .pub-cache change to figure out why it's still failing. (#13355) · c89cf6cc
      Greg Spencer authored
      * Revert "Add tests."
      
      This reverts commit 31bad961ff2220a2708917ff8f748fed7efa9b51.
      
      * Revert "Use .pub-cache from Flutter root, if it exists. (#13248)"
      
      This reverts commit 72d6bcc3.
      c89cf6cc
    • Greg Spencer's avatar
      Use .pub-cache from Flutter root, if it exists. (#13248) · 72d6bcc3
      Greg Spencer authored
      The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.
      
      The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.
      
      Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
      72d6bcc3
  7. 16 Nov, 2017 1 commit
  8. 13 Nov, 2017 1 commit
  9. 08 Nov, 2017 1 commit
  10. 01 Nov, 2017 1 commit
  11. 11 Oct, 2017 1 commit
  12. 22 Sep, 2017 1 commit
  13. 21 Sep, 2017 1 commit
  14. 04 Aug, 2017 1 commit
  15. 10 Jul, 2017 1 commit
  16. 30 Jun, 2017 1 commit
  17. 16 Jun, 2017 1 commit
  18. 12 Jun, 2017 2 commits
  19. 15 May, 2017 1 commit
  20. 09 May, 2017 1 commit
  21. 18 Apr, 2017 1 commit
  22. 13 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Make test.dart support Emacs buffers better (#9353) · aaa0a1cf
      Ian Hickson authored
      In particular, if stdout.supportsAnsiEscapes is false, don't output ANSI.
      
      Also, output stdout/stderr of tests that are normally silenced, if they fail.
      
      Also, update the output to be more convenient when debugging.
      
      Also, expand some abbreviations.
      aaa0a1cf
  23. 20 Mar, 2017 1 commit
  24. 10 Mar, 2017 1 commit
  25. 09 Mar, 2017 1 commit
  26. 04 Mar, 2017 1 commit
  27. 28 Feb, 2017 1 commit
  28. 23 Feb, 2017 1 commit
  29. 17 Feb, 2017 1 commit
  30. 16 Feb, 2017 1 commit
  31. 15 Feb, 2017 1 commit
  32. 14 Feb, 2017 3 commits
  33. 08 Feb, 2017 1 commit