f83e73d1ea
Merge branch 'dependabot/go_modules/github.com/opencontainers/runc-1.0.3'
2022-01-06 17:13:56 -05:00
1f91033beb
Merge branch 'master' into dependabot/go_modules/github.com/opencontainers/runc-1.0.3
2022-01-06 17:13:20 -05:00
da09b95d29
prevent panic on container IDs < 12 chars
2022-01-06 22:12:35 +00:00
350cb09338
Fix cpu count estimation ( #281 )
...
* Fix query for the number of cpu cores.
* Fix formating
* Fix formating again...
2021-12-29 11:56:22 -05:00
d8542c894c
Bump github.com/opencontainers/runc from 1.0.0-rc95 to 1.0.3
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.0.0-rc95 to 1.0.3.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Commits](https://github.com/opencontainers/runc/compare/v1.0.0-rc95...v1.0.3 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-08 01:45:57 +00:00
be23d85eda
Merge remote-tracking branch 'stokito/browser'
2021-10-24 10:40:43 -04:00
2047e3fa52
Merge pull request #272 from bcicen/dependabot/go_modules/github.com/opencontainers/runc-1.0.0-rc95
...
Bump github.com/opencontainers/runc from 1.0.0-rc93 to 1.0.0-rc95
2021-10-24 10:35:37 -04:00
4b653e71f6
Bump github.com/opencontainers/runc from 1.0.0-rc93 to 1.0.0-rc95
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.0.0-rc93 to 1.0.0-rc95.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Commits](https://github.com/opencontainers/runc/compare/v1.0.0-rc93...v1.0.0-rc95 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-27 17:42:05 +00:00
c145cf404a
match release tag to title
2021-07-01 19:32:32 +00:00
52f52a1163
Merge pull request #268 from neikei/patch-1
...
Added support for ppc64le
2021-06-13 10:25:11 -04:00
94f1f3f558
Merge pull request #269 from Quintenps/master
...
Update README.md (Fixed release download url)
2021-06-13 10:23:07 -04:00
3d5a1c0682
Update README.md
...
Fixed release download url in readme
2021-06-13 16:07:58 +02:00
1c3577ad4e
Added support for ppc64le
2021-06-13 15:12:27 +02:00
b48a5cf2f9
go mod tidy
2021-06-11 18:07:31 +00:00
9f8f38f9d7
Merge remote-tracking branch 'remotes/stokito/events_filter'
2021-06-11 14:04:53 -04:00
2b898fb216
Merge pull request #267 from frol-kr/bugfix/issue-254-crushes-when-container-logs-opened
...
#254-handling-with-wrong-log-format
2021-06-11 13:46:42 -04:00
99be3b979e
#254-handling-with-wrong-log-format
2021-06-11 17:22:34 +03:00
29f9abf35c
Merge pull request #236 from stokito/status_unicode
...
Use more clear status marks
2021-06-10 22:06:40 -04:00
82e731e577
Merge pull request #239 from stokito/cpu_color
...
CPU upper: > 70% yellow/warn and > 90% is red/danger
2021-06-10 22:04:54 -04:00
a603c1b58c
Merge remote-tracking branch 'remotes/stokito/uptime'
2021-06-10 22:01:45 -04:00
8f0c9f5048
v0.7.6
v0.7.6
0.7.6
2021-06-11 01:23:43 +00:00
15708224a7
Merge pull request #262 from judaew/patch-1
...
Add install variant via MacPorts
2021-06-10 21:19:16 -04:00
442e70b8df
Merge pull request #264 from garsue/use-runewidth-to-increment-textview-x
...
Use go-runewidth to increment x in TextView
2021-06-10 21:18:33 -04:00
c58a609349
Update go.sum
2021-05-29 22:01:26 +09:00
78b038e687
Use runewidth to increment x in TextView
2021-05-29 19:48:02 +09:00
2d937aca08
Add install variant via MacPorts
2021-05-20 17:09:14 +03:00
77c9001ed1
optimize health_status event handling
2021-02-04 09:37:44 +02:00
d98ce102b1
Filter events
2021-02-04 09:22:57 +02:00
cfa43f809e
Update go-dockerclient and opencontainers/runc
...
The go-dockerclient v1.7.0 now has an ability to specify events filter. But it's dependencies are also updated.
One of those dependencies is mountinfo and the same dependency is used by opencontainers/runc.
The problem is that mountinfo changed it's API and if we just update dockerclient then build is broken.
So we have to update both opencontainers/runc and go-dockerclient
2021-02-04 08:59:06 +02:00
0094cba5ea
Merge pull request #244 from stokito/fix_243
...
#243 Fix bug: show ENV variables
2020-12-14 12:29:25 -05:00
537bb2adfa
Merge pull request #247 from stokito/more_columns
...
More columns
2020-12-14 12:25:17 -05:00
8dce3ece2b
Open in browser: show menu item only if web port is published
2020-12-12 21:50:08 +02:00
dd92e85d45
Open in browser
...
Most containers expose some http port. We can open it in browser.
For simplicity we can just open first container's published port.
We'll determine the ip:port on container creation and store to meta "Web Port".
To open browser on any platform was added a new dependency github.com/pkg/browser which is very small
2020-12-12 21:21:53 +02:00
491cd85b4d
Additional columns
2020-12-11 21:58:37 +02:00
9545dfba31
Extract MetaCol
2020-12-11 20:59:35 +02:00
cdcb8b6d99
columns.go: remove redundant type
2020-12-11 20:32:22 +02:00
b562c923b3
Merge pull request #242 from stokito/awesome
...
Add Alternatives section
2020-12-09 16:10:09 -05:00
f2c28c5fb0
#243 Fix bug: show ENV variables
...
Previously only last env variable is shown
2020-12-09 23:06:14 +02:00
ac76b2eac1
Add Alternatives section
...
This may help users to find more specific tool than ctop
2020-11-30 17:25:40 +02:00
b32f90fa4a
Merge pull request #240 from stokito/name_width
...
#128 Set column Name to fixed width 30
2020-11-29 09:19:07 -05:00
bec78c90b5
Merge pull request #238 from stokito/leftovers
...
Use standard Go functions
2020-11-29 09:06:13 -05:00
043f4bd3f3
update dockerfile to go 1.15
2020-11-28 20:30:02 +00:00
c2401cb33a
#128 Set column Name to fixed width 30
2020-11-27 23:12:16 +02:00
fa254c652c
Columns settings: add hint for re-order columns
2020-11-27 22:34:55 +02:00
a59c7aab3c
Fix: enable pause [p] only for running or paused container
2020-11-27 22:28:58 +02:00
4e44c9d5f7
file.go use filepath.Dir()
2020-11-26 12:08:55 +02:00
948e7cc9d0
docker_logs.go use SplitN(2)
2020-11-26 12:08:36 +02:00
4850f817f3
status.go: use more clear status marks
2020-11-25 22:29:10 +02:00
10c49018a6
status.go: make logic more explicit
2020-11-25 22:21:19 +02:00
6c662d91fb
docker.go shortName() use TrimPrefix()
2020-11-25 19:17:07 +02:00