glendsoza
4d90a0345f
Changes as requested per review
2022-01-17 19:24:32 +05:30
glendsoza
663928e81a
Log the error
2022-01-14 12:56:58 +05:30
glendsoza
32aa08066c
Used RenderTable to dispaly environemnt varialbles also added a check in RenderTable method to make sure code does not panic when empty array is passed
2022-01-14 12:27:30 +05:30
glendsoza
af2eb0bb84
Created a seperate context to display just environment variables in the container panel
2022-01-12 22:39:12 +05:30
Jesse Duffield
4391878bab
Merge pull request #252 from jtraub/browser-services
2021-11-26 21:47:12 +11:00
Jesse Duffield
52fb944bfb
refactor
2021-11-26 21:38:52 +11:00
Jesse Duffield
3c9437f801
slightly more responsive
2021-11-26 21:16:47 +11:00
Mark Kopenga
fb6b73bf5f
Merge pull request #247 from stokito/exec_shell
...
Exec shell: separate menu item and auto detect shell: bash or sh
2021-03-24 21:38:10 +01:00
Sergey Ponomarev
7ede2f8297
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.
2021-03-22 17:43:10 +02:00
Sergey Ponomarev
2688801cbd
Separate menu item for Exec shell
...
Login to container's shell is very popular operation and to make it easier it will be better to make it as a separate menu item with a dedicated hot key.
2020-12-12 18:45:24 +02:00
Tyler Stillwater
6ef3342e96
Logs PrepareForChildren
2020-10-29 09:20:32 -06:00
Jesse Duffield
1f9f82601b
support bulk commands in each of the panels
2019-07-29 18:59:07 +10:00
mjarkk
30a79faa49
Moved the filtering out of containers to the docker.go file
2019-07-07 14:19:35 +02:00
mjarkk
b89b02eee5
Added h key binding
2019-07-06 21:20:21 +02:00
Jesse Duffield
345f02eb11
fix nil pointer exception when trying to kill process
2019-06-30 18:24:59 +10:00
Jesse Duffield
ea8258d66e
more stuff
2019-06-30 11:40:55 +10:00
Jesse Duffield
32fc8ea3e2
defaulting to not wrap now that we can navigate horizontally in the main view
2019-06-29 15:47:15 +10:00
Jesse Duffield
e220bedc79
support actual mouse support and focusing the main view
2019-06-29 13:41:15 +10:00
Jesse Duffield
dcb8b3329f
fix up click events on list panels
2019-06-29 10:22:37 +10:00
Jesse Duffield
8242bd279a
show ports at top of container config
2019-06-23 19:39:45 +10:00
Jesse Duffield
ee688746f0
more
2019-06-23 12:27:31 +10:00
Jesse Duffield
014dce909c
no more separate code paths for tty container logs
2019-06-23 08:11:16 +10:00
Jesse Duffield
5ab4ef6f8c
support docker daemon going down randomly
2019-06-16 12:37:47 +10:00
Jesse Duffield
383f8a51e3
move goroutine call into the NewTask function
2019-06-15 14:51:09 +10:00
Jesse Duffield
344c72f91a
allow showing TOP of a container/service
2019-06-15 14:31:49 +10:00
Jesse Duffield
2474c0b34e
support custom commands in services and containers panel
2019-06-15 14:08:12 +10:00
Jesse Duffield
3e49e299b9
better support for custom commands
2019-06-10 20:14:44 +10:00
Jesse Duffield
87c6208577
add volumes panel
2019-06-10 18:08:23 +10:00
Jesse Duffield
d81c407dd2
allow for viewing logs in both status and containers panel
2019-06-09 12:24:22 +10:00
Jesse Duffield
1246ac1ad3
visually display context tabs
2019-06-09 12:00:53 +10:00
Jesse Duffield
9a5a01dfbd
fix up rebuild container logic
2019-06-08 22:08:56 +10:00
Jesse Duffield
a27b429807
allow config option to only show standalone containers
2019-06-08 21:09:53 +10:00
Jesse Duffield
61a10f5cc7
return to the same panel after switching to a subprocess
2019-06-08 14:01:48 +10:00
Jesse Duffield
71f05ff80a
more
2019-06-08 13:42:18 +10:00
Jesse Duffield
7e45881dc3
a lot of change
2019-06-08 13:00:37 +10:00
Jesse Duffield
1f5df32141
WIP streaming commands
2019-06-05 23:20:42 +10:00
Jesse Duffield
129c9bbe9e
type the translations
2019-06-05 22:20:30 +10:00
Jesse Duffield
53844b2d7b
show logs from two hours ago
2019-06-05 21:08:38 +10:00
Jesse Duffield
c55e83aeaa
support custom commands and do minor refactor
2019-06-05 19:58:08 +10:00
Jesse Duffield
54a5890485
move cursor when a service moves
2019-06-03 20:52:07 +10:00
Jesse Duffield
2f57561c40
more use of waiting statuses
2019-06-03 20:08:42 +10:00
Jesse Duffield
1ed796eb32
send stderr to the main view as well
2019-06-03 11:32:48 +10:00
Jesse Duffield
a017067824
allow setting maximum duration on the graph
2019-06-02 21:08:21 +10:00
Jesse Duffield
69b11cbfd2
add new ticker task convenience function
2019-06-02 20:30:41 +10:00
Jesse Duffield
28b488b740
configurable graphs
2019-06-02 20:18:43 +10:00
Jesse Duffield
5bf1a40d2f
more progress
2019-06-02 17:54:59 +10:00
Jesse Duffield
3cfa4a2bda
more stuff
2019-06-02 16:28:52 +10:00
Jesse Duffield
159a1883e5
fix this insane CPU usage issue
2019-06-02 13:34:26 +10:00
Jesse Duffield
fdc36903ac
more progress
2019-06-02 01:00:12 +10:00
Jesse Duffield
aa55ff1a8e
more progress
2019-06-02 00:28:47 +10:00