Robert Chéramy
Robert Chéramy
We do not need to lock psych to an old version. There is no need either to enforce a high version, so changing ~> to >. ## Pre-Request Checklist -...
As discussed in PR #99 , oxidized-web needs the possibility to define more static settings than just which IP & port to listen to. I would like to use the...
We currently have a mixed string literal quoting style. The overwhelming majority of the code use single quotes, so I plan to enforce single quote with rubocop. This can inly...
## Pre-Request Checklist - [X] Passes rubocop code analysis (try `rubocop --auto-correct`) - [X] Tests added or adapted (try `rake test`) - [ ] Changes are reflected in the documentation...
In each model, suitable inputs are specified with `cfg`, for example in the apc_aos model: ``` cfg :ftp do end ``` If ftp is not configured in the configuration of...
## Pre-Request Checklist - [X] Passes rubocop code analysis (try `rubocop --auto-correct`) - [X] Tests added or adapted (try `rake test`) - [ ] Changes are reflected in the documentation...
- [X] I have read and understood [docs/Issues.md](https://github.com/ytti/oxidized/blob/master/docs/Issues.md). **Describe the bug** Github currently lists 10 [Code scanning alets](https://github.com/ytti/oxidized/security/code-scanning). These are caused by regular expressions that could be optimized. In Order...
@systeembeheerder writes in https://github.com/ytti/oxidized/pull/3495#issuecomment-2865477260: > Other case outputs error. but no problem. I do think that is a problem. After this update i get a diff on ALL my SRX...
- [X] I have read and understood [docs/Issues.md](https://github.com/ytti/oxidized/blob/master/docs/Issues.md). **Describe the bug** Due to model unit tests using `:` as a [delimiter in the filename](https://github.com/ytti/oxidized/tree/master/spec/model/data), the oxidized repository cannot be cloned...
In some situations, you may need to get a config per scp / ftp and execute some commands per ssh to get the inventory or serial number. In the case...