Commit Graph

1669 Commits

Author SHA1 Message Date
Clement Tsang 6f95aaee34
ci: remove caching for release building ()
* ci: remove caching for release building

* standardize hyphen across some job names
2022-11-04 04:48:44 -04:00
Clement Tsang 76c3bc4254
refactor: clippy and small cleanup/comments ()
* refactor: small cleanup and comments in some code

* clippy

* more clippy

* fixes for macos/freebsd
2022-11-04 04:17:22 -04:00
Clement Tsang d56b551e39
ci: try only having cancel-in-progress for non-main branch () 2022-11-02 01:29:41 -04:00
ClementTsang 1adc032570
docs: update changelog for 2022-11-02 00:45:04 -04:00
Diana b8c73d3a0b
More human friendly temperature sensor naming ()
* More human friendly temperature sensor names

This makes the names more human friendly, and possible to distinguish from each other

* Keep hwmon sensor name for GPUs

* Keep hwmon sensor name for non-GPUs too

* fix device path
2022-11-02 00:43:58 -04:00
Clement Tsang 064d740c6d
refactor: move data passing for table to another step ()
* refactor: remove redundant scroll direction enum

This was made redundant from the table refactor.

* add some todos/docs

* refactor: temp hack to pass in data on process
2022-11-02 00:36:55 -04:00
Clement Tsang 3296feae50
ci: unify CI workflow with one ending step ()
* ci: unify CI workflow with one ending step

* update PR template
2022-10-30 19:20:41 -04:00
Clement Tsang e3ced72c2f
ci: add skip based on file changes for Cirrus tests ()
* ci: add skip based on file changes for Cirrus tests
2022-10-29 05:37:45 -04:00
Clement Tsang 568c48eb5f
ci: update workflows with setup-python to v4.3.0 ()
Updates any workflows with setup-python to use v4.3 due to node deprecation warnings.
2022-10-29 05:03:19 -04:00
Clement Tsang 99a353bade
docs: update docs lib versions as of 2022-10-29 ()
Updates the following document building libraries:

- `mkdocs` (1.3.1 -> 1.4.1)
- `mkdocs-material` (8.5.3 -> 8.5.7)
- `mkdocs-material-extensions` (1.0.3 -> 1.1.0)
2022-10-29 04:21:05 -04:00
Clement Tsang 8985e6ab67
ci: update comment on what build_release does 2022-10-28 00:37:24 -04:00
Clement Tsang fec56372bb
ci: use one skip check for CI workflow ()
Use one single skip check job for CI like other workflows.
2022-10-27 22:00:37 -04:00
Clement Tsang 51498e1238
ci: automatically create and get build artifacts from Cirrus CI ()
This automatically triggers and grabs the build artifacts for systems that are only supported on Cirrus CI (as of now, FreeBSD and M1 macOS).

* ci: add cirrus build trigger script

* ci: modify build scripts to include cirrus build

* fix some stuff

* update docs

* more fixes
2022-10-27 06:27:04 -04:00
Clement Tsang 5eba26f9e5
ci: add build alias for easier build artifact URLs () 2022-10-26 04:58:51 -04:00
Clement Tsang 4240a38ced
ci: test cancelling stale actions ()
Use Github Action's concurrency settings to cancel old actions in favour of newer ones.
2022-10-25 01:24:08 -04:00
Clement Tsang 97ba34e3f4
ci: add token secret to make codecov action more stable ()
The codecov action can sometimes fail; this change adds the repo codecov token to use by default to help alleviate this.
2022-10-25 00:03:39 -04:00
ClementTsang 7482e0b495
github: fix feature quest example text 2022-10-24 23:49:21 -04:00
ClementTsang 74288a8836
github: update feature request template 2022-10-24 23:48:13 -04:00
ClementTsang 045fe81af3
github: fix some issue template tags/titles 2022-10-24 18:51:00 -04:00
Clement Tsang 0b8224c015
ci: fix cirrus ci build cleanup () 2022-10-21 23:26:39 -04:00
Clement Tsang 59c214b733
ci: update codecov upload action to 3.1.1 ()
Deals with the node12 deprecation warning.
2022-10-21 22:41:05 -04:00
Clement Tsang 3fdd7cd48e
ci: add FreeBSD and macOS M1 builds ()
* add OS to fingerprint cache

* simplify cirrus test script

* cleanup and add start of build script

* add nightly cron job to CCI build, add artifact

* add docs

* avoid test task if cron
2022-10-21 10:47:55 -04:00
Clement Tsang f9732bbb9e
ci: merge all-feature and no-feature tests on Cirrus ()
Since it is a more limited platform for the public free tier,
particularly for macOS VMs, it seems better to combine the testing
scripts rather than using a matrix.
2022-10-20 06:41:20 -04:00
Clement Tsang fc90c549ef
ci: update GitHub CI to remove deprecated/unmaintained actions and commands ()
* ci: update rust-cache to 2.0.1

* ci: update dtolnay/rust-toolchain to ba37adf

* ci: update skip-duplicate-actions to v5.2.0

* ci: update ClementTsang/cargo-action to v0.0.3

* ci: update to macos-12

* ci: update ghaction-chocolatey to 2.1.0

* ci: update upload-artifact to v3.1.0

* ci: change from actions-rs to rustsec for audit-check

* ci: stop using actions-rs for builds

* ci: update cirrus to use tlsv1.2 when curling

* ci: disable macOS ARM workflows on GHA since its built on Cirrus
2022-10-20 06:24:04 -04:00
Clement Tsang 8043a72029
ci: various Cirrus CI test fixes ()
Some cache and conditional fixes for Cirrus CI testing. The test tasks should only run on the default branch and on PRs.
2022-10-20 03:19:29 -04:00
Clement Tsang 530f6bf3b3
ci: add basic Cirrus CI testing for FreeBSD + M1 ()
* ci: add basic Cirrus CI testing for FreeBSD + M1

* add env vars

* remove curl installation from macos script

* add caching
2022-10-20 01:27:14 -04:00
allcontributors[bot] 99e4fa95d3
docs: add lroobrou as a contributor for code ()
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-10-20 00:35:08 -04:00
Clement Tsang 665ec831e3
docs: update changelog for 2022-10-20 00:34:56 -04:00
lroobrou ee2f6c7a72
feature: Implement PgUp and PgDown in the help dialog. () 2022-10-20 00:34:00 -04:00
Clement Tsang b879c36588
refactor: move some state code around () 2022-10-16 03:10:30 -04:00
Clement Tsang c0a5fd15b2
docs: update changelog as of 2022-10-16 () 2022-10-16 01:17:04 -04:00
allcontributors[bot] 642bfd3194
docs: add jamartin9 as a contributor for doc ()
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-10-16 00:08:47 -04:00
Justin Martin dd003101a0
enable gpu mem cli and update docs for arc/gpu mem () 2022-10-16 00:08:38 -04:00
ClementTsang d99f41f17e Revert "refactor: remove heim network usage ()"
This reverts commit 913562e7e6.
2022-10-15 18:42:55 -04:00
Clement Tsang 913562e7e6
refactor: remove heim network usage () 2022-10-15 18:24:35 -04:00
Clement Tsang a949740c94
other: make gpu memory collection configurable ()
Follow-up to , this makes GPU memory collection toggleable.
2022-10-15 16:50:21 -04:00
Justin Martin bd35bbdc9c
feature: add gpu ram collector for nvidia feature flag ()
* add gpu ram collector for nvidia feature flag

* add row for TX in basic layout

* size gpu point_vec

* use vec for mem basic widget drawing

* remove to_owned

* code review: change mem tuple to struct with cfg fields, rename mem_basic ratio and use vec macro for layout

* build on freebsd
2022-10-15 15:08:48 -04:00
Clement Tsang 41970d9c64
other: add quick test for building clap app () 2022-10-15 07:27:56 -04:00
Clement Tsang 8b72a33f40
refactor: move point definition to tui_rs widget () 2022-10-13 15:40:19 -04:00
allcontributors[bot] e68a7bdfdc
docs: add mrivnak as a contributor for doc ()
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-10-13 15:26:57 -04:00
Mike Rivnak 51c02c6305
docs: Update gentoo install instructions () 2022-10-13 15:26:35 -04:00
Clement Tsang b6a75db1b4
refactor: switch to pipe gauge implementation for basic cpu + mem ()
* refactor: switch to pipe gauge implementation for basic cpu + mem

* fix incorrect new basic cpu chunking scheme, revert to old one
2022-10-13 10:17:26 -04:00
Clement Tsang 436dadb683
refactor: switch to associated type for SortsRow () 2022-10-12 19:02:54 -04:00
ClementTsang df13d12551 Revert "ci: add basic Cirrus CI testing for FreeBSD + M1 ()"
This reverts commit 577165292c.
2022-10-12 17:54:02 -04:00
Clement Tsang 577165292c
ci: add basic Cirrus CI testing for FreeBSD + M1 () 2022-10-12 17:45:45 -04:00
Clement Tsang 2a740f48f7
refactor: tables V2 ()
* refactor: move to new data table implementation

* more work towards refactor

* move disk and temp over, fix longstanding bug with disk and temp if removing the last value and selected

* work towards porting over CPU

work towards porting over CPU

fix typo

partially port over cpu, fix some potentially inefficient concat_string calls

more work towards cpu widget migration

some refactoring

* sortable data

sortable data

more refactoring

some sort refactoring

more refactoringgggg

column refactoring

renaming and reorganizing

more refactoring regarding column logic

add sort arrows again

* move over sort menu

* port over process

port over process

precommit

temp

temp two, remember to squash

work

fix broken ltr calculation and CPU hiding

add back row styling

temp

fix a bunch of issues, get proc working

more fixes around click

fix frozen issues

* fix dd process killing

* revert some of the persistent config changes from 

* fix colouring for trees

* fix missing entries in tree

* keep columns if there is no data

* add and remove tests

* Fix ellipsis
2022-10-12 16:25:38 -04:00
Clement Tsang 1e5f0ea2d9
bug: add bindings to grab ppid in some cases on macos () 2022-10-11 19:49:39 -04:00
Clement Tsang e7b31dfb96
docs: add note on target-cpu=native when manually installing 2022-10-10 20:13:41 -04:00
Clement Tsang a965e53c6c
fix wrong unit being used for memory in sysinfo data ()
* fix wrong unit being used for memory in sysinfo data

* update sysinfo to 0.26.4 for unsupported reasons w/ ntapi
2022-10-07 19:15:11 -04:00
allcontributors[bot] f44aac189c
add hervyqa as a contributor for doc ()
* update README.md [skip ci]

* update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-10-02 05:00:12 -04:00