api-client/packages
Shreyas 13b46d52f2
fix(desktop): disk space detection (#5019)
This fix replace `sys-info v0.9.1` with
the more actively maintained `sysinfo 0.34.2`
which does return size of the disk in bytes.

Closes #5017, HFE-831

Rebased on #5010, consider merging that first.

Issues:

Appload fails to load with a "Storage full" error despite
having sufficient disk space.

This was caused by a unit mismatch in the `sys-info` crate
which returns disk space in kilobytes instead of bytes.

- sys_info::disk_info() returns values in KB, see:
  60ecf1470a/c/linux.c (L119)
- The `StorageFull` error was triggered when comparing
  raw bytes against a KB value, causing false positive

Changes:
- Rewrite the `ensure_space` function to find the correct disk of the config dir
- Add a new `StorageError::DiskNotFound` for cases where the disk cannot
  be resolved
2025-04-25 16:57:37 +05:30
..
codemirror-lang-graphql feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
hoppscotch-agent chore: bump version to 2025.3.1 2025-04-09 19:47:01 +05:30
hoppscotch-backend chore: bump version to 2025.3.2 2025-04-15 13:16:56 +05:30
hoppscotch-cli chore: bump vulnerable dependencies (#4943) 2025-03-27 22:45:29 +05:30
hoppscotch-common chore(i18n): update es translation (#4999) 2025-04-24 16:59:47 +05:30
hoppscotch-data fix: resolve typos across packages (#4867) 2025-03-12 13:53:08 +05:30
hoppscotch-desktop fix(desktop): disk space detection (#5019) 2025-04-25 16:57:37 +05:30
hoppscotch-js-sandbox feat: add support for Digest authorization (#4339) 2024-10-29 12:34:40 +05:30
hoppscotch-kernel fix(kernel): deterministic form data processing (#4945) 2025-04-08 14:50:04 +05:30
hoppscotch-relay feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
hoppscotch-selfhost-desktop chore: bump vulnerable dependencies (#4943) 2025-03-27 22:45:29 +05:30
hoppscotch-selfhost-web chore: bump version to 2025.3.2 2025-04-15 13:16:56 +05:30
hoppscotch-sh-admin refactor(sh-admin): dashboard settings page redesign (#5014) 2025-04-24 20:24:32 +05:30