Commit Graph

79 Commits (ce95ddea2a761e644124159a713342a3763dbe4b)

Author SHA1 Message Date
Tony-Sol ce95ddea2a
Add networks panel 1 year ago
Gustavo Andrioli d77b895319 Wrap custom commands on shell 2 years ago
Jesse Duffield 821cd81b72 allow configuring number of logs to tail 2 years ago
Jesse Duffield 9ec03eef45 ignore items with configured substrings 2 years ago
Jesse Duffield 0cdac0bca3 allow upping and downing whole project 2 years ago
Jesse Duffield 195ccf41ce allow upping a service 2 years ago
Jesse Duffield 46de6b365d clean up some things
remove redundant g argument
2 years ago
Jesse Duffield badc43b225 allow changing window size 2 years ago
Jesse Duffield 9c40237fae
Update pkg/config/app_config.go 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
Jesse Duffield d0a53fbe60 use SDK to print container logs to stdout 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 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 2fe7505ebc use event channel to reduce CPU usage by a LOT 2 years ago
Jesse Duffield 9fad29449c
Merge pull request #272 from lpessoa/lp-order-by-status 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
Jesse Duffield a78b5af56b fix crash 2 years ago
Jesse Duffield 97772a95d0 remove anonymous reporting prompt because we disabled that globally ages ago 2 years ago
lpessoa 1681d839fa Fixing gofmt errors 3 years ago
lpessoa 14e6ff1c1f Use sort containers by state by default
Implements #224
Use sort containers by state as default behavior

Legacy sort by name behavior can be set using a user config setting.
`sortContainersByName` is false by default.
3 years ago
Dwarven YANG 43f83f64ec allow user to configure the gui language 3 years ago
Sergey Ponomarev 430600063c Exec shell: autodetect container shell
Some containers may have bash installed but some have only basic sh (Ash/Dash).
There is other shells too: ZSh, tsh etc.

We can automatically detect what shell is configured.
See explanation how it works https://github.com/moby/moby/issues/41702
4 years ago
Nick Flueckiger 1bd850df12 Add legacy folder loc change 4 years ago
Pieter van de Bruggen b5df76187b InternalFunction is not serializable to YAML 5 years ago
Jesse Duffield 4dc8f76083
Merge pull request #107 from jesseduffield/bulk-commands
Support bulk commands in each of the panels
5 years ago
Jesse Duffield 1f9f82601b support bulk commands in each of the panels 5 years ago
Jesse Duffield 64863adc2b
Merge pull request #127 from mjarkk/origin/f115
Allow user setting the pull interval
5 years ago
mjarkk 5b3cdcd0aa
Fixed sugestion from jesse 5 years ago
Dawid Dziurla 2b3d380d10
config: use xdg package instead of configdir 5 years ago
mjarkk 63b1d871c5
Changed the sugestions 5 years ago
mjarkk fd4d4a1dc6
Made the information pulling time dynamic 5 years ago
Dowideit, Sven (O&A, St. Lucia) cdf075b00d Initial working demo
Signed-off-by: Dowideit, Sven (O&A, St. Lucia) <Sven.Dowideit@csiro.au>
5 years ago
mjarkk 867459af56
Merge remote-tracking branch 'jesse/master' into fix-git-typo 5 years ago
mjarkk fddbc7cdf8
Removed some lazygit code 5 years ago
Jesse Duffield a5ec531b2b
Merge pull request #98 from mjarkk/fix-76
Add a limit to the c.StatsHistory
5 years ago
mjarkk 58baf82519
Added the sugestion from @jesseduffeild 5 years ago
Pieter van de Bruggen 86dfebdeaf Replace Project panel content with the project directory.
In the future, it may be worth trying to compute this from ComposeFiles.
5 years ago
Jesse Duffield 4edf263dfa use default border color to support light theme 5 years ago
Callum McIntyre 2bbdb9bf6e Add support for -f flag
- If passed, passes to docker-compose as -f flag
- Supports multiple docker-compose files
5 years ago
Jesse Duffield 50a6eb64ec actually take the debugging flag seriously 5 years ago
Jesse Duffield ea8258d66e more stuff 5 years ago
Jesse Duffield 852a8510ac update config comments for better godoc experience 5 years ago
Jesse Duffield 4e86732cf2 support custom commands that filter down to service names 5 years ago
Jesse Duffield 27eb5a6474 back to only allowing false defaults for config booleans 5 years ago
Jesse Duffield eea087c1db add PromptToReturn config option 5 years ago
Jesse Duffield 405bb85ed0 support clicking on tabs 5 years ago