summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dockerman/luasrc
AgeCommit message (Collapse)Author
2020-10-21luci-app-dockerman: set fallback default of rollback to 90sHannu Nyman
Set the fallback value of the config change rollback timeout to 90 seconds to match the change in /etc/config/luci by commit 81cf99a50. That commit changed the value in the config file, but did not change the underlying fallback values that do get applied when there is no proper config item in etc/config/luci. Users sysupgrading from old systems may have carried an ancient /etc/config/luci (without rollback config) with them, so this change should help them to see the intended user experience. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-20treewide: replace `which` with `command -v`Paul Spooren
Fix shellcheck SC2230 > which is non-standard. Use builtin 'command -v' instead. Once applied to everything concerning OpenWrt we can disable the busybox feature `which` and save 3.8kB. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-11luci-app-dockerman: change common translation for new container to addFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: add edit button to containers listFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: fix typoFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: improve newnetwork viewFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: fix console connectionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: fix socket definitionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: set overview to first menu entryFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: controller/dockerman: clean up action event generationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luic-app-dockerman: move svg into own filesFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: view/dockerman: update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: model/docker: update options object for status_pathFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: model/docker: socket path variable nameFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: model/docker: update debug handlingFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: add bip optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: unify socket_path and hosts by adding the prefix unix://Florian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/container fix indentFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: refactoring remote endpoint optionsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: update uci hosts translationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: model/docker refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: model/docker update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/newcontainer refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/newcontainer update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/networks refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/networks update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/images refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/images update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/containers refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/containers update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/container refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/container update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: controller/docker refactoring and update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/volmes fix volume removeFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/volumes refactoring and update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/newnetwork refactoring and update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/overview refactoring and update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/newcontainer refactoring and update partial coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: use uci from docker-ceFlorian Eckert
Change the source to user docker-ce and update docker uci options name. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: remove ac handlingFlorian Eckert
This is not applicable and this must be implemented in the docker-ce. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-13luci-app-dockerman: add btn css class to button inputFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-10luci-app-dockerman: fix EOL issueFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-10luci-app-dockerman: add ACL dependency annotations"Florian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-10luci-app-dockerman: initial checkinFlorian Eckert
Inital commit version v0.5.13 from https://github.com/lisaac/luci-app-dockerman Signed-off-by: Florian Eckert <fe@dev.tdt.de>