summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-06tests: Add duplicate value tests for keymap, timezone, fsA. Wilcox4-0/+39
2019-11-06tests: Add more nameserver behavioural testsA. Wilcox6-3/+53
2019-11-06hscript: Implement Runner.Execute.signingkey.FirmwareA. Wilcox1-1/+24
2019-11-06hscript: Implement Runner.Execute.netaddress.OpenRCA. Wilcox3-0/+52
2019-11-04tests: More validity tests for keymap and languageA. Wilcox3-0/+22
2019-11-04hscript: It's LCOV_EXCL_STOP, not LCOV_EXCL_ENDA. Wilcox1-1/+1
2019-11-04tests: Add tests for all supported FSesA. Wilcox6-0/+87
2019-11-04hscript: Mark code correctly for LCOVA. Wilcox4-15/+21
2019-11-04tests: Add even more simulator testsA. Wilcox1-0/+72
2019-11-04hscript: Language::execute: space between string and valueA. Wilcox1-1/+1
2019-11-04hscript: Conditionalise more code under HAS_INSTALL_ENVA. Wilcox2-5/+22
2019-11-04tests: Fix nameserver testA. Wilcox1-1/+1
2019-11-04tests: Add lots more simulator testsA. Wilcox1-4/+59
2019-11-04hscript: Implement Keymap::executeA. Wilcox2-2/+39
2019-11-04hscript: Implement Runner.Execute.nameserver.*A. Wilcox3-2/+96
2019-11-04hscript: Refactor script.cc and disk.cc for maintainabilityA. Wilcox7-1566/+1661
2019-11-04hscript: Implement LVMVolume::executeA. Wilcox1-3/+33
2019-11-03STYLE: Fix reported typoA. Wilcox1-1/+1
2019-11-02hscript: Implement LVMPhysical::execute and LVMGroup::executeA. Wilcox1-6/+96
2019-11-02util: run_command: Don't return false if status != 0A. Wilcox1-1/+0
2019-11-02hscript: Factor out FS exec stuff to run_command functionA. Wilcox3-47/+73
2019-11-02hscript: Hostname::execute: dns_domain_lo is a variableA. Wilcox1-1/+1
2019-11-02Begin work on 0.2.0 (0.1.0 / MVP is done)A. Wilcox1-1/+1
2019-11-02hscript: Add download_file helper and implement SigningKey::execute0.1.0A. Wilcox5-2/+168
2019-11-02hscript: Repository: append to /e/a/r, don't replace itA. Wilcox1-1/+1
2019-11-02hscript: More logging and dir creationA. Wilcox3-0/+34
2019-11-02hscript: Handle creation of directories when neededA. Wilcox2-0/+19
2019-11-02hscript: Filesystem::execute: null-terminate argv, pass environA. Wilcox2-6/+24
2019-11-02README: Update for executor and locatorA. Wilcox1-0/+12
2019-11-02Add Executor utilityA. Wilcox3-7/+77
2019-11-02hscript: More error checking in DiskLabel and PartitionA. Wilcox1-3/+26
2019-11-02hscript: disk: libparted returns 1 on success, not 0A. Wilcox1-1/+1
2019-11-02hscript: disk: More logging outputA. Wilcox1-1/+21
2019-11-02hscript: Implement Filesystem::execute, add testA. Wilcox2-3/+103
2019-11-02Add Code Style guideA. Wilcox2-0/+116
2019-11-01hscript: Use enumeration for Filesystem::fstypeA. Wilcox2-4/+28
2019-11-01hscript: Implement Partition::execute, as yet untestedA. Wilcox1-2/+78
2019-11-01hscript: DiskLabel::execute: commit to all, not just deviceA. Wilcox1-1/+1
2019-11-01hscript: Start calling execute on the disk keysA. Wilcox1-5/+57
2019-11-01hscript: Implement Runner.Validate.keymap.ValidA. Wilcox1-3/+20
2019-10-31hscript: Implement Encrypt, add testsA. Wilcox8-1/+139
2019-10-31req: 3b: Add Runner.Validate.encrypt.UniqueA. Wilcox1-0/+4
2019-10-31hscript: Implement SigningKey, add testsA. Wilcox7-2/+89
2019-10-31hscript: Consistency/style fixesA. Wilcox2-13/+11
2019-10-31CONTRIBUTING: Add note about testsA. Wilcox1-0/+10
2019-10-31hscript: Implement Nameserver, add testsA. Wilcox7-1/+102
2019-10-31Build: disable -Wunused-parameterA. Wilcox2-4/+1
2019-10-31Build: -Wall -Wextra -WerrorA. Wilcox1-0/+7
2019-10-31hscript: Remove unused paramaters and de-const-ify DiskLabel::typeA. Wilcox6-16/+19
2019-10-31hscript: Implement *.Block requirementsA. Wilcox2-3/+45