Commit Graph

794 Commits (master)
 

Author SHA1 Message Date
Jesse Duffield 540c592b04 prevent issue where opening popup in maximised main view shows popup in front of a side view 2 years ago
Jesse Duffield aa8504b8f6 fix focus issues 2 years ago
Jesse Duffield fb7b28243b improve subprocess approach 2 years ago
Jesse Duffield c6607686eb fix view stack code 2 years ago
Jesse Duffield ae240021c1 ensure we never delete views 2 years ago
Jesse Duffield badc43b225 allow changing window size 2 years ago
Jesse Duffield df1a0b7c07
Merge pull request #358 from Syriiin/readme/docker-compose-faq 2 years ago
Jesse Duffield 270c9de796
Merge pull request #352 from rmtsrc/master 2 years ago
Jesse Duffield 2db5aa5ce9
Merge pull request #366 from miles170/master 2 years ago
Jesse Duffield 9c40237fae
Update pkg/config/app_config.go 2 years ago
Jesse Duffield d556ce534a
Merge pull request #367 from blennster/master 2 years ago
Jesse Duffield 63e9d82b4f
Merge pull request #368 from jesseduffield/fix-linting 2 years ago
Jesse Duffield cd791e576f appease linter
see if this works
2 years ago
README-bot e8ebec193f Updated README.md 2 years ago
Jesse Duffield 79feb369e1
Merge pull request #362 from tilliwilli/change-white-colors-to-default 2 years ago
blennster 7e9bde0f41
add tab and backtab navigation 2 years ago
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
2 years ago
KOLOSSA Tilman 49dd19b01c fixed faulty auto-formatting 2 years ago
KOLOSSA Tilman e93cadf1d6 changed "white" colors to "default" to work in both light and dark terminals 2 years ago
rmt/src 3c607534d1
Include image name on config tab 2 years ago
Samuel Cattini-Schultz 339b1068ec Add Compose V2 instructions to FAQ 2 years ago
Jesse Duffield 0b158dfabe
Merge pull request #355 from DasFaultier/master
remove extracted lazydocker binary
2 years ago
README-bot 0da5fef551 Updated README.md 2 years ago
Jesse Duffield 7581417552
Merge pull request #356 from jesseduffield/extract-kill
extract process kill logic
2 years ago
Jesse Duffield ea3c009305 extract process kill logic 2 years ago
Jörg Sachse 54cfd08849
remove extracted lazydocker binary
The installation method used up until now would always leave one copy of the lazydocker binary in the extraction directory. This copy is not actually needed after installation, so it should be removed. TheAxelander also pointed this out in his comment at https://github.com/jesseduffield/lazydocker/issues/270#issuecomment-1042983635.
This commit changes that behaviour and makes the install script cleanup after itself.
2 years ago
README-bot 923c91121e Updated README.md 2 years ago
Jesse Duffield 0118786fd9
Merge pull request #346 from jesseduffield/exec-shell-service
exec shell handler for services panel
2 years ago
Jesse Duffield 14af9f4547 exec shell handler for services panel 2 years ago
Jesse Duffield 3abff083ad
Merge pull request #317 from mark2185/feature/docker-pause 2 years ago
Luka Markušić a03f550535 Refactor pausing a bit 2 years ago
Luka Markušić 0ced576d9c Add services pause functionality 2 years ago
Luka Markušić badc92f192 Add container pause functionality 2 years ago
Jesse Duffield 2fa6a8964a
Merge pull request #342 from jesseduffield/container-logs-in-sdk 2 years ago
Jesse Duffield d0a53fbe60 use SDK to print container logs to stdout 2 years ago
Jesse Duffield d940f2e7ab honour context being done 2 years ago
README-bot cc2f8032c7 Updated README.md 2 years ago
Jesse Duffield 430467711b again 2 years ago
Jesse Duffield cd744ad699 try again 2 years ago
Jesse Duffield 5112ac775d add sponsors to readme 2 years ago
Jesse Duffield da650f4384
Merge pull request #340 from jesseduffield/alright-ed 2 years ago
Jesse Duffield 8319aed87c deal with TTY containers gracefully 2 years ago
Jesse Duffield 92ce88e5c0 redundant file 2 years ago
Jesse Duffield 76fdbd1239
Merge pull request #339 from jesseduffield/config-updates 2 years ago
Jesse Duffield 86de6c09bd default to wrapping main panel 2 years ago
Jesse Duffield 7396dcb0b7
Merge pull request #338 from jesseduffield/no-more-docker 2 years ago
Jesse Duffield 2f08e0942a support starting a service 2 years ago
Jesse Duffield b4509fb45e add TODO's for using the docker SDK 2 years ago
Jesse Duffield 62be3d9924 allow forcing an image removal 2 years ago
Jesse Duffield d3e84881bb remove custom command from default config given that it is now inbuilt 2 years ago