Commit Graph

14 Commits

Author SHA1 Message Date
95f3a26a7a Organize command groupings in hishtory help + unhide the install command (#278) 2025-01-05 18:18:07 -05:00
f79e4fce09 Add support for fully offline binary via compile-time 'offline' tag (#272)
* Add support for fully offline binary via compile-time 'offline' tag

* Update docs
2024-12-31 09:42:41 -08:00
3e1b19d689 Skip config modification for updates (#261) 2024-10-21 06:51:37 -07:00
9abc3c59bf Delete tmp file after hishtory upgrade to fix #227 2024-08-18 21:55:05 -07:00
8da11eb3fa run "make fmt" (#233) 2024-08-11 12:19:41 -07:00
c918bcd3cb Update slsa validation to not validate version when running in github actions, since the one in actions isn't associated with a released version 2023-11-05 01:15:54 -07:00
29142df382 Add additional check that checks that the version is valid per semver 2023-11-05 00:38:21 -07:00
c908a9a6dd Add a hidden validate-binary command that can be used to run SLSA validations against a given binary. This will be used for CI/CD tests in the automated releases 2023-11-03 18:19:36 -07:00
fdbe91246e Add another hook point to check HISHTORY_SIMULATE_NETWORK_ERROR so that it also blocks downloading updates 2023-10-22 11:30:49 -07:00
58e92e5760 Refactor by moving methods out of lib.go into more specific packages 2023-10-15 18:30:39 -07:00
fca2b1441f Always include user and device ID in API request headers, so that they're available in all server-side handlers 2023-10-14 10:52:51 -07:00
f0dbcd6e3b Add more thorough tests for updates 2023-10-09 21:41:30 -07:00
6d6a1a5e12 Move a bunch of update-specific code out of the generic lib.go file and into the update command 2023-09-13 22:45:49 -07:00
c59de42008 More refactoring to use cobra 2022-11-16 08:03:23 -08:00