summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-13Coverage: don't include CLIPP in coverage statsA. Wilcox1-1/+1
2019-10-13tests: Add simulator testsA. Wilcox2-0/+40
2019-10-13hscript: Fix mount option parsingA. Wilcox1-1/+1
2019-10-13Add index pageA. Wilcox2-0/+83
2019-10-13Add code badge, make pages thingA. Wilcox2-0/+20
2019-10-13[ci skip] Add Codacy badgeA. Wilcox1-0/+3
2019-10-13hscript: Pass data by referenceA. Wilcox11-28/+31
2019-10-13Add shiny badges :3A. Wilcox2-0/+5
2019-10-13CI: fix up paths of stuffA. Wilcox1-2/+2
2019-10-13CI: maybe, just maybe, support coverage and test resultsA. Wilcox1-3/+13
2019-10-13build: Add gcov supportA. Wilcox1-1/+11
2019-10-13CI: note where builds are builtA. Wilcox1-1/+4
2019-10-13hscript: Explicitly include <sstream> for ostringstreamA. Wilcox1-0/+1
2019-10-13CI: There we goA. Wilcox1-1/+0
2019-10-13CI: can we add packages?A. Wilcox1-0/+1
2019-10-13Attempt CIA. Wilcox1-0/+16
2019-10-13docs: Fix up nicelyA. Wilcox2-3/+189
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. Wilcox2-6/+15
2019-10-13hscript: Ensure mounts are executed in proper orderA. Wilcox2-0/+23
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. Wilcox6-9/+147
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-12tools: Add new tool, hscript-simulate, for simulation of script executionA. Wilcox3-0/+78
2019-10-12util: Add helpers for logging step start/endA. Wilcox1-0/+14
2019-10-12hscript: Use Agent.MessageFormat for loggingA. Wilcox2-11/+27
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-12tests: More specifity on netaddress test messagesA. Wilcox1-4/+4
2019-10-12hscript: Fix incorrect usage of std::string::substrA. Wilcox2-2/+2
2019-10-12hscript: StyleA. Wilcox1-0/+1
2019-10-12tests: Make test output more specificA. Wilcox1-9/+9
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-12tests: Add 'netaddress' keys, will be next key implementedA. Wilcox24-6/+601
2019-10-12hscript: Validate 'hostname' keys and add another testA. Wilcox3-1/+41
2019-10-12tests: Don't print performance info on testsA. Wilcox1-1/+1
2019-10-12tests: Fix up some mount testsA. Wilcox2-36/+49
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. Wilcox6-0/+82
2019-10-09tests: Ensure only parser error counts are counted for parser testsA. Wilcox1-6/+6