Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
I don't know if package-lock.json (which IMHO shouldn't be in git) also needs to be updated.
In e8af185c82b0f7631925cb8e7c7844c29e0c7750 it was added as a dependency but I can't see where it's used.
rbvmomi2 is a maintained fork of rbvmomi. I'll admit this is completely untested.
The repository is archived (https://github.com/vmware-archive/rbvmomi). Additionally the replacement (based on the new REST API) is also archived (https://github.com/vmware-archive/vsphere-automation-sdk-ruby). This gem depends on it for basically all its functionality so I...
This enhances the documentation of method_missing by documenting some additional behavior. First it enhances the description to make it clear you can also pass in kwargs and a block. Then...
This adds explicit Fedora and Enterprise Linux instructions. It also adds a section on PostgreSQL. This makes the alternative database.yml no longer needed. It also sets and explicit admin password...
Previously it had incorrect data where IPv6 addresses were set in IPv4 subnets. This generated incorrect snapshots. It uses traits to reduce duplication. Fixes: 641c3f4a9bb5401a8ac06e70b925918125193957
This introduces the helper `normalized_id` on a plugin and then consistently uses it everywhere. While in most cases it already is using underscores, this helps to deal with foreman-tasks.
bullet is a tool to find n+1 query patterns. We already have it enabled in development, but not in testing. If we configure it to raise exceptions, we should have...
Currently we configure selenium_chrome to be headless, unless some parameter is given. It's better to use selenium_chrome_headless instead and have users select the selenium_chrome driver if they need to debug...