Aaron Kalin

Results 18 comments of Aaron Kalin

@masci I'd simply like to have the `conf.d` folder contain any number of `.yaml` files which are globbed and evaluated together. The consequence I'd see here is forcing all check...

I think this would be solved by moving the agent config into a Chef Resource. I'm planning to put up a PR for one in the near-ish future because I...

This was originally suggested in #388 but I think removal is a better option than just side-stepping with a rename of the resource. Since [version 2.9.1](https://github.com/chef-cookbooks/apt/blob/master/CHANGELOG.md#v291) at least which is...

I would agree @olivielpeau so keep me posted about what you'd like to do in that regard. You can combine it with the #450 PR for the major bump.

I have rebased this against master to get CI builds passing.

I rebased to sync back up to master so this is ready for review and merge (again) Please note this will force you to use a slightly newer version of...

Checking in on this PR again to see if there is any intent to merge. Since I have switched companies and no longer deploy anything Chef I'm not putting a...

I'll be working on adding Rails instrumentation by implementing a Rack adapter first and adding on each individual component in Rails via ActiveSupport and friends. ActiveJob support would also be...

@mwear I have a draft PR up now, but I am missing a couple things: * Where/how do I get appraisal support working like it is done in circle-ci? I...

One thing I have been hitting trying to work on the Rails adapter is getting a testing feedback loop going. I've got a potential solution by generalizing the docker compose...