Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | add a new line after guard clauses for better visual flow (#1520) | Wild Kat | |
2018-09-11 | fix reference to old 'file' variable (#1514) | msil | |
2018-09-07 | Add configurable crashfile location and option to use hostnames | msil | |
PR #1506 | |||
2018-06-22 | smell reduction bug fixes | Saku Ytti | |
2018-06-22 | rubycop fixes | Saku Ytti | |
2018-06-22 | Remove resolve_repo smells | Saku Ytti | |
2018-06-12 | add mtime and bump up version | Saku Ytti | |
Fixes performance regression | |||
2018-06-08 | We should resolve model first | Saku Ytti | |
So that input/output can be configured under model | |||
2018-06-07 | Fix IP address assingment | Saku Ytti | |
Unsure what problem was being solved here originally, wish I had tests for expected behaviour :) | |||
2018-04-27 | Merge remote-tracking branch 'upstream/no-resolve' into resolve-dns | Wild Kat | |
2018-04-21 | the great makeover - standardize layout, alignment, indentation | Wild Kat | |
2017-09-13 | Fix issue where "email" JSON field is not being passed through from REST | Zachary Puls | |
API to worker. This allows for Gitlab (or another Git UI) to properly display the commit author. | |||
2017-08-15 | create `worker_done` event | Danilo Sousa | |
trigger a event when a full cycle was completed | |||
2017-05-03 | Added support for model specific credentials | Cyril LAVIER | |
2017-04-12 | Add new output GitCrypt | Clement Parisot | |
Signed-off-by: Clement Parisot <clement.parisot@uni.lu> | |||
2017-02-04 | give option to stop resolving name to IP | Saku Ytti | |
With ssh proxy you might want to have far-end resolve | |||
2017-02-03 | Updated split to be more efficient, thanks ytti! | Richard Mayhew | |
2017-02-03 | feature: support IP Addressed provided with a netmask | Richard Mayhew | |
2016-10-17 | Use variable vars(:ssh_keys) for private key authentication | Denver Abrey | |
2016-10-13 | Add key authentication to ssh input | Denver Abrey | |
2016-08-25 | quote debugging | Saku Ytti | |
2016-08-25 | typo fix | Saku Ytti | |
2016-08-25 | add debugging to key resolution | Saku Ytti | |
2016-08-25 | fix symbol conversion to string | Saku Ytti | |
2016-08-25 | refactor node resolution | Saku Ytti | |
two primary goals - username and password can come from different sources (Global PW, per group username) - model can come from group | |||
2016-07-26 | only resolve the repository path when the output is `git` fixes #512 | Danilo Sousa | |
2016-07-22 | Merge pull request #503 from danilopopeye/ds-fixes-and-refactors | ytti | |
fix repository path resolution | |||
2016-07-20 | fix the Node#repo path resolution | Danilo Sousa | |
this correctly respects the repo declaration as Hash or String | |||
2016-07-09 | puts should not be used for debugging - use Oxidized.logger.debug instead. | Nick Hilliard | |
2016-06-02 | more debug stratements | Elvin Efendi | |
2016-02-22 | follow the hook remotes config also for groups repositories | Danilo Sousa | |
ref.: https://github.com/ytti/oxidized/pull/326/files#r53557892 | |||
2016-02-18 | `Node#repo` should return the node group repository | Danilo Sousa | |
2016-01-04 | Merge remote-tracking branch 'upstream/master' into merge-upstream | Elvin Efendi | |
2015-12-27 | expose git repo name and commit oid in hook mechanism and environment variables | Nick Hilliard | |
2015-12-13 | refactor and fix bugs introduced with new changes | Elvin Efendi | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-11-03 | Revert crash logging on fqdn - seems to crash oxidized... | Marno van der Molen | |
2015-11-03 | Log crashes on node name instead of ip to ease troubleshooting | Marno van der Molen | |
2015-11-03 | Adds optional debug output when loading hosts (resolving DNS) | Marno van der Molen | |
2015-08-20 | Added support for Zyxel ZynOS | Saku Ytti | |
Model: SAM1316-22 STU-C ZyNOS version: V3.53(BVE.2) | |||
2015-02-26 | Resolves #81 | Florian Hibler | |
2015-02-21 | allow setting IP from source | Saku Ytti | |
sql/csv can now set IP as well as name, useful if you don't have FQDN. If IP is given, then we don't try to resolve name. closes #78 | |||
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-11 | reset retry count on success | Saku Ytti | |
2014-07-11 | add support for retrying failed attempts | Saku Ytti | |
Looks like this in syslog: Jul 11 21:05:53 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 22" Jul 11 21:05:53 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 23" Jul 11 21:05:54 ytti oxidized[9820]: 10.10.10.10 status no_connection, retry attempt 1 Jul 11 21:05:54 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 22" Jul 11 21:05:54 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 23" Jul 11 21:05:55 ytti oxidized[9820]: 10.10.10.10 status no_connection, retry attempt 2 Jul 11 21:05:55 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 22" Jul 11 21:05:55 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 23" Jul 11 21:05:56 ytti oxidized[9820]: 10.10.10.10 status no_connection, retry attempt 3 Jul 11 21:05:56 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 22" Jul 11 21:05:56 ytti oxidized[9820]: 10.10.10.10 raised Errno::ENETUNREACH with msg "Network is unreachable - connect(2) for "10.10.10.10" port 23" Jul 11 21:05:57 ytti oxidized[9820]: 10.10.10.10 status no_connection, retries exhausted, giving up | |||
2014-07-09 | Require OpenStruct | Saku Ytti | |
How this works in ruby2.0 normally? What component has loaded this implicitly? Thanks to @RichiH for spotting. | |||
2014-06-06 | fix: node#last= didn't handle nil | Anton Aksola | |
temporary fix. Maybe node#last should check the type or we shouldn't use last for the nodes#next in the first place | |||
2014-05-16 | don't store error Node raised | Saku Ytti | |
We may need this in future, but as we don't need this in oxidized-script now after all, I don't want something to be implemented just-in-case | |||
2014-05-16 | store error node#run raised | Saku Ytti | |
2014-05-07 | Stats for node | Saku Ytti | |
So that we can easily check last time node failed/succceded etc |