Commit Graph
91 Commits
Author SHA1 Message Date
Jesse Duffield 7bd7eed2a3 add donate link back in 2019-06-22 14:15:49 +10:00
Jesse Duffield 7deef46239 update donate link 2019-06-18 21:32:30 +10:00
Jesse Duffield 8e62044666 update readme 2019-06-18 21:19:51 +10:00
Jesse Duffield d81678ad9c bump golang version in circleci yml v0.1.3 2019-06-18 20:51:22 +10:00
Jesse Duffield 8d11d2bc5e remove windows from goreleaser yml v0.1.2 2019-06-18 20:46:37 +10:00
Jesse Duffield ea3e845b0c remove windows build for now v0.1 v0.1.1 2019-06-18 20:38:30 +10:00
Jesse Duffield f2da6dca3b appease gofmt 2019-06-18 20:30:05 +10:00
Jesse Duffield 6c6ba0fa9b add CI stuff 2019-06-18 20:10:23 +10:00
Jesse Duffield 5ab4ef6f8c support docker daemon going down randomly 2019-06-16 12:37:47 +10:00
Jesse Duffield 4c916477ba refactor 2019-06-16 11:05:19 +10:00
Jesse Duffield 1bf9c47438 fixup layout origin/cursor changing 2019-06-16 10:46:03 +10:00
Jesse Duffield 55894b4a5e test 2019-06-16 10:28:58 +10:00
Jesse Duffield e3da07d0b2 better tasking 2019-06-15 15:41:44 +10:00
Jesse Duffield 383f8a51e3 move goroutine call into the NewTask function 2019-06-15 14:51:09 +10:00
Jesse Duffield 97ce1f14d5 use since instead of tail in log args 2019-06-15 14:35:52 +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 90a04add32 fix up log config commands 2019-06-15 11:10:29 +10:00
Jesse Duffield 3e49e299b9 better support for custom commands 2019-06-10 20:14:44 +10:00
Jesse Duffield b02c92da33 support running in non-docker-compose context 2019-06-10 19:29:52 +10:00
Jesse Duffield 87c6208577 add volumes panel 2019-06-10 18:08:23 +10:00
Jesse Duffield 84090bcb94 support viewing docker compose config from status panel 2019-06-09 12:50:17 +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 da645cf173 allow viewing container config in services panel 2019-06-09 12:07:01 +10:00
Jesse Duffield 816eb3f55f bump dependencies 2019-06-09 12:03:09 +10:00
Jesse Duffield 1246ac1ad3 visually display context tabs 2019-06-09 12:00:53 +10:00
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
2019-06-09 10:59:35 +10:00
Jesse Duffield 5d55939719 clean some things up 2019-06-09 10:03:04 +10:00
Jesse Duffield b65df625f4 much more stuff 2019-06-09 00:08:22 +10:00
Jesse Duffield 9a5a01dfbd fix up rebuild container logic 2019-06-08 22:08:56 +10:00
Jesse Duffield 3bcef6d88c support custom container names 2019-06-08 21:44:24 +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 07a01d2511 test 2019-06-07 14:59:31 +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 5d40c084a5 WIP 2019-06-05 21:59:27 +10:00
Jesse Duffield 53844b2d7b show logs from two hours ago 2019-06-05 21:08:38 +10:00
Jesse Duffield 1b834401ed switch to fork of asciigraph 2019-06-05 21:08:38 +10:00
Jesse Duffield 60a4c14707 update dependencies 2019-06-05 20:09:01 +10:00
Jesse Duffield c55e83aeaa support custom commands and do minor refactor 2019-06-05 19:58:08 +10:00
Jesse Duffield 645f588cb1 focus on current line after returning from subprocess 2019-06-03 22:21:43 +10:00
Jesse Duffield 365096d5b0 subprocesses that can be safely interrupted 2019-06-03 22:02:44 +10:00
Jesse Duffield f0f96de2b5 WIP on subprocesses 2019-06-03 21:52:25 +10:00
Jesse Duffield 54a5890485 move cursor when a service moves 2019-06-03 20:52:07 +10:00
Jesse Duffield 113abbf59b remove log 2019-06-03 20:09:26 +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