summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-03chore(deps): bump thiserror from 1.0.49 to 1.0.56dependabot/cargo/thiserror-1.0.56dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.56. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.49...1.0.56) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17docs(readme): mention how to set transparent background (#153)Orhun Parmaksız
2023-10-28refactor(sysctl): Refactor some controller code (#146)Matthias Beyer
* Refactor if-let-Some into less complex expression This makes the code a bit less "mutable", so to say. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> * Simplify boolean expression This patch refactors the two nested if expressions into one if. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> * Refactor for-iteration into fn chain Signed-off-by: Matthias Beyer <mail@beyermatthias.de> * Replace if-else with fn chaining Signed-off-by: Matthias Beyer <mail@beyermatthias.de> * Replace if-else with fn chaining Signed-off-by: Matthias Beyer <mail@beyermatthias.de> * Use explicit import for error type --------- Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2023-10-27refactor(config): simplify config path finding (#145)Matthias Beyer
I just found that this could be written with less code, so that's what I did here. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-10-17chore(deps): bump serde from 1.0.188 to 1.0.189 (#140)dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.188...v1.0.189) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10chore(deps): bump thiserror from 1.0.48 to 1.0.49 (#139)dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21chore(deps): bump rayon from 1.7.0 to 1.8.0 (#138)dependabot[bot]
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.7.0 to 1.8.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.0...rayon-core-v1.8.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20chore(deps): bump unicode-width from 0.1.10 to 0.1.11 (#137)dependabot[bot]
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19chore(release): prepare for v0.4.4v0.4.4Orhun Parmaksız
2023-09-19fix(test): update the tui render testOrhun Parmaksız
2023-09-19refactor(ci): simplify the installation of cargo-tarpaulinOrhun Parmaksız
2023-09-19fix(ci): update cargo-tarpaulin argumentsOrhun Parmaksız
2023-09-19revert(deps): bump codecov/codecov-action from 3 to 4 (#134)Orhun Parmaksız
This reverts commit dee4a9f2d799c53efd633a764f23db02744034ff.
2023-09-19chore(deps): bump ratatui to 0.23.0Orhun Parmaksız
2023-09-15chore(deps): bump codecov/codecov-action from 3 to 4 (#134)dependabot[bot]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14chore(release): prepare for v0.4.3v0.4.3Orhun Parmaksız
2023-09-14chore(docker): bump the Rust version in DockerfileOrhun Parmaksız
2023-09-14chore(deps): bump serde_json from 1.0.106 to 1.0.107 (#132)dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.106 to 1.0.107. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.106...v1.0.107) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14feat(tui): add a panic hook to reset terminal upon panic (#112)Orhun Parmaksız
2023-09-13style(tui): use better colors when background color is set to resetOrhun Parmaksız
2023-09-13style(script): format the scriptsOrhun Parmaksız
2023-09-13chore(changelog): fix the repository linkOrhun Parmaksız
2023-09-13chore(deps): pin ratatui to 0.22.0Orhun Parmaksız
2023-09-13chore(deps): bump ratatui from 0.22.0 to 0.23.0 (#131)dependabot[bot]
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui-org/ratatui/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13chore(deps): bump docker/setup-buildx-action from 2 to 3 (#130)dependabot[bot]
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13chore(deps): bump docker/metadata-action from 4 to 5 (#129)dependabot[bot]
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13chore(deps): bump docker/login-action from 2 to 3 (#128)dependabot[bot]
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13chore(deps): bump docker/build-push-action from 4 to 5 (#127)dependabot[bot]
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12chore(deps): pin ratatui to 0.22.0Orhun Parmaksız
2023-09-12chore(deps): bump ratatui from 0.22.0 to 0.23.0 (#126)dependabot[bot]
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui-org/ratatui/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11chore(deps): bump ratatui dependencyOrhun Parmaksız
2023-09-11chore(deps): bump serde_json from 1.0.105 to 1.0.106 (#125)dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05chore(deps): bump actions/checkout from 3 to 4 (#124)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04chore(deps): bump thiserror from 1.0.47 to 1.0.48 (#123)dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.47...1.0.48) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28chore(deps): bump serde from 1.0.186 to 1.0.188 (#122)dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.186 to 1.0.188. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.186...v1.0.188) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24chore(deps): bump serde from 1.0.185 to 1.0.186 (#121)dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.185 to 1.0.186. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.185...v1.0.186) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22chore(deps): bump serde from 1.0.183 to 1.0.185 (#120)dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.183 to 1.0.185. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.183...v1.0.185) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21chore(deps): bump tui-logger from 0.9.4 to 0.9.5 (#119)dependabot[bot]
Bumps [tui-logger](https://github.com/gin66/tui-logger) from 0.9.4 to 0.9.5. - [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin66/tui-logger/compare/v0.9.4...v0.9.5) --- updated-dependencies: - dependency-name: tui-logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18chore(deps): bump thiserror from 1.0.46 to 1.0.47 (#118)dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.46 to 1.0.47. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.46...1.0.47) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-16chore(deps): bump serde_json from 1.0.104 to 1.0.105 (#117)dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.105. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.105) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-16chore(deps): bump thiserror from 1.0.44 to 1.0.46 (#116)dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.46. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.46) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-16chore(deps): bump tui-logger from 0.9.2 to 0.9.4 (#113)dependabot[bot]
Bumps [tui-logger](https://github.com/gin66/tui-logger) from 0.9.2 to 0.9.4. - [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin66/tui-logger/compare/0.9.2...v0.9.4) --- updated-dependencies: - dependency-name: tui-logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-16chore(mergify): add mergify config for automatic mergeOrhun Parmaksız
2023-08-15Merge #115stagingbors[bot]
115: chore(deps): bump serde from 1.0.180 to 1.0.183 r=orhun a=dependabot[bot] Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.183. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15chore(deps): bump serde from 1.0.180 to 1.0.183dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.183. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.183) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14Merge #110 #114bors[bot]
110: chore(deps): bump serde from 1.0.175 to 1.0.180 r=orhun a=dependabot[bot] Bumps [serde](https://github.com/serde-rs/serde) from 1.0.175 to 1.0.180. 114: chore(deps): bump log from 0.4.19 to 0.4.20 r=orhun a=dependabot[bot] Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14chore(deps): bump log from 0.4.19 to 0.4.20dependabot[bot]
Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.19...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01chore(deps): bump serde from 1.0.175 to 1.0.180dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.175 to 1.0.180. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.175...v1.0.180) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01Merge #107bors[bot]
107: chore(deps): bump serde_json from 1.0.103 to 1.0.104 r=orhun a=dependabot[bot] Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.104. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-27chore(deps): bump serde_json from 1.0.103 to 1.0.104dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>