Ivan Mukhin
Ivan Mukhin
According to https://luacheck.readthedocs.io/en/stable/warnings.html, there's no warnings for cases when a module being required is not assigned to a local variable, e.g. require 'foo.bar' instead of local bar = require 'foo.bar'...
As pointed out in https://github.com/keeprocking/pygelf/issues/1#issuecomment-319743003, HTTPS support should be added
Hello folks, This patch adds support for reading last modification timestamp for a particular backup from its metadata. I've encountered a situation just like in https://github.com/wal-g/wal-g/issues/1770: sometimes `wal-g backup-list` reports...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This patch adds the `ExecInDeployment` method, which works similarly to ```shell...