Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-02 | fix specs | Elvin Efendi | |
2016-06-02 | some debug statements | Elvin Efendi | |
2016-02-17 | update version in `Gemfile.lock` | Danilo Sousa | |
for some reason this was causing my build in travis to fail :( | |||
2016-02-04 | stripe system time value in fortigate | Elvin Efendi | |
2016-01-15 | fixes issue #264 | Elvin Efendi | |
2016-01-04 | use latest net-ssh | Elvin Efendi | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2014-03-14 | Update to match the new sinatra/puma API | Saku Ytti | |
2014-03-05 | Ignore rogue adhoc alert macs | Saku Ytti | |
They keep changing dynamically in config | |||
2014-03-03 | Make node table sortable | Saku Ytti | |
2014-03-02 | Give up after timeout on SSH#expect | Saku Ytti | |
2014-03-01 | Switch from CSS to SASS | Saku Ytti | |
I probably should figure out how to start rack in the code, so I'd get caching of the SASS (and in future Coffee) files, instead of Sinatra generating them always on the fly | |||
2014-02-28 | Remove useless initialization | Saku Ytti | |
2014-02-27 | Slightly less ugly nodes page | Saku Ytti | |
2014-02-27 | Redirect / to /nodes | Saku Ytti | |
2014-02-26 | Fix missing dependency | Saku Ytti | |
Also catch all load errors in future by moving require 'oxidized' inside the block | |||
2014-02-26 | Switch OpenStruct#to_h to #marshal_dump for 1.9 | Saku Ytti | |
1.9 does not have #to_h, unnecessarily breaks compatibility downwards | |||
2014-02-25 | Remove Mutex#owned? It is incompatible with 1.9.3 | Saku Ytti | |
I didn't like that solution anyhow, but wasn't sure my locked methods are not calling other external locked methods. That shouldn't be the case so synchronize should work. | |||
2014-02-23 | Fix sleep and return ability to not run rest/web | Saku Ytti | |
2014-02-20 | Figure out which parent class we rescued | Saku Ytti | |
Rakefile changes Bump up gemspec version | |||
2014-02-07 | Add AOS (ALU OmniSwitch) support | Saku Ytti | |
Specifically AOS 6, vxworks era, not linux era 7 | |||
2014-02-07 | Ignore ssh keys, change input exceptions | Saku Ytti | |
Now input ssh has configuration secure which is false by default, meaning we don't care about changing keys. It breaks ssh security model but rancid does it too. Also input models error handling is now mostly moved to node.rb for centralized handling + logging. With input models only defining which errors they want to receover from. | |||
2013-04-17 | Initial commit | Saku Ytti | |
Silly for shit-and-giggles attempt at rancid |