1. 30 Jul, 2018 1 commit
    • Ian Hickson's avatar
      Clean up startProgress logic. (#19695) (#20009) · acf4b6c1
      Ian Hickson authored
      Disallow calling stop() or cancel() multiple times. This means that
      when you use startProgress you have to more carefully think about what
      exactly is going on.
      
      Properly cancel startProgress in non-ANSI situations, so that
      back-to-back startProgress calls all render to the console.
      acf4b6c1
  2. 27 Jul, 2018 1 commit
  3. 26 Jul, 2018 3 commits
  4. 23 Jul, 2018 2 commits
  5. 20 Jul, 2018 1 commit
  6. 16 Jul, 2018 2 commits
  7. 21 Jun, 2018 1 commit
  8. 20 Jun, 2018 1 commit
  9. 12 Jun, 2018 1 commit
  10. 05 Jun, 2018 1 commit
  11. 04 Jun, 2018 1 commit
    • Ian Hickson's avatar
      Be less verbose in the logs. (#17401) · e3427550
      Ian Hickson authored
      Now that we have thousands of tests, it doesn't make sense to display a separate line for each test. The result is just megabytes of logs that you have to scrub through to find error messages.
      e3427550
  12. 18 May, 2018 1 commit
  13. 11 May, 2018 1 commit
  14. 10 May, 2018 1 commit
  15. 03 May, 2018 1 commit
    • Todd Volkert's avatar
      Handle pubspec.yaml files with no dependencies (#17195) · 29775f74
      Todd Volkert authored
      Currently, `flutter update-packages --force-upgrade` will
      crash if it encounters a pubspec.yaml file with no dependencies
      (either regular or dev). The assumption that we'd never see
      such pubspec files is no longer valid, as we have such a file
      in one of our tests.
      29775f74
  16. 13 Apr, 2018 1 commit
  17. 12 Apr, 2018 1 commit
  18. 09 Apr, 2018 1 commit
  19. 04 Apr, 2018 1 commit
  20. 30 Mar, 2018 2 commits
  21. 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
  22. 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
  23. 05 Feb, 2018 1 commit
  24. 26 Jan, 2018 2 commits
  25. 17 Jan, 2018 1 commit
  26. 09 Jan, 2018 1 commit
  27. 06 Jan, 2018 3 commits
  28. 14 Dec, 2017 1 commit
  29. 07 Dec, 2017 1 commit
    • Jakob Andersen's avatar
      Make artifacts URLs configurable. (#13380) · e1018fab
      Jakob Andersen authored
      Add support for configuring the base storage URL for Flutter's
      artifacts. If FLUTTER_STORAGE_BASE_URL is set, use it instead of
      storage.googleapis.com.
      
      The pub server can be overridden by setting PUB_HOSTED_URL.
      e1018fab
  30. 06 Dec, 2017 1 commit
  31. 02 Dec, 2017 1 commit
  32. 27 Nov, 2017 1 commit