Releases: avamia/kanrisuru
Releases · avamia/kanrisuru
0.7.0
- Simplify
FileInfo
struct for return object ofls
command. - Rename
size
tofsize
for theOpenFile
struct to avoid method naming conflicts of the struct class. - Allow
os_include
andos_collection
to define multiple groupings of methods with the same namespace. - Add
clear
method for remote env class, to remove any session based env variables. - Add
to_s
method to result for quick analysis of string based return values. - Remove duplicate
numeric
method in the utils module.
0.6.0
0.5.2
0.5.1
0.5.0
- Add
zypper
package manager core module - Add
dmi
core module. Support for getting hardware information from virtual and physical machines. - Add only options for test_hosts to filter on which hosts to use for function style test cases. This is used within a test case and takes priority over command line
HOSTS=
andEXCLUDE=
env variables. - Add additional bit conversion string handling in the util module, such as kib, mib, and gib.
- Remove redudant namespacing in struct names, such as
Kanrisuru::Core::Yum::YumPackageOverview
, toKanrisuru::Core::Yum::PackageOverview
. - Fix backups test case for
cp
command with the correct filename. - Use 0755 as expected numeric mode for all OS functional tests in the
mkdir
test case. - Fix bug with
lscpu
regex match on cpus with more than 9 cores, ie/cpu\d/
to/cpu\d+/
0.4.1
0.4.0
- Update internal exit code of command from 0, to array of accpeted exit codes, with 0 being the default value.
- Add
append_exit_code
to command, allowing additional exit codes to be considered true forsuccess?
return value. - Add
@port
toNet::SSH.start
method - Fix test case with
host.os
return value ofopensuse_leap
. - Add
cpu_flags
method tocpu
module