David Dworken
|
42db0a9d24
|
Release v0.306
|
2024-08-25 18:39:45 -07:00 |
|
David Dworken
|
6aaf1cbe70
|
Fix import
|
2024-08-25 18:07:16 -07:00 |
|
David Dworken
|
6604c63b26
|
Merge branch 'master' into import
|
2024-08-25 18:06:21 -07:00 |
|
David Dworken
|
bf47575e6f
|
Release v0.305
|
2024-08-25 16:47:59 -07:00 |
|
David Dworken
|
c8c1523683
|
Update test goldens + drop duplicate macos version from go tests
|
2024-08-25 16:04:55 -07:00 |
|
David Dworken
|
7bbd0cb036
|
Allow usage of OpenAI integration in offline mode for #220
Offline mode is more about disabling syncing, so it is reasonable to still allow AI completions if the user has explicitly turned it on.
|
2024-08-25 15:31:11 -07:00 |
|
David Dworken
|
24f69ca29d
|
Limit max number of log files kept for #219 -- So far we haven't had any use cases for historical logs for debugging, so this probably isn't needed
|
2024-08-25 15:16:09 -07:00 |
|
David Dworken
|
9b7d7c57b5
|
Update goldens for test broken by go update
|
2024-08-25 15:14:13 -07:00 |
|
David Dworken
|
9391e4eb55
|
Fix test broken by 05c71b2f2
|
2024-08-25 14:44:47 -07:00 |
|
David Dworken
|
904964e177
|
go get -u + fix build error
|
2024-08-25 14:39:57 -07:00 |
|
David Dworken
|
7a19b4defd
|
Upgrade to go1.23 and swap to using the new iters package
|
2024-08-25 12:24:19 -07:00 |
|
David Dworken
|
05c71b2f21
|
Remove duplicate entries before sending back to the user to save bandwidth for the client
|
2024-08-25 12:00:52 -07:00 |
|
David Dworken
|
df6c853fdb
|
Merge branch 'master' into import
|
2024-08-25 11:58:18 -07:00 |
|
David Dworken
|
3875bddddc
|
Add ability to configure log-level and update many log lines to use the correct log level, fixes #211 #219
|
2024-08-25 11:50:46 -07:00 |
|
David Dworken
|
f32fbd5375
|
Add VS code settings to the gitignore
|
2024-08-25 11:22:35 -07:00 |
|
David Dworken
|
7e9f68dd5d
|
Skip running the smoke test on version releases since it is subject to a race condition with the deploy process
|
2024-08-18 22:22:42 -07:00 |
|
David Dworken
|
e8b2022746
|
Fix typo in error message
|
2024-08-18 21:55:24 -07:00 |
|
David Dworken
|
9abc3c59bf
|
Delete tmp file after hishtory upgrade to fix #227
|
2024-08-18 21:55:05 -07:00 |
|
David Dworken
|
bc663d6c65
|
Release v0.304
|
2024-08-18 21:49:35 -07:00 |
|
David Dworken
|
28da99d512
|
Add a basic deep cleaning function for the self-hosted server to warn users about cases like #234
|
2024-08-18 21:48:53 -07:00 |
|
David Dworken
|
f9aa3df8bf
|
Fix formatting presubmit
|
2024-08-18 14:26:00 -07:00 |
|
David Dworken
|
e031af218a
|
Add make fmt to pre-commit
|
2024-08-18 14:12:57 -07:00 |
|
Pavel Griaznov
|
decba84d9b
|
run "make fmt" (#233)
|
2024-08-18 14:12:55 -07:00 |
|
Pavel Griaznov
|
7d7257d74b
|
fix for huge deletion requests: make them chunked (#229)
|
2024-08-18 14:11:45 -07:00 |
|
David Dworken
|
08566b155e
|
Release v0.303
|
2024-08-11 17:51:15 -07:00 |
|
David Dworken
|
2a71e0744f
|
Update pre-commit.yml to install make format dependencies
|
2024-08-11 16:12:46 -07:00 |
|
dependabot[bot]
|
1beeb49dca
|
Bump github.com/docker/docker (#236)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.9...v25.0.6)
---
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:38 -07:00 |
|
David Dworken
|
9c37c2722b
|
Add ability for the client to configure the model via an environment variable
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
023141761e
|
Update incorrect docs on ClientConfig struct
|
2024-08-11 12:29:38 -07:00 |
|
Pavel Griaznov
|
5056fb5527
|
ai: add some new env variables to control OpenAI requests (#231)
Co-authored-by: David Dworken <david@daviddworken.com>
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
cc65735b0e
|
Add test for forced compact mode (from #237)
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
02f6934d9d
|
Move checking of forced compact mode into helper functions to ensure it is checked everywhere (follow up to #237)
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
eb7af4b276
|
Add config-get compact-mode command (as needed by #237)
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
1948541b98
|
Change compact-mode setting that was added in #237 to respect the convention of taking in an argument
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
e792915a69
|
Add docs in readme to call out shorter column names as added in #228
|
2024-08-11 12:29:38 -07:00 |
|
Pavel Griaznov
|
ad8775c334
|
add forceComapctMode config entry (#237)
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
9b8baa8274
|
Add more short column name alternatives similar to #228
|
2024-08-11 12:29:38 -07:00 |
|
Pavel Griaznov
|
637b2e160e
|
Add new short name for "ExitCode" - "$?" (#228)
|
2024-08-11 12:29:38 -07:00 |
|
Pavel Griaznov
|
39044e2f62
|
use http.DefaultClient (#232)
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
4da5a6f177
|
Remove opensuse smoke tests
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
75d176e637
|
Link /bin/sh for opensuse smoke tests
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
353e574316
|
Install git and tar for opensuse smoke tests
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
99e3d3ddda
|
Revert "Remove OpenSUSE since their package repos are currently returning 500 errors"
This reverts commit 62700605d7 .
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
607cbeece2
|
Upgrade to setup-go@v4 for automatic caching support
|
2024-08-11 12:29:38 -07:00 |
|
David Dworken
|
f2a41ccdce
|
Release v0.302
|
2024-08-11 12:29:38 -07:00 |
|
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 |
|