Jesse Duffield
014dce909c
no more separate code paths for tty container logs
2019-06-23 08:11:16 +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
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
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
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
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
Jesse Duffield
2e9a80fe6c
lots of changes
2019-05-19 12:21:40 +10:00
Jesse Duffield
4fe26f4f88
add images panel
2019-05-19 01:00:02 +10:00
Jesse Duffield
1488bfbcd4
separate refreshing of container panel from refreshing of main view using a key based on container id and context name
2019-05-19 00:21:26 +10:00
Jesse Duffield
9ad6181420
more progress
2019-05-18 23:01:10 +10:00
Jesse Duffield
8c34a5d9f7
more progress
2019-05-18 19:59:17 +10:00
Jesse Duffield
1585b30904
more progress
2019-05-18 14:12:15 +10:00
Jesse Duffield
cf5ec17197
repurpose lazygit code
2019-05-12 10:32:02 +10:00