1. 15 May, 2018 1 commit
  2. 11 May, 2018 2 commits
  3. 10 May, 2018 1 commit
  4. 04 May, 2018 2 commits
  5. 03 May, 2018 1 commit
    • Andrew Davies's avatar
      [frdp] Adds DartVM events/driver support. (#17170) · 5d590afa
      Andrew Davies authored
      This change adds Dart VM event support (listening for when a VM starts/stops by using a periodic heartbeat).
      
      This also adds support to connect to a specific `IsolateRef` through the flutter driver, so that when an application spawns, it can immediately be driven (as shown in included example code).
      5d590afa
  6. 02 May, 2018 1 commit
  7. 20 Apr, 2018 1 commit
  8. 19 Apr, 2018 1 commit
    • Todd Volkert's avatar
      Add a few timeouts to FlutterDriver.connect() (#16762) · 9da0ec27
      Todd Volkert authored
      We're seeing occasional test timeouts trying to call `FlutterDriver.connect()`.
      Unfortunately, when the test is timed out at the test runner level, you don't
      get a meaningful test failure or stack trace of where the timeout occurrred.
      Your test harness also doesn't get to clean up, which can include things like
      saving the device logs to see what was going on in the device.
      
      Thus, this change adds timeouts in the places where we've most
      commonly observed hangs during tests.
      9da0ec27
  9. 10 Apr, 2018 1 commit
  10. 09 Apr, 2018 2 commits
  11. 04 Apr, 2018 1 commit
  12. 03 Apr, 2018 1 commit
  13. 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
  14. 27 Mar, 2018 6 commits
  15. 23 Mar, 2018 1 commit
  16. 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
  17. 13 Mar, 2018 1 commit
  18. 12 Mar, 2018 1 commit
  19. 09 Mar, 2018 1 commit
  20. 08 Mar, 2018 1 commit
  21. 07 Mar, 2018 1 commit
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
  22. 23 Feb, 2018 1 commit
  23. 16 Feb, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Fix several Dart 2 issues in the flutter_driver. (#14749) · aa7e9637
      Vyacheslav Egorov authored
      * All lists produced by JSON parsing are List<dynamic>. If more
      speficic type is required then they need to be explicitly cast, e.g.
      using castFrom helper;
      * Function of type (ByText) -> Finder is not a subtype of
      (SerializableFinder) -> Finder because ByText is in the contravariant
      position;
      * In Dart 2 typed(any) should be used instead of any in mockito based
      tests.
      aa7e9637
  24. 14 Feb, 2018 1 commit
  25. 09 Feb, 2018 1 commit
  26. 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
  27. 05 Feb, 2018 1 commit
  28. 02 Feb, 2018 1 commit
  29. 26 Jan, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Unpin test and upgrade packages (#14282) · c23509e9
      Vyacheslav Egorov authored
      * Unpin package:test and upgrade packages
      
      * Update packages/flutter/test/foundation/stack_trace_test.dart
      
      * Also add packages/flutter_tools/test/data/asset_test/font/.dartignore to ensure that update-packages --force-upgrade does not crash.
      c23509e9
  30. 25 Jan, 2018 1 commit
  31. 19 Jan, 2018 1 commit
  32. 18 Jan, 2018 1 commit
    • Ian Hickson's avatar
      New release process (#14061) · 9e42e4b8
      Ian Hickson authored
      Generate the "version" file from git tags.
      Remove the old VERSION file and mentions of versions in pubspec.yaml files.
      Replace the old update_versions.dart script with a new roll_dev.dart script.
      Update "flutter channel".
      Update "flutter upgrade", including making it transition from alpha to dev.
      Update "flutter --version" and "flutter doctor".
      9e42e4b8