<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/atuin-client/src/sync.rs, branch main</title>
<subtitle>Turtle. A hard-fork of atuin, focusing on a more minimal feature set</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-client/src/sync.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-client/src/sync.rs?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2024-04-18T15:41:28Z</updated>
<entry>
<title>chore: move crates into crates/ dir (#1958)</title>
<updated>2024-04-18T15:41:28Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-18T15:41:28Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=95cc472037fcb3207b510e67f1a44af4e2a2cae9'/>
<id>urn:sha1:95cc472037fcb3207b510e67f1a44af4e2a2cae9</id>
<content type='text'>
I'd like to tidy up the root a little, and it's nice to have all the
rust crates in one place</content>
</entry>
<entry>
<title>fix(sync): save sync time when it starts, not ends (#1573)</title>
<updated>2024-01-15T13:10:10Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-01-15T13:10:10Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=c2439d1ed6fc3e973371b76637c08eea0a8f60c8'/>
<id>urn:sha1:c2439d1ed6fc3e973371b76637c08eea0a8f60c8</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>refactor: String -&gt; HistoryId (#1512)</title>
<updated>2024-01-06T17:19:31Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-01-06T17:19:31Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4e56f5a41e5224b816e9eafed145a03cbf52fd93'/>
<id>urn:sha1:4e56f5a41e5224b816e9eafed145a03cbf52fd93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clear history id (#1263)</title>
<updated>2023-10-08T16:15:14Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-10-08T16:15:14Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=38172f35016459b7765dfacdbe1f8225fca59e50'/>
<id>urn:sha1:38172f35016459b7765dfacdbe1f8225fca59e50</id>
<content type='text'>
* clear history id

* fix nu</content>
</entry>
<entry>
<title>Fix/1207 deleted entries shown in interactive search (#1272)</title>
<updated>2023-10-04T18:13:29Z</updated>
<author>
<name>Dieter Eickstaedt</name>
<email>eickstaedt@deicon.de</email>
</author>
<published>2023-10-04T18:13:29Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f25681d8b1acb49758e1c884e7a11a68df1d4a11'/>
<id>urn:sha1:f25681d8b1acb49758e1c884e7a11a68df1d4a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle missing entries (fixes #1236) (#1253)</title>
<updated>2023-09-26T13:52:45Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-09-26T13:52:45Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=fc1a48a4f204dfe77bd8d4f82cfb3e64ade9d028'/>
<id>urn:sha1:fc1a48a4f204dfe77bd8d4f82cfb3e64ade9d028</id>
<content type='text'>
* fix #1236

* lints</content>
</entry>
<entry>
<title>Add connect timeout and overall timeout (#1238)</title>
<updated>2023-09-18T07:39:19Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-09-18T07:39:19Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=351b3e8a57c9e0143b7b6f3ed2160dcdce00225e'/>
<id>urn:sha1:351b3e8a57c9e0143b7b6f3ed2160dcdce00225e</id>
<content type='text'>
* Add connect timeout and overall timeout

* Make it configurable

* Fix test

* Add docs</content>
</entry>
<entry>
<title>replace chrono with time (#806)</title>
<updated>2023-09-11T08:26:05Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-09-11T08:26:05Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f90c01f702f6a98b041f766b6a1d857bc1b9afef'/>
<id>urn:sha1:f90c01f702f6a98b041f766b6a1d857bc1b9afef</id>
<content type='text'>
* replace chrono with time

* Fix test chrono usage

---------

Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;</content>
</entry>
<entry>
<title>Update dependencies (#1181)</title>
<updated>2023-08-18T20:45:29Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-08-18T20:45:29Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=aa8e5f5c04524d3d5c6f1d5b6c4616dbdb8d40be'/>
<id>urn:sha1:aa8e5f5c04524d3d5c6f1d5b6c4616dbdb8d40be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove decryption from api-client (#1063)</title>
<updated>2023-06-21T07:45:23Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-06-21T07:45:23Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a75e516986ab2ba8b0997dd93271b58fa1986637'/>
<id>urn:sha1:a75e516986ab2ba8b0997dd93271b58fa1986637</id>
<content type='text'>
</content>
</entry>
</feed>
