1. 29 9月, 2016 3 次提交
  2. 28 9月, 2016 1 次提交
    • L
      Add more docker compose aliases (#5422) · 65874f2b
      Leif Ringstad 提交于
      Adds the following aliases:
      
      ```zsh
      alias dco='docker-compose'
      alias dcr='docker-compose run'
      alias dce='docker-compose exec'
      ```
      
      And sorts the aliases similar to `docker-compose help` order
      65874f2b
  3. 25 9月, 2016 2 次提交
  4. 23 9月, 2016 1 次提交
  5. 22 9月, 2016 10 次提交
  6. 21 9月, 2016 4 次提交
  7. 20 9月, 2016 11 次提交
  8. 17 9月, 2016 3 次提交
  9. 15 9月, 2016 2 次提交
    • E
      Improve gradle plugin task parsing (#5230) · e4684368
      Erik Zivkovic 提交于
      * Improve gradle plugin task parsing
      
      Added _gradle and _gradlew as symbolic links to gradle.plugin.zsh,
      otherwise the plugin was not properly loaded.
      
      Output from `gradlew tasks --all` is now parsed in two levels,
      first we find segments between `------...` and a newline.
      Second, all those lines are parsed and cleaned using awk
      and added to .gradletasknamecache.
      
      Tested on gradle 2.13, and gradlew 2.14.
      
      * Remove .gradletasknamecache before regenerating it
      
      Remove the .gradletasknamecache file to avoid having an unnecessary
      newline at the top of the file when regenerating it.
      
      * Improve gradle task parsing by writing .gradletasknamecache atomically
      
      Previously the .gradletasknamecache file was written line by line inside a parsing loop,
      which could cause errors such as half-written cache files if the process was aborted.
      
      This also removes the need of deleting the .gradletasknamecache file before parsing.
      e4684368
    • R
      Fix battery plugin when acpi writes to stderr (#5413) · 59c66dbf
      Reed Riley 提交于
      * Fix battery plugin when acpi writes to stderr
      * Make stderr redirection in battery plugin more idiomatic
      59c66dbf
  10. 14 9月, 2016 3 次提交