index
:
horizon
current
Project Horizon, the next generation of Linux installation
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hscript
/
script.cc
Age
Commit message (
Collapse
)
Author
Files
Lines
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
2019-10-08
hscript: Initial attempt at handling 'pkginstall' key
A. Wilcox
1
-6
/
+17
2019-10-08
hscript: Simplify MISSING_ERROR usage
A. Wilcox
1
-6
/
+6
2019-10-08
hscript: Amend comment
A. Wilcox
1
-1
/
+1
2019-10-08
hscript: Ensure required keys are present
A. Wilcox
1
-0
/
+28
2019-10-08
hscript: Fix the first bug found by automated testing
A. Wilcox
1
-0
/
+1
Don't try to use a value of a key that has no value
2019-10-08
hscript: Implement 'hostname' parsing; add rest of existing manual tests
A. Wilcox
1
-11
/
+23
2019-10-08
hscript: Better message for duplicate value, and test for it
A. Wilcox
1
-1
/
+1
2019-10-08
hscript: Code
A. Wilcox
1
-0
/
+45
2019-10-07
hscript: Initial work at parsing key values
A. Wilcox
1
-18
/
+43
2019-10-07
hscript: Implement key validity test
A. Wilcox
1
-7
/
+22
2019-10-07
hscript: constness fixes
A. Wilcox
1
-2
/
+2
2019-10-07
hscript: Lowercase the key, and don't parse an invalid key further
A. Wilcox
1
-0
/
+5
2019-10-07
hscript: Clarify messages a little
A. Wilcox
1
-2
/
+2
2019-10-07
hscript: Simply error logic
A. Wilcox
1
-13
/
+13
2019-10-07
hscript: Define warning macro, count warnings/errors
A. Wilcox
1
-7
/
+15
2019-10-06
hscript: Factor parser errors to a macro; check key validity
A. Wilcox
1
-7
/
+28
2019-10-06
hscript: If no value present after delim, key has no value
A. Wilcox
1
-3
/
+5
2019-10-06
hscript: Honour KeepGoing flag
A. Wilcox
1
-1
/
+11
2019-10-06
Beginnings of some extremely basic parsing and a utility
A. Wilcox
1
-19
/
+55
2019-10-06
Add skeleton logic
A. Wilcox
1
-2
/
+25
2019-10-06
More API stuff
A. Wilcox
1
-8
/
+11
2019-10-05
More API work
A. Wilcox
1
-0
/
+11
2019-10-05
Tweak API
A. Wilcox
1
-0
/
+35
2019-10-05
Initial prototype for a script parsing API
A. Wilcox
1
-0
/
+0