atuin/atuin-client
Ellie Huxtable c2439d1ed6
fix(sync): save sync time when it starts, not ends (#1573)
Imagine the scenario where a sync fails. The function touched here will
never save the sync time.

That means that external to this function, the sync never happened. The
next command will try and start one immediately.

The happy scenario is that this succeeds. The unhappy scenario is that
this fails. Fails, and isn't saved, so we try again...

Should add proper backoff but this is a good start.
2024-01-15 13:10:10 +00:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
record-migrations feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
src fix(sync): save sync time when it starts, not ends (#1573) 2024-01-15 13:10:10 +00:00
Cargo.toml feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
config.toml feat(ui): vim mode (#1553) 2024-01-13 17:15:49 +00:00