Commit Graph

511 Commits

Author SHA1 Message Date
Bradley Cicenas 68e4c32c1b
add textcol setter, static CID column width 2020-10-31 14:52:30 +00:00
bradley a63f05b430
Merge pull request #211 from stokito/truncate_column
text.go: to do not manually truncate id and name columns
2020-10-31 10:40:52 -04:00
Bradley Cicenas 426dd2c985
update dockerclient -> v1.6.6 2020-10-26 19:30:33 +00:00
bradley 0fb627a529
Merge pull request #214 from whalehub/static-binaries
Makefile: Add CGO_ENABLED=0 to generate statically linked binaries
2020-10-26 15:11:02 -04:00
Aaron c8f74a47a1
Makefile: Add CGO_ENABLED=0 to generate statically linked binaries
Signed-off-by: Aaron <admin@datahoarder.dev>
2020-10-26 16:14:57 +01:00
Sergey Ponomarev 41c04fefa2 text.go: to do not manually truncate id and name columns
This truncation is already handled by termui
2020-10-26 15:43:55 +02:00
bradley 5b2d180f60
Merge pull request #210 from bcicen/fix-config-encoding
Fix config encoding
2020-10-26 09:04:07 -04:00
Bradley Cicenas 2fdbb91f87
ensure existing config file is removed prior to writing 2020-10-26 13:04:00 +00:00
Bradley Cicenas c0703db094
add health check to mock connector 2020-10-26 12:02:31 +00:00
Bradley Cicenas 53ec5c911a
return static error on unimplemented manager actions 2020-10-26 11:38:17 +00:00
Bradley Cicenas c5038e2edd
aggregate io r/w across all reported stats volumes 2020-10-25 17:42:20 +00:00
Bradley Cicenas e1a52a314d
v0.7.4, update docs 2020-10-25 16:55:44 +00:00
Bradley Cicenas bbecbc66b9
fix byte format for compact view (short) 2020-10-25 16:02:31 +00:00
Bradley Cicenas 192d3eaa7a Merge branch '0.7.4-dev' into master 2020-10-25 11:41:49 -04:00
Bradley Cicenas d34de844e0 add column config key to help menu 2020-10-25 10:31:51 -04:00
Bradley Cicenas a8e235beca commit missing compact column, row files 2020-10-25 10:31:51 -04:00
Bradley Cicenas ed194e8c04 update to go 1.13 2020-10-25 10:31:51 -04:00
Bradley Cicenas 09566a4043 add optional tooltip to menu widget 2020-10-25 10:31:51 -04:00
Bradley Cicenas f11a705b8b add padding to column menu 2020-10-25 10:31:51 -04:00
Bradley Cicenas 6fe6e7c316 truncate id in compact widget 2020-10-25 10:31:51 -04:00
Bradley Cicenas 9aa104fbc6 handle single kv pair given to NewMeta 2020-10-25 10:31:51 -04:00
Bradley Cicenas 7c6b5c54dc init column config menu 2020-10-25 10:31:51 -04:00
Bradley Cicenas ffb96f4e90 handle empty entries in column config 2020-10-25 10:31:51 -04:00
Bradley Cicenas fc9bd9e5ca refactor column config 2020-10-25 10:31:51 -04:00
Bradley Cicenas c7a8bfa26f integrate widget order, toggling into global config and compact grid 2020-10-25 10:31:51 -04:00
Bradley Cicenas 6b79e5a370 remove unused static col width 2020-10-25 10:31:51 -04:00
Bradley Cicenas 54fc5ac5c6 Revert "shows total memory usage"
This reverts commit 1271ce96e8.
2020-10-25 10:31:51 -04:00
Bradley Cicenas eb8237cbb1 continuing compact widget refactor 2020-10-25 10:31:51 -04:00
Bradley Cicenas 60875b179c initial refactor of all column widgets to standard interface 2020-10-25 10:31:19 -04:00
Marcos Diez 15c5c31726 shows total memory usage 2020-10-25 10:23:31 -04:00
Bradley Cicenas ea5968edce update sig 2020-10-25 10:23:30 -04:00
Bradley Cicenas c0db41ebcb Revert "shows total memory usage"
This reverts commit 1271ce96e8.
2020-10-25 10:23:30 -04:00
Bradley Cicenas dc14c79edf add run-dev to makefile 2020-10-25 10:23:30 -04:00
Bradley Cicenas 0ca5235ae5 continuing compact widget refactor 2020-10-25 10:23:30 -04:00
Bradley Cicenas 8427b0c81d initial refactor of all column widgets to standard interface 2020-10-25 10:23:30 -04:00
Marcos Diez 9bcf2c2c7a shows total memory usage 2020-10-25 10:23:30 -04:00
Bradley Cicenas 03a0da3230
update go version, deps for runc v1.0.0-rc92 2020-10-25 14:22:47 +00:00
Bradley Cicenas 4d7d69d4cf
refactor byte unit formatting, add unit-specific display precision 2020-10-25 14:08:06 +00:00
bradley fae9deb1d9
Merge pull request #203 from kerolloz/patch-1
enhance README.md
2020-08-28 07:29:46 -04:00
Kerollos Magdy 8027b990f8 enhance README.md 2020-07-30 16:18:24 +02:00
Bradley Cicenas c446fb0e11 Merge branch 'master' of github.com:bcicen/ctop into 1.8-dev 2020-01-03 13:50:46 -05:00
Bradley Cicenas 4741b276e4
v0.7.3 2020-01-03 18:37:30 +00:00
Bradley Cicenas d60b16aad1
add column config key to help menu 2020-01-03 13:21:57 +00:00
Bradley Cicenas f704898212
commit missing compact column, row files 2020-01-03 13:20:31 +00:00
Bradley Cicenas 1523cc80ca
update to go 1.13 2020-01-03 13:18:01 +00:00
Bradley Cicenas b16561dccb Merge branch 'refactor-widgets' 2020-01-03 08:04:51 -05:00
Bradley Cicenas bf3b89a010
add optional tooltip to menu widget 2020-01-03 12:53:25 +00:00
Bradley Cicenas 5585a22962
add padding to column menu 2020-01-03 12:25:54 +00:00
Bradley Cicenas ca5d40b7cc
truncate id in compact widget 2020-01-03 12:07:54 +00:00
Bradley Cicenas 50d1c29d57
handle single kv pair given to NewMeta 2020-01-03 12:07:21 +00:00