Skip to content
  1. Jun 13, 2014
  2. Jun 19, 2013
  3. Mar 24, 2013
  4. Sep 15, 2012
  5. Aug 26, 2012
  6. Aug 18, 2012
  7. Feb 26, 2012
  8. Nov 21, 2011
  9. Nov 13, 2011
  10. Nov 12, 2011
  11. Nov 11, 2011
  12. Nov 01, 2011
  13. Oct 29, 2011
  14. Aug 26, 2011
  15. Aug 22, 2011
  16. Jun 20, 2011
  17. Jun 17, 2011
  18. Apr 15, 2011
    • anarcat's avatar
      Revert "1081536 rollback platform apache configs" · 17249a67
      anarcat authored
      This reverts commit f7a07113.
      
      The problem with this approach is that if we have sites in the platform
      and fail to verify it, removing the apache config would actually break
      the platform even more. We do not want that.
      
      What we want is a provision-install on platforms that can be rolled back
      properly too. It's harder than this.
      17249a67
    • anarcat's avatar
      1081536 rollback platform apache configs · 8363379f
      anarcat authored
      when drush make fails, the apache config is already created and wasn't
      cleaned up
      
      we hook into the rollback by adding a new magic hook through
      command_invoke() that will cascade through the current context and call
      the right rollback hook.
      
      we implement one for the platform, but we probably need to implement one
      for servers and sites too.
      8363379f
  19. Apr 14, 2011
    • anarcat's avatar
      Revert "1081536 rollback platform apache configs" · ccb4e985
      anarcat authored
      This reverts commit f7a07113.
      
      The problem with this approach is that if we have sites in the platform
      and fail to verify it, removing the apache config would actually break
      the platform even more. We do not want that.
      
      What we want is a provision-install on platforms that can be rolled back
      properly too. It's harder than this.
      ccb4e985
    • anarcat's avatar
      1081536 rollback platform apache configs · f7a07113
      anarcat authored
      when drush make fails, the apache config is already created and wasn't
      cleaned up
      
      we hook into the rollback by adding a new magic hook through
      command_invoke() that will cascade through the current context and call
      the right rollback hook.
      
      we implement one for the platform, but we probably need to implement one
      for servers and sites too.
      f7a07113
  20. Mar 31, 2011
  21. Feb 12, 2011
  22. Feb 10, 2011
  23. Feb 06, 2011
  24. Feb 05, 2011
  25. Nov 26, 2010
    • anarcat's avatar
      add a command to parse --backend output · d6477f6b
      anarcat authored and anarcat's avatar anarcat committed
      i got tired of stabbing my eyes with inline JSON output so I wrote a
      very very simple command that just parses STDIN as a --backend output
      command. this can be useful for debugging when calling backend commands
      without thinking of removing --backend, or in my case, to pass data
      through STDIN as JSON, but still have a proper output.
      d6477f6b
    • anarcat's avatar
      add a command to parse --backend output · 8a158fd6
      anarcat authored and anarcat's avatar anarcat committed
      i got tired of stabbing my eyes with inline JSON output so I wrote a
      very very simple command that just parses STDIN as a --backend output
      command. this can be useful for debugging when calling backend commands
      without thinking of removing --backend, or in my case, to pass data
      through STDIN as JSON, but still have a proper output.
      8a158fd6
  26. Nov 22, 2010
  27. Oct 29, 2010
  28. Oct 28, 2010