Age | Commit message (Expand) | Author | Files | Lines |
2019-10-26 | hscript: Implement NetAddress::execute | A. Wilcox | 1 | -29/+68 |
2019-10-26 | hscript: Implement NetSSID::execute | A. Wilcox | 1 | -4/+54 |
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 | 1 | -1/+8 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 1 | -1/+37 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 1 | -1/+26 |
2019-10-24 | hscript: Fully implement Timezone, add tests | A. Wilcox | 1 | -1/+41 |
2019-10-23 | hscript: Use SCRIPT_LINE_MAX instead of shadowing <climits> LINE_MAX | A. Wilcox | 1 | -3/+4 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 1 | -1/+24 |
2019-10-21 | hscript: Implement Language::execute | A. Wilcox | 1 | -0/+7 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 1 | -20/+43 |
2019-10-20 | hscript: constness fixes for ScriptOptions | A. Wilcox | 1 | -3/+5 |
2019-10-20 | hscript: Implement DiskId::execute | A. Wilcox | 1 | -16/+34 |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 1 | -0/+50 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 1 | -1/+2 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 1 | -0/+9 |
2019-10-18 | hscript: Better comments, undef stuff, add user validation | A. Wilcox | 1 | -54/+131 |
2019-10-18 | hscript: Pass key_name by reference | A. Wilcox | 1 | -1/+1 |
2019-10-18 | hscript: Don't use value we've already moved out | A. Wilcox | 1 | -1/+2 |
2019-10-18 | hscript: Make ScriptPrivate::store_key easier to maintain | A. Wilcox | 1 | -170/+185 |
2019-10-18 | hscript: Undefine GET_USER_DETAIL when no longer needed | A. Wilcox | 1 | -0/+1 |
2019-10-18 | hscript: Ensure errors are kept up to date | A. Wilcox | 1 | -0/+2 |
2019-10-18 | hscript: Add stub User* classes | A. Wilcox | 1 | -3/+104 |
2019-10-17 | hscript: Implement diskid key (except execution) | A. Wilcox | 1 | -1/+24 |
2019-10-17 | hscript: Make dynamic_casts fit on a single line | A. Wilcox | 1 | -25/+15 |
2019-10-14 | hscript: A few changes [read full message] | A. Wilcox | 1 | -2/+3 |
2019-10-14 | hscript: SSID validation is not a fatal error | A. Wilcox | 1 | -3/+2 |
2019-10-13 | hscript: Initial twiddling at NetSSID impl, add net execution | A. Wilcox | 1 | -4/+39 |
2019-10-13 | hscript: Pass data by reference | A. Wilcox | 1 | -1/+1 |
2019-10-13 | hscript: Explicitly include <sstream> for ostringstream | A. Wilcox | 1 | -0/+1 |
2019-10-13 | hscript: Implement Runner.Execute.pkginstall* | A. Wilcox | 1 | -1/+39 |
2019-10-13 | hscript: Ensure mounts are executed in proper order | A. Wilcox | 1 | -0/+15 |
2019-10-13 | hscript: Use +phase+ argument in EXECUTE_FAILURE macro | A. Wilcox | 1 | -1/+1 |
2019-10-12 | hscript: Implement 'repository' key and add tests for it | A. Wilcox | 1 | -7/+75 |
2019-10-12 | hscript: Add hostname execution | A. Wilcox | 1 | -1/+9 |
2019-10-12 | hscript: Add Script::execute() and Simulate option | A. Wilcox | 1 | -0/+17 |
2019-10-12 | hscript: Use Agent.MessageFormat for logging | A. Wilcox | 1 | -5/+5 |
2019-10-12 | hscript: Ensure resources are reclaimed when Script is destroyed | A. Wilcox | 1 | -0/+4 |
2019-10-12 | hscript: Fix incorrect usage of std::string::substr | A. Wilcox | 1 | -1/+1 |
2019-10-12 | hscript: Style | A. Wilcox | 1 | -0/+1 |
2019-10-12 | Implmement some 'netaddress' requirements | A. Wilcox | 1 | -2/+40 |
2019-10-12 | hscript: Only print MISSING_ERRORS if no other errors occurred | A. Wilcox | 1 | -14/+16 |
2019-10-12 | hscript: Pass opts to all validate()s, implement 'mount' validation | A. Wilcox | 1 | -9/+24 |
2019-10-09 | hscript: Implement stub Mount parser | A. Wilcox | 1 | -2/+8 |
2019-10-08 | hscript: New module 'disk', fix headers of all files | A. Wilcox | 1 | -1/+1 |
2019-10-08 | hscript: Add +opts+ member-var to Script class | A. Wilcox | 1 | -1/+19 |
2019-10-08 | Make +pretty+ a global var instead of passed everywhere | A. Wilcox | 1 | -14/+9 |
2019-10-08 | hscript: Use StringKey for Hostname (+ others), implement RootPassphrase | A. Wilcox | 1 | -3/+11 |
2019-10-08 | hscript: Handle pkgs with + char and add test (thanks @sroracle) | A. Wilcox | 1 | -0/+1 |
2019-10-08 | hscript: Correctly increment warnings on dup pkg warning | A. Wilcox | 1 | -0/+2 |