summaryrefslogtreecommitdiff
path: root/hscript/script.cc
AgeCommit message (Expand)AuthorFilesLines
2019-10-21hscript: Implement DiskLabel, add testsA. Wilcox1-1/+24
2019-10-21hscript: Implement Language::executeA. Wilcox1-0/+7
2019-10-21hscript: Implement Language, add testsA. Wilcox1-20/+43
2019-10-20hscript: constness fixes for ScriptOptionsA. Wilcox1-3/+5
2019-10-20hscript: Implement DiskId::executeA. Wilcox1-16/+34
2019-10-19hscript: Implement Firmware, and add testsA. Wilcox1-0/+50
2019-10-19hscript: Implement UserGroups, add testsA. Wilcox1-1/+2
2019-10-19hscript: Implement UserPassphrase, add testsA. Wilcox1-0/+9
2019-10-18hscript: Better comments, undef stuff, add user validationA. Wilcox1-54/+131
2019-10-18hscript: Pass key_name by referenceA. Wilcox1-1/+1
2019-10-18hscript: Don't use value we've already moved outA. Wilcox1-1/+2
2019-10-18hscript: Make ScriptPrivate::store_key easier to maintainA. Wilcox1-170/+185
2019-10-18hscript: Undefine GET_USER_DETAIL when no longer neededA. Wilcox1-0/+1
2019-10-18hscript: Ensure errors are kept up to dateA. Wilcox1-0/+2
2019-10-18hscript: Add stub User* classesA. Wilcox1-3/+104
2019-10-17hscript: Implement diskid key (except execution)A. Wilcox1-1/+24
2019-10-17hscript: Make dynamic_casts fit on a single lineA. Wilcox1-25/+15
2019-10-14hscript: A few changes [read full message]A. Wilcox1-2/+3
2019-10-14hscript: SSID validation is not a fatal errorA. Wilcox1-3/+2
2019-10-13hscript: Initial twiddling at NetSSID impl, add net executionA. Wilcox1-4/+39
2019-10-13hscript: Pass data by referenceA. Wilcox1-1/+1
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: 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-12hscript: Implement 'repository' key and add tests for itA. Wilcox1-7/+75
2019-10-12hscript: Add hostname executionA. Wilcox1-1/+9
2019-10-12hscript: Add Script::execute() and Simulate optionA. Wilcox1-0/+17
2019-10-12hscript: Use Agent.MessageFormat for loggingA. Wilcox1-5/+5
2019-10-12hscript: Ensure resources are reclaimed when Script is destroyedA. Wilcox1-0/+4
2019-10-12hscript: Fix incorrect usage of std::string::substrA. Wilcox1-1/+1
2019-10-12hscript: StyleA. Wilcox1-0/+1
2019-10-12Implmement some 'netaddress' requirementsA. Wilcox1-2/+40
2019-10-12hscript: Only print MISSING_ERRORS if no other errors occurredA. Wilcox1-14/+16
2019-10-12hscript: Pass opts to all validate()s, implement 'mount' validationA. Wilcox1-9/+24
2019-10-09hscript: Implement stub Mount parserA. Wilcox1-2/+8
2019-10-08hscript: New module 'disk', fix headers of all filesA. Wilcox1-1/+1
2019-10-08hscript: Add +opts+ member-var to Script classA. Wilcox1-1/+19
2019-10-08Make +pretty+ a global var instead of passed everywhereA. Wilcox1-14/+9
2019-10-08hscript: Use StringKey for Hostname (+ others), implement RootPassphraseA. Wilcox1-3/+11
2019-10-08hscript: Handle pkgs with + char and add test (thanks @sroracle)A. Wilcox1-0/+1
2019-10-08hscript: Correctly increment warnings on dup pkg warningA. Wilcox1-0/+2
2019-10-08hscript: Initial attempt at handling 'pkginstall' keyA. Wilcox1-6/+17
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. Wilcox1-11/+23
2019-10-08hscript: Better message for duplicate value, and test for itA. Wilcox1-1/+1
2019-10-08hscript: CodeA. Wilcox1-0/+45