Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-01 | Add 'rootshell' key to determine root's shell | A. Wilcox | 1 | -0/+18 | |
* Key added to code and documentation. * Tests added and pass locally on gwyn (ppc64) and fran (aarch64). * Qt UI automatically sets /bin/zsh as root's shell (ref: packages#206). * ISO image creator backend no longer has root shell hack. | |||||
2023-10-10 | hscript: Allow multiple inheritance | A. Wilcox | 1 | -0/+29 | |
This allows a HorizonScript to inherit from multiple files. Files are parsed in a system-defined, unspecified order, but all scripts of a given depth are guaranteed to be parsed before the next depth. | |||||
2022-07-05 | tests: Ensure Ruby is always in UTF-8 mode | A. Wilcox | 1 | -0/+2 | |
This ensures that tests pass even when run in other locales. | |||||
2020-10-15 | Add many more various test cases | A. Wilcox | 1 | -0/+26 | |
2020-08-22 | Improve test coverage of metadata keys | A. Wilcox | 1 | -4/+41 | |
2020-07-04 | hscipt: Implement parse and validation of 'pppoe' key | A. Wilcox | 1 | -2/+33 | |
2020-06-23 | hscript: Implement runlevel support in svcenable key | A. Wilcox | 1 | -0/+6 | |
2020-06-23 | Change Runner.Validate.hostname.Begin to allow numeric characters | A. Wilcox | 1 | -1/+2 | |
2020-05-24 | hscript: Implement 'svcenable' key and tests | A. Wilcox | 1 | -0/+18 | |
2020-05-17 | tests: Add --version tests, fix required installfile tests | A. Wilcox | 1 | -1/+5 | |
2020-03-17 | hscript: Add new netconfigtype key and associated tests | A. Wilcox | 1 | -0/+19 | |
Not wired up to netaddress et al, but does parse properly. | |||||
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 1 | -2/+2 | |
This changes how options are parsed a bit, but tests are happy and typical usage is unaffected; just the usage screen is different. This was intended for post-1.0, but turns out I decided to do it. Boost is already required for pre-C++11, so it doesn't seem like a big deal to use. If you don't build the tools, it won't be required. | |||||
2019-12-19 | hscript: Add 'arch' key implementation and related tests | A. Wilcox | 1 | -0/+18 | |
2019-11-06 | tests: Add more corner case testing | A. Wilcox | 1 | -0/+15 | |
2019-11-06 | tests: Add pkginstall duplicate package tests | A. Wilcox | 1 | -0/+12 | |
2019-11-06 | tests: Add usergroup group length test | A. Wilcox | 1 | -0/+5 | |
2019-11-06 | tests: Add more LVM behavioural tests | A. Wilcox | 1 | -0/+29 | |
2019-11-06 | tests: Add duplicate value tests for keymap, timezone, fs | A. Wilcox | 1 | -0/+15 | |
2019-11-06 | tests: Add more nameserver behavioural tests | A. Wilcox | 1 | -0/+15 | |
2019-11-04 | tests: More validity tests for keymap and language | A. Wilcox | 1 | -0/+10 | |
2019-10-31 | hscript: Implement Encrypt, add tests | A. Wilcox | 1 | -0/+24 | |
2019-10-31 | hscript: Implement SigningKey, add tests | A. Wilcox | 1 | -0/+19 | |
2019-10-31 | hscript: Implement Nameserver, add tests | A. Wilcox | 1 | -0/+18 | |
2019-10-31 | hscript: Implement fs, add tests | A. Wilcox | 1 | -0/+23 | |
2019-10-31 | hscript: Implement stub Keymap key, add simple test | A. Wilcox | 1 | -0/+8 | |
2019-10-31 | hscript: Implement lvm_lv, add tests | A. Wilcox | 1 | -0/+39 | |
2019-10-29 | hscript: Implement lvm_vg, add tests | A. Wilcox | 1 | -0/+28 | |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 1 | -0/+18 | |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 1 | -0/+159 | |
2019-10-24 | hscript: Fully implement Timezone, add tests | A. Wilcox | 1 | -25/+53 | |
2019-10-24 | hscript: Ensure netaddress iface name is < IFNAMSIZ | A. Wilcox | 1 | -0/+5 | |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 1 | -0/+48 | |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 1 | -0/+43 | |
2019-10-20 | tests: Explicitly require spec_helper in specs | A. Wilcox | 1 | -0/+2 | |
2019-10-20 | Fix tests when install env code is disabled | A. Wilcox | 1 | -0/+3 | |
2019-10-19 | tests: Rework RSpec stuff entirely | A. Wilcox | 1 | -0/+739 | |