Commit Graph

70 Commits

Author SHA1 Message Date
Thomas Eppers
7720ed3102 restructured test; fixed a bug in regex for matching yaml image lines
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-16 13:12:12 +01:00
Thomas Eppers
a41197562b nicer formatting for TagList
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-01 13:18:05 +01:00
Thomas Eppers
0ace41f545 removed clippy warnings 2021-11-01 13:09:09 +01:00
Thomas Eppers
cefe57b980 first working version with ghcr 2021-11-01 13:07:11 +01:00
Thomas Eppers
fe3f0579ad moved function to mod.rs; use generic structs in default.rs 2021-11-01 13:00:59 +01:00
Thomas Eppers
cb1a1c24b7 fixed some clippy warnings; added TODOs for later 2021-11-01 12:34:05 +01:00
Thomas Eppers
bc09317d4b fixed tests for DockerHub 2021-11-01 12:29:58 +01:00
Thomas Eppers
c0d376c79f created new generic structs for another registry than docker.hub 2021-11-01 12:27:51 +01:00
Thomas Eppers
cdb6babd48 bump version to version 1.0.0
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-31 22:52:06 +01:00
Thomas Eppers
8a35904c79 bumped version to 0.11.0
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-28 18:41:28 +02:00
Thomas Eppers
c55ccf005b updated screenshot
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-28 18:39:47 +02:00
Thomas Eppers
b6a234a833 imbed screenshot in README
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-28 17:43:04 +02:00
Thomas Eppers
2a0dee78a7 added woodpecker ci config 2021-10-28 17:42:37 +02:00
Thomas Eppers
b67242d0ea changed program parameter from -c to -f to match docker-compose 2021-10-27 14:15:12 +02:00
Thomas Eppers
7b8e613058 added more Hints for Input 2021-10-27 14:12:23 +02:00
Thomas Eppers
74006af796 added a check to not show an error when load next page of tags 2021-10-27 14:10:07 +02:00
Thomas Eppers
d608fe6b50 changed function next_page from Result to Option 2021-10-27 13:40:55 +02:00
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