Commit Graph

819 Commits (master)
 

Author SHA1 Message Date
Jesse Duffield d81c407dd2 allow for viewing logs in both status and containers panel 5 years ago
Jesse Duffield da645cf173 allow viewing container config in services panel 5 years ago
Jesse Duffield 816eb3f55f bump dependencies 5 years ago
Jesse Duffield 1246ac1ad3 visually display context tabs 5 years ago
Jesse Duffield 6cc6f61ad1 Speed up startup time
Currently the thing most slowing down startup is calling docker-compose config --hash="*"
Even calling docker-compose config --services, which only returns service names, takes
about half a second. So that's the main bottleneck. We could try and directly obtain the
service names, but we'd then need to have our own algorithm for composing all the
docker-compose files being used, and that gives us more stuff to maintain
5 years ago
Jesse Duffield 5d55939719 clean some things up 5 years ago
Jesse Duffield b65df625f4 much more stuff 5 years ago
Jesse Duffield 9a5a01dfbd fix up rebuild container logic 5 years ago
Jesse Duffield 3bcef6d88c support custom container names 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 07a01d2511 test 5 years ago
Jesse Duffield 1f5df32141 WIP streaming commands 5 years ago
Jesse Duffield 129c9bbe9e type the translations 5 years ago
Jesse Duffield 5d40c084a5 WIP 5 years ago
Jesse Duffield 53844b2d7b show logs from two hours ago 5 years ago
Jesse Duffield 1b834401ed switch to fork of asciigraph 5 years ago
Jesse Duffield 60a4c14707 update dependencies 5 years ago
Jesse Duffield c55e83aeaa support custom commands and do minor refactor 5 years ago
Jesse Duffield 645f588cb1 focus on current line after returning from subprocess 5 years ago
Jesse Duffield 365096d5b0 subprocesses that can be safely interrupted 5 years ago
Jesse Duffield f0f96de2b5 WIP on subprocesses 5 years ago
Jesse Duffield 54a5890485 move cursor when a service moves 5 years ago
Jesse Duffield 113abbf59b remove log 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 02b735e011 minor fixups 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
Jesse Duffield 5bf1a40d2f more progress 5 years ago
Jesse Duffield 3cfa4a2bda more stuff 5 years ago
Jesse Duffield 159a1883e5 fix this insane CPU usage issue 5 years ago
Jesse Duffield 46d27c477e support writing back config values to user config 5 years ago
Jesse Duffield 664058d5f0 make config type safe 5 years ago
Jesse Duffield fdc36903ac more progress 5 years ago
Jesse Duffield aa55ff1a8e more progress 5 years ago
Jesse Duffield b2e60e1914 more progress 5 years ago
Jesse Duffield e5ccc673d9 more progress 5 years ago
Jesse Duffield d3ea878fc4 more progress 5 years ago
Jesse Duffield f0ffdcd81f more progress 5 years ago
Jesse Duffield 88758de164 progress on attaching properly 5 years ago
Jesse Duffield 2e9a80fe6c lots of changes 5 years ago
Jesse Duffield 2f1c246fd7 add image history when listing images 5 years ago
Jesse Duffield 15bd991560 support pruning images 5 years ago
Jesse Duffield 4fe26f4f88 add images panel 5 years ago
Jesse Duffield 1488bfbcd4 separate refreshing of container panel from refreshing of main view using a key based on container id and context name 5 years ago
Jesse Duffield cf8e1f0195 support attaching to containers 5 years ago