Commit Graph

53 Commits

Author SHA1 Message Date
Thomas Eppers
3cfbc2a656 removed unused code 2021-10-27 13:40:41 +02:00
Thomas Eppers
45f2bb64b0 fixed the rest of the clippy warnings; bumped version to 0.10.0 2021-10-23 13:26:09 +02:00
Thomas Eppers
a718f6f8fb started fixing clippy issues 2021-10-23 13:14:50 +02:00
Thomas Eppers
c9a8c637c4 rewrote TagList with a new behaviour 2021-10-22 17:23:37 +02:00
Thomas Eppers
a82119f827 removed sturctopt macro 2021-10-20 18:56:16 +02:00
Thomas Eppers
c3c653f7a6 changed the info message with an indicator why there is no panel with a docker-compose file 2021-10-20 18:55:01 +02:00
Thomas Eppers
47752720b4 created a new struct for a layout without opening a yaml file 2021-10-20 17:50:12 +02:00
Thomas Eppers
a7f509b165 started decoupling widgets and ui 2021-10-20 15:05:56 +02:00
Thomas Eppers
05a9669fec Merge branch 'dev/parameter' 2021-10-20 13:35:06 +02:00
Thomas Eppers
8f03f7c14b updated Cargo.lock 2021-10-20 13:21:14 +02:00
Thomas Eppers
14658e9253 implemented custom docker-compose file 2021-10-17 03:23:26 +02:00
Thomas Eppers
c8b2bf991c added parameter handling for binary 2021-10-17 02:37:28 +02:00
Thomas Eppers
4bda6e47be change name of the project and version number 2021-10-17 01:19:32 +02:00
Thomas Eppers
70ff0905e2 aded screenshot 2021-10-17 01:17:16 +02:00
Thomas Eppers
d6a40ef5ab added a readme file 2021-10-17 00:52:55 +02:00
Thomas Eppers
187a9cb749 added license file 2021-10-17 00:46:55 +02:00
Thomas Eppers
cb78c58de1 fixed repo tests 2021-10-17 00:17:40 +02:00
Thomas Eppers
0edfd45d38 changed formatting of output of image details 2021-10-17 00:12:31 +02:00
Thomas Eppers
0a844c42ee remove warnings of dead code 2021-09-24 16:36:16 +02:00
Thomas Eppers
a068e3f192 Merge branch 'master' of ssh://gitea.eppixx.freeddns.org:10022/eppixx/query-docker-tags into dev/repo-opject 2021-09-24 16:17:53 +02:00
Thomas Eppers
7828d7c703 added info of architecture and size of images 2021-09-23 22:48:19 +02:00
Thomas Eppers
67486f0042 removed warnings for unused argument 2021-09-23 22:48:04 +02:00
Thomas Eppers
e66b75c021 added a list of common docker-compose file names to open 2021-09-15 10:00:28 +02:00
Thomas Eppers
7203a7309d removed unused warning 2021-09-14 16:46:07 +02:00
Thomas Eppers
d097c41192 removed unused warning 2021-09-14 16:45:55 +02:00
Thomas Eppers
4f0cd0423a use more functions from repo 2021-09-13 17:05:06 +02:00
Thomas Eppers
48c45a1372 switched out regex in ServiceSwitcher to repo functions 2021-09-13 15:54:37 +02:00
Thomas Eppers
fadbe48b05 WIP 2021-09-11 11:07:56 +02:00
Thomas Eppers
ebf1a7726e fixed regex string 2021-09-09 15:23:55 +02:00
Thomas Eppers
0786c26260 added fix for json with a count of 0 2021-09-09 15:14:24 +02:00
Thomas Eppers
063ce06aaa show errors for next/previous page in info widget 2021-09-08 19:26:07 +02:00
Thomas Eppers
d79baa67c6 added new widget to show errors and keybindings 2021-09-08 18:58:21 +02:00
Thomas Eppers
e0644cd2ae added comments 2021-09-07 16:48:14 +02:00
Thomas Eppers
17bea12b4e added the abiliy to go to next/previous page of tags with ctrl+(n/p) 2021-09-07 16:45:27 +02:00
Thomas Eppers
0d76f3b8fa added comments 2021-09-07 16:07:20 +02:00
Thomas Eppers
5fa155381b added options for compiling release binary 2021-09-07 15:30:03 +02:00
Thomas Eppers
9e8df01096 improved error handling; search tag when using up-key 2021-09-07 15:29:20 +02:00
Thomas Eppers
cb4611d02b removed some unused members; improved error handling 2021-09-07 15:28:20 +02:00
Thomas Eppers
918036f2f8 added some tests; more robust error handling 2021-09-07 13:22:46 +02:00
Thomas Eppers
dd261b0127 remove unused file 2021-09-07 13:22:36 +02:00
Thomas Eppers
db5216b100 fixed problem with official images 2021-09-02 01:00:09 +02:00
Thomas Eppers
7b1501f4d8 starting to get finished 2021-09-01 23:04:07 +02:00
Thomas Eppers
4df9d3e7ff changed struct of TagList to more sensible options 2021-09-01 20:03:49 +02:00
Thomas Eppers
a7c3c66b2a changed some structs; fixed correct naming for saving 2021-09-01 18:28:17 +02:00
Thomas Eppers
9023e0b0ed WIP saving 2021-08-31 16:37:04 +02:00
Thomas Eppers
73e57dc11d WIP started working on changing config in execution folder 2021-08-31 01:40:29 +02:00
Thomas Eppers
88cd2122e4 added view of yaml files (dummy view for now); possible switching between tags 2021-08-30 00:28:12 +02:00
Thomas Eppers
30f3050c6c create new ctor for TagList 2021-08-29 00:23:40 +02:00
Thomas Eppers
7748212878 made TAB a switcher for widgets 2021-08-28 17:37:55 +02:00
Thomas Eppers
0031c46d4b first working state 2021-08-25 12:23:15 +02:00