1. 14 Jun, 2016 2 commits
  2. 27 May, 2016 1 commit
  3. 23 May, 2016 2 commits
  4. 14 May, 2016 1 commit
  5. 13 May, 2016 1 commit
    • Devon Carew's avatar
      Consolidate observatory code (#3892) · 40c0d6ea
      Devon Carew authored
      * rename service_protocol.dart to protocol_discovery.dart
      
      * add a wrapper around the obs. protocol
      
      * use json-rpc in run
      
      * consolidate obs. code; implement flutter run --benchmark
      
      * review comments
      40c0d6ea
  6. 12 May, 2016 2 commits
  7. 11 May, 2016 1 commit
  8. 05 May, 2016 1 commit
  9. 03 May, 2016 1 commit
  10. 02 May, 2016 1 commit
  11. 28 Apr, 2016 1 commit
  12. 19 Apr, 2016 1 commit
  13. 18 Apr, 2016 1 commit
    • Devon Carew's avatar
      Use arm deploy (#3374) · 12cac94c
      Devon Carew authored
      * download android-arm-deploy
      
      * wire up --deploy to android-arm-deploy
      
      * fix interpolation
      12cac94c
  14. 16 Apr, 2016 1 commit
  15. 11 Apr, 2016 1 commit
  16. 08 Apr, 2016 2 commits
  17. 07 Apr, 2016 2 commits
  18. 10 Oct, 2015 1 commit
  19. 25 Sep, 2015 2 commits
  20. 24 Sep, 2015 1 commit
  21. 23 Sep, 2015 1 commit
    • James Robinson's avatar
      Add cache command to sky_tools with subcommands for populating/clearing · f735604a
      James Robinson authored
      This adds the following commands to sky_tools:
        sky_tools cache clear: Nukes all local artifacts in the cache
        sky_tools cache populate: Populates the cache with all known artifacts
      
      This is useful both to fix busted caches and to make sure that the cache is
      fully populated so that subsequent operations can proceed without needing
      network access.
      f735604a