Commit Graph

420 Commits (master)

Author SHA1 Message Date
Jesse Duffield 95cee378cb restore sorting tests 2 years ago
Jesse Duffield 82516385c0 use lazycore stuff 2 years ago
Jesse Duffield 52d2c1ce8c remove unused string 2 years ago
Jesse Duffield b453ce8940 cleaning things up 2 years ago
Jesse Duffield 0bdd0e0539 yellow ports in container panel for consistency 2 years ago
Jesse Duffield d964c59df0 dont store cyclable views in state 2 years ago
Jesse Duffield dfff845469 more refactoring 2 years ago
Jesse Duffield 751dbef42e refactor some more 2 years ago
Jesse Duffield aab8bcfbcc add deadlock detection for debug mode 2 years ago
Jesse Duffield 9b58b8188a remove redundant function 2 years ago
Jesse Duffield f7beb6e83f stop support menu filtering for simplicity 2 years ago
Jesse Duffield e6d4a97545 better search logic 2 years ago
Jesse Duffield 702361559f allow searching in any list view 2 years ago
Jesse Duffield b6b5373999 fix some glitchiness caused by indeterminate sorting 2 years ago
Jesse Duffield 60df208924 convert menu panel to use new struct 2 years ago
Jesse Duffield 158ef68372 convert project panel to use new struct 2 years ago
Jesse Duffield 5aea90c08b convert containers panel to use new struct 2 years ago
Jesse Duffield a4b4fee868 convert volumes panel to use new struct 2 years ago
Jesse Duffield 79a58c8d48 convert services panel to use new struct 2 years ago
Jesse Duffield b80c8edcd0 convert images panel to use new struct 2 years ago
Jesse Duffield e46b908006 support filtered list panel without dependency on gui package 2 years ago
Jesse Duffield dcce4c67ec create list panel struct 2 years ago
Jesse Duffield cb38e48add create filtered list struct 2 years ago
Jesse Duffield 57379252a5 bump gocui 2 years ago
Jesse Duffield be347a7216 POC filtering on images panel 2 years ago
Jesse Duffield 10919b4dfb deterministically display container ports 2 years ago
Jesse Duffield 2134025de4
Merge pull request #379 from jesseduffield/ignore-substrings 2 years ago
Clement Sauvage dddcf7c4a5 Add pkg/i18n/french.go 2 years ago
Jesse Duffield 9ec03eef45 ignore items with configured substrings 2 years ago
Jesse Duffield 129402fd50 use confirmation panel for upping project 2 years ago
Jesse Duffield 008ad719d6 allow jumping to top of main panel with home key 2 years ago
Jesse Duffield 0cdac0bca3 allow upping and downing whole project 2 years ago
Jesse Duffield 2f52bd04e6 properly display unforwarded port 2 years ago
Jesse Duffield 15990effff wait when upping 2 years ago
Jesse Duffield 195ccf41ce allow upping a service 2 years ago
Jesse Duffield 33df6ff3b0 update sponsor link 2 years ago
Jesse Duffield 38959a0e2b
Merge pull request #374 from gusandrioli/check-cheatsheet-is-up-to-date 2 years ago
Gustavo Andrioli 574e0b6f90 Remove GetLazydockerRootDirectory function 2 years ago
Gustavo Andrioli 337e57afbb Bump lazycore 2 years ago
Jesse Duffield ec8dfbac06 sort volumes first on whether they have labels and secondly on name 2 years ago
Gustavo Andrioli c56256358a Clean up 2 years ago
Gustavo Andrioli 119835c64d Check if cheatsheets are up to date on CI 2 years ago
Jesse Duffield a614bd9a1d show selected line in blue 2 years ago
Jesse Duffield 46de6b365d clean up some things
remove redundant g argument
2 years ago
Jesse Duffield a9d1694853 more concise showing of ports 2 years ago
Jesse Duffield 5988ec5745 display ports against container and service 2 years ago
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 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 cd791e576f appease linter
see if this works
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
Jesse Duffield ea3c009305 extract process kill logic 2 years ago
Jesse Duffield 14af9f4547 exec shell handler for services panel 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 d0a53fbe60 use SDK to print container logs to stdout 2 years ago
Jesse Duffield d940f2e7ab honour context being done 2 years ago
Jesse Duffield 8319aed87c deal with TTY containers gracefully 2 years ago
Jesse Duffield 86de6c09bd default to wrapping main panel 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
Jesse Duffield cd96b20bb2 default to no timestamps in logs 2 years ago
Jesse Duffield 0b7017150c use sdk to obtain container logs 2 years ago
Jesse Duffield a100caa0d9 use sdk to inspect containers 2 years ago
Jesse Duffield d27ce19f6c simplify CPU monitoring logic 2 years ago
Jesse Duffield b5384d6cdb retry upon losing connection to docker 2 years ago
Jesse Duffield 75ed6b12e5 refresh images upon receiving an event 2 years ago
Jesse Duffield 56b3196ef9 sort images by name 2 years ago
Jesse Duffield ac1e47766a ensure we refresh after hiding stopped containers 2 years ago
Jesse Duffield d8777b7a59 update gocui 2 years ago
Jesse Duffield 052c2ec1d1 appease linter 2 years ago
Jesse Duffield e68554cee9 use go's own git version info 2 years ago
Jesse Duffield 14cb013f5d update sponsorship link 2 years ago
Jesse Duffield afe824a3d6 fix test 2 years ago
Jesse Duffield 6bc57b7628 appease linter 2 years ago
Jesse Duffield 2fe7505ebc use event channel to reduce CPU usage by a LOT 2 years ago
Jesse Duffield 57ac3c409d kill process directly 2 years ago
Jesse Duffield 15105d87ff fix overflow bug 2 years ago
glendsoza 2718749229 Ran gofmt to fix issues with formatting 2 years ago
glendsoza 9a0bbd1e38 Fixed the typo and removed the uncessory comment 2 years ago
glendsoza ce5e97dd68 Merge branch 'master' of github.com:jesseduffield/lazydocker 2 years ago
Jesse Duffield 9fad29449c
Merge pull request #272 from lpessoa/lp-order-by-status 2 years ago
lpessoa 62eeaac437
Fixed code format issues 2 years ago
lpessoa cbacd32a68
Changing SortContainersByName to LegacySortContainers
LegacySortContainers will default to legacy behaviour.
New behaviour will sort by status followed by name.
2 years ago
glendsoza 4d90a0345f Changes as requested per review 2 years ago
glendsoza 600e4af8e6 Merge branch 'master' of github.com:jesseduffield/lazydocker 2 years ago