Commit graph

20 commits

Author SHA1 Message Date
f211823884 move feed::get from FetchEnv into a pure function 2023-07-29 19:56:14 +01:00
73b9ad960b add NetworkEnv 2023-07-29 19:41:50 +01:00
87a53f8426 rename subscriptions/rs as file/read.rs 2023-07-29 19:23:03 +01:00
5931014636 extracted File::open use into FileEnv 2023-07-29 19:09:38 +01:00
defa57de25 extract test_utils module 2023-07-27 21:20:37 +01:00
d8861d6f7e Add tests for feed::find
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-07-25 19:57:31 +01:00
50da088518 feed::find uses fetch::get 2023-07-25 19:36:56 +01:00
1fd5df7151 Use Env to pass in functions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-07-25 19:24:15 +01:00
6d967f5eae Add tests for loading subscriptions file 2023-07-25 16:57:08 +01:00
65156db75e provide history find/add and fetch download as parameters to main 2023-07-25 14:56:59 +01:00
17a92e45e4 provide feed find/get functions as parameters from main 2023-07-25 14:47:33 +01:00
e1ea5a81ec extract fetch 2023-07-25 10:58:56 +01:00
13600e0927 extract subscriptions 2023-07-25 10:57:19 +01:00
a60999785b extract history::add 2023-07-25 10:55:02 +01:00
8b7c88e85c extract history::find 2023-07-25 10:53:26 +01:00
05f7258978 inline get_link function 2023-07-25 10:51:14 +01:00
0b6903404a extract feed::get 2023-07-25 10:50:00 +01:00
507447f6ad extract prelude and feed::find 2023-07-25 10:47:54 +01:00
ec20864dac extract errors.rs 2023-07-25 10:36:08 +01:00
43be49910b split main.rs into lib.rs and main.rs 2023-07-25 10:33:41 +01:00