Ellie Huxtable
f03f6e9ad7
Add automatic update checking ( #555 )
...
* Add automatic update checking
* Add setting to opt out of update checks
* Document options
* no
* no
* also no
* Make clippy happy
* Update atuin-client/src/settings.rs
Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
* fix features
Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
2022-10-14 10:59:21 +01:00
Conrad Ludgate
5725f4b40b
add some error messages ( #510 )
...
* add some error messages
* fmt
2022-10-07 20:33:07 -07:00
Jakub Panek
93ab4e7842
ignore JetBrains IDEs, tidy-up imports ( #348 )
...
* ignore JB IDEs
* tidy-up imports
* add rustfmt config
2022-04-28 18:53:59 +01:00
Conrad Ludgate
7f5310a1aa
history list ( #340 )
2022-04-25 07:13:30 +01:00
Conrad Ludgate
7436e4ff65
feature-flags ( #328 )
...
* use feature flags
* fmt
* fix features
* update ci
* fmt
Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
2022-04-22 20:14:23 +00:00
Conrad Ludgate
48747e3b7c
A few minor tweaks ( #314 )
...
* use bail macro
replace client database errors
remove dead code
* fix test
2022-04-21 08:05:57 +01:00
Conrad Ludgate
a95018cc90
goodbye warp, hello axum ( #296 )
2022-04-12 23:06:19 +01:00
Conrad Ludgate
4bdf4c40c2
feat: login/register no longer blocking ( #216 )
2021-12-08 13:37:49 +00:00
Ellie Huxtable
c16a26cdbf
Fix sync ( #95 )
...
The data part of the add history request is actually a string. I don't
want to introduce any structure here, and would rather keep it as "just
a blob". Even if that blob has structure secretly!
My fault for missing this in the last review
2021-05-09 22:31:11 +01:00
Conrad Ludgate
de2e34ac50
some changes 🤷 ( #83 )
...
* make everything a cow
* fmt + clippy
2021-05-09 21:17:24 +01:00
Ellie Huxtable
4a50ce3666
Bugfixes, show time ago, perf improvements
...
Also allow unique listing and more ergonomic cwd usage
2021-04-21 21:26:44 +01:00
Ellie Huxtable
a21737e2b7
Use cargo workspaces ( #37 )
...
* Switch to Cargo workspaces
Breaking things into "client", "server" and "common" makes managing the
codebase much easier!
client - anything running on a user's machine for adding history
server - handles storing/syncing history and running a HTTP server
common - request/response API definitions, common utils, etc
* Update dockerfile
2021-04-20 20:53:07 +00:00