Commit Graph

  • cdcb8b6d99 columns.go: remove redundant type Sergey Ponomarev 2020-12-11 20:32:22 +0200
  • b562c923b3
    Merge pull request #242 from stokito/awesome bradley 2020-12-09 16:10:09 -0500
  • f2c28c5fb0 #243 Fix bug: show ENV variables #244 Sergey Ponomarev 2020-12-09 23:06:14 +0200
  • 2fa40842bb Bulk refresh Sergey Ponomarev 2020-12-09 22:38:18 +0200
  • f8074339e6 Use updateContainers() which uses ContainerList instead of inspect Sergey Ponomarev 2020-12-09 20:57:44 +0200
  • 6506e31e5d refreshAll(): parametrize Sergey Ponomarev 2020-12-09 20:52:01 +0200
  • 7cce22a671 #187 Refresh all containers each five minutes Sergey Ponomarev 2020-12-09 14:52:46 +0200
  • 08c63479b3 refreshAll(): remove containers that are not exists anymore Sergey Ponomarev 2020-12-09 14:19:37 +0200
  • ede903f5da Call inspect before Single View Sergey Ponomarev 2020-12-06 14:04:33 +0200
  • 347ec53201 Move docker functions to docker_utils.go Sergey Ponomarev 2020-12-06 14:01:26 +0200
  • 0fd18ec603 Merge branch 'master' into inspect #217 Sergey Ponomarev 2020-12-05 13:05:46 +0200
  • 6b96656469 #191 Show mark for stack #209 Sergey Ponomarev 2020-12-02 12:24:47 +0200
  • 3c53bc65a6 Merge branch 'master' into docker_compose Sergey Ponomarev 2020-12-02 11:34:47 +0200
  • 45ec99296b Merge branch 'master' into refresh_periodically Sergey Ponomarev 2020-12-01 14:37:57 +0200
  • ac76b2eac1 Add Alternatives section #242 Sergey Ponomarev 2020-11-30 17:25:40 +0200
  • b32f90fa4a
    Merge pull request #240 from stokito/name_width bradley 2020-11-29 09:19:07 -0500
  • bec78c90b5
    Merge pull request #238 from stokito/leftovers bradley 2020-11-29 09:06:13 -0500
  • 043f4bd3f3
    update dockerfile to go 1.15 Bradley Cicenas 2020-11-28 20:30:02 +0000
  • c2401cb33a #128 Set column Name to fixed width 30 #240 Sergey Ponomarev 2020-11-27 23:12:16 +0200
  • fa254c652c Columns settings: add hint for re-order columns #238 Sergey Ponomarev 2020-11-27 22:34:55 +0200
  • a59c7aab3c Fix: enable pause [p] only for running or paused container Sergey Ponomarev 2020-11-27 22:28:58 +0200
  • 7d3307ad16 Rename Project to Stack Sergey Ponomarev 2020-11-27 18:56:08 +0200
  • a6892a00ea Merge branch 'master' into docker_compose Sergey Ponomarev 2020-11-27 18:46:06 +0200
  • cd6618c281 #224 Subscribe to only those events that we handling #232 Sergey Ponomarev 2020-11-27 13:40:19 +0200
  • 87b6ba3587 Migrate to official docker client Sergey Ponomarev 2020-11-27 13:38:33 +0200
  • 4e44c9d5f7 file.go use filepath.Dir() Sergey Ponomarev 2020-11-26 12:08:55 +0200
  • 948e7cc9d0 docker_logs.go use SplitN(2) Sergey Ponomarev 2020-11-26 12:08:36 +0200
  • 4850f817f3 status.go: use more clear status marks #236 Sergey Ponomarev 2020-11-25 22:29:10 +0200
  • 10c49018a6 status.go: make logic more explicit Sergey Ponomarev 2020-11-25 22:21:19 +0200
  • 6c662d91fb docker.go shortName() use TrimPrefix() Sergey Ponomarev 2020-11-25 19:15:32 +0200
  • b4a63f8c60 docker_logs.go: use time.RFC3339Nano constant Sergey Ponomarev 2020-11-24 22:19:29 +0200
  • 767b7f61ab Create container directly from create event Sergey Ponomarev 2020-11-24 19:26:44 +0200
  • 74f8f4fe74 Inspect container Sergey Ponomarev 2020-10-29 15:16:48 +0200
  • 0fbc83dbc8 Populate container info from List Containers API response Sergey Ponomarev 2020-11-24 15:13:25 +0200
  • 4973bc83ff cpu color: make threshold upper: > 70% warn and > 90% is danger #239 Sergey Ponomarev 2020-11-24 00:51:09 +0200
  • 87d135909f rename cpus column Bradley Cicenas 2020-11-21 17:48:59 +0000
  • 7632420ecc cpu color: check lower values first Sergey Ponomarev 2020-11-24 00:22:25 +0200
  • 4fbc998a41 status.go: simplify Buffer() Sergey Ponomarev 2020-11-23 14:27:47 +0200
  • 117c3bc7b5
    Merge pull request #234 from stokito/refresh bradley 2020-11-22 19:00:31 -0500
  • b1171f6c3e
    Merge pull request #235 from stokito/cpu_scale bradley 2020-11-21 12:19:43 -0500
  • 9a41252764 #207 CPU unscaled column changes color according to system total usage #235 Sergey Ponomarev 2020-11-20 23:24:13 +0200
  • f377dcaee2 #207 Replace scaleCpu option with dedicated column CPU Scaled Sergey Ponomarev 2020-11-20 23:08:19 +0200
  • 65e9c6dff6 docker connector: refresh() delete container only if it not found but keep on failures #234 Sergey Ponomarev 2020-11-20 19:44:09 +0200
  • df0d8b7892 #187 "created" action is handled separately in watchEvents() Sergey Ponomarev 2020-11-20 19:25:19 +0200
  • 2792e72d18
    Merge pull request #233 from stokito/exec_shell bradley 2020-11-20 11:22:59 -0500
  • 68d6da5c61
    Merge pull request #231 from stokito/log_file bradley 2020-11-20 08:30:13 -0500
  • 53a6b36bf5 exec shell: detect default shell #233 Sergey Ponomarev 2020-11-20 10:42:52 +0200
  • 5ec02f760e exec shell: remove shell config or option Sergey Ponomarev 2020-11-20 10:39:28 +0200
  • 83a422933a exec shell: on error show a status message instead of fatal exit Sergey Ponomarev 2020-11-20 10:33:44 +0200
  • 7679d4a7fd exec shell: fix shell config Sergey Ponomarev 2020-11-20 10:31:00 +0200
  • e34afceb5f logging: log to file #231 Sergey Ponomarev 2020-11-19 20:11:46 +0200
  • ddfff03c05
    Merge pull request #229 from stokito/events bradley 2020-11-19 11:27:09 -0500
  • 29d90cfdd9 logging: start server after log is configured Sergey Ponomarev 2020-11-19 11:21:27 +0200
  • ba126e6e7c events handling: early skipping of extremely frequent exec_* events #229 Sergey Ponomarev 2020-11-18 23:03:48 +0200
  • 009201ed0c actionToStatus: catch more generic die instead of kill Sergey Ponomarev 2020-11-18 22:56:33 +0200
  • 2c07cab59c logging: skip timer events e.g. /timer/1s Sergey Ponomarev 2020-11-18 11:25:20 +0200
  • fd06992236
    Merge pull request #230 from stokito/skip_timer_logging bradley 2020-11-18 09:40:33 -0500
  • e64edbdc36 logging: skip timer events e.g. /timer/1s #230 Sergey Ponomarev 2020-11-18 11:25:20 +0200
  • 4c280cee56 Improve docker events handling: separate channel for status updates Sergey Ponomarev 2020-11-17 22:00:03 +0200
  • b65e970a83 Improve docker events handling Sergey Ponomarev 2020-11-17 21:50:25 +0200
  • 957cabba2d docker.go: watchEvents() optimize actionName extraction Sergey Ponomarev 2020-11-17 12:06:34 +0200
  • 5aacdc3772 docker.go: logging of events Sergey Ponomarev 2020-11-17 11:42:45 +0200
  • bd494d0c95 #191 Show compose service in single view mode Sergey Ponomarev 2020-11-16 23:17:06 +0200
  • 040f53f50d #191 Sort by id and status works only inside of projects Sergey Ponomarev 2020-11-16 23:14:02 +0200
  • 5fba8e279d #191 Sort by project's metrics Sergey Ponomarev 2020-11-16 23:10:07 +0200
  • fcb99f52ea #191 Collect project's metrics Sergey Ponomarev 2020-11-16 23:05:38 +0200
  • a3ddfff06e #191 Remove projects when no any containers left Sergey Ponomarev 2020-11-16 23:02:33 +0200
  • 07553e92ca #191 Group by Docker Compose Sergey Ponomarev 2020-11-16 22:57:37 +0200
  • a118d1ac51 sort.go: rename nameSorter() to cmpByName() Sergey Ponomarev 2020-11-16 22:55:04 +0200
  • 6031b937bf Metrics: SumNet() and SumIO() methods Sergey Ponomarev 2020-11-16 22:21:19 +0200
  • 482775da15 Metrics: init with zero Sergey Ponomarev 2020-11-16 22:19:41 +0200
  • c0d7b3869c Docker.refresh(): pass container id instead of container struct Sergey Ponomarev 2020-11-16 22:12:58 +0200
  • 089fafc049 mock.go: break loop before sending a metric Sergey Ponomarev 2020-11-16 22:08:30 +0200
  • 99d9aeec98
    set running = false when mock,runc collectors stopped Bradley Cicenas 2020-11-13 21:43:11 +0000
  • 44600fca45
    Merge pull request #201 from vcmkrtchyan/master bradley 2020-11-13 16:42:16 -0500
  • 9aaba5dfca
    Merge pull request #223 from stokito/trim bradley 2020-11-13 15:40:01 -0500
  • 0bd8efe800
    fix makefile release Bradley Cicenas 2020-11-13 20:35:40 +0000
  • 3a29c94833 Use percent() function to calc CPU usage #223 Sergey Ponomarev 2020-11-13 11:02:14 +0200
  • a22d99fefb file.go: remove duplicated trim Sergey Ponomarev 2020-11-12 19:29:54 +0200
  • c971d26d42
    v0.7.5 v0.7.5 Bradley Cicenas 2020-11-06 16:59:24 +0000
  • de380ff810
    add arch section to readme Bradley Cicenas 2020-11-06 16:56:17 +0000
  • e7e2478468
    Merge pull request #222 from azlux/master bradley 2020-11-05 13:44:35 -0500
  • 42c80c2395
    fix link #222 azlux 2020-11-05 19:24:50 +0100
  • d22bbc3420
    Merge pull request #221 from azlux/master bradley 2020-11-05 13:16:22 -0500
  • bdfb98265d
    Add apt azlux's repository #221 azlux 2020-11-05 10:54:10 +0100
  • af1908fb27 update make release to use ghub cli Bradley Cicenas 2020-11-01 20:47:27 +0000
  • 73a976c6fe
    Merge pull request #220 from stokito/single_view_trunc_id bradley 2020-11-03 07:55:00 -0500
  • 2bcfc365f7 Single Container View: truncate ID #220 Sergey Ponomarev 2020-11-03 14:11:58 +0200
  • ecc7bf4081
    Merge pull request #219 from bcicen/text-col-setter bradley 2020-10-31 10:53:42 -0400
  • 68e4c32c1b
    add textcol setter, static CID column width #219 text-col-setter Bradley Cicenas 2020-10-31 14:52:30 +0000
  • a63f05b430
    Merge pull request #211 from stokito/truncate_column bradley 2020-10-31 10:40:52 -0400
  • 426dd2c985
    update dockerclient -> v1.6.6 v0.7.4 Bradley Cicenas 2020-10-26 19:30:33 +0000
  • 0fb627a529
    Merge pull request #214 from whalehub/static-binaries bradley 2020-10-26 15:11:02 -0400
  • c8f74a47a1
    Makefile: Add CGO_ENABLED=0 to generate statically linked binaries #214 Aaron 2020-10-26 16:14:57 +0100
  • c984b270db #135 Add uptime column #212 Sergey Ponomarev 2020-10-26 16:32:51 +0200
  • 41c04fefa2 text.go: to do not manually truncate id and name columns #211 Sergey Ponomarev 2020-10-26 15:43:55 +0200
  • 5b2d180f60
    Merge pull request #210 from bcicen/fix-config-encoding bradley 2020-10-26 09:04:07 -0400
  • 2fdbb91f87
    ensure existing config file is removed prior to writing #210 Bradley Cicenas 2020-10-26 13:04:00 +0000
  • c0703db094
    add health check to mock connector Bradley Cicenas 2020-10-26 12:02:31 +0000
  • 53ec5c911a
    return static error on unimplemented manager actions Bradley Cicenas 2020-10-26 11:38:17 +0000