|
|
e391821fe5
|
adjust crate structure
- move `sharry::client::ClientError` to `error::Error`
|
2025-06-25 16:48:00 +00:00 |
|
|
|
1e05155cc1
|
minor refactoring
|
2025-06-24 02:05:27 +00:00 |
|
|
|
5b403ea129
|
Merge branch 'develop' into feature/rebuild_share
|
2025-06-24 00:23:09 +00:00 |
|
|
|
c734355ebb
|
file names from args, not from appstate
- remove `AppState::file_names`, `CacheFile::file_names`, `FileState::file_name`
- add `Cli::file_names`
- clippy fix
|
2025-06-24 00:18:26 +00:00 |
|
|
|
393feec125
|
[wip] implement handling "missing share"
- rework `CacheFile` API
- fix `AppState` using new `CacheFile`
- fix `main` using new `AppState`
- logging enhancement
|
2025-06-24 00:11:24 +00:00 |
|
|
|
df055fc4e9
|
[wip] implement handling "missing share"
- rework `CacheFile` API
- fix `AppState::{next_chunk, is_done}`
|
2025-06-19 10:34:28 +00:00 |
|
|
|
865566ad0c
|
[wip] implement handling "missing share"
- rework `CacheFile` API
|
2025-06-18 23:40:27 +00:00 |
|
|
|
3b46d228f4
|
impl AppState::requeue_file
|
2025-06-18 20:03:26 +00:00 |
|
|
|
783346c888
|
major refactoring
- `sharry::Client` fn signatures
- `sharry::ClientError` rework
- `file::Uploading` saves `file_id` instead of `patch_uri`
- `impl sharry::Client for ureq::Agent` into separate file
|
2025-06-18 14:21:25 +00:00 |
|
|
|
de07d556a2
|
minor refactoring
- `use crate::` where appropriate
- cleanup CLI parsing
- `Uri::with_protocol` -> `Uri::new`
|
2025-06-18 13:04:04 +00:00 |
|
|
|
205af655e5
|
remove unnecessary Uri::endpoint call
|
2025-06-14 12:34:58 +00:00 |
|
|
|
e257d1cf8c
|
CLI ergonomy
|
2025-06-13 23:50:42 +00:00 |
|
|
|
5556a658f5
|
minor refactoring
- var names
- logging
|
2025-06-13 16:07:25 +00:00 |
|
|
|
f77acc1afd
|
cleanup some unwrap()
|
2025-06-12 23:28:42 +00:00 |
|
|
|
2edc690331
|
[wip] impl Client for ureq::Agent
- clippy fix
|
2025-06-12 16:25:15 +00:00 |
|
|
|
ed10f269c8
|
[wip] impl Client for ureq::Agent
- wip: factor out `SavedState`
|
2025-06-12 16:24:17 +00:00 |
|