Age | Commit message (Expand) | Author | Files | Lines |
2019-11-02 | Add Executor utility | A. Wilcox | 3 | -7/+77 |
2019-11-02 | hscript: More error checking in DiskLabel and Partition | A. Wilcox | 1 | -3/+26 |
2019-11-02 | hscript: disk: libparted returns 1 on success, not 0 | A. Wilcox | 1 | -1/+1 |
2019-11-02 | hscript: disk: More logging output | A. Wilcox | 1 | -1/+21 |
2019-11-02 | hscript: Implement Filesystem::execute, add test | A. Wilcox | 2 | -3/+103 |
2019-11-02 | Add Code Style guide | A. Wilcox | 2 | -0/+116 |
2019-11-01 | hscript: Use enumeration for Filesystem::fstype | A. Wilcox | 2 | -4/+28 |
2019-11-01 | hscript: Implement Partition::execute, as yet untested | A. Wilcox | 1 | -2/+78 |
2019-11-01 | hscript: DiskLabel::execute: commit to all, not just device | A. Wilcox | 1 | -1/+1 |
2019-11-01 | hscript: Start calling execute on the disk keys | A. Wilcox | 1 | -5/+57 |
2019-11-01 | hscript: Implement Runner.Validate.keymap.Valid | A. Wilcox | 1 | -3/+20 |
2019-10-31 | hscript: Implement Encrypt, add tests | A. Wilcox | 8 | -1/+139 |
2019-10-31 | req: 3b: Add Runner.Validate.encrypt.Unique | A. Wilcox | 1 | -0/+4 |
2019-10-31 | hscript: Implement SigningKey, add tests | A. Wilcox | 7 | -2/+89 |
2019-10-31 | hscript: Consistency/style fixes | A. Wilcox | 2 | -13/+11 |
2019-10-31 | CONTRIBUTING: Add note about tests | A. Wilcox | 1 | -0/+10 |
2019-10-31 | hscript: Implement Nameserver, add tests | A. Wilcox | 7 | -1/+102 |
2019-10-31 | Build: disable -Wunused-parameter | A. Wilcox | 2 | -4/+1 |
2019-10-31 | Build: -Wall -Wextra -Werror | A. Wilcox | 1 | -0/+7 |
2019-10-31 | hscript: Remove unused paramaters and de-const-ify DiskLabel::type | A. Wilcox | 6 | -16/+19 |
2019-10-31 | hscript: Implement *.Block requirements | A. Wilcox | 2 | -3/+45 |
2019-10-31 | hscript: Implement fs, add tests | A. Wilcox | 8 | -1/+152 |
2019-10-31 | req: 3b: Add Runner.Validate.fs.Unique | A. Wilcox | 1 | -0/+4 |
2019-10-31 | devel: req: 3b: Add R.Validate.nameserver* | A. Wilcox | 1 | -0/+8 |
2019-10-31 | devel: vision: Add vfat requirement | A. Wilcox | 1 | -0/+1 |
2019-10-31 | hscript: Add Keymap code | A. Wilcox | 3 | -3/+41 |
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 | 11 | -2/+229 |
2019-10-31 | hscript: Remove bad test from Mount::validate | A. Wilcox | 1 | -11/+2 |
2019-10-29 | hscript: Use string instead of regex for hostname validation | A. Wilcox | 1 | -2/+2 |
2019-10-29 | hscript: Only use LVMGroup::test_pv in install env builds | A. Wilcox | 2 | -0/+6 |
2019-10-29 | hscript: Implement lvm_vg, add tests | A. Wilcox | 9 | -1/+250 |
2019-10-28 | hscript: Make line a long for alignment | A. Wilcox | 3 | -5/+6 |
2019-10-27 | README: Update build information and add option docs | A. Wilcox | 1 | -0/+51 |
2019-10-27 | hscript: Fix single boost portability issue | A. Wilcox | 1 | -4/+3 |
2019-10-27 | hscript: Make portable to std::filesystem OR boost::filesystem | A. Wilcox | 5 | -35/+44 |
2019-10-27 | hscript: Implement Runner.Execute.network | A. Wilcox | 1 | -1/+37 |
2019-10-27 | hscript: Use boost::filesystem everywhere convenient | A. Wilcox | 2 | -35/+60 |
2019-10-26 | hscript: Append, don't replace, target net conf | A. Wilcox | 1 | -2/+2 |
2019-10-26 | hscript: Remove temp dir from previous run, if any | A. Wilcox | 1 | -2/+6 |
2019-10-26 | tests: Test NetSSID execution output | A. Wilcox | 1 | -0/+7 |
2019-10-26 | Build: Exclude Boost from code coverage tests | A. Wilcox | 1 | -1/+1 |
2019-10-26 | hscript: Implement NetAddress::execute | A. Wilcox | 3 | -31/+106 |
2019-10-26 | hscript: Implement NetSSID::execute | A. Wilcox | 2 | -5/+73 |
2019-10-26 | hscript: Fix missing endl for timezone simulation; print what's happening | A. Wilcox | 2 | -1/+11 |
2019-10-26 | hscript: Split heavy validation code into separate functions | A. Wilcox | 1 | -100/+128 |
2019-10-26 | hscript: Implement DiskLabel::execute | A. Wilcox | 3 | -4/+53 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 7 | -2/+115 |
2019-10-25 | Script spec: Ensure lvm_pv example is internally consistent | A. Wilcox | 1 | -1/+1 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 32 | -1/+648 |