1. 25 Apr, 2018 3 commits
    • Cristian Álvarez Belaustegui's avatar
      Fix mix-fast plugin (#6708) · bf87e99a
      Cristian Álvarez Belaustegui authored
      The mix command for listing all available actions has been changed from
      `mix --help` to `mix help`.
      bf87e99a
    • George Kaklamanos's avatar
      acacfec9
    • Tomasz Borek's avatar
      Better app error handling in curl (#5828) · b85c72b5
      Tomasz Borek authored
      Deals with app error page, saving true error instead.
      
      Upon app failure, Heroku returns HTML "Application Error" page.
      Finding HTML page in .gitignore is confusing, so I replaced
      `-s` with `-f` in curl calls, which cuts such output.
      
      Replace instead of addition as no progress meter outputs either.
      
      It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.
            -- E. W. Dijkstra
      b85c72b5
  2. 24 Apr, 2018 2 commits
  3. 23 Apr, 2018 3 commits
  4. 22 Apr, 2018 22 commits
  5. 21 Apr, 2018 1 commit
    • Chris Fleming's avatar
      Fix gpg-agent plugin checks (#6469) · 9a718642
      Chris Fleming authored
      * Always try and start gpg-agent, with --use-standard-socket it will try and use a standard socket directory. It won't start multiple agents if agent is already running. In addition, XDG_RUNTIME_DIR isn't always set
      
      * ssh socket if broken if --daemon is run again, so onky start if we don't have a socket
      
      * Removed unnecessary allocation of GPG_SSH_AUTH_SOCK
      9a718642
  6. 19 Apr, 2018 2 commits
  7. 17 Apr, 2018 2 commits
  8. 15 Apr, 2018 5 commits