1. 12 Dec, 2019 1 commit
    • Danny Tuppeny's avatar
      Support URL tunnelling (pass dwds UrlEncoder through to editors via daemon) (#44271) · 4944622b
      Danny Tuppeny authored
      * Prposal for supporting URL tunnelling
      
      * Update daemon.md
      
      * Add the ability for daemon to call clients to expose URLs
      
      * Fix dwds mock in web_fs tests
      
      * Fix type error
      
      * Remove build_runner import from run
      
      * Move appStartedTime back to after the app has started
      
      * Remove nested DI scope and pass urlTunneller down
      
      * Fix import
      
      * Tweak TODO
      
      * Fix existing tests
      
      * Fix spec to use result instead of params for response object
      
      * Fix exposeUrl to use a url field, as spec'd
      
      * Test that the daemon's exposeUrl sends a request and handles the response
      4944622b
  2. 10 Dec, 2019 1 commit
  3. 18 Nov, 2019 1 commit
  4. 26 Jun, 2019 1 commit
  5. 19 Jun, 2019 1 commit
  6. 18 Jun, 2019 1 commit
  7. 07 Jun, 2019 1 commit
  8. 30 May, 2019 1 commit
  9. 22 Apr, 2019 1 commit
  10. 19 Apr, 2019 1 commit
  11. 18 Apr, 2019 1 commit
  12. 12 Feb, 2019 1 commit
  13. 10 Oct, 2018 1 commit
  14. 23 Sep, 2018 1 commit
  15. 06 Sep, 2018 2 commits
  16. 05 Sep, 2018 1 commit
  17. 19 Jul, 2018 1 commit
    • Danny Tuppeny's avatar
      Add `--machine` support for `flutter attach` (#19077) · ed9afbbc
      Danny Tuppeny authored
      * Extract some of startApp into a reusable method
      
      * Get basic attach --machine working
      
      * Attach --machine tweaks
      
      Move validation to validate method and create daemon early so we get the startup event before trying to get a connection.
      
      * Bump daemon version so we know whether it's valid to flutter attach
      
      * Tweak output text
      
      * Swap package imports for relative
      
      * Review tweaks (naming, formatting, typedefs)
      
      * Separate arguments from process spawning
      
      This will make calling attach easier
      
      * Add a basic test for flutter attach --machine
      
      * Fix crash if port unforward modifies the list of forwarded ports
      
      * Add a no-op port forwarder for flutter-tester
      
      * Switch to using BasicProject instead of our own inline code
      
      * Fix expectation in test now we have a portForwarder
      
      * Remove stale TODO (this is done)
      
      * Tweak formatting
      
      * Change some Completers to void to fix Dart 2 issues
      ed9afbbc
  18. 11 Jul, 2018 1 commit
  19. 28 Jun, 2018 2 commits
    • Danny Tuppeny's avatar
      Remove the 'app' domain from flutter daemon (#18873) · 108da013
      Danny Tuppeny authored
      * Remove the 'app' domain from flutter daemon
      
      By default the daemon won't register the "app" domain, you need to opt-in (which the 'run' command does, as well as the tests for the app functionality).
      
      Fixes #6658.
      
      * Tweak text
      
      * Put restart/callServiceExtension/stop back into daemon mode
      
      * Add a comment about removing discoverApps
      108da013
    • Danny Tuppeny's avatar
      Expose emulator creation to daemon API (#18905) · 7e4038fe
      Danny Tuppeny authored
      * Fix typo
      
      * Add emulator.create to Daemon API
      
      * Swap order of daemon changelog entries
      7e4038fe
  20. 13 Jun, 2018 1 commit
    • Danny Tuppeny's avatar
      Minor flutter daemon doc fixes (#18447) · ed05e933
      Danny Tuppeny authored
      * Fix anchors for GitHub
      
      For some reason GitHub lowercases the anchor names so although these links all work in the local VS Code preview, the ones with capitals didn't work in the GitHub UI!
      
      * Fix some typos
      ed05e933
  21. 06 Jun, 2018 1 commit
  22. 05 Jun, 2018 1 commit
  23. 29 May, 2018 1 commit