summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-09hscript: Implement stub Mount parserA. Wilcox3-2/+55
2019-10-08hscript: New module 'disk', fix headers of all filesA. Wilcox7-5/+19
2019-10-08hscript: These keys can be strongly typedA. Wilcox1-4/+4
2019-10-08hscript: Add +opts+ member-var to Script classA. Wilcox2-1/+20
2019-10-08hscript: - and _ are valid hostname charactersA. Wilcox1-1/+1
2019-10-08tests: Add some more tests, and note reqs for each testA. Wilcox4-4/+66
2019-10-08Make +pretty+ a global var instead of passed everywhereA. Wilcox4-45/+37
2019-10-08hscript: Ensure Key vtable isn't duped in every objectA. Wilcox2-1/+4
2019-10-08hscript: Use StringKey for Hostname (+ others), implement RootPassphraseA. Wilcox5-11/+61
2019-10-08hscript: Add StringKey helper classA. Wilcox3-1/+23
2019-10-08tests: Add rootpw to test 15 so required keys are satisfiedA. Wilcox1-1/+1
2019-10-08hscript: Handle pkgs with + char and add test (thanks @sroracle)A. Wilcox3-2/+3
2019-10-08tests: Add some new tests and fix test 15A. Wilcox4-6/+31
2019-10-08hscript: handle packages with dot (.) characterA. Wilcox1-1/+1
2019-10-08hscript: Correctly increment warnings on dup pkg warningA. Wilcox1-0/+2
2019-10-08hscript: Initial attempt at handling 'pkginstall' keyA. Wilcox3-8/+58
2019-10-08hscript: Simplify MISSING_ERROR usageA. Wilcox1-6/+6
2019-10-08tests: Fix regex errorA. Wilcox1-2/+2
2019-10-08hscript: Amend commentA. Wilcox1-1/+1
2019-10-08hscript: Ensure required keys are presentA. Wilcox1-0/+28
2019-10-08hscript: Fix the first bug found by automated testingA. Wilcox1-0/+1
2019-10-08hscript: Implement 'hostname' parsing; add rest of existing manual testsA. Wilcox5-11/+108
2019-10-08hscript: Better message for duplicate value, and test for itA. Wilcox2-1/+18
2019-10-08tests: Now with 100% more automated testingA. Wilcox25-0/+142
2019-10-08hscript: CodeA. Wilcox9-9/+84
2019-10-07tests: Update test 11A. Wilcox1-1/+1
2019-10-07hscript: Allocate +lower+ properlyA. Wilcox1-1/+1
2019-10-07hscript: Generalise BooleanKey failure mode for all keysA. Wilcox3-6/+12
2019-10-07hscript: Implement Network classA. Wilcox3-3/+40
2019-10-07hscript: Fix up Key class, add BooleanKey classA. Wilcox3-4/+70
2019-10-07hscript: Initial work at parsing key valuesA. Wilcox1-18/+43
2019-10-07hscript: Add parameters to parseFromDataA. Wilcox1-1/+6
2019-10-07hscript: Make classes for the rest of the keysA. Wilcox3-0/+36
2019-10-07validator: Implement -s/--strict for Strict ModeA. Wilcox1-0/+3
2019-10-07hscript: Implement key validity testA. Wilcox2-8/+23
2019-10-07hscript: constness fixesA. Wilcox2-4/+4
2019-10-07hscript: Lowercase the key, and don't parse an invalid key furtherA. Wilcox1-0/+5
2019-10-07hscript: Clarify messages a littleA. Wilcox1-2/+2
2019-10-07hscript: Simply error logicA. Wilcox1-13/+13
2019-10-07hscript: Define warning macro, count warnings/errorsA. Wilcox1-7/+15
2019-10-06hscript: Factor parser errors to a macro; check key validityA. Wilcox1-7/+28
2019-10-06util: Document reset_if_prettyA. Wilcox1-0/+4
2019-10-06Add some pretty handlers and use themA. Wilcox2-11/+30
2019-10-06hscript: If no value present after delim, key has no valueA. Wilcox1-3/+5
2019-10-06validator: Allow disabling Pretty; default if not TTYA. Wilcox1-3/+17
2019-10-06validator: Use clipp, add -k/--keep-going flagA. Wilcox2-6/+7046
2019-10-06hscript: Honour KeepGoing flagA. Wilcox2-2/+12
2019-10-06util: Add more output typesA. Wilcox1-8/+44
2019-10-06Beginnings of some extremely basic parsing and a utilityA. Wilcox6-31/+157
2019-10-06Add skeleton logicA. Wilcox7-20/+55