summaryrefslogtreecommitdiff
path: root/lib/oxidized/job.rb
AgeCommit message (Collapse)Author
2015-11-13better test framework, more specs and Travis CIElvin Efendi
2014-02-23Migrate to sinatra/puma from webrickSaku Ytti
As I can't do IO#select on sinatra/puma to run it when I have time, I have to run it on separate thread. This means Nodes container needs to be thread safe, it now has ghetto mutex locking, but I probably need to be be more focused what are the external methods that can be called and wrap those in @mutex.synchronize Provide also HTML UI not just JSON for ghetto UI to people who don't want to integrate
2013-04-17Initial commitSaku Ytti
Silly for shit-and-giggles attempt at rancid