Jack Wills
|
fe3696e557
|
refactor: use check_sub for sleep calculations
|
2024-11-15 16:44:10 +00:00 |
|
Jack Wills
|
68a6551ed0
|
refactor: rename scheduler to heartbeat
|
2024-11-15 16:36:32 +00:00 |
|
Jack Wills
|
76ccf7c006
|
refactor: remove uneccessary is_running load
|
2024-11-15 16:30:02 +00:00 |
|
Jack Wills
|
f0b1145651
|
refactor: pointless code removed
|
2024-11-15 16:12:54 +00:00 |
|
Jack Wills
|
0f1d931108
|
Merge branch 'fix/cpu_usage_overflow' into dev
|
2024-11-15 15:49:07 +00:00 |
|
Jack Wills
|
5106a01f3d
|
fix: calculate_usage overflow
Remove overflow path from calculate_usage, update & simplify tests for this function
|
2024-11-15 15:48:39 +00:00 |
|
Jack Wills
|
2a9a14a4fb
|
Merge branch 'refactor/docker' into dev
|
2024-11-15 15:39:26 +00:00 |
|
Jack Wills
|
2a834d6c2f
|
refactor: execute_command()
Include Id and DockerCommand in a DockerMessage, used by the execute_command function to reduce duplicated code
|
2024-11-15 15:39:06 +00:00 |
|
Jack Wills
|
1f9062a5cb
|
chore: dependencies updated
|
2024-11-15 14:42:37 +00:00 |
|
Jack Wills
|
c7ee259654
|
chore: merge main into dev
|
2024-10-22 10:02:10 +00:00 |
|
Jack Wills
|
0b9723bc0e
|
chore: merge release-v0.8.0 into main
|
2024-10-22 10:02:05 +00:00 |
|
Jack Wills
|
34729cc34b
|
chore: release v0.8.0
|
2024-10-22 10:02:04 +00:00 |
|
Jack Wills
|
78f3de40be
|
fix: docs typo
|
2024-10-22 09:56:14 +00:00 |
|
Jack Wills
|
88848e9cd6
|
docs: changelog
|
2024-10-22 09:55:42 +00:00 |
|
Jack Wills
|
af609c0dbf
|
chore: dependencies updated
|
2024-10-22 09:55:18 +00:00 |
|
Jack Wills
|
67ef2128bc
|
docs: changelog
|
2024-10-22 09:40:54 +00:00 |
|
Jack Wills
|
1389d8adbb
|
chore: create_release.sh updated
|
2024-10-22 09:40:50 +00:00 |
|
Jack Wills
|
f58a5bcb35
|
docs: changelog
|
2024-10-21 16:46:05 +00:00 |
|
Jack Wills
|
c058c5a301
|
refactor: Rust 1.82 linting
|
2024-10-21 16:32:33 +00:00 |
|
Jack Wills
|
ea877d2371
|
chore: dependencies updated
|
2024-10-21 16:32:24 +00:00 |
|
Jack Wills
|
289ede3f25
|
fix: attach stderr in exec_internal
|
2024-10-21 15:32:34 +00:00 |
|
Jack Wills
|
a9844436d0
|
chore: .devcontainer updated
|
2024-10-21 15:32:10 +00:00 |
|
Jack Wills
|
c4943370f4
|
chore: create_release.sh updated
|
2024-10-06 15:39:52 +00:00 |
|
Jack Wills
|
9936ad45e1
|
fix: use stderr when saving logs
|
2024-10-06 15:16:29 +00:00 |
|
Jack Wills
|
6bdeb6d552
|
Merge branch 'feat/std_err' into dev
|
2024-10-06 15:15:15 +00:00 |
|
Jack Wills
|
0aa2be3473
|
feat: stderr logs
stderr output is added to logs, merges #49, also add stderr output to Dockerfile.unhealthy
|
2024-10-06 15:15:05 +00:00 |
|
Jack Wills
|
2221705ae0
|
Merge branch 'vincentmasse-main' into dev
|
2024-10-06 15:12:37 +00:00 |
|
Vincent Masse
|
b95c931141
|
Add Stderr output to Logs
|
2024-09-17 20:11:48 -04:00 |
|
Jack Wills
|
101a0cc618
|
chore: merge main into dev
|
2024-09-07 21:38:13 +00:00 |
|
Jack Wills
|
20be29e6a8
|
chore: merge release-v0.7.2 into main
|
2024-09-07 21:38:07 +00:00 |
|
Jack Wills
|
c5d0b24c03
|
chore: release v0.7.2
|
2024-09-07 21:38:06 +00:00 |
|
Jack Wills
|
ae66e57138
|
docs: changelog
|
2024-09-07 21:25:46 +00:00 |
|
Jack Wills
|
578ed9f085
|
revert: expect lint
Expect lint was causing issues with crates/docker builds, revert until fix is found
|
2024-09-07 21:25:14 +00:00 |
|
Jack Wills
|
a7139d7776
|
chore: merge main into dev
|
2024-09-07 07:36:04 +00:00 |
|
Jack Wills
|
45355288cc
|
chore: merge release-v0.7.1 into main
|
2024-09-07 07:35:59 +00:00 |
|
Jack Wills
|
30ef0ab793
|
chore: release v0.7.1
|
2024-09-07 07:35:58 +00:00 |
|
Jack Wills
|
a9d264c881
|
docs: changelog
|
2024-09-07 07:04:21 +00:00 |
|
Jack Wills
|
a564ef8031
|
chore: dependencies updated
|
2024-09-07 07:02:12 +00:00 |
|
Jack Wills
|
2a0ab6d81c
|
refactor: switch lints from allow(x) to expect(x)`
|
2024-09-06 22:48:36 +00:00 |
|
Jack Wills
|
5d77f1e02a
|
chore: .devcontainer updated
|
2024-09-06 22:44:33 +00:00 |
|
Jack Wills
|
1d82ff1368
|
chore: dependencies updated
|
2024-09-06 22:44:27 +00:00 |
|
Jack Wills
|
16ecc5a51f
|
docs: CHANGELOG.md duplicate removed
|
2024-09-05 20:51:15 +00:00 |
|
Jack Wills
|
372f759ca4
|
chore: Rust 1.81.0 linting
|
2024-09-05 20:50:54 +00:00 |
|
Jack Wills
|
99f05f2e5b
|
chore: dependencies updated
|
2024-09-05 20:50:14 +00:00 |
|
Jack Wills
|
1a880cc38a
|
docs: changelog
|
2024-08-15 15:52:33 +00:00 |
|
Jack Wills
|
895ec6204c
|
docs: README.md add Homebrew link
|
2024-08-15 15:51:12 +00:00 |
|
Jack Wills
|
d6238587ff
|
chore: dependencies updated
Replace depreciated ratatui methods
|
2024-08-15 15:18:29 +00:00 |
|
Jack Wills
|
d57a91982a
|
docs: changelog
|
2024-08-07 21:22:40 +00:00 |
|
Jack Wills
|
8f9ce84489
|
Merge branch 'main' into dev
|
2024-08-07 21:20:50 +00:00 |
|
Jack Wills
|
29a2eff564
|
Merge branch 'dev'
|
2024-08-07 21:20:35 +00:00 |
|