Robert Chéramy

Results 218 comments of Robert Chéramy

Can't reproduce, old issue => closed. Open a new issue if the problem stil persists.

I like the idea. I also would like to reload a whole group.

Needs an API in Oxidized for reloading groups / models => Changing milestone to 0.15.0

Can you provide prompt examples? So far, I have: ``` AAAA-AP123456# (AAAA-WLC42) *[mynode] # (WPP-ArubaVMC) [mynode] # ``` Does someone know - what "mynode" means and if it can be...

`git gc` is not supported in libgit2/rugged: https://github.com/libgit2/libgit2/issues/3247 so we have to document how to run it manually, this is what I want to document in docs/Troubleshooting.md. I've read in...

I've looked deeper into the output/git.rb. I find it confusing that we [write an index](https://github.com/ytti/oxidized/blob/d87b2ca9118cd0404ca5a5f4013c9d58adaeb929/lib/oxidized/output/git.rb#L191) to a bare repository. The README.md of libgit2/rugged [reads every time the tree from the...

Enclose your password within single quotes: ``` --- username: oxidized password: '$P@$$w0rd 123' ```

I've struggled a bit with the idea of removing duplicate code between Oxidized::Node and Oxidized::Config::Vars, but this code refactoring is not related to this PR and can be done later....

This PR have been Manually rebased and merged into master (commits 60dd78672bfa6f78c6b159f50b4cc08acd081d1e -> fc7990ddfaaf0f2041f17faeff7797ba2752a486)

Something whent terribly wrong here, as many commits where integrated in this PR. Mabe a `git rebase` would bring some clarity in the PR?