summaryrefslogtreecommitdiff
path: root/hscript
AgeCommit message (Expand)AuthorFilesLines
2019-10-13hscript: Explicitly include <sstream> for ostringstreamA. Wilcox1-0/+1
2019-10-13hscript: Implement Runner.Execute.pkginstall*A. Wilcox1-1/+39
2019-10-13hscript: Implement Mount::execute simulationA. Wilcox1-2/+17
2019-10-13hscript, tools: Support shell writing in SimulatorA. Wilcox1-0/+5
2019-10-13hscript: Ensure mounts are executed in proper orderA. Wilcox1-0/+15
2019-10-13hscript: Use +phase+ argument in EXECUTE_FAILURE macroA. Wilcox1-1/+1
2019-10-13hscript: Device, not mountpoint, shall be presentA. Wilcox1-1/+1
2019-10-12hscript: Implement 'repository' key and add tests for itA. Wilcox3-9/+121
2019-10-12hscript: Fix dot logic in Hostname::executeA. Wilcox1-2/+2
2019-10-12hscript: Add hostname executionA. Wilcox2-4/+59
2019-10-12hscript: Add Script::execute() and Simulate optionA. Wilcox2-0/+22
2019-10-12hscript: Use Agent.MessageFormat for loggingA. Wilcox1-5/+5
2019-10-12hscript: Ensure resources are reclaimed when Script is destroyedA. Wilcox2-0/+7
2019-10-12hscript: Parse network addressesA. Wilcox1-3/+116
2019-10-12hscript: Implement a lot of 'netaddress' validation logicA. Wilcox1-1/+67
2019-10-12hscript: Fix incorrect usage of std::string::substrA. Wilcox2-2/+2
2019-10-12hscript: StyleA. Wilcox1-0/+1
2019-10-12Implmement some 'netaddress' requirementsA. Wilcox1-2/+40
2019-10-12hscript: Stub out NetAddress classA. Wilcox2-0/+51
2019-10-12hscript: Key members are always /const/A. Wilcox1-2/+2
2019-10-12hscript: Turn rootpw validation true by defaultA. Wilcox1-1/+2
2019-10-12hscript: Fix logic reversalA. Wilcox1-1/+1
2019-10-12hscript: Only print MISSING_ERRORS if no other errors occurredA. Wilcox1-14/+16
2019-10-12hscript: Validate 'hostname' keys and add another testA. Wilcox1-1/+30
2019-10-12hscript: Pass opts to all validate()s, implement 'mount' validationA. Wilcox11-32/+56
2019-10-12hscript: Parse 'mount' key, add tests to ensureA. Wilcox1-0/+32
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-08Make +pretty+ a global var instead of passed everywhereA. Wilcox2-15/+11
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-08hscript: Handle pkgs with + char and add test (thanks @sroracle)A. Wilcox2-1/+2
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-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. Wilcox4-11/+76
2019-10-08hscript: Better message for duplicate value, and test for itA. Wilcox1-1/+1
2019-10-08hscript: CodeA. Wilcox5-9/+60
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