summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-04-26fix: disable mouse from widgets (#278)Liran Tal
2023-07-29fix: #250 dockly crashes on attempt to display non-existent widget (#254)v3.23.2Liran Tal
2023-07-07Container sort (#244)Lawrence B
2023-02-02feat: apply full-depth object information printing + colorize output (#223)Liran Tal
2023-02-02feat: add vi key bindings support (#220)Liran Tal
2022-02-19feat: Add ability to connect to remote docker demons (#196)Omri Bar-Zik
2021-07-01fix: dockly crash when copy to Clipboard fails (#178)v3.21.4Omri Bar-Zik
2021-07-01fix(images): image view crash on enter (#176)Omri Bar-Zik
2021-06-19feat(images): add image view (#167)v3.20.0Omri Bar-Zik
2021-06-18feat: adding search in service view (#164)v3.19.0Omri Bar-Zik
2021-06-18fix: tab not working in service tab (#159)v3.18.3Omri Bar-Zik
2021-06-18ci: added Lint Check In CI (#161)Omri Bar-Zik
2021-06-10Fix: dockly crash on service log expend (#157)Omri Bar-Zik
2021-05-12fix: allow Service Id Copy (#154)v3.18.2Omri Bar-Zik
2021-05-09fix(performance): fix event emitter memory leak (#153)v3.18.1Omri Bar-Zik
2021-05-07feat(theme): support for light theme (#150)Sebastian Curland
2021-05-07feat(containerlist): copy container id to clipboard (#149)Sebastian Curland
2021-04-05fix(containerlist): containerList used cached data (#146)Liran Tal
2020-04-09feat: change refresh key to space bar (#136)hoegge
2019-09-12feat(containers): add CLI flags to allow filtering containers list (#118)v3.14.0Flavio Maria De Stefano
2019-09-09feat(logs): add resizable log widget functionality (#98)Kaden Nelson
2019-02-15fix(logs): clear the logbox of any previous logs on select, fixes #88 (#91)v3.10.2Kaden Nelson
2018-09-02fix(dependencies): upgrading dependencies to latest versions (#73)v3.8.0Liran Tal
2018-09-01fix(logs): do not append an EOL after each log line captured (#71)Liran Tal
2018-09-01feat(searchcontainers): new capability to search containers list (#69)Liran Tal
2018-06-24feat(containerlist): refreshing maintains selected item focus (#63)v3.7.0Liran Tal
2018-04-24feat(help): add help dialog (#56)v3.4.0Israel Roldan
2018-02-13fix(dockerUtil): accessing undefined variables in callbackv3.3.1Liran Tal
2018-02-13fix(screen): event handler focus didnt check undefined variableLiran Tal
2018-01-28fix(version): fix author in version (#42)Matan Avneri
2018-01-10refactor(widgets): refactor widgets templates (#34)Matan Avneri
2018-01-03feat(services): introduce support for listing services/replicas informationMatan Avneri
2017-12-31feat(dockerUtil): change to es6 class (#32)Matan Avneri
2017-12-23fix(lint): unexpected trailing comma errorLiran Tal
2017-12-23feat(command line options): support --help and --versionLiran Tal
2017-11-03fix(lint): fix lint issuesLiran Tal
2017-11-03refactor(dockerode): offload connection handling to dockerode libraryLiran Tal
2017-11-02fix(connection): correct hostname usage of the parsed connection stringLiran Tal
2017-09-16feat(actionStatus): new layout for action statusLiran Tal
2017-09-15fix(grid): grid layout and toolbarLiran Tal
2017-09-13refactor(grid): add grid layoutLiran Tal
2017-09-11feat(menu): adding global actions menu to clean all containers/images (#26)Liran Tal
2017-08-02fix(core): possible un-initizlied values are checked for lengthLiran Tal
2017-06-17fix(dockerode): accommodating for dockly start with no containersLiran Tal
2017-05-27feat(dockerhost): support for DOCKER_HOST parametersLiran Tal
2017-05-27feat(dockerhost): support for DOCKER_HOST parameters (#19)Liran Tal
2017-05-26chore(lint): fixing standardjs issues (#18)Liran Tal
2017-05-01fix(assetsLoader): using __dirname instead of path.resolve() for loading modulesLiran Tal
2017-04-16fix(lint): removed unused constructorLiran Tal
2017-04-15refactor(mixins): adding mixin classes for related widgets functionalityLiran Tal