Commit Graph

628 Commits

Author SHA1 Message Date
bradley 59f00dd6aa
Merge pull request #296 from utix/patch-1
Fix running icon
2022-08-01 06:32:57 -05:00
bradley 06265407b2
Merge pull request #306 from jnishwanth/patch-1
updated README.md
2022-08-01 06:24:33 -05:00
bradley a08150ea9c
Merge pull request #303 from wdiazux/master
Fix apt-key is deprecated
2022-08-01 06:23:25 -05:00
Alex Stelmachonak 6bf41ea05f
Add Windows-specific intructions and badge for scoop (#295) 2022-08-01 07:21:06 -04:00
Jeya Nishwanth 3dff9970ad
updated README.md
`ctop` has been added to the arch community repository. Hence can be installed without the AUR now!
2022-06-12 03:07:41 +05:30
William Diaz 458ef62f80 Required packages to set up the repository 2022-05-21 23:06:07 -06:00
William Diaz a821deb3b4 Fix apt-key is deprecated 2022-05-21 22:48:46 -06:00
Aurélien Lajoie dacd3be920
Fix running icon
Use ▶ for running status
2022-04-26 19:10:52 +02:00
Bradley Cicenas 222a7d77b2 Squashed commit of the following:
commit 9968c504a5
Author: Florian Vahl <florian@flova.de>
Date:   Tue Feb 1 00:37:31 2022 +0100

    Fix formating (Spaces -> Tabs)

commit 6b8840647e
Author: Florian <florian@flova.de>
Date:   Tue Feb 1 00:27:44 2022 +0100

    Use better duration formating

commit 815dc6ec84
Author: Florian <florian@flova.de>
Date:   Tue Feb 1 00:27:04 2022 +0100

    Fix date formating in 'created' col

commit 05b17798f8
Author: Florian <florian@flova.de>
Date:   Tue Feb 1 00:26:08 2022 +0100

    Add fix from #275 for uptime of running containers
2022-03-30 14:13:10 -04:00
Bradley Cicenas 9bc26c8296 update dockerfile base image -> go1.18 2022-03-24 08:14:39 -04:00
Bradley Cicenas 5271cf6d90
update go.mod go1.17 -> go1.18 2022-03-24 11:53:43 +00:00
Bradley Cicenas a8e1fb7246
update circleci image to go1.18 2022-03-23 17:50:10 +00:00
Bradley Cicenas d60b215611
go mod tidy 2022-03-23 17:47:39 +00:00
Bradley Cicenas 79242c7de5 update go.mod 1.15 -> 1.17 2022-03-23 13:47:16 -04:00
Bradley Cicenas 6dcb62f172 remove termui fork dependency 2022-03-23 13:46:53 -04:00
DasSkelett 163060b3fa
Update runc to 1.1.0 to get newer x/sys and fix Go 1.18 build (#292)
* Update runc to 1.1.0 to get newer x/sys

...to fix building on Darwin with Go 1.18.

This required some code changes as opencontainers unfortunately introduced breaking changes in a minor revision.
However, those changes were to simpify the libcontainer factory initialization.

* Switch CircleCI image to cimg/go, update remote Docker version to 20.10
2022-03-23 13:46:40 -04:00
Bradley Cicenas acbf17a4fd
prevent index out of range panic on empty value env strings 2022-03-23 17:06:47 +00:00
Bradley Cicenas 021b1710a3
update readme 2022-03-22 13:45:12 +00:00
Bradley Cicenas 2d43cd146f
update readme version 2022-03-22 12:51:01 +00:00
Bradley Cicenas 11a1cb10f4
v0.7.7 2022-03-22 12:00:27 +00:00
Bradley Cicenas f83e73d1ea Merge branch 'dependabot/go_modules/github.com/opencontainers/runc-1.0.3' 2022-01-06 17:13:56 -05:00
Bradley Cicenas 1f91033beb Merge branch 'master' into dependabot/go_modules/github.com/opencontainers/runc-1.0.3 2022-01-06 17:13:20 -05:00
Bradley Cicenas da09b95d29
prevent panic on container IDs < 12 chars 2022-01-06 22:12:35 +00:00
Florian Vahl 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
dependabot[bot] 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
Bradley Cicenas be23d85eda Merge remote-tracking branch 'stokito/browser' 2021-10-24 10:40:43 -04:00
bradley 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
dependabot[bot] 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
Bradley Cicenas c145cf404a
match release tag to title 2021-07-01 19:32:32 +00:00
bradley 52f52a1163
Merge pull request #268 from neikei/patch-1
Added support for ppc64le
2021-06-13 10:25:11 -04:00
bradley 94f1f3f558
Merge pull request #269 from Quintenps/master
Update README.md (Fixed release download url)
2021-06-13 10:23:07 -04:00
Quinten Peels 3d5a1c0682
Update README.md
Fixed release download url in readme
2021-06-13 16:07:58 +02:00
neikei 1c3577ad4e
Added support for ppc64le 2021-06-13 15:12:27 +02:00
Bradley Cicenas b48a5cf2f9
go mod tidy 2021-06-11 18:07:31 +00:00
Bradley Cicenas 9f8f38f9d7 Merge remote-tracking branch 'remotes/stokito/events_filter' 2021-06-11 14:04:53 -04:00
bradley 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
Frol Kryuchkov 99be3b979e #254-handling-with-wrong-log-format 2021-06-11 17:22:34 +03:00
bradley 29f9abf35c
Merge pull request #236 from stokito/status_unicode
Use more clear status marks
2021-06-10 22:06:40 -04:00
bradley 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
Bradley Cicenas a603c1b58c Merge remote-tracking branch 'remotes/stokito/uptime' 2021-06-10 22:01:45 -04:00
Bradley Cicenas 8f0c9f5048
v0.7.6 2021-06-11 01:23:43 +00:00
bradley 15708224a7
Merge pull request #262 from judaew/patch-1
Add install variant via MacPorts
2021-06-10 21:19:16 -04:00
bradley 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
garsue c58a609349 Update go.sum 2021-05-29 22:01:26 +09:00
garsue 78b038e687 Use runewidth to increment x in TextView 2021-05-29 19:48:02 +09:00
Vadim-Valdis Yudaev 2d937aca08 Add install variant via MacPorts 2021-05-20 17:09:14 +03:00
Sergey Ponomarev 77c9001ed1 optimize health_status event handling 2021-02-04 09:37:44 +02:00
Sergey Ponomarev d98ce102b1 Filter events 2021-02-04 09:22:57 +02:00
Sergey Ponomarev 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
bradley 0094cba5ea
Merge pull request #244 from stokito/fix_243
#243 Fix bug: show ENV variables
2020-12-14 12:29:25 -05:00