Age | Commit message (Expand) | Author | Files | Lines |
2019-10-21 | Use VERSTR for version instead of hardcoding | A. Wilcox | 3 | -3/+7 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 13 | -19/+242 |
2019-10-21 | hscript: Implement Language::execute | A. Wilcox | 2 | -2/+42 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 11 | -21/+209 |
2019-10-20 | hscript: constness fixes for ScriptOptions | A. Wilcox | 2 | -5/+9 |
2019-10-20 | tests: Don't shadow +config+ variable | A. Wilcox | 1 | -3/+3 |
2019-10-20 | hscript: DiskId: use devnum instead of syspath (thx @sroracle) | A. Wilcox | 1 | -3/+11 |
2019-10-20 | hscript: diskid: Use syspath, not devpath | A. Wilcox | 1 | -2/+4 |
2019-10-20 | hscript: Implement DiskId::execute | A. Wilcox | 3 | -19/+73 |
2019-10-20 | tests: Configure Aruba inside RSpec configuration block | A. Wilcox | 1 | -2/+2 |
2019-10-20 | tests: Explicitly require spec_helper in specs | A. Wilcox | 2 | -0/+4 |
2019-10-20 | CMake: Set PATH correctly | A. Wilcox | 2 | -2/+2 |
2019-10-20 | CMake: Fix dumb typo | A. Wilcox | 1 | -1/+1 |
2019-10-20 | CI: Fix LCOV job | A. Wilcox | 1 | -3/+3 |
2019-10-20 | CMake: Make lcov and RSpec first-class targets | A. Wilcox | 4 | -12/+50 |
2019-10-20 | hscript: Build fixes for Mac OS X 10.12.6 (Xcode 9) | A. Wilcox | 2 | -1/+8 |
2019-10-20 | hscript: Build fix for Ubuntu 18.04 LTS | A. Wilcox | 1 | -0/+1 |
2019-10-20 | Fix tests when install env code is disabled | A. Wilcox | 3 | -0/+13 |
2019-10-20 | hscript: Finish splitting install env code | A. Wilcox | 2 | -0/+5 |
2019-10-20 | Make Installation Environment code conditional | A. Wilcox | 6 | -34/+76 |
2019-10-19 | tests: Fix Valgrind running (incl. CI job) and PATH for RSpec | A. Wilcox | 3 | -5/+5 |
2019-10-19 | CI: Save test results | A. Wilcox | 1 | -0/+1 |
2019-10-19 | tests: Rework RSpec stuff entirely | A. Wilcox | 6 | -35/+17 |
2019-10-19 | tests: Support all known versions of Aruba, 0.8.0+ | A. Wilcox | 2 | -2/+8 |
2019-10-19 | CMake: Move tests to their respective target CMakeLists | A. Wilcox | 3 | -20/+21 |
2019-10-19 | tests: Support Aruba 0.8.x | A. Wilcox | 2 | -0/+8 |
2019-10-19 | CMake: Rename firmware option to even more blatantly bad idea | A. Wilcox | 1 | -4/+4 |
2019-10-19 | tools: Fix LCOV | A. Wilcox | 2 | -4/+4 |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 10 | -0/+159 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 10 | -3/+143 |
2019-10-19 | hscript: Implement UserIcon parsing | A. Wilcox | 9 | -2/+149 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 10 | -6/+141 |
2019-10-19 | hscript: More LCOV fixes | A. Wilcox | 2 | -31/+36 |
2019-10-18 | hscript: Implement username validity check and UserAlias code; add tests | A. Wilcox | 8 | -4/+154 |
2019-10-18 | hscript: Mark more stuff as unreachable for LCOV | A. Wilcox | 2 | -2/+4 |
2019-10-18 | hscript: Better comments, undef stuff, add user validation | A. Wilcox | 1 | -54/+131 |
2019-10-18 | CI: One last attempt on Valgrind | A. Wilcox | 1 | -1/+1 |
2019-10-18 | CI: Make Valgrind work | A. Wilcox | 1 | -0/+1 |
2019-10-18 | hscript: Document requirement | A. Wilcox | 1 | -0/+1 |
2019-10-18 | hscript: Pass key_name by reference | A. Wilcox | 1 | -1/+1 |
2019-10-18 | tests: Add test for too many usernames | A. Wilcox | 2 | -3/+289 |
2019-10-18 | hscript: Implement some Username logic, add tests | A. Wilcox | 6 | -5/+61 |
2019-10-18 | hscript: Don't use value we've already moved out | A. Wilcox | 1 | -1/+2 |
2019-10-18 | tests: fixtures: Ensure networking disabled on non-network tests | A. Wilcox | 3 | -3/+3 |
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 | 3 | -7/+269 |
2019-10-18 | hscript: Mark install-only sections as untestable | A. Wilcox | 3 | -32/+42 |
2019-10-18 | tests: Fix test failure for test 0078 on some computers | A. Wilcox | 1 | -1/+1 |