Coby Chapple

Results 25 comments of Coby Chapple

Looks like Searchlogic up to 2.5.6 requires activerecord ~> 2.3.11, so I don't think current versions of Searchlogic will work with Rails 3+. Try https://github.com/ernie/meta_search if you're looking for something...

I have no idea whether Searchlogic will be updated or not, as I'm not involved with the project and don't have time to contribute to it myself. I was merely...

Yeah, I’m leaning on the side of keeping the GitHub commit status API stuff as being a special case for now. It seems simple enough to me (and I imagine...

:+1: Awesome! > I also prevented git from holding up Sidekiq by asking for a password on stdin while I was at it :heartpulse: I hadn’t run into that myself,...

> It would be neat (if rather un-minimalistic) to be able to parse out RSpec, Test::Unit, or other testing frameworks' failure output and have special highlighting for the error messages....

:sparkling_heart: This is awesome! On the security side, I think it might be worth (at least in the short term) implementing some kind of `ENV['WEBHOOK_SECRET_KEY']` variable check or something to...

> using Vagrant and/or Docker to sandbox builds -- I think that's ultimately going to have to be the way we go. Fair enough. Yeah, sandboxing is something I’d really...

:+1: It would be great if there was a way to help people submit issues on GitHub when they encounter exceptions in DCIY itself, too. Don’t know how that might...

> working with setups behind a NAT router Yeah, I don’t really want to go out of the way to help people set this up. People who know they want...

> So a typical run might actually be: [ssh stuff] I would love to not even worry with any specific ssh stuff, since we get into problems with interactive shells...