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 | 2 | -0/+25 |
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 | 1 | -1/+25 |
2019-11-06 | tests: Add more corner case testing | A. Wilcox | 1 | -0/+15 |
2019-11-06 | tests: Add pkginstall duplicate package tests | A. Wilcox | 1 | -0/+12 |
2019-11-06 | tests: Add usergroup group length test | A. Wilcox | 1 | -0/+5 |
2019-11-06 | tests: Add more LVM behavioural tests | A. Wilcox | 2 | -0/+39 |
2019-11-06 | tests: Add duplicate value tests for keymap, timezone, fs | A. Wilcox | 1 | -0/+15 |
2019-11-06 | tests: Add more nameserver behavioural tests | A. Wilcox | 2 | -0/+20 |
2019-11-06 | hscript: Implement Runner.Execute.netaddress.OpenRC | A. Wilcox | 1 | -0/+10 |
2019-11-04 | tests: More validity tests for keymap and language | A. Wilcox | 1 | -0/+10 |
2019-11-04 | tests: Add tests for all supported FSes | A. Wilcox | 1 | -0/+42 |
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: Implement Filesystem::execute, add test | A. Wilcox | 1 | -0/+7 |
2019-10-31 | hscript: Implement Encrypt, add tests | A. Wilcox | 1 | -0/+24 |
2019-10-31 | hscript: Implement SigningKey, add tests | A. Wilcox | 1 | -0/+19 |
2019-10-31 | hscript: Implement Nameserver, add tests | A. Wilcox | 1 | -0/+18 |
2019-10-31 | hscript: Implement fs, add tests | A. Wilcox | 1 | -0/+23 |
2019-10-31 | hscript: Implement stub Keymap key, add simple test | A. Wilcox | 1 | -0/+8 |
2019-10-31 | hscript: Implement lvm_lv, add tests | A. Wilcox | 1 | -0/+39 |
2019-10-29 | hscript: Implement lvm_vg, add tests | A. Wilcox | 1 | -0/+28 |
2019-10-26 | tests: Test NetSSID execution output | A. Wilcox | 1 | -0/+7 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 1 | -0/+18 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 1 | -0/+159 |
2019-10-24 | hscript: Fully implement Timezone, add tests | A. Wilcox | 1 | -25/+53 |
2019-10-24 | hscript: Ensure netaddress iface name is < IFNAMSIZ | A. Wilcox | 1 | -0/+5 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 1 | -0/+48 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 1 | -0/+43 |
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 | 1 | -0/+33 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 1 | -0/+44 |
2019-10-19 | hscript: Implement UserIcon parsing | A. Wilcox | 1 | -0/+39 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 1 | -0/+44 |
2019-10-18 | hscript: Implement username validity check and UserAlias code; add tests | A. Wilcox | 1 | -0/+32 |
2019-10-18 | tests: Add test for too many usernames | A. Wilcox | 1 | -3/+12 |
2019-10-18 | hscript: Implement some Username logic, add tests | A. Wilcox | 1 | -0/+24 |
2019-10-17 | hscript: Implement diskid key (except execution) | A. Wilcox | 1 | -0/+34 |