Commit Graph

1751 Commits

Author SHA1 Message Date
19ee1816be Revert "Add SLSA attestation validation with latest released hishtory binary too" because the released binary doesn't support the validate-binary subcommand yet
This reverts commit 259f6b7858.
2023-11-05 18:05:20 -08:00
259f6b7858 Add SLSA attestation validation with latest released hishtory binary too 2023-11-05 17:20:53 -08:00
3e31d022c8 Add debugging information about subprocess errors when prevalidating releases 2023-11-05 17:16:42 -08:00
53d976811c Skip SLSA validation in tests for Mac binaries for debugging 2023-11-05 16:31:10 -08:00
517b9c43ee Add debug prints to make reading the output easier 2023-11-05 14:10:03 -08:00
1cfaa13b74 Capture stdout for slsa validation 2023-11-05 14:09:22 -08:00
1264388ea9 Swap post-release validation to happen in a dedicated python script 2023-11-05 12:57:58 -08:00
9834c6f492 Add validation of macos signatures 2023-11-05 12:42:00 -08:00
0eb362e123 Remove requests requirement since we no longer are using it 2023-11-05 12:39:07 -08:00
6cc7057d1e Swap to running SLSA validation on macos since we need codesign_allocate to validate signatures on macos 2023-11-05 12:37:49 -08:00
e00bc22dfd Add SLSA self-validation for hishtory-linux-arm64 2023-11-05 12:27:44 -08:00
61224a447c Add SLSA self-validation for hishtory-darwin-arm64 2023-11-05 12:25:58 -08:00
be2bbb37c6 Add SLSA self-validation for hishtory-darwin-amd64 2023-11-05 12:24:47 -08:00
8709ec9208 Update macos signer to be stricter about ensuring the files exist, and failing if they don't 2023-11-05 12:22:47 -08:00
a65c3799ed Manually download github artifact rather than using the action since the action seems to be flaky 2023-11-05 11:37:14 -08:00
04c915512a Add GITHUB_TOKEN to tmate for interactive debugging 2023-11-05 10:54:37 -08:00
55e187d6df Add tmate for debugging why actions/download-artifact appears to not be working 2023-11-05 10:28:05 -08:00
2a57ec1d73 Add ls for debugging 2023-11-05 01:33:35 -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
c3c74970b0 Swap slsa validation to use hishtory built at head 2023-11-05 00:55:01 -07:00
29142df382 Add additional check that checks that the version is valid per semver 2023-11-05 00:38:21 -07:00
acf46893e9 Clone repo and setup go for validation 2023-11-04 09:51:58 -07:00
a10a796eaa Another attempt at getting validation to work on github actions 2023-11-03 23:36:30 -07:00
13ba6f38f7 Add pwd for debugging 2023-11-03 23:25:57 -07:00
723d04e196 Remove slsa validation for macos binaries since the artifact upload currently isn't working 2023-11-03 23:24:27 -07:00
dcd58fe27d Fix SLSA releaser to specify required parameter path 2023-11-03 22:42:52 -07:00
92537a085c Upload artifacts from macos signer even if this isn't a release, since they're needed for validation 2023-11-03 22:31:43 -07:00
da99e46e42 Swap SLSA releaser to use GH steps to pass through files, rather than downloading via HTTP 2023-11-03 22:18:24 -07:00
4673b99579 Add integration to validate macos signers too 2023-11-03 22:16:11 -07:00
87dee94aab Add initial version of slsa releaser that validates the generated SLSA signatures 2023-11-03 22:10:11 -07:00
06f3501756 Release v0.246 v0.246 2023-11-03 21:22:34 -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
6ed56ec9e2 Release v0.245 v0.245 2023-11-02 09:39:23 -07:00
7f8772af3a Fix test that I forgot to update in 588e2f4405 2023-11-01 22:09:49 -07:00
56e4609970 Make server.go's cron more precise about how it periodically re-runs more intensive cron functions 2023-11-01 18:06:16 -07:00
8493224e23 Add TODO 2023-11-01 18:04:40 -07:00
588e2f4405 Fix bug where cd-ing wouldn't work if the changeDir contained a space 2023-11-01 18:03:14 -07:00
166f1eef87 Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.24...v24.0.7)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 20:47:32 -07:00
16ccbe3301 Release v0.244 v0.244 2023-10-30 20:47:00 -07:00
166661dd7f Remove arbitrary limit of only supporting 10 custom columns 2023-10-30 17:51:07 -07:00
f8b515c328 Update custom column support to also automatically retry DB errors to further harden against issues like #119 2023-10-30 17:50:47 -07:00
5f9ff9e158 Fix bug that caused unreleased presaving feature to accidentally save entries that were prefixed with a space 2023-10-30 17:42:09 -07:00
be377dee82 Add TODO 2023-10-30 17:40:47 -07:00
466a383ffe Release v0.243 v0.243 2023-10-29 22:01:36 -07:00
4352f61123 Add automatic retrying of DB functions to fix DB locked errors from hishtory init and hishtory install for #119 2023-10-29 21:13:10 -07:00
047ff97cfc Add more thorough deep cleaning to delete entries for users that have more than 50 million entries, since these users are clearly misusing hishtory in some way that is causing DB load issues 2023-10-28 23:30:18 -07:00
a6e6f6504c Remove TODO that is out of date 2023-10-28 15:13:24 -07:00
f3c8ecc9e6 Update deep clean code to actually execute the delete now that I validated that it is reasonable 2023-10-28 15:06:58 -07:00
0c39dbf27c Update deep clean code to be stricter and to fix a bug 2023-10-27 20:16:30 -07:00
6dd07a3ce7 Release v0.242 v0.242 2023-10-26 21:24:37 -07:00