Commit Graph

2244 Commits

Author SHA1 Message Date
0dc64d79d5 Disable SLSA validation in GH actions per #294 2025-02-02 13:23:39 -08:00
27e2521358 Revert "temporarily disable macos code signing verification in GH actions validator"
This reverts commit d6e2ebbf0b.
2025-02-02 13:11:41 -08:00
79ae5f7f72 Revert "Update slsa-releaser.yml, attempt #3"
This reverts commit c6a1b5533f.
2025-02-02 13:11:30 -08:00
8f89b1f9cc Major version upgrade for slsa verifier 2025-02-02 13:11:08 -08:00
e92305b1a6 more dep upgrades 2025-02-02 12:43:54 -08:00
f6e231df2d Block release validation in GH actions 2025-02-02 12:38:57 -08:00
d6e2ebbf0b temporarily disable macos code signing verification in GH actions validator 2025-02-02 12:32:07 -08:00
9884a80466 Upgrade go deps to try to fix slsa issues 2025-02-02 12:31:40 -08:00
c6a1b5533f Update slsa-releaser.yml, attempt #3 2025-02-02 12:11:41 -08:00
2145906f73 Fix directory mismatch caused by change in GH actions artifact version 2025-02-02 11:55:47 -08:00
eabd001d3e Add additional fail-safe validation to SLSA validator for better error messages 2025-02-02 11:47:02 -08:00
417c2e9e62 Add tmate debugging 2025-02-02 11:45:16 -08:00
3e9be81301 Attempt #2 at avoiding duplicate artifact names 2025-02-02 11:13:04 -08:00
3d19e69463 Revert "Avoid reusing artifact name to enable GH action upgrade"
This reverts commit 7649ac1331.
2025-02-02 11:09:01 -08:00
7649ac1331 Avoid reusing artifact name to enable GH action upgrade 2025-02-02 10:35:19 -08:00
562b52c688 More GH action upgrades 2025-02-02 10:21:38 -08:00
6de83cb888 Upgrade slsa builder 2025-02-02 10:08:09 -08:00
fc01eff62f Upgrade GH actions for https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ 2025-02-02 10:03:46 -08:00
8682681842 Add CPU profiling to make fbench command 2025-02-02 09:41:48 -08:00
9d0edba3a3 Add support for NoSleep param to test runner 2025-02-02 09:41:13 -08:00
482f7ae021 Delete commented out code 2025-02-01 10:17:10 -08:00
cb253b6985 Release v0.328 v0.328 2025-01-22 15:27:14 -08:00
f8c414b2c9 Skip deep cleans for sqlite DBs (#289)
* Add explicit DROP TABLE directives for temp_inactive_devices and drop the TEMP qualifier for non-postgres DBs, fixes #288

* Revert "Add explicit DROP TABLE directives for temp_inactive_devices and drop the TEMP qualifier for non-postgres DBs, fixes #288"

This reverts commit db6d8413a7.

* Skip deep cleans for sqlite DBs
2025-01-20 17:50:33 -08:00
a4ff05c0fa Release v0.327 v0.327 2025-01-20 14:49:47 -08:00
b4ef6c963e Add easier config options for configuring default search columns (#287)
* Add easier config options for configuring default search columns

* Remove TODO
2025-01-19 15:25:04 -07:00
567984fb6f Add support for searching for custom columns as part of default searches (#286)
* Refactor code for searching for custom columns

* Add support for searching custom columns in default searches

* Add integration test for default searches for custom columns

* Add memoization to avoid repeated work for queries

* update comment

* Update golden

* Update goldens
2025-01-19 00:31:14 -07:00
8de80c510a Add comment about AES-GCM security 2025-01-18 23:11:54 -08:00
21618af0a0 Release v0.326 v0.326 2025-01-18 14:01:51 -08:00
65d1ebfd07 Implement restrictions on default column searching for #268 (#274)
* Implement restrictions on default column searching for #268

* Add better docs for config-set excluded-default-search-columns

* Enable debugging

* Clean up server binaries to avoid wasting disk space

* Add tests

* Swap from configuring excluded columns to configuring included columns, to prep for future changes where we may add support for other default columns

* Reduce gotestsum re-runs since tests are less flaky nowadays

* Fix bug in lib.where(...) function that failed to trim the args list and caused DB query correctness issues

* Disable tmate debugging

* Update goldens
2025-01-18 11:25:07 -08:00
23ed840aa3 Add deep clean for users that have tons of pending deletion requests (#285) 2025-01-14 21:44:52 -07:00
9049dbeebb Release v0.325 v0.325 2025-01-14 18:50:26 -08:00
eeaba49259 Fix test golden breakage caused by GH action update (#284)
* Fix test golden breakage caused by GH action update

* Update

* Trigger action

* Update golden

* Rename integration_test.go file

* Update golden
2025-01-14 18:29:02 -08:00
681746a56d Fix test golden breakage caused by GH action update 2025-01-13 13:58:23 -08:00
5528829d64 Update bash weirdness regex to be more permissive for #280 (#283) 2025-01-13 13:56:12 -08:00
2f3201ec81 Allow import-json to import custom columns (#282)
* Allow import-json to import custom columns

* Add tests
2025-01-13 13:55:59 -08:00
4c696d9788 Skip exporting empty commands for #279 (#281) 2025-01-13 13:55:32 -08:00
74056c7262 Release v0.324 v0.324 2025-01-05 16:05:24 -08:00
95f3a26a7a Organize command groupings in hishtory help + unhide the install command (#278) 2025-01-05 18:18:07 -05:00
2ff52a8d66 Add validation to block absolute paths (#277) 2025-01-05 18:06:57 -05:00
0953e1ccca Release v0.323 v0.323 2024-12-31 18:01:28 -08:00
0de38fac95 Improve stdout/stderr silencing from #260 and #253 (#273)
* Improve stdout/stderr silencing from #260 and #253

* Fix order of output redirection

* Update goldens
2024-12-31 15:06:11 -08:00
023323ea81 Release v0.322 v0.322 2024-12-31 11:09:49 -08:00
090f94dd52 Fix unused variable 2024-12-31 10:22:43 -08:00
625ce46de6 Add make backup and make restore commands and document them in the contributing section, for #268 2024-12-31 10:22:32 -08:00
173a424c07 Update offline-binary.md 2024-12-31 09:47:26 -08: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
ffc224e3d3 Add import-json and export-json commands for importing and exporting fully detailed histories (#271) 2024-12-31 09:34:49 -05:00
7afdc9f11f Fix typo 2024-12-29 20:04:30 -08:00
1a3e6b7cc6 Bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#267)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-29 19:17:11 -08:00
91e6f92a86 Fix LocalUsername for imported history entries since Name is the user's full name on MacOS (#270) 2024-12-29 17:34:04 -08:00