Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-23 | Migrate to sinatra/puma from webrick | Saku 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-10-26 | cleanup ascii API output | nopedial | |
2013-10-23 | finalize fetch API call | nopedial | |
2013-10-15 | Update file.rb | Samer Abdel-Hafez | |
2013-10-15 | fix fetch search and broken output | nopedial | |
2013-10-15 | enhance fetch support | nopedial | |
2013-10-14 | implement fetch into output model | nopedial | |
2013-04-21 | rename 'update' to 'store' | Saku Ytti | |
'store' is more logical, as we cannot know if output method guarantees any version history which 'update' implies. | |||
2013-04-17 | Initial commit | Saku Ytti | |
Silly for shit-and-giggles attempt at rancid |