Commit graph

717 commits

Author SHA1 Message Date
Clément Sauvage
02d1e65e89
Merge 15e0ecb371 into 950936b178 2022-10-12 15:44:24 +00:00
Jesse Duffield
15e0ecb371 use confirmation panel for upping project 2022-10-12 17:44:03 +02:00
Jesse Duffield
e3f01ecb8d update cheatsheets 2022-10-12 17:44:03 +02:00
Jesse Duffield
dfd4db8bfa allow jumping to top of main panel with home key 2022-10-12 17:44:03 +02:00
Jesse Duffield
e636091bba allow upping and downing whole project 2022-10-12 17:44:03 +02:00
Jesse Duffield
8b04b3ecf4 properly display unforwarded port 2022-10-12 17:44:03 +02:00
Jesse Duffield
cddfb417b6 wait when upping 2022-10-12 17:44:03 +02:00
Jesse Duffield
8c32e623c0 allow upping a service 2022-10-12 17:44:03 +02:00
Jesse Duffield
ac5c5f40c9 update sponsor link 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
bc59c6edde Remove GetLazydockerRootDirectory function 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
449e2bf5e5 Update CI jobs: Remove Check Cheatsheet from ci job 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
e8eee1dd4d Update CI jobs: Add check-codebase 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
15ae01ebec Bump lazycore 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
ff68343290 Clean up 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
509da9d6fb Check if cheatsheets are up to date on CI 2022-10-12 17:44:03 +02:00
Jesse Duffield
0733854923 sort volumes first on whether they have labels and secondly on name 2022-10-12 17:44:03 +02:00
README-bot
6f27ac3c64 Updated README.md 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
a5eece155c Convert generate cmd func to const 2022-10-12 17:44:03 +02:00
Gustavo Andrioli
0024184ba2 Add message that cheetsheets are auto-generated 2022-10-12 17:44:03 +02:00
README-bot
2eaf3c099e Updated README.md 2022-10-12 17:44:03 +02:00
Jesse Duffield
413250cbc2 show selected line in blue 2022-10-12 17:44:03 +02:00
Jesse Duffield
091e6d32ca clean up some things
remove redundant g argument
2022-10-12 17:44:03 +02:00
Jesse Duffield
dd8b1e017c more concise showing of ports 2022-10-12 17:44:03 +02:00
Jesse Duffield
3e8b594f80 display ports against container and service 2022-10-12 17:44:03 +02:00
Jesse Duffield
a2f90b6ea9 prevent issue where opening popup in maximised main view shows popup in front of a side view 2022-10-12 17:44:03 +02:00
Jesse Duffield
9dac4864f2 fix focus issues 2022-10-12 17:44:03 +02:00
Jesse Duffield
f5c9e35a46 improve subprocess approach 2022-10-12 17:44:03 +02:00
Jesse Duffield
4479b8b29e fix view stack code 2022-10-12 17:44:03 +02:00
Jesse Duffield
624e95d5a4 ensure we never delete views 2022-10-12 17:44:03 +02:00
Jesse Duffield
982a6cbf15 allow changing window size 2022-10-12 17:44:03 +02:00
Samuel Cattini-Schultz
1a9c10dc86 Add Compose V2 instructions to FAQ 2022-10-12 17:44:03 +02:00
rmt/src
6f6b0773a4 Include image name on config tab 2022-10-12 17:44:03 +02:00
Jesse Duffield
9d0dbb7c43 Update pkg/config/app_config.go 2022-10-12 17:44:03 +02:00
Miles Liu
4288ea05a5 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-10-12 17:44:03 +02:00
blennster
63fd1da1a2 add tab and backtab navigation 2022-10-12 17:44:03 +02:00
Jesse Duffield
2bd2843d3d appease linter
see if this works
2022-10-12 17:44:03 +02:00
README-bot
f01864311c Updated README.md 2022-10-12 17:44:03 +02:00
KOLOSSA Tilman
994d3c79c4 fixed faulty auto-formatting 2022-10-12 17:44:03 +02:00
KOLOSSA Tilman
32ffbae56c changed "white" colors to "default" to work in both light and dark terminals 2022-10-12 17:44:03 +02:00
Clement Sauvage
2afd84d192 Generate Keybindings_fr.md 2022-10-11 21:13:59 +02:00
Clement Sauvage
0b8d477976 Remove Keybindings_fr.md 2022-10-11 21:11:54 +02:00
Clement Sauvage
ca0956137b Add pkg/i18n/french.go 2022-10-11 21:11:03 +02:00
Jesse Duffield
950936b178
Merge pull request #378 from jesseduffield/small-improvements 2022-10-10 20:59:34 -07:00
Jesse Duffield
129402fd50 use confirmation panel for upping project 2022-10-10 20:40:51 -07:00
Jesse Duffield
0a0116b5eb update cheatsheets 2022-10-10 20:36:34 -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
f948334188
Merge pull request #377 from jesseduffield/upping-v2 2022-10-10 20:33:19 -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