Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 2 | -4/+4 |
2020-02-09 | tests: Add test for IPv4 subnet -> CIDR conversion | A. Wilcox | 1 | -1/+7 |
2019-12-19 | hscript: Add 'arch' key implementation and related tests | A. Wilcox | 5 | -0/+43 |
2019-11-08 | hscript: Implement UserIcon::execute, add tests | A. Wilcox | 1 | -0/+17 |
2019-11-07 | owner: New utility | A. Wilcox | 1 | -0/+26 |
2019-11-07 | hscript: Implement Runner.Execute.UserAccounts, add tests | A. Wilcox | 1 | -0/+36 |
2019-11-06 | tests: Ensure execution failure when validation fails | A. Wilcox | 1 | -0/+5 |
2019-11-06 | tests: Write more network tests | A. Wilcox | 4 | -11/+52 |
2019-11-06 | tests: Add more corner case testing | A. Wilcox | 4 | -0/+59 |
2019-11-06 | tests: Add pkginstall duplicate package tests | A. Wilcox | 3 | -0/+23 |
2019-11-06 | tests: Add usergroup group length test | A. Wilcox | 2 | -0/+12 |
2019-11-06 | tests: Add more LVM behavioural tests | A. Wilcox | 10 | -0/+131 |
2019-11-06 | tests: Add duplicate value tests for keymap, timezone, fs | A. Wilcox | 4 | -0/+39 |
2019-11-06 | tests: Add more nameserver behavioural tests | A. Wilcox | 5 | -0/+41 |
2019-11-06 | hscript: Implement Runner.Execute.netaddress.OpenRC | A. Wilcox | 2 | -0/+16 |
2019-11-04 | tests: More validity tests for keymap and language | A. Wilcox | 3 | -0/+22 |
2019-11-04 | tests: Add tests for all supported FSes | A. Wilcox | 6 | -0/+87 |
2019-11-04 | tests: Add even more simulator tests | A. Wilcox | 1 | -0/+72 |
2019-11-04 | tests: Fix nameserver test | A. Wilcox | 1 | -1/+1 |
2019-11-04 | tests: Add lots more simulator tests | A. Wilcox | 1 | -4/+59 |
2019-11-02 | hscript: Filesystem::execute: null-terminate argv, pass environ | A. Wilcox | 1 | -0/+10 |
2019-11-02 | hscript: Implement Filesystem::execute, add test | A. Wilcox | 1 | -0/+7 |
2019-10-31 | hscript: Implement Encrypt, add tests | A. Wilcox | 5 | -0/+61 |
2019-10-31 | hscript: Implement SigningKey, add tests | A. Wilcox | 4 | -0/+43 |
2019-10-31 | hscript: Implement Nameserver, add tests | A. Wilcox | 4 | -0/+37 |
2019-10-31 | hscript: Implement fs, add tests | A. Wilcox | 5 | -0/+59 |
2019-10-31 | hscript: Implement stub Keymap key, add simple test | A. Wilcox | 2 | -0/+14 |
2019-10-31 | hscript: Implement lvm_lv, add tests | A. Wilcox | 8 | -0/+118 |
2019-10-29 | hscript: Implement lvm_vg, add tests | A. Wilcox | 6 | -0/+84 |
2019-10-26 | tests: Test NetSSID execution output | A. Wilcox | 1 | -0/+7 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 4 | -0/+49 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 29 | -0/+384 |
2019-10-24 | hscript: Fully implement Timezone, add tests | A. Wilcox | 5 | -25/+79 |
2019-10-24 | hscript: Finally implement R.V.network.netaddress.Interface | A. Wilcox | 1 | -0/+1 |
2019-10-24 | hscript: Ensure netaddress iface name is < IFNAMSIZ | A. Wilcox | 2 | -0/+11 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 10 | -1/+104 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 8 | -0/+86 |
2019-10-20 | tests: Don't shadow +config+ variable | A. Wilcox | 1 | -3/+3 |
2019-10-20 | tests: Configure Aruba inside RSpec configuration block | A. Wilcox | 1 | -2/+2 |
2019-10-20 | tests: Explicitly require spec_helper in specs | A. Wilcox | 2 | -0/+4 |
2019-10-20 | Fix tests when install env code is disabled | A. Wilcox | 1 | -0/+3 |
2019-10-19 | tests: Rework RSpec stuff entirely | A. Wilcox | 3 | -30/+13 |
2019-10-19 | tests: Support all known versions of Aruba, 0.8.0+ | A. Wilcox | 2 | -2/+8 |
2019-10-19 | tests: Support Aruba 0.8.x | A. Wilcox | 2 | -0/+8 |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 5 | -0/+59 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 8 | -0/+104 |
2019-10-19 | hscript: Implement UserIcon parsing | A. Wilcox | 7 | -0/+91 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 8 | -0/+95 |
2019-10-18 | hscript: Implement username validity check and UserAlias code; add tests | A. Wilcox | 7 | -1/+78 |
2019-10-18 | tests: Add test for too many usernames | A. Wilcox | 2 | -3/+289 |