Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 1 | -2/+2 |
2019-12-19 | hscript: Add 'arch' key implementation and related tests | A. Wilcox | 1 | -0/+18 |
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 | 1 | -0/+29 |
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 | 1 | -0/+15 |
2019-11-04 | tests: More validity tests for keymap and language | A. Wilcox | 1 | -0/+10 |
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 | 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: Explicitly require spec_helper in specs | A. Wilcox | 1 | -0/+2 |
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 | 1 | -0/+739 |