Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-31 | pessimistic net-telnet lock on 0.1 as 0.2 requires ruby 2.3+ (#1475) | Wild Kat | |
2018-06-08 | rc 0.57.1, fixup, todo + drop rails_best_practices (#1372) | Wild Kat | |
2018-06-03 | bump rubocop to 0.56 and introduce PR template (#1361) | Wild Kat | |
* introduce PR template in lieu of contribution guide for now * bump rubocop to 0.56 and regenerate rubocop_todo | |||
2018-04-25 | only set version when building packege | Saku Ytti | |
2018-04-25 | fine tune rubocop to yttis exacting specifications | Wild Kat | |
2018-04-25 | set version from git | Saku Ytti | |
you still need to bump version.rb, as 'rake tag' will use that to create git tag, which we need :> | |||
2018-04-25 | additional touchups to catch up with master | Wild Kat | |
2018-04-25 | Merge branch 'master' into the-great-makeover | Wild Kat | |
2018-04-22 | integrate codecov | Wild Kat | |
2018-04-21 | the great makeover - standardize layout, alignment, indentation | Wild Kat | |
2018-04-20 | Be pessimistic about rubocop | Wild Kat | |
2018-04-20 | bump rubocop to 0.55 and regenerate .rubocop_todo.yml | Wild Kat | |
2018-04-11 | introduce rubocop and bump testing ecosystem | Wild Kat | |
2017-07-02 | Update oxidized.gemspec | Fauli83 | |
2017-04-12 | Add new output GitCrypt | Clement Parisot | |
Signed-off-by: Clement Parisot <clement.parisot@uni.lu> | |||
2017-03-07 | reverted back to net-ssh 3.0.2 | Matthias Cramer | |
2017-03-07 | added model for OneAccess OneOS Voice Gateways/Routers | Matthias Cramer | |
Slight modifications to gemspec for newer ssh gem and correct telnet syntax | |||
2016-09-16 | ruby2.1 behaves oddly with this style of dependcy | Saku Ytti | |
fixed #565 | |||
2016-07-22 | ruby2.3 and newer do not ship with net::telnet | Saku Ytti | |
closes #504 | |||
2016-05-05 | be pessimistic about net-ssh | Saku Ytti | |
actually closes #360 | |||
2016-05-05 | be pessimistic about ssh | Saku Ytti | |
closes #360 | |||
2016-02-06 | Require ruby 2.0.0 or newer | Saku Ytti | |
Remove redundant 'build' task. | |||
2016-01-04 | use latest net-ssh | Elvin Efendi | |
2016-01-04 | merge version | Elvin Efendi | |
2016-01-04 | Merge remote-tracking branch 'upstream/master' into merge-upstream | Elvin Efendi | |
2015-12-29 | Update net-ssh version dependecy. | Tyler Christiansen | |
Closes #214. | |||
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-11-06 | release 0.9.0 | Saku Ytti | |
2015-09-17 | restore ruby 1.9.3 compatibility0.8.1 | Saku Ytti | |
fix some whitespaces bump up gemspec version | |||
2015-09-14 | release new version | Saku Ytti | |
bump up gemspec | |||
2015-09-12 | Fix FloatDomainError when 0 nodes are found | Saku Ytti | |
Oxidized would throw: ---- /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:36:in `to_i': NaN (FloatDomainError) from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:36:in `new_count' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:28:in `duration' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/jobs.rb:16:in `initialize' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/worker.rb:7:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/worker.rb:7:in `initialize' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:21:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:21:in `initialize' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:12:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/core.rb:12:in `new' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/cli.rb:9:in `run' from /var/lib/gems/2.1.0/gems/oxidized-0.7.2/bin/oxidized:9:in `<top (required)>' from /usr/local/bin/oxidized:23:in `load' from /usr/local/bin/oxidized:23:in `<main>' --- When nodes.size == 0, this may happen when you have say one node in router.db which has non-existing model. Actual problem happens in jobs.rb: @duration = @durations.inject(:+).to_f / @nodes.size ... @want = ((@nodes.size * @duration) / @interval).to_i Simplified: a = 0.0 / 0 b = a.to_i | |||
2015-08-28 | Initial implementation of the hook feature | Anton Aksola | |
The current implementation is modular and allows users to define hooks in several ways: * Use one of the built-in hook types (currently only 'exec') * Define their own Hook classes inside ~/.config/oxidized/hook Exec hook type runs a user defined command with or without shell. It populates a bunch of environment variables with metadata. The command can either be run as synchronous or asynchronous. The default is synchronous. | |||
2015-06-17 | bump version | Samer Abdel-Hafez | |
2015-05-26 | bump up gemspec version0.7.1 | Saku Ytti | |
2015-05-21 | update gemspec | Saku Ytti | |
2015-04-22 | release 0.6.0 | Saku Ytti | |
2015-04-20 | don't use keyboard interactive passwords | Saku Ytti | |
(new behavior in net-ssh 2.9.3) | |||
2015-04-03 | version 0.5.00.5.0 | Samer Abdel-Hafez | |
2015-03-10 | Bugfixes and bump to 0.4.1 | Samer Abdel-Hafez | |
2015-02-27 | Minor cosmetic changes and additions | Samer Abdel-Hafez | |
2015-02-19 | Update oxidized.gemspec | Arnoud Vermeer | |
Require rugged for lib/oxidized/output/git.rb | |||
2015-02-13 | bump to 0.3.0 | Samer Abdel-Hafez | |
2015-02-02 | add nopedial as author, so he can release gem | Saku Ytti | |
2014-12-03 | bump up gemspec version | Saku Ytti | |
2014-08-16 | update change log, bump up gemspec | Saku Ytti | |
2014-07-24 | update gemspec version0.2.2 | Saku Ytti | |
2014-07-24 | fix variable reasolving0.2.1 | Saku Ytti | |
+ bumpup gemspec | |||
2014-07-24 | bump up gemspec version0.2.0 | Saku Ytti | |
2014-07-21 | Fix bug in 'vars.rb'0.1.1 | Saku Ytti | |
We need to return value of 'r' instead of value of previous evaluation. | |||
2014-07-20 | bump up gemspec0.1.0 | Saku Ytti | |
- actually start to follow semantic version - a.b.c a == major, b == minor c == patch - c only for bug-fixes etc - b for non-breaking new features - a for breaking new featires - a == 0 is special, can break anywhere - http://semver.org - add more specific version restrictions for gems |