Commit Graph

2094 Commits

Author SHA1 Message Date
0df63aa7c0 Release v0.296 2024-08-11 12:29:38 -07:00
ea25e4f981 Add full fix for #215 along with a test to reproduce the issue (#218) 2024-08-11 12:29:38 -07:00
a55480b4ba Release v0.295 2024-08-11 12:29:37 -07:00
6173de2dea Fix duplicate pre-saving issue reported in #215 (#217) 2024-08-11 12:29:37 -07:00
f636649658 Revert "Fix duplicate pre-saving issue reported in #215"
This reverts commit 336b331687.
2024-08-11 12:29:37 -07:00
f0dbf02d63 Fix duplicate pre-saving issue reported in #215 2024-08-11 12:29:37 -07:00
b102311169 Move docs on custom key bindings to a more logical location 2024-08-11 12:29:37 -07:00
d328a50674 Release v0.294 2024-08-11 12:29:37 -07:00
2b024c8054 fix: close file (#213) 2024-08-11 12:29:37 -07:00
711b75e519 Release v0.293 2024-08-11 12:29:37 -07:00
ef12e998bb Add support for enabling/disabling syncing post-install 2024-08-11 12:29:37 -07:00
8cb1216efd Fix condition added in d6a60214a2 to also apply to rows with the go 'empty' value and not just null 2024-08-11 12:29:37 -07:00
a4c3afeb0f Add support for custom key bindings for #190 (#209)
* Add support for custom key bindings for #190

* Add tests for configuring custom key bindings

* Simplify key bindings test

* Add docs on custom key bindings + error message for unhandled actions
2024-08-11 12:29:37 -07:00
063295b5c6 Update backend to avoid persisting entries to be read by devices that have been uninstalled 2024-08-11 12:29:37 -07:00
5c6006d581 Remove darwin-21 goldens since they're no longer used now that GH upgraded their macos image (#210) 2024-08-11 12:29:37 -07:00
2635b6760c Bump golang.org/x/net from 0.22.0 to 0.23.0 (#206)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 12:29:37 -07:00
e584b0b460 Release v0.292 2024-08-11 12:29:37 -07:00
b4f4da5fef Fix test broken by 7ae9f15b by making sure input is sent and processed as separate events and updating the golden to reflect this 2024-08-11 12:29:37 -07:00
dc627f09cd Fix test broken by 7ae9f15b by making sure input is sent and processed as separate events 2024-08-11 12:29:37 -07:00
1def962555 Fix test broken by 7ae9f15b by making sure input is sent and processed as separate events 2024-08-11 12:29:37 -07:00
00baabdff2 Update bubbletea to include 2b46020ca0725219da1a7d7969fa85c486181258 since it seems to help fix #185 2024-08-11 12:29:37 -07:00
dca595dba1 Slow down gif per feedback in #199 2024-08-11 12:29:37 -07:00
60cbb1976c Fix double-syncing error where devices receive entries from themselves #202 (#204)
* Fix double-syncing error where devices receive entries from themselves

* Fix incorrect error message

* Add TODO

* Update TestESubmitThenQuery after making query more efficient

* Update TestDeletionRequests and remove unnecessary asserts

* Swap server_test.go to using require

* Fix incorrect require due to typo
2024-08-11 12:29:37 -07:00
21c7f5e0db Revert "Add additional test for smoke tests to cover syncing"
This reverts commit 514d95ba4e.
2024-08-11 12:29:37 -07:00
47749b9663 Release v0.291 2024-08-11 12:29:37 -07:00
96616d5c1a Move extra delay to a separate job to avoid wasting GH action quota by sleeping in duplicated jobs 2024-08-11 12:29:37 -07:00
55e9e4dc00 Add additional test for smoke tests to cover syncing 2024-08-11 12:29:37 -07:00
e7b4395b16 Add --port flag for the web UI for #203 2024-08-11 12:29:37 -07:00
a1b2686856 Release v0.290 2024-08-11 12:29:37 -07:00
ca90ab65c9 Add index of start time so that queries with a LIMIT clause can avoid a full table scan (for #202) 2024-08-11 12:29:37 -07:00
5290f6dfb8 Add benchmarking for searching for #202 2024-08-11 12:29:37 -07:00
a43019c5dd Release v0.289 2024-08-11 12:29:37 -07:00
38ce0abd9a Revert "Add mouse scrolling support for #200" since it breaks the ability to highlight text
This reverts commit 7d9bb6654d.
2024-08-11 12:29:37 -07:00
6c1054351f Add mouse scrolling support for #200 2024-08-11 12:29:37 -07:00
a936644385 Clean up: Remove duplicated code by calling existing utility function 2024-08-11 12:29:37 -07:00
3589e8cf49 Add support for forcing init without prompting via --force flag for #198 2024-08-11 12:29:37 -07:00
68b3311a07 Add test for horizontal scrolling other columns for #188 2024-08-11 12:29:37 -07:00
8ca3835cb0 Continue-on-error for the DD setup since it will also fail if colima fails 2024-08-11 12:29:37 -07:00
8e7096cff8 Remove minor version numbers from os versions for golden files for tests 2024-08-11 12:29:37 -07:00
2b4be24789 Enable colored golden tests for linux (#184)
* Enable golden tests for linux and ensure all goldens get saved as outputs

* Swap in OS specific goldens

* Update colored goldens to take into account OS version, since different macos versions have different behavior here

* Update goldens

* Re-enable golden tests

* Add missing golden

* Empty commit

* Remove linux kernel version from OS name
2024-08-11 12:29:37 -07:00
8315952907 Release v0.288 2024-08-11 12:29:37 -07:00
c1729f1ee2 Add ability to configure custom OpenAI API endpoint for #186 (#194)
* Add ability to configure custom OpenAI API endpoint for #186

* Ensure the AiCompletionEndpoint field is always initialized
2024-08-11 12:29:37 -07:00
a0e7f30c10 Bump github.com/sigstore/rekor from 1.0.0 to 1.2.0 (#91)
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sigstore/rekor/compare/v1.0.0...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 12:29:37 -07:00
9dc0531d28 Bump github.com/docker/docker (#193)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 12:29:37 -07:00
8f4aff30fe Add support for horizontal scrolling of all columns for #188 (#195) 2024-08-11 12:29:37 -07:00
8f514331dd Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 (#197)
Bumps gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3.

---
updated-dependencies:
- dependency-name: gopkg.in/go-jose/go-jose.v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 12:29:37 -07:00
752c1203f4 Release v0.287 2024-08-11 12:29:37 -07:00
e3b159a5be Remove tmate session for debugging 2024-08-11 12:29:37 -07:00
597a2a5ae1 Add SLSA failure warning for versions broken by SLSA 2024-08-11 12:29:37 -07:00
26ffaf8d28 Set up tmate session to debug slsa releaser 2024-08-11 12:29:37 -07:00