1. 20 May, 2016 1 commit
  2. 19 May, 2016 1 commit
    • pq's avatar
      Cleanup dangling comment references. · 1a6f499b
      pq authored
      Quick pass at fixing a few dangling references as revealed by the new `comment_references` lint (https://github.com/dart-lang/linter/issues/240).
      
      There's a bunch more to do here before we can turn it on by default (~430 lints as of now).  Many of them are a simple matter of adding an import (e.g., `dart:async` for library docs that reference `Future`) but others will require a bit of thought.  Probably best done by the folks writing the code. :)
      1a6f499b
  3. 17 May, 2016 1 commit
    • Ian Hickson's avatar
      Fix tests (#3977) · f284c1a0
      Ian Hickson authored
      Also, make sure that broken tests actually break the bots.
      
      And add a test to make sure that keeps happening.
      f284c1a0
  4. 10 May, 2016 1 commit
  5. 06 May, 2016 1 commit
  6. 03 May, 2016 1 commit
  7. 26 Apr, 2016 1 commit
    • Devon Carew's avatar
      add google analytics to flutter_tools (#3523) · adac9275
      Devon Carew authored
      * add google analytics
      
      * send in the run target type
      
      * track device type targets
      
      * use the real GA code
      
      * review comments
      
      * rev to usage 2.0
      
      * rev to 2.2.0 of usage; add tests
      
      * review comments
      adac9275
  8. 08 Apr, 2016 2 commits
  9. 07 Apr, 2016 1 commit
  10. 06 Apr, 2016 1 commit
  11. 01 Apr, 2016 1 commit
  12. 29 Mar, 2016 1 commit
  13. 28 Mar, 2016 1 commit
  14. 26 Mar, 2016 1 commit
  15. 25 Mar, 2016 1 commit
  16. 17 Mar, 2016 1 commit
  17. 15 Mar, 2016 1 commit
  18. 14 Mar, 2016 1 commit
  19. 12 Mar, 2016 3 commits
  20. 03 Mar, 2016 1 commit
  21. 26 Feb, 2016 1 commit
  22. 20 Feb, 2016 2 commits
    • Adam Barth's avatar
      Download sky_engine and sky_services from cloud storage · 4aae718f
      Adam Barth authored
      Downloading these packages from cloud storage simplifies our deployment
      story because we can upload to cloud storage automatically from the
      buildbot.
      
      This patch also switches the responsibility for downloading the engine
      artifacts to update_engine.sh. Centralizing this responsibility ensures
      that the packages and the binaries are always in sync.
      4aae718f
    • yjbanov's avatar
      "flutter drive" command · a2b1bd46
      yjbanov authored
      Runs a test app and a driver test simultaneously, then stops the app.
      
      Usage:
      
      ```
      flutter drive --target=/path/to/test/app.dart
      ```
      
      This command will look for `/path/to/test/app_test.dart` by
      convention. We will expand into other ways of discovering tests in the
      future.
      a2b1bd46
  23. 17 Feb, 2016 3 commits
  24. 14 Feb, 2016 1 commit
  25. 11 Feb, 2016 1 commit
  26. 10 Feb, 2016 1 commit
  27. 09 Feb, 2016 1 commit
  28. 29 Jan, 2016 1 commit
  29. 28 Jan, 2016 2 commits
  30. 27 Jan, 2016 1 commit
  31. 17 Dec, 2015 1 commit
  32. 29 Nov, 2015 1 commit
    • Adam Barth's avatar
      Clean up code organization in flutter_tools · 9662d49e
      Adam Barth authored
      1) Moved basic utility code into base/ directory to make it clear which code
         doesn't depend on Flutter-specific knowldge.
      2) Move the CommandRunner subclasses into a runner/ directory because these
         aren't commands themselves.
      9662d49e
  33. 25 Nov, 2015 1 commit