1. 11 May, 2018 2 commits
  2. 10 May, 2018 1 commit
  3. 10 Apr, 2018 1 commit
  4. 09 Apr, 2018 2 commits
  5. 04 Apr, 2018 1 commit
  6. 03 Apr, 2018 1 commit
  7. 28 Mar, 2018 1 commit
    • Alexander Aprelev's avatar
      Again move mockito to 300plus2 (#15981) · bffae215
      Alexander Aprelev authored
      * Revert "Revert "Move mockito to 3.0.0-alpha. (#15949)" (#15979)"
      
      This reverts commit e59651f9.
      
      * More thenReturn to thenAnswer when mocking Futures
      
      * Revert "More thenReturn to thenAnswer when mocking Futures"
      
      This reverts commit 194d2cf41754ad171efd6bb5898cf73bce5a75ab as we are reverting engine roll.
      
      * Revert "Revert "More thenReturn to thenAnswer when mocking Futures""
      
      This reverts commit 52c9e96b304b220f66d78a252fccea0c8e0ef24c.
      
      * Add dependency override
      
      * Fix issue
      bffae215
  8. 27 Mar, 2018 2 commits
  9. 23 Mar, 2018 1 commit
  10. 21 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Traverse dependencies and dev dependencies separately (#15581) · ad9506d2
      Jonah Williams authored
      * traverse dependencies and dev dependencies separately
      
      * separate dev and reg deps
      
      * update pubspecs
      
      * add checksum string and update transitive dep string.  Add additional verify command to check checksum
      
      * cleanup comments
      
      * add missing space, quote, run verify-onlu from bot script
      
      * rerun tool with fixed string
      
      * ensure correct working directory and bump versions
      
      * flutter not flutterRoot
      ad9506d2
  11. 13 Mar, 2018 1 commit
  12. 09 Mar, 2018 1 commit
  13. 08 Mar, 2018 1 commit
  14. 23 Feb, 2018 1 commit
  15. 14 Feb, 2018 1 commit
  16. 09 Feb, 2018 1 commit
  17. 07 Feb, 2018 1 commit
    • Greg Spencer's avatar
      Fix process running during package creation (#14508) · df791279
      Greg Spencer authored
      There were some problems I introduced with the last PR for this. It passed the test, but failed in practice.
      
      This adds tests for those failure cases, adds a "--help" and fixes the test so that it doesn't try and actually download MinGit as part of the Windows test.
      
      I added package:platform as a dependency, so I did a force upgrade on the packages.
      
      Also, re-enabling 'create package' in the cache warming code, now that #14448 is fixed.
      df791279
  18. 30 Jan, 2018 1 commit
  19. 19 Jan, 2018 1 commit
  20. 12 Jan, 2018 1 commit
  21. 10 Jan, 2018 1 commit
  22. 14 Dec, 2017 1 commit
  23. 01 Nov, 2017 1 commit
  24. 26 Oct, 2017 2 commits
  25. 25 Oct, 2017 1 commit
  26. 11 Oct, 2017 1 commit
  27. 06 Oct, 2017 1 commit
  28. 22 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Pin all dependencies ONCE AND FOR ALL (#12210) · 441b5c20
      Ian Hickson authored
      * Pin all dependencies ONCE AND FOR ALL
      
      This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version.
      
      * Add comments.
      441b5c20
  29. 12 Jul, 2017 1 commit
  30. 10 May, 2017 1 commit
  31. 10 Mar, 2017 1 commit
  32. 10 Feb, 2017 1 commit
  33. 07 Feb, 2017 1 commit
  34. 06 Jan, 2017 1 commit
  35. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  36. 08 Nov, 2016 1 commit