Commit Graph

3 Commits

Author SHA1 Message Date
Bruce Ashfield
3a2ac5b28a podman-tui: update to v0.5.0
Bumping podman-tui to version v0.5.0-40-g8f2b80f, which comprises the following commits:

    95abf3a Bump github.com/containers/podman/v4 from 4.1.1 to 4.2.0
    868a762 Bump github.com/containers/buildah from 1.26.4 to 1.27.0
    7b02fb5 Bump github.com/containers/buildah from 1.26.2 to 1.26.4
    0932c65 Bump github.com/containers/common from 0.48.0 to 0.49.0
    7fff27e Fix flaky tests
    87589d6 Fix typos
    24a3fff Bump github.com/containers/storage from 1.41.0 to 1.42.0
    6795a8f Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
    e4f465b Bump github.com/onsi/gomega from 1.19.0 to 1.20.0
    85a603b Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
    8829267 Running golangci-lint on pdcs/pods, pcs/containers
    d027158 running golangci-lint on pdcs/images
    431dbd7 Makefile target to run codespell
    2408394 running golangci-lint on pdcs/sysinfo
    a4f7c62 running golangci-lint on pdcs/networks
    7b35f80 running golangci-lint on pdcs/volumes
    9f0fdd5 Bump github.com/containers/buildah from 1.26.1 to 1.26.2
    08f96d0 Bump github.com/navidys/tvxwidgets from 0.1.0 to 0.1.1
    9a4dfd5 running golangci-lint on pdcs/registry and pdcs/utils
    a158603 Makefile - install golangci-lint and codespell tools
    843dee3 Bump to v0.6.0-dev
    e0db08b Bump to v0.5.0
    117087b Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
    3e4d6c3 code coverage for network and volume create dialogs
    ac570c3 github workflow: adding templates for bug report and features
    082cf8e docs: adding security policy
    1339a05 Bump github.com/containers/podman/v4 from 4.1.0 to 4.1.1
    9f92e1c new feature - image push
    666026d Bump github.com/docker/docker
    6e50e26 show confirmation dialog in the center of different views
    a55466b disk usage dialog table headers color update
    8f21399 docs update - Mac build
    0d13526 Esc key shall not close dialogs if its dropdown widgets has focus
    a957454 docs update - Mac build
    d6d81f6 Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
    95187ec infobar + help color update for headers
    c25c20e using images.GetImage function for image inspect
    83b1ac5 new feature - container commit
    509532b image history dialog update
    a4488bf update button labels based on their function
    c15c697 makefile update - darwin build
    ce6a55f Bump to v0.5.0-dev
    fafb1dc Bump to v0.4.0
    bc9c56d running codespell
    a23b601 code coverage for ui/utils
    36230ca CI setup

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-08-25 22:55:48 -04:00
Bruce Ashfield
cf21b60f4e podman-tui: update to 0.3.x -tip
Bumping podman-tui to version v0.3.0-82-gcd51747, which comprises the following commits:

    da1eea3 new ui color theme
    36230ca CI setup
    cb43be9 update vagrant box to Fedora 36
    7ad72ce pre-commit configuration and fixes
    a6749cd Bump github.com/docker/docker
    8cadc6f Bump github.com/containers/storage from 1.40.2 to 1.41.0
    9070e74 doc update - install.md
    ef05222 pod/container top dialog ui update
    91e73ee image history dialog ui update
    097674e container stats dialog ui update
    fb11dc7 image search/pull dialog ui update
    b6bda1a sort categories for pod/containers create and image build dialogs
    5dd3e38 code coverage for ui/dialogs package
    5bde8a5 Bump github.com/containers/podman/v4 from 4.0.3 to 4.1.0
    6ffb274 Bump github.com/docker/docker
    bd08f23 Bump github.com/containers/buildah from 1.25.1 to 1.26.1
    697eb4f Bump github.com/containers/common from 0.47.5 to 0.48.0
    ff98068 Bump github.com/containers/storage from 1.40.0 to 1.40.2
    bc47ea7 Bump github.com/containers/storage from 1.39.0 to 1.40.0
    1c46d42 exec terminal update (automatic resize and detach)
    1ef0c11 adding image tree command
    5db9ef8 adding security options fields to pod create dialog
    aeeba55 adding container create security options fields
    5c90866 adding format and security options fields to image build dialog
    3d0b91b doc update
    0f9ead6 adding format and security options fields to image build dialog
    1091a3f windows support
    26134e7 removing unused connection dialog
    206ac15 fixing golint
    4ef15e4 removing image index from name field string search result
    d9ed9e3 activating left/right key to switch between different pages (#55)
    06f342c adding image import command (#51)
    c986342 activate <delete> key for removing items (#50)
    9a962a8 Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0
    e29ce96 using utils pkg common variables and functions
    61904de new feature: image save
    c9f132a doc update - fedora podman-tui rpm
    372c71f Bump github.com/containers/buildah from 1.24.3 to 1.25.1
    d592f1d error dialog ui update to separate the title from the error message
    1b9045f new feature: image build
    c7f3032 Bump github.com/containers/podman/v4 from 4.0.2 to 4.0.3
    0311f68 Bump github.com/containers/storage from 1.38.2 to 1.39.0

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-06-03 09:32:13 -04:00
Bruce Ashfield
700220557c containers: introduce podman-tui
Add the curses/terminal control application for podman.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-03-30 09:42:46 -04:00