Commit Graph

84 Commits

Author SHA1 Message Date
Thomas Eppers
308fa8dbb8 fixed tests 2023-02-17 13:23:08 +01:00
Thomas Eppers
87039541a5 rewrote parts to make it more async 2023-01-31 23:51:45 +01:00
Thomas Eppers
c98558c41d merged Error into 1; simplified some logic 2023-01-29 19:36:58 +01:00
Thomas Eppers
8ab2690d17 added anyhow and thiserror; fixed clippy warnings; stopped creating switcher twice
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-08-04 15:37:19 +02:00
Thomas Eppers
8363896052 fixed clippy warning 2022-08-04 14:43:06 +02:00
Thomas Eppers
8f0eb3db4f removed faulty ghcr implementation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2022-07-23 17:20:34 +02:00
Thomas Eppers
13350f872a Merge tag 'v1.2.1' into development 2022-07-23 00:50:57 +02:00
Thomas Eppers
88070489f3 fixed clippy warnings 2022-07-23 00:47:25 +02:00
Thomas Eppers
d1ef5c6755 removed unused argument 2022-07-23 00:47:07 +02:00
Thomas Eppers
e98c5e7a12 changed format_time_nice to a trait that extends chrono::Duration 2022-07-23 00:38:44 +02:00
Thomas Eppers
6c83683a4a fixed clippy warnings
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-25 17:10:29 +01:00
Thomas Eppers
3bf2359392 added the ability to instantly delete default text in RepoEntry; simplified some code
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-25 17:08:22 +01:00
Thomas Eppers
bb5ea3a993 add variant information back to details view 2021-11-25 16:42:26 +01:00
Thomas Eppers
7d9cc21b6e removed old code 2021-11-25 14:06:43 +01:00
Thomas Eppers
e3865da563 removed old code; switched output to english 2021-11-25 14:02:56 +01:00
Thomas Eppers
b6dbcd8eba Merge branch 'master' of ssh://gitea.eppixx.freeddns.org:10022/eppixx/reel-moby
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-24 18:06:04 +01:00
Thomas Eppers
e1d9cbe8c9 fixed some clippy warnings
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-24 17:49:23 +01:00
Thomas Eppers
987606d264 remove details in TagList; change ServiceSwitcher height 2021-11-24 17:47:06 +01:00
Thomas Eppers
b59c5f4ead added detail widget to no_yaml ui 2021-11-24 17:41:06 +01:00
Thomas Eppers
e3c6e01036 remove duplicate details 2021-11-24 17:34:43 +01:00
Thomas Eppers
a725161638 changed layout of default ui 2021-11-24 17:31:02 +01:00
Thomas Eppers
62f784fdb9 creating a widget for displaying tag details 2021-11-24 16:27:47 +01:00
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
6d40b03fbf added more comments
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-03 17:08:30 +01:00
Thomas Eppers
246124d4d1 added some comments
All checks were successful
continuous-integration/woodpecker the build was successful
2021-11-03 15:58:01 +01:00
Thomas Eppers
eec1836dd3 added some comments 2021-11-03 15:39:32 +01:00
Thomas Eppers
79577de0f9 take a generic object for displaying in the info widget 2021-11-03 15:06:54 +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
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
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
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