Pieter van de Bruggen
b3422c87f4
Pull the project name from docker-compose labels, when available
2019-07-03 16:58:42 -07:00
Pieter van de Bruggen
12f3cfab55
Rename StatusPanel to ProjectPanel
2019-07-03 10:48:55 -07:00
Jesse Duffield
187689a553
Merge pull request #62 from mjarkk/fix-58
...
Fix #58 (nil pointer dereference)
2019-07-02 19:52:21 +10:00
mjarkk
d10410e787
Fixed a sugestion
2019-07-02 11:28:19 +02:00
mjarkk
28e75ebe1a
Fixed the issue
2019-07-02 10:38:36 +02:00
mjarkk
cb926cd20a
Fixed an escape bug
2019-07-02 09:14:22 +02:00
mjarkk
e3f6f59890
Removed some dead code
2019-07-01 09:56:05 +02: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
0e76f61359
allow click events in menu
2019-06-29 10:47:45 +10:00
Jesse Duffield
7025468f43
allow clicking on frame edges
2019-06-29 10:40:24 +10:00
Jesse Duffield
dcb8b3329f
fix up click events on list panels
2019-06-29 10:22:37 +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
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