David Dworken
0187070eb4
Release v0.301
2024-08-11 12:29:38 -07:00
David Dworken
bee26274d5
Swap to macos-latest to see if GH has more quota for that tag
2024-08-11 12:29:38 -07:00
David Dworken
949f34fd9b
Release v0.300
2024-08-11 12:29:38 -07:00
David Dworken
36f3fac657
Update macos version for signer since GH dropped support for macos 11
2024-08-11 12:29:38 -07:00
David Dworken
422bf5b8dd
Release v0.299
2024-08-11 12:29:38 -07:00
David Dworken
418f4ff3f9
Add integration test for #226
2024-08-11 12:29:38 -07:00
David Dworken
e4b87f844a
Explicitly install openssl to see if it fixes smoke test errors on arch
2024-08-11 12:29:38 -07:00
David Dworken
c2f5bd1a99
Add additional fallback method for retrieving the CWD to further improve the situation for #226
2024-08-11 12:29:38 -07:00
dependabot[bot]
9f64468991
Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 ( #223 )
...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp ) from 0.7.2 to 0.7.7.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.2...v0.7.7 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
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:38 -07:00
David Dworken
0a9d40b730
Release v0.298
2024-08-11 12:29:38 -07:00
David Dworken
03363efbf6
Add basic fix for #225 by escaping tab characters before rendering
...
This is a tricky bug to fix because the width of a tab character varies depending on context. This means that when we're trying to build a table and calculating the width of columns for budgeting, we can't actually know the width of a tab without knowing exactly what characters come before it. This is in theory doable, but it leads to some really complex code that I'd rather not adopt.
2024-08-11 12:29:38 -07:00
David Dworken
49d553a792
Release v0.297
2024-08-11 12:29:38 -07:00
David Dworken
d06cad56fd
Update title for section
2024-08-11 12:29:38 -07:00
David Dworken
68556a0a97
Add README documentation for default-filter
2024-08-11 12:29:38 -07:00
David Dworken
c10afa40c3
Add ability to skip config modifications for #212 ( #216 )
...
* Add ability to skip config modifications
* Update golden names to fork on OS
* Remove incorrect newline in golden
2024-08-11 12:29:38 -07:00
David Dworken
0df63aa7c0
Release v0.296
2024-08-11 12:29:38 -07:00
David Dworken
ea25e4f981
Add full fix for #215 along with a test to reproduce the issue ( #218 )
2024-08-11 12:29:38 -07:00
David Dworken
a55480b4ba
Release v0.295
2024-08-11 12:29:37 -07:00
David Dworken
6173de2dea
Fix duplicate pre-saving issue reported in #215 ( #217 )
2024-08-11 12:29:37 -07:00
David Dworken
f636649658
Revert "Fix duplicate pre-saving issue reported in #215 "
...
This reverts commit 336b331687
.
2024-08-11 12:29:37 -07:00
David Dworken
f0dbf02d63
Fix duplicate pre-saving issue reported in #215
2024-08-11 12:29:37 -07:00
David Dworken
b102311169
Move docs on custom key bindings to a more logical location
2024-08-11 12:29:37 -07:00
David Dworken
d328a50674
Release v0.294
2024-08-11 12:29:37 -07:00
guangwu
2b024c8054
fix: close file ( #213 )
2024-08-11 12:29:37 -07:00
David Dworken
711b75e519
Release v0.293
2024-08-11 12:29:37 -07:00
David Dworken
ef12e998bb
Add support for enabling/disabling syncing post-install
2024-08-11 12:29:37 -07:00
David Dworken
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
David Dworken
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
David Dworken
063295b5c6
Update backend to avoid persisting entries to be read by devices that have been uninstalled
2024-08-11 12:29:37 -07:00
David Dworken
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
dependabot[bot]
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
David Dworken
e584b0b460
Release v0.292
2024-08-11 12:29:37 -07:00
David Dworken
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
David Dworken
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
David Dworken
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
David Dworken
00baabdff2
Update bubbletea to include 2b46020ca0725219da1a7d7969fa85c486181258 since it seems to help fix #185
2024-08-11 12:29:37 -07:00
David Dworken
dca595dba1
Slow down gif per feedback in #199
2024-08-11 12:29:37 -07:00
David Dworken
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
David Dworken
21c7f5e0db
Revert "Add additional test for smoke tests to cover syncing"
...
This reverts commit 514d95ba4e
.
2024-08-11 12:29:37 -07:00
David Dworken
47749b9663
Release v0.291
2024-08-11 12:29:37 -07:00
David Dworken
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
David Dworken
55e9e4dc00
Add additional test for smoke tests to cover syncing
2024-08-11 12:29:37 -07:00
David Dworken
e7b4395b16
Add --port flag for the web UI for #203
2024-08-11 12:29:37 -07:00
David Dworken
a1b2686856
Release v0.290
2024-08-11 12:29:37 -07:00
David Dworken
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
David Dworken
5290f6dfb8
Add benchmarking for searching for #202
2024-08-11 12:29:37 -07:00
David Dworken
a43019c5dd
Release v0.289
2024-08-11 12:29:37 -07:00
David Dworken
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
David Dworken
6c1054351f
Add mouse scrolling support for #200
2024-08-11 12:29:37 -07:00
David Dworken
a936644385
Clean up: Remove duplicated code by calling existing utility function
2024-08-11 12:29:37 -07:00