summaryrefslogtreecommitdiff
path: root/Gemfile.lock
AgeCommit message (Collapse)Author
2018-04-09Delete Gemfile.lockWild Kat
2017-11-01release: Bump version to 0.21.0 (#1081)0.21.0Neil Lathwood
2017-07-01solicit for maintSaku Ytti
2017-04-12Add new output GitCryptClement Parisot
Signed-off-by: Clement Parisot <clement.parisot@uni.lu>
2016-10-26fetch should return string, not arraySaku Ytti
Also if group was explicitly given, we referred to wrong directory
2016-09-28bump up version0.17.0Saku Ytti
2016-09-28update CHANGELOGSaku Ytti
2016-06-02fix specsElvin Efendi
2016-06-02some debug statementsElvin Efendi
2016-02-17update version in `Gemfile.lock`Danilo Sousa
for some reason this was causing my build in travis to fail :(
2016-02-04stripe system time value in fortigateElvin Efendi
2016-01-15fixes issue #264Elvin Efendi
2016-01-04use latest net-sshElvin Efendi
2015-11-13better test framework, more specs and Travis CIElvin Efendi
2014-03-14Update to match the new sinatra/puma APISaku Ytti
2014-03-05Ignore rogue adhoc alert macsSaku Ytti
They keep changing dynamically in config
2014-03-03Make node table sortableSaku Ytti
2014-03-02Give up after timeout on SSH#expectSaku Ytti
2014-03-01Switch from CSS to SASSSaku 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-28Remove useless initializationSaku Ytti
2014-02-27Slightly less ugly nodes pageSaku Ytti
2014-02-27Redirect / to /nodesSaku Ytti
2014-02-26Fix missing dependencySaku Ytti
Also catch all load errors in future by moving require 'oxidized' inside the block
2014-02-26Switch OpenStruct#to_h to #marshal_dump for 1.9Saku Ytti
1.9 does not have #to_h, unnecessarily breaks compatibility downwards
2014-02-25Remove Mutex#owned? It is incompatible with 1.9.3Saku 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-23Fix sleep and return ability to not run rest/webSaku Ytti
2014-02-20Figure out which parent class we rescuedSaku Ytti
Rakefile changes Bump up gemspec version
2014-02-07Add AOS (ALU OmniSwitch) supportSaku Ytti
Specifically AOS 6, vxworks era, not linux era 7
2014-02-07Ignore ssh keys, change input exceptionsSaku 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-17Initial commitSaku Ytti
Silly for shit-and-giggles attempt at rancid