summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-02other: add json schema (#1382) (#1394)wzy
* other: add json schema (#1382) * docs: add some screenshots * other: move around schema files * docs: move around some docs around config files --------- Co-authored-by: ClementTsang <34804052+ClementTsang@users.noreply.github.com>
2024-01-28ci: bump choco action to v3.0.0 and replace release deletion action (#1402)Clement Tsang
* ci: bump choco action to v3.0.0 and replace release delete action with gh * back to action since it isn't a git repo * let's test if gh works fine if I pull repo
2024-01-28ci: update upload-artifact to v4.3.0 and download-artifact to v4.1.1 (#1399)Clement Tsang
* ci: update upload-artifact to v4.3.0 and download-artifact to v4.1.1 * fix rpm/deb * add exception for quay; idk what I'll do once node support is gone * fix broken script * fix download * migrate 2-17 to cirrus to avoid node deprecation warnings * prevent cirrus cancellation * update cache to work with linux * simplify cache * update some comments * add timeouts
2024-01-28ci: bump skip-duplicate-actions to v5.3.1 and setup-python to v5.0.0 (#1401)Clement Tsang
* ci: bump skip-duplicate-actions to v5.3.1 * also bump setup-python to v5.0.0
2024-01-28ci: update cirrus-ci FreeBSD versions (#1400)Clement Tsang
* ci: update cirrus-ci FreeBSD versions Looks like the newest available FreeBSD images are 13-2 and 14-0, and the previously used ones aren't available anymore. * comment
2024-01-28ci: add an explicit timeout for jobs (#1398)Clement Tsang
2024-01-21other: flatten process config struct and clean up help text (#1395)Clement Tsang
* refactor: flatten process config field * other: clean up some doc formatting using indoc and breaklines * fix broken test * remove default as that breaks things for now * add test * more tests
2024-01-18refactor: move some files around in prep for a future options refactor (#1393)Clement Tsang
* some formatting * refactor: move some files around in prep for a bigger config/options refactor
2024-01-16refactor: convert layout creation tests back to being unit tests (#1392)Clement Tsang
2024-01-15deps: bump sysinfo to =0.30.5 (#1390)Clement Tsang
* deps: bump sysinfo to =0.30.5 * fix an import * fix stuff for linux * fix temps * some fmt * disks * oops * fix some bugs
2024-01-15ci: add logic to retry codecov upload (#1391)Clement Tsang
2024-01-15ci: clean up some jobs in CI; bump Rust-related actions (#1388)Clement Tsang
* ci: clean up some jobs in CI; bump Rust-related actions * also update codecov * rearrange * comments
2024-01-15deps: bump non-root dependencies as of 2024-01-15 (#1387)Clement Tsang
* deps: bump non-root dependencies as of 2024-01-15 * also test 1.70 unofficial msrv
2024-01-15deps: bump dependencies as of 2024-01-15 (#1386)Clement Tsang
2024-01-15refactor: simplify some config -> constraints code (#1383)Clement Tsang
* refactor: simplify some config -> constraints code * iteratively progress... * update bcr; this might need testing since I removed some old proc code * widget side * fix battery * fix widget tests with bandaid for now The issue was that the calculations assume a certain ratio for CPU legends. * add some tests * bump up * fix proc drawing issues So with the proc widget in certain places, there would be a panic during constraint determination. Looks like back when I wrote this I made some gross assumptions about certain things. In particular, the problem here was that the search added an additional "one" height, so that needs to be accounted for after we removed the "doubling" code. * tests * fix tests * reorganize tests * clippy * fix cross tests not working * fix builds for android
2024-01-11other: fix deploy profileClementTsang
2024-01-11docs: change code font and enable privacy (#1381)Clement Tsang
2024-01-11add last revision date (#1380)Clement Tsang
2024-01-11docs: bump mkdocs-material to 0.9.6 (#1379)Clement Tsang
2024-01-11docs: fix another incorrect headingClementTsang
2024-01-11docs: use consistent wording around command-line options (#1378)Clement Tsang
* docs: use consistent wording around command-line options * fix missing code blocks
2024-01-11refactor: clean up arg code more (#1377)Clement Tsang
* fix sort function * Try macros * Revert "Try macros" This reverts commit 93c7306f8ae8b906e0a66d1a4d758aad51efe3eb. * use next_help_heading instead * test * Revert "test" This reverts commit 017a1702b35dd7fd87c449e27a3bdb65bc858f72. * Reapply "test" This reverts commit 23c09d3828594d880ecf5e753e1fcdf5fd719e42. * use foldl instead :) * a word * different conditionals * update docs, change ordering * more formatting stuff
2024-01-10refactor: rearrange/resort args (#1376)Clement Tsang
* clean up Cargo.toml * some small cleanup * refactor: group together similar args in the help generation and code This groups together related arguments in both the help text and the code itself. * update changelog * clippy * builder pattern instead
2024-01-08refactor: clean up help drawing code (#1374)Clement Tsang
* refactor: clean up the help drawing * a bit cleaner * add test * some fmt
2024-01-04feature: Add support for bcachefs (#1373)Thomas Mühlbacher
Make sure that bcachefs mounts are also displayed in the disks widget. bcachefs is a file system that will be included in the upcoming Linux v6.7 kernel. Briefly tested this and it works on my system.
2024-01-02refactor: clean up some more drawing/component code (#1372)Clement Tsang
* rename battery info widget file * add widget trait * move basic table arrows over * some renaming * more renaming and shuffling * cleanup * fmt
2024-01-01refactor: move around some configuration code again (#1371)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
* rename general utils file * refactor: move around some configuration files * more shuffling around * fix some ugly formatting
2024-01-01other: update lints (#1369)Clement Tsang
I have `missing_docs` disabled for now as that'll take a long time to get through... maybe in a separate PR.
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
* refactor: group together some canvas files * rename file * more shuffling around * fmt * more shuffling Going to flatten widgets in another PR. * some docs * naming * fmt
2023-12-30other: quick lint fixes for some warnings (#1367)Clement Tsang
2023-12-27deps: bump anyhow, clap, and thiserror (#1365)Clement Tsang
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
* refactor: pull data collection out of nested folder structure * fix sysinfo * comment
2023-12-25deps: update ratatui version (#1362)Justin Martin
* cargo update ratatui * replace convert_arc_labels with convert_mem_labels * remove redundant generic --------- Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2023-12-25refactor: fix macro formatting in disk data collection code (#1363)Clement Tsang
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
* refactor: remove once_cell * some missing fixes
2023-12-20refactor: some more cleanups around linux temp code (#1360)Clement Tsang
2023-12-20other: if in a non-D0 state, short-circuit further logic (#1355)Clement Tsang
* other: if in a non-D0 state, short-circuit further logic * cleanup * add back an empty name and value * fix for macos/windows * some testing things
2023-12-19docs: update changelog with #1353 (#1358)Clement Tsang
2023-12-15chore(deps): bump zerocopy from 0.7.26 to 0.7.31 (#1357)dependabot[bot]
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.26 to 0.7.31. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.7.26...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-10feature: support default selection of average CPU graph (#1353)Clement Tsang
* feature: support default selection of average CPU graph * test
2023-12-06ci: downgrade to checkout v3 when building releases in non-GH containers (#1352)Clement Tsang
2023-12-06other: master -> main (#1349)Clement Tsang
* other: master -> main I'm so used to using `main` branch now that it's actually kinda annoying to use `master` for just this repo... so might as well rename it now. * overzealous change * wording * some wording * allow auto-cancel for tests if not main
2023-12-05github: update wording around filesystem section in issue template (#1348)Clement Tsang
2023-12-02other: add back local time in debug logs (#1346)Clement Tsang
* other: add back local time in debug logs This still has a UTC fallback. * cleanup and some warnings
2023-12-01other: change group -> group_processes for consistency between config and ↵Clement Tsang
command-line args (#1344) * other: change group -> group_processes to match config file name * update docs * update changelog
2023-11-30github: update some wording for feature and bug issue templatesClementTsang
2023-11-30github: fix typo in issue templateClementTsang
2023-11-30github: update more wording of the bug issue template (#1343)Clement Tsang
2023-11-30github: update filesystem issue template section (#1342)Clement Tsang