Jack Wills
2ab88eb26e
chore: dependencies updated
2023-01-28 21:55:40 +00:00
Jack Wills
749ec712f0
chore: github workflow use regex from tag
2023-01-28 21:55:23 +00:00
Jack Wills
68e444bfc3
fix: deadlock on draw logs when no containers found
2023-01-28 21:53:21 +00:00
Jack Wills
c4d80061da
revert: is_running AtomicBool back to SeqCst
2023-01-28 20:45:02 +00:00
Jack Wills
b4488e4bdb
refactor: major refactor of internal data handling
...
What started off as an inquisitive look at how the gui drawing blocks get the data they require in order to draw to the screen, ended up as a realisation that it could be achieved in a better manner. Basically just use x.get(y), instead of using x[y] all over the place
2023-01-28 20:44:09 +00:00
Jack Wills
1025579138
docs: comment typo
2023-01-28 17:23:27 +00:00
Jack Wills
9788b8afd9
chore: dependencies updated
2023-01-28 17:23:06 +00:00
Jack Wills
e4ca41dfd8
fix: github workflow release on main only (with semver tag)
2023-01-28 17:13:55 +00:00
Jack Wills
a174dafe1b
refactor: needless (double) referencing removed
2023-01-26 21:00:32 +00:00
Jack Wills
c129f474fe
chores: dependencies updated
2023-01-26 20:58:30 +00:00
Jack Wills
2fe3325ebe
Merge branch 'main' into dev
2023-01-25 15:58:06 -05:00
Jack Wills
b30f4eb023
refactor: install.sh clean-up
2023-01-25 15:57:46 -05:00
Jack Wills
ba310ae37f
chores: Cargo.lock issue
2023-01-25 15:57:10 -05:00
Jack Wills
bd74d5515b
Merge branch 'dev'
2023-01-22 01:09:09 +00:00
Jack Wills
65de5723d7
docs: screenshot updated
2023-01-22 01:08:47 +00:00
Jack Wills
f91ca7cb85
chore: merge main into dev
2023-01-21 22:21:04 +00:00
Jack Wills
c14f9dc41f
chore: merge release-v0.2.0 into main
2023-01-21 22:20:50 +00:00
Jack Wills
93dbc614d1
chore: release v0.2.0
2023-01-21 22:20:40 +00:00
Jack Wills
a53de908c6
docs: changelog
2023-01-21 22:06:53 +00:00
Jack Wills
3858e2ac23
docs: changelog
2023-01-21 21:21:45 +00:00
Jack Wills
007d5d83d7
chore: dependencies updated
2023-01-21 21:19:40 +00:00
Jack Wills
37784fcd87
Merge branch 'feat/timestamp' into dev
2023-01-18 02:44:50 +00:00
Jack Wills
bb26734039
docs: changelog
2023-01-18 02:14:40 +00:00
Jack Wills
fb400517a7
docs: changelog
2023-01-18 02:14:02 +00:00
Jack Wills
51c580010a
fix: memory column aligned, closes #20
2023-01-18 02:06:05 +00:00
Jack Wills
97b89349dc
refactor: main.rs tidy up
2023-01-18 02:05:00 +00:00
Jack Wills
657ea2d751
feat: Logs in own struct
...
Store the logs, and timestamp into a hashset, so that won't push data into the vec if it's already in the hashset, close #11
2023-01-18 02:04:44 +00:00
Jack Wills
9ec43e124a
feat: spawn docker exec commands into own thread
2023-01-18 02:01:56 +00:00
Jack Wills
9dcd0509ef
refactor: derive Default for GuiState
2023-01-18 02:01:01 +00:00
Jack Wills
2d253f0341
chore: dev container post create install cross
2023-01-18 01:58:53 +00:00
Jack Wills
9a27d46a04
chore: create_release.sh typos
2023-01-18 01:58:34 +00:00
Jack Wills
33f9374908
chore: dependencies updated
2023-01-18 01:58:12 +00:00
Jack Wills
253749ac22
Merge branch 'feat/memory' into dev
2023-01-14 18:01:50 +00:00
Jack Wills
bd7dfcd2c5
feat: align memory columns correctly, closes #20
...
use kB as minimum bytestats unit, screenshot updated
2023-01-14 18:01:38 +00:00
Jack Wills
0350293de3
refactor: param reduction, AtomicBool to Relaxed
2023-01-14 17:59:33 +00:00
Jack Wills
8cd199db49
chore: dependencies updated
2023-01-14 17:58:44 +00:00
Jack Wills
d880b829c1
chore: dependencies updated
2023-01-08 18:24:49 +00:00
Jack Wills
66d57c9955
chore: dependencies updated
2023-01-05 20:10:54 +00:00
Jack Wills
4e980911da
chore: merge main into dev
2023-01-03 19:24:00 +00:00
Jack Wills
ce2cf23ef6
chore: merge release-v0.1.11 into main
2023-01-03 19:23:31 +00:00
Jack Wills
8bd6c94b49
chore: release v0.1.11
2023-01-03 19:23:20 +00:00
Jack Wills
8499c33598
docs: changelog/readme
2023-01-03 19:03:39 +00:00
Jack Wills
d1672d28a6
docs: readme
2023-01-03 18:14:25 +00:00
Jack Wills
32816dcca5
docs: changlog
2023-01-03 17:54:11 +00:00
Jack Wills
7a42eba6b0
feat: readme auto download/install added
2023-01-03 17:32:39 +00:00
Jack Wills
e0703b76a1
feat: install.sh script added
2023-01-03 17:08:06 +00:00
Jack Wills
a21e2d3bf8
docs: changelog
2023-01-03 16:58:40 +00:00
Jack Wills
cfdea77594
fix: sort containers on every update_stats(), if a sort is set
2023-01-03 04:44:47 +00:00
Jack Wills
3cdc5fae02
refactor: input sort executed in app_data struct sort_by_header()
2023-01-03 04:43:43 +00:00
Jack Wills
9b09146aad
chore: dependencies updated
2023-01-02 03:53:35 +00:00