David Dworken
|
06a4bf0bcb
|
Add code to deep clean the DB to remove entries from people with 1 device that haven't been active in at least 90 days
|
2022-12-17 21:27:00 -08:00 |
|
David Dworken
|
63a9f67771
|
Rm the hishtory binary before docker build to avoid wasting time transferring it
|
2022-12-17 21:26:18 -08:00 |
|
David Dworken
|
2edbf3977f
|
Add test for left scrolling in the input box
|
2022-12-17 12:14:28 -08:00 |
|
David Dworken
|
635b0575f9
|
Release v0.191
|
2022-12-17 11:55:09 -08:00 |
|
David Dworken
|
e6186d17b1
|
Fix TUI cursor bug by upgrading bubbles to include commit d1775121146a88a44a48562490cf08b7dd9df1c4
|
2022-12-17 11:54:51 -08:00 |
|
David Dworken
|
af555aa456
|
Release v0.190
|
2022-12-16 23:10:29 -08:00 |
|
David Dworken
|
f8b51e49da
|
Support customizing HISHTORY_PATH for people who want to install hishtory in an alternate location to fix #54
|
2022-12-16 22:22:57 -08:00 |
|
David Dworken
|
53e97253e5
|
Release v0.189
|
2022-12-16 21:20:45 -08:00 |
|
David Dworken
|
da35036aad
|
Add emacs key bindings for up and down to fix #55
|
2022-12-16 21:20:00 -08:00 |
|
David Dworken
|
1e7f5d9119
|
Add clean for the test cache for make ftest target
|
2022-12-16 21:18:37 -08:00 |
|
David Dworken
|
d606b5c2ba
|
Uprade tmux on ubuntu to see if that fixes the test failures on actions
|
2022-12-13 17:15:11 -08:00 |
|
David Dworken
|
5c3f023260
|
enable tmate for debugging
|
2022-12-12 20:32:50 -08:00 |
|
David Dworken
|
956377d472
|
linux arm is called aarch64, see #48
|
2022-12-12 19:45:54 -08:00 |
|
David Dworken
|
83667a52f4
|
Fix #51 by changing if --> elif
|
2022-12-12 19:44:02 -08:00 |
|
David Dworken
|
7a04cae1be
|
Fix bug in TestZDotDir test
|
2022-12-11 21:59:41 -08:00 |
|
David Dworken
|
4e571fb1b9
|
Release v0.188
|
2022-12-11 20:39:58 -08:00 |
|
David Dworken
|
7c86b812bf
|
Add support for linux arm64 for #48
|
2022-12-11 20:39:45 -08:00 |
|
David Dworken
|
857e423e10
|
Fix linter errors + some general clean up
|
2022-12-11 20:31:50 -08:00 |
|
David Dworken
|
9ed325e0a5
|
Add support for limiting the number of registrations to fix #46
|
2022-12-11 19:42:51 -08:00 |
|
David Dworken
|
5ee48f3d5f
|
Release v0.187
|
2022-12-11 19:15:41 -08:00 |
|
David Dworken
|
b7533479a3
|
Fix config corruption bug caused by parallel writes to the same tmp file to fix #47
|
2022-12-11 19:15:29 -08:00 |
|
David Dworken
|
a269478273
|
Improve the zdotdir test
|
2022-12-11 18:51:57 -08:00 |
|
David Dworken
|
7b98f85bdb
|
Release v0.186
|
2022-12-10 09:43:19 -08:00 |
|
David Dworken
|
233ca7ecd3
|
Treat TLS timeout as an offline error for #50
|
2022-12-10 09:43:02 -08:00 |
|
David Dworken
|
a481701cda
|
Add TODO
|
2022-11-29 17:17:45 -08:00 |
|
David Dworken
|
ef976a08c6
|
Release v0.185
|
2022-11-27 13:02:30 -08:00 |
|
David Dworken
|
35444bf56e
|
Swap ioutil to non-deprecated alternatives + clean up pre-commit errors
|
2022-11-27 11:59:06 -08:00 |
|
David Dworken
|
369e7ec8ea
|
Delete unused msg type
|
2022-11-27 09:03:12 -08:00 |
|
David Dworken
|
5249ee6709
|
Add better handling for invalid searches in the TUI + better error messages in a couple other places to improve #40
|
2022-11-27 08:54:34 -08:00 |
|
David Dworken
|
3985010a17
|
Add test for the healthcheck endpoint
|
2022-11-26 22:53:14 -08:00 |
|
David Dworken
|
22330f3ee1
|
Ensure that tests assert a lack of leaked connections
|
2022-11-26 22:40:43 -08:00 |
|
David Dworken
|
f77eb38618
|
Rename misleading var
|
2022-11-26 22:16:11 -08:00 |
|
David Dworken
|
2ba535b650
|
Call Close() on sql.Rows to prevent connection leak
|
2022-11-26 22:15:16 -08:00 |
|
David Dworken
|
4e84f49de9
|
Revert "Move usage data into tx to optimize updating usage data"
This reverts commit aa501262e6 .
|
2022-11-26 18:59:32 -08:00 |
|
David Dworken
|
aa501262e6
|
Move usage data into tx to optimize updating usage data
|
2022-11-26 18:46:20 -08:00 |
|
David Dworken
|
865ce06b95
|
Optimize healthcheck handler to avoid unnecessary ping in prod + add prod-only config for connection reuse
|
2022-11-26 18:33:54 -08:00 |
|
David Dworken
|
a98bff0db8
|
Optimize query latency by moving the read count incrementing to a background task
|
2022-11-26 12:10:18 -08:00 |
|
David Dworken
|
c603537137
|
Optimize the apiSubmit function to ensure that it doesn't lead to errors from large insertions
|
2022-11-26 10:31:43 -08:00 |
|
David Dworken
|
8d87110405
|
Optimize the healthcheck analyzer to avoid a full table scan
|
2022-11-25 20:35:17 -08:00 |
|
David Dworken
|
1ce20157c7
|
Add datadog integration for monitoring the server
|
2022-11-25 20:04:40 -08:00 |
|
David Dworken
|
8dd9c1d9e4
|
Create the feedback table in pg
|
2022-11-20 00:12:41 -08:00 |
|
David Dworken
|
4e48f9351e
|
Release v0.184
|
2022-11-19 23:48:20 -08:00 |
|
David Dworken
|
a390bacf89
|
Support multi-line commands from zsh to fix #34
|
2022-11-19 22:27:08 -08:00 |
|
David Dworken
|
f5adac5140
|
Move code out of lib that is only referenced for one command
|
2022-11-19 17:14:27 -08:00 |
|
David Dworken
|
ab6bb719a7
|
Move code out of lib that is only referenced for one command
|
2022-11-19 17:12:43 -08:00 |
|
David Dworken
|
d9c4a59ddd
|
Move code out of lib that is only referenced for one command
|
2022-11-19 17:06:28 -08:00 |
|
David Dworken
|
343f3cf1e5
|
Warn people if they're using an unsupported version of bash #37
|
2022-11-19 17:05:05 -08:00 |
|
David Dworken
|
31cea94096
|
Add TODO
|
2022-11-19 09:41:47 -08:00 |
|
David Dworken
|
97d7c7e310
|
Add last registration date to internal status page
|
2022-11-19 09:41:40 -08:00 |
|
David Dworken
|
0bd9249df3
|
Update the healthcheck endpoint so it also writes to the DB to detect future cases of #38
|
2022-11-17 23:43:25 -08:00 |
|