Commit graph

350 commits

Author SHA1 Message Date
Jesse Duffield
e46b908006 support filtered list panel without dependency on gui package 2022-11-09 21:21:35 +11:00
Jesse Duffield
dcce4c67ec create list panel struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
cb38e48add create filtered list struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
57379252a5 bump gocui 2022-11-09 21:21:35 +11:00
Jesse Duffield
be347a7216 POC filtering on images panel 2022-11-09 21:21:35 +11:00
Jesse Duffield
10919b4dfb deterministically display container ports 2022-10-21 13:29:50 -07:00
Jesse Duffield
2134025de4
Merge pull request #379 from jesseduffield/ignore-substrings 2022-10-13 21:46:30 -07:00
Clement Sauvage
dddcf7c4a5 Add pkg/i18n/french.go 2022-10-12 18:28:24 +02:00
Jesse Duffield
9ec03eef45 ignore items with configured substrings 2022-10-10 21:00:41 -07:00
Jesse Duffield
129402fd50 use confirmation panel for upping project 2022-10-10 20:40:51 -07:00
Jesse Duffield
008ad719d6 allow jumping to top of main panel with home key 2022-10-10 20:34:05 -07:00
Jesse Duffield
0cdac0bca3 allow upping and downing whole project 2022-10-10 20:33:56 -07:00
Jesse Duffield
2f52bd04e6 properly display unforwarded port 2022-10-10 20:10:36 -07:00
Jesse Duffield
15990effff wait when upping 2022-10-10 19:57:34 -07:00
Jesse Duffield
195ccf41ce allow upping a service 2022-10-10 19:19:07 -07:00
Jesse Duffield
33df6ff3b0 update sponsor link 2022-10-10 18:40:49 -07:00
Jesse Duffield
38959a0e2b
Merge pull request #374 from gusandrioli/check-cheatsheet-is-up-to-date 2022-10-10 18:31:19 -07:00
Gustavo Andrioli
574e0b6f90 Remove GetLazydockerRootDirectory function 2022-10-10 21:22:55 -03:00
Gustavo Andrioli
337e57afbb Bump lazycore 2022-10-10 18:29:17 -03:00
Jesse Duffield
ec8dfbac06 sort volumes first on whether they have labels and secondly on name 2022-10-10 13:45:25 -07:00
Gustavo Andrioli
c56256358a Clean up 2022-10-10 17:43:32 -03:00
Gustavo Andrioli
119835c64d Check if cheatsheets are up to date on CI 2022-10-10 17:43:29 -03:00
Jesse Duffield
a614bd9a1d show selected line in blue 2022-10-09 18:43:19 -07:00
Jesse Duffield
46de6b365d clean up some things
remove redundant g argument
2022-10-09 18:36:42 -07:00
Jesse Duffield
a9d1694853 more concise showing of ports 2022-10-09 18:10:45 -07:00
Jesse Duffield
5988ec5745 display ports against container and service 2022-10-09 18:03:57 -07:00
Jesse Duffield
540c592b04 prevent issue where opening popup in maximised main view shows popup in front of a side view 2022-10-09 18:03:57 -07:00
Jesse Duffield
aa8504b8f6 fix focus issues 2022-10-09 18:03:57 -07:00
Jesse Duffield
fb7b28243b improve subprocess approach 2022-10-09 18:03:46 -07:00
Jesse Duffield
c6607686eb fix view stack code 2022-10-09 18:03:40 -07:00
Jesse Duffield
ae240021c1 ensure we never delete views 2022-10-09 18:03:14 -07:00
Jesse Duffield
badc43b225 allow changing window size 2022-10-09 18:02:11 -07:00
Jesse Duffield
270c9de796
Merge pull request #352 from rmtsrc/master 2022-10-08 12:02:59 -07:00
Jesse Duffield
2db5aa5ce9
Merge pull request #366 from miles170/master 2022-10-08 12:00:36 -07:00
Jesse Duffield
9c40237fae
Update pkg/config/app_config.go 2022-10-08 11:57:01 -07:00
Jesse Duffield
d556ce534a
Merge pull request #367 from blennster/master 2022-10-08 09:29:16 -07:00
Jesse Duffield
cd791e576f appease linter
see if this works
2022-10-08 09:25:31 -07:00
blennster
7e9bde0f41
add tab and backtab navigation 2022-09-21 00:33:28 +02:00
Miles Liu
d64a92227a
allow user to replace docker repo prefix from image names
Example usage:

```yaml
replacements:
  imageNamePrefixes:
    '123456789012.dkr.ecr.us-east-1.amazonaws.com': '<prod>'
    '923456789999.dkr.ecr.us-east-1.amazonaws.com': '<dev>'
```

Closes #316
2022-09-06 13:43:04 +08:00
KOLOSSA Tilman
49dd19b01c fixed faulty auto-formatting 2022-08-16 13:59:24 +02:00
KOLOSSA Tilman
e93cadf1d6 changed "white" colors to "default" to work in both light and dark terminals 2022-08-16 13:53:33 +02:00
rmt/src
3c607534d1
Include image name on config tab 2022-07-13 14:06:25 +01:00
Jesse Duffield
ea3c009305 extract process kill logic 2022-06-18 13:33:51 +10:00
Jesse Duffield
14af9f4547 exec shell handler for services panel 2022-05-19 15:30:39 +10:00
Luka Markušić
a03f550535 Refactor pausing a bit 2022-05-12 14:19:06 +02:00
Luka Markušić
0ced576d9c Add services pause functionality 2022-05-12 14:01:44 +02:00
Luka Markušić
badc92f192 Add container pause functionality 2022-05-12 14:01:44 +02:00
Jesse Duffield
d0a53fbe60 use SDK to print container logs to stdout 2022-05-12 19:03:15 +10:00
Jesse Duffield
d940f2e7ab honour context being done 2022-05-12 16:59:37 +10:00
Jesse Duffield
8319aed87c deal with TTY containers gracefully 2022-05-11 22:11:01 +10:00