Jordan Raine

Results 24 comments of Jordan Raine

@pokonski I'm working on an app that needed to customize `PublicActivity::Activity` model. It's possible but requires some workarounds (roughly, re-opening the class in an initializer). I like @AndrewRadev suggestion [here](https://github.com/chaps-io/public_activity/pull/154#issuecomment-46550448)...

@SuriDotInc @ciarancourtney Could you post an example of some text that isn't behaving as you'd expect it? That should help us track down the problem. Thanks!

## Potential solutions - **Periodic sync.** Using integration UI, allow user to "watch" public repository. Once per hour, pull latest commits. - **Subscribe to webhooks.** User integration UI, allow users...

@AlekSi does this seem like a change useful to the project? Right now, we maintain an empty file to make sure `yajl/json_gem` isn't loaded when `graylog-rb` is required. 😅

If/when the munki client's are relegated to a different Rack instance serving manifests, catalogs, and packages, I want to keep things as simple as possible. Ideally, there are no "master"...

Perhaps we are viewing the infrastructure differently. I imagine our clustering to be multiple instances of munkiserver connecting to shared filespace and database, behind a load balancer. Access to the...

Sounds like a big task. GitHub Issues doesn't allow nesting of issues, but perhaps we could create many more specific documentation tasks. Besides ensuring the basics are up-to-date, we may...

Changing this milestone to 1.0

Because it wasn't built with windows in mind, I'd imagine there are cases where the path handling is explicitly POSIX-based. There may also be gems with missing Windows binaries. Can...

While making package branches belong to units, I did some work on the package branch index view. This mostly was to improve performance and make things work with the unit-scoped...