Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-06 | Added Huawei VRP model support. | Jari Salo | |
2014-08-06 | Merge branch 'master' of https://github.com/ytti/oxidized | Saku Ytti | |
2014-08-06 | small model changes | Saku Ytti | |
- ios show first line of 'show version' - junos display omitted config | |||
2014-08-05 | Add Alcatel-Lucent ISAM 7302/7330 DSLAM model support | Jari Salo | |
2014-08-05 | fix typo | Saku Ytti | |
2014-08-05 | fix ssh close when far end closes disgracefully | Saku Ytti | |
ALU ISAM DSLAM does this | |||
2014-07-26 | update readme with new models | Saku Ytti | |
2014-07-24 | update gemspec version0.2.2 | Saku Ytti | |
2014-07-24 | update changelog | Saku Ytti | |
2014-07-24 | Errno::ETIMEDOUT is normal failure | Saku Ytti | |
2014-07-24 | return false when crash in model/node | Saku Ytti | |
Without this, config gets 'true' value, which is not string, and git output will barf. | |||
2014-07-24 | fix variable reasolving0.2.1 | Saku Ytti | |
+ bumpup gemspec | |||
2014-07-24 | fix variable resolving | Saku Ytti | |
2014-07-24 | bump up gemspec version0.2.0 | Saku Ytti | |
2014-07-24 | Merge pull request #30 from lysiszegerman/master | ytti | |
ScreenOS support | |||
2014-07-23 | Drop prompt lines from config, discard changes on exit | Marcus Stoegbauer | |
2014-07-23 | Merge pull request #29 from thakala/master | ytti | |
Brocade Vyatta model added | |||
2014-07-23 | Brocade Vyatta model added | Tomi Hakala | |
2014-07-22 | update changelog | Saku Ytti | |
2014-07-22 | Merge pull request #28 from thakala/master | ytti | |
Updates | |||
2014-07-22 | Merge remote branch 'origin' | Tomi Hakala | |
2014-07-22 | Cisco ASA model added | Tomi Hakala | |
2014-07-22 | Cisco ASA model added | Tomi Hakala | |
2014-07-22 | Delete .README.md.swp | thakala | |
2014-07-22 | Documentation formatting fixes | Tomi Hakala | |
2014-07-22 | Documentation improvements: added list of supported devices and installation ↵ | Tomi Hakala | |
instructions for CentOS, OL and RHEL | |||
2014-07-21 | Brocade Fabric OS model cleanups | Tomi Hakala | |
2014-07-21 | update changelog | Saku Ytti | |
2014-07-21 | Merge pull request #27 from thakala/master | ytti | |
Added Brocade Fabric OS support | |||
2014-07-21 | Added Brocade Fabric OS support | Tomi Hakala | |
2014-07-21 | update changelog | Saku Ytti | |
2014-07-21 | make convenience methods usable | Saku Ytti | |
2014-07-21 | fix README config example | Saku Ytti | |
we now support network based SQL and 'file' make little sense in postgres/mysql, changing that to 'database' makes it reusable for both use cases. | |||
2014-07-21 | Merge pull request #26 from lysiszegerman/master | ytti | |
Added Force10 support | |||
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-21 | Added Force10 support | Marcus Stoegbauer | |
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 | |||
2014-07-20 | Depend on newer asetus version | Saku Ytti | |
We are doing this in sql.rb :user => @cfg.sql.user? :password => @cfg.sql.password? As 'asetus' will accept arbitrary chain @cfg.sql.one.two.three it is clear that 'one' or 'two' cannot _ever_ return nil/false, otherwise you cannot create 'three'. So if there isn't value of one/two, instance of 'asetus' is returned, upon which we can build two, and then tree'. one?, two?, three? version existed in old asetus, as strict boolean test @cfg.sql.one? would return true, false or nil In newer version, instead of returning true, it returns actual value. | |||
2014-07-20 | Return useful error message on missing SQL adapter | Saku Ytti | |
SQL file in configuration renamed to database. Should the generated example file have host+user+password+query? | |||
2014-07-20 | Merge pull request #25 from lysiszegerman/master | ytti | |
Generic SQL support for source | |||
2014-07-20 | Added support for custom SQL databases. Works as expected for sqlite, except ↵ | Marcus Stoegbauer | |
config option "file" got renamed to "database", added authentication options for other SQL adapters and an optional query argument to overwrite the generic query. config snipplet: sql: adapter: mysql2 user: sqluser password: sekrit host: mysql.local database: inventory table: devices query: SELECT `fqhn` AS `name`, lower(`vendor`) AS `model` FROM `devices` INNER JOIN `devtypes` ON (`devtypes`.`id` = `devices`.`model_id`) WHERE (`aktiv` = 'J') map: name: name model: model | |||
2014-07-17 | remove secret is under vars, not global | Saku Ytti | |
2014-07-17 | Merge branch 'master' of https://github.com/ytti/oxidized | Saku Ytti | |
2014-07-17 | bump up gemspec version0.0.65 | Saku Ytti | |
2014-07-14 | Merge pull request #24 from RichiH/patch-5 | ytti | |
core.rb: Improve error message | |||
2014-07-14 | core.rb: Improve error message | Richard Hartmann | |
2014-07-14 | Fix powerconnect model | Saku Ytti | |
a) put metainformation on top, rancid style b) remove changing data from 'show system' | |||
2014-07-14 | Allow it to work without local existing config | Saku Ytti | |
Even after manually setting author+committer, it still crashed with: Config value 'user.name' was not found [Rugged::ConfigError] Not sure where it would want to use it, after author+committer already are set, but I guess this method is more robust anyhow. | |||
2014-07-13 | Explain how to disable oxidized-web if load error | Saku Ytti | |
Ratioinale is, we want to keep it default, but it should be easy for people to understand what to do, if they don't want it. Closes #17 | |||
2014-07-13 | Change from grit to rugged | Saku Ytti | |
a) grit is not supported, rugged is b) grit requires git CLI installed, rugged does not c) grit needs monkey patching to work, rugged does not Closes #21 Closes #22 |