Commit Graph

78 Commits (052c2ec1d1921835f3757e00f726ca9be214d701)

Author SHA1 Message Date
Jesse Duffield 052c2ec1d1 appease linter 2 years ago
Jesse Duffield 6bc57b7628 appease linter 2 years ago
Jesse Duffield 2fe7505ebc use event channel to reduce CPU usage by a LOT 2 years ago
Jesse Duffield 15105d87ff fix overflow bug 2 years ago
glendsoza 9a0bbd1e38 Fixed the typo and removed the uncessory comment 2 years ago
glendsoza 4d90a0345f Changes as requested per review 2 years ago
glendsoza 663928e81a Log the error 2 years ago
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 2 years ago
glendsoza af2eb0bb84 Created a seperate context to display just environment variables in the container panel 2 years ago
Jesse Duffield 4391878bab
Merge pull request #252 from jtraub/browser-services 3 years ago
Jesse Duffield 52fb944bfb refactor 3 years ago
Jesse Duffield 3c9437f801 slightly more responsive 3 years ago
Mark Kopenga fb6b73bf5f
Merge pull request #247 from stokito/exec_shell
Exec shell: separate menu item and auto detect shell: bash or sh
3 years ago
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.
3 years ago
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.
4 years ago
Tyler Stillwater 6ef3342e96 Logs PrepareForChildren 4 years ago
Jesse Duffield 1f9f82601b support bulk commands in each of the panels 5 years ago
mjarkk 30a79faa49
Moved the filtering out of containers to the docker.go file 5 years ago
mjarkk b89b02eee5
Added h key binding 5 years ago
Jesse Duffield 345f02eb11 fix nil pointer exception when trying to kill process 5 years ago
Jesse Duffield ea8258d66e more stuff 5 years ago
Jesse Duffield 32fc8ea3e2 defaulting to not wrap now that we can navigate horizontally in the main view 5 years ago
Jesse Duffield e220bedc79 support actual mouse support and focusing the main view 5 years ago
Jesse Duffield dcb8b3329f fix up click events on list panels 5 years ago
Jesse Duffield 8242bd279a show ports at top of container config 5 years ago
Jesse Duffield ee688746f0 more 5 years ago
Jesse Duffield 014dce909c no more separate code paths for tty container logs 5 years ago
Jesse Duffield 5ab4ef6f8c support docker daemon going down randomly 5 years ago
Jesse Duffield 383f8a51e3 move goroutine call into the NewTask function 5 years ago
Jesse Duffield 344c72f91a allow showing TOP of a container/service 5 years ago
Jesse Duffield 2474c0b34e support custom commands in services and containers panel 5 years ago
Jesse Duffield 3e49e299b9 better support for custom commands 5 years ago
Jesse Duffield 87c6208577 add volumes panel 5 years ago
Jesse Duffield d81c407dd2 allow for viewing logs in both status and containers panel 5 years ago
Jesse Duffield 1246ac1ad3 visually display context tabs 5 years ago
Jesse Duffield 9a5a01dfbd fix up rebuild container logic 5 years ago
Jesse Duffield a27b429807 allow config option to only show standalone containers 5 years ago
Jesse Duffield 61a10f5cc7 return to the same panel after switching to a subprocess 5 years ago
Jesse Duffield 71f05ff80a more 5 years ago
Jesse Duffield 7e45881dc3 a lot of change 5 years ago
Jesse Duffield 1f5df32141 WIP streaming commands 5 years ago
Jesse Duffield 129c9bbe9e type the translations 5 years ago
Jesse Duffield 53844b2d7b show logs from two hours ago 5 years ago
Jesse Duffield c55e83aeaa support custom commands and do minor refactor 5 years ago
Jesse Duffield 54a5890485 move cursor when a service moves 5 years ago
Jesse Duffield 2f57561c40 more use of waiting statuses 5 years ago
Jesse Duffield 1ed796eb32 send stderr to the main view as well 5 years ago
Jesse Duffield a017067824 allow setting maximum duration on the graph 5 years ago
Jesse Duffield 69b11cbfd2 add new ticker task convenience function 5 years ago
Jesse Duffield 28b488b740 configurable graphs 5 years ago