Ryan McKern
Ryan McKern
I'm trying to build libarchive-ruby on an Ubuntu 12.10 64bit machine, with libarchive-dev 3.0.4 installed (using the standard system-provided packages). I've tried using Ruby 1.9.3-p392 (built with/by RVM) and the...
This project was pulled into another one I'm involved with transitively, and the old dependencies (especially through Cobra v1.0.0) were flagged by Snyk.
The ability to group things together for dashboard rollups would make consuming the metadata around check-in time easier.
This will make it possible to have an unauthenticated rollup endpoint for public jobs.
These things are like [tribbles](http://en.wikipedia.org/wiki/The_Trouble_With_Tribbles), and if left unchecked they will chew up your database like it was grain stores. - Maybe [acts_as_trashable](https://github.com/bdurand/acts_as_trashable)? - Or maybe use [Sidekiq](http://mperham.github.io/sidekiq/) to clean...
Look at integrating [Omniauth](https://github.com/intridea/omniauth) for pluggable authentication instead of the unrealistically simple "authentication" in use right now. That'd make it easier to plug multiple authentication backends into place.
Here's some ideas for the sort of things that should be output: - Check-in history for jobs - Maybe some sort of param for specifying how far back to go?...
What you've got now will never cut it. Try these on for size: - Setup & installation - Dependencies - Better usage examples
While trying to exclude paths from search when running `upload-process`, I found that excluded paths were still being searched (and producing false-positive uploads of un-processable data). I tried passing them...