1. 24 Jul, 2018 2 commits
  2. 23 Jul, 2018 4 commits
  3. 20 Jul, 2018 3 commits
  4. 19 Jul, 2018 5 commits
  5. 18 Jul, 2018 3 commits
  6. 16 Jul, 2018 3 commits
  7. 14 Jul, 2018 1 commit
    • Greg Spencer's avatar
      Add Bash and Zsh command-line completion for flutter (#19243) · 5d0d1b03
      Greg Spencer authored
      This uses @kevmoo's completion package to do command line completion for flutter, and a new command "bash-completion" (with alias "zsh-completion") that will output the necessary shell script setup code, and adds the hidden command "completion" that does the actual completion.
      
      Because it adds a dependency, I also had to do flutter update-packages --force-upgrade.
      
      Fixes #18988.
      5d0d1b03
  8. 13 Jul, 2018 1 commit
  9. 12 Jul, 2018 5 commits
  10. 11 Jul, 2018 2 commits
  11. 10 Jul, 2018 2 commits
  12. 09 Jul, 2018 1 commit
  13. 05 Jul, 2018 4 commits
  14. 03 Jul, 2018 1 commit
    • Danny Tuppeny's avatar
      Include stdout/stderr in failure messages for devicelab's tests (#18990) · 0329f0c1
      Danny Tuppeny authored
      * Include stdout/stderr in failure messages
      
      Sometimes some of these tests unexpectedly fail with a non-zero exit code. This ensures stdout/stderr is included in the test failure message when this happens so that we can track down the issue.
      
      * Remove redundant info about exit code
      
      * Remove unnecessary indenting
      
      The [markers] make it fairly clear so this just makes the test code noisy.
      0329f0c1
  15. 02 Jul, 2018 1 commit
  16. 29 Jun, 2018 2 commits