Clement Tsang
04713bf81d
docs: bump mkdocs-related dependencies to latest ( #1317 )
...
* docs: bump mkdocs-related dependencies to latest
bumps mkdocs-material to 9.4.8, mkdocs to 1.5.3, mkdocs-material-extensions to 1.3
* fix some link warnings
2023-11-16 02:45:04 -05:00
Clement Tsang
4d2df4c4e9
refactor: clean up some query code and some ascii-only string comparisons ( #1316 )
...
* refactor: update some stuff in the query code
* do some eq_ignore_ascii work
* tests
* some docs, and rename files
2023-11-15 06:23:04 -05:00
Clement Tsang
8b9328e29e
refactor: comment on convoluted `Filesystem::from_str` code ( #1315 )
...
* refactor: use a less convoluted match for filesystem type conversion
* revert, just use comment
* just use if statements instead
* test
* inline
2023-11-15 04:13:19 -05:00
Yuri Astrakhan
5eb4fbde5d
chore: fix certain uninlined string format uses ( #1310 )
...
* Fixed uninlined args
First ran this, and fixed a few more similar issues by hand
```
cargo clippy --workspace --fix --benches --tests --bins -- -A clippy::all -W clippy::uninlined_format_args
```
Note that in a few cases, format args were passed by ref - which is actually a tiny perf hit - compiler would not be able to optimize them.
* revert change here
since it contains a non-inlineable variable I'm not a fan of using it partially here
* revert
given the other formats above/below I would prefer keeping it like this
---------
Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2023-11-15 03:47:22 -05:00
Yuri Astrakhan
a6200640b9
chore: run spell and grammar checkers
...
* Chore: Run an spell cheker, and gramar cheker
* small revert
---------
Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2023-11-15 03:03:48 -05:00
Devin-Yeung
d1d1498900
bug: fat32 mounts don't show up in macOS ( #1314 )
2023-11-14 23:57:24 -05:00
Yuri Astrakhan
712a003681
Chore: Remove un-needed lifetimes in a few calls ( #1309 )
2023-10-23 23:53:08 -04:00
Yuri Astrakhan
1e16456d5f
chore: Minor cleanup - remove un-needed ident qualifiers ( #1307 )
...
Keep code a bit tidier and consistent (i.e. if an identifier already has a `use` entry above, why in some cases still prove a full path to it?)
2023-10-22 22:29:03 -04:00
Clement Tsang
4174012b8f
ci: test if building with musl on Rust > 1.71 works again ( #1302 )
...
* ci: test if building with musl on Rust > 1.71 works again
* use cross instead?
* specify cross version to fix build issue
* Update build_releases.yml
2023-09-24 03:11:08 -04:00
Clement Tsang
5d455354dd
bump clap and add nushell/fig completions ( #1300 )
...
* add nushell and fig completion generation
* now bump clap
* bump cargo-action too
* add rust-version key and set to 1.70.0, N-2
2023-09-12 03:36:45 -04:00
Clement Tsang
6256742f81
deps: bump sysinfo to =0.29.10 ( #1298 )
2023-09-11 00:13:17 -04:00
Clement Tsang
494bed6ee2
github: add section on whether you're using ZFS ( #1299 )
2023-09-10 22:43:33 -04:00
Clement Tsang
f38fbf0d8b
ci: add .desktop file ( #1296 )
...
* ci: add .desktop file
* move to a separate desktop folder
* also skip one more file
2023-09-06 19:12:28 -04:00
Clement Tsang
1f41ff3ae6
docs: bump mkdocs and mkdocs-material versions ( #1293 )
2023-09-04 18:24:25 -04:00
Clement Tsang
6d25109871
uptick: 0.9.6 ( #1288 )
2023-08-26 21:27:19 -04:00
Clement Tsang
1ef0c05aa6
deps: bump dependencies as of 2023-08-26 ( #1287 )
2023-08-26 21:16:43 -04:00
Clement Tsang
11676bb6c1
deps: pin serde to 1.0.188 ( #1286 )
...
* deps: pin serde to 1.0.188
* changelog
2023-08-26 21:02:22 -04:00
Clement Tsang
3e00e65483
docs: update changelog dates
2023-08-26 11:47:26 -04:00
Clement Tsang
44cc00564a
ci: pin musl to 1.71.0 for now when building releases ( #1282 )
2023-08-24 23:21:03 -04:00
Clement Tsang
e8f6d4853a
other: appease clippy after Rust 1.72.0 ( #1281 )
...
* deps: use clap 4.4.0 to remove is-terminal
* fmt
* appease clippy
* fmt again
* Revert "deps: use clap 4.4.0 to remove is-terminal"
This reverts commit 78aa6ec848
.
2023-08-24 20:26:46 -04:00
Clement Tsang
713b1874b7
uptick: 0.9.5 ( #1280 )
2023-08-24 19:25:26 -04:00
Clement Tsang
ac55add21e
deps: bump windows to 0.51.1 ( #1279 )
...
* deps: bump windows to 0.51.1
* some changes to fit new API
2023-08-22 17:27:36 -04:00
Clement Tsang
2e2b32ce71
deps: bump dependencies as of 2023-08-18 ( #1277 )
...
* deps: update root dependencies
* run cargo update
* revert windows for now
I wll handle it in separate dep bump since it requires more changes
2023-08-20 16:02:27 -04:00
Clement Tsang
ea6f87f54b
deps: pin serde to <=1.0.171 ( #1278 )
2023-08-19 16:06:53 -04:00
Clement Tsang
54c7fe5ea3
deps: pin sysinfo to 0.29.8 ( #1273 )
2023-08-16 05:45:47 -04:00
Clement Tsang
619e9d9c1b
deps: bump deps as of 2023-08-08 ( #1272 )
2023-08-09 01:27:56 -04:00
Clement Tsang
07b7caa5fa
uptick: 0.9.4 ( #1270 )
...
* uptick: 0.9.4
* update date
2023-08-05 17:51:24 -04:00
Clement Tsang
7aae9293e4
docs: bump mkdocs-material to 9.1.21 and mkdocs to 1.5.1 ( #1269 )
...
* docs: bump mkdocs-material to 9.1.21
* Update requirements.txt
2023-08-01 02:12:10 -04:00
Clement Tsang
43e3ab00ea
deps: pin sysinfo to 0.29.7 ( #1268 )
2023-07-29 02:24:35 -04:00
Clement Tsang
a736d856ce
docs: update changelog with ARC max usage fix ( #1267 )
2023-07-27 04:05:19 -04:00
allcontributors[bot]
560d1e383d
docs: add zebp as a contributor for code ( #1266 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-27 03:58:52 -04:00
Zeb Piasecki
a336c64330
bug: display arc max size in arc usage instead of system memory ( #1264 )
2023-07-27 03:56:25 -04:00
Clement Tsang
dbf054506f
deps: bump dependencies as of 2023-07-24 ( #1265 )
2023-07-24 04:02:59 -04:00
Clement Tsang
0e8feca616
deps: pin sysinfo to 0.29.6 ( #1263 )
2023-07-23 03:21:24 -04:00
Clement Tsang
f182eb200e
docs: a few extra words around what version of rust releases are built with
2023-07-21 09:56:41 -04:00
Clement Tsang
646c9f191b
deps: Update ratatui 0.22.0 ( #1261 )
...
* deps: bump ratatui to 0.22.0
* fix missing new fields
2023-07-21 00:19:25 -04:00
Clement Tsang
d2b945957f
deps: bump some dependencies as of 2023-07-19 ( #1260 )
2023-07-20 02:25:02 -04:00
Clement Tsang
0b0f004001
docs: update changelog to include full width battery change ( #1258 )
2023-07-19 20:19:44 -04:00
allcontributors[bot]
fcdf2ebe38
docs: add gabelluardo as a contributor for code ( #1257 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-19 20:05:26 -04:00
Gabriele Belluardo
83a8607e5b
other: full width battery bar ( #1251 )
2023-07-19 20:05:13 -04:00
Clement Tsang
c9a42f7061
docs: bump mkdocs-material to 9.1.19 ( #1256 )
2023-07-19 20:03:52 -04:00
Clement Tsang
dfca219a73
docs: bump mkdocs-material to 9.1.19 ( #1256 )
2023-07-19 04:23:22 -04:00
Clement Tsang
c1556d263e
deps: lock sysinfo to 0.29.5 ( #1255 )
2023-07-17 01:31:11 -04:00
Clement Tsang
e779120c4d
docs: update some installation README text
2023-07-13 04:37:07 -04:00
Clement Tsang
53c51c7c83
deps: clean and update dpes in Cargo.toml ( #1254 )
2023-07-12 03:44:09 -04:00
Clement Tsang
b0cb308106
refactor: flatten IoCounter return value ( #1253 )
...
* refactor: rewrite io stats collection function result
* refactor: flatten IoCounters vector results
2023-07-11 01:18:58 -04:00
Clement Tsang
f7ff2fc180
other: update changelog with ZFS I/O counters ( #1252 )
2023-07-10 00:36:11 -04:00
Justin Martin
b1a39026fb
add zfs io counters for linux and freebsd ( #1248 )
...
* add zfs io counters for linux and freebsd
* ci
* freebsd clippy
* code review: remove dead code for zfs feature gate of freebsd iocounters and squash if statement in zfs_io_counters
2023-07-09 17:50:22 -04:00
Clement Tsang
ccc7091529
deps: bump regex, serde, thiserror ( #1250 )
2023-07-09 05:20:12 -04:00
Clement Tsang
771e8fa463
docs: bump mkdocs material to 9.1.18 ( #1249 )
2023-07-08 03:12:40 -04:00