59aafc037e
feat: save repositories and tags
2022-05-04 23:51:05 +05:30
3d98149244
feat: username save on spider::crawl
2022-04-30 23:51:38 +05:30
a57759ea80
feat: add owner field and implement Hash for all Gitea response types
2022-04-30 23:50:45 +05:30
c0303ba8c5
feat: create instance the first time it is encountered and load DB from
...
test env
2022-04-13 14:12:29 +05:30
efb5401691
feat: load and init db-sqlx-sqlite with testing environment setup
2022-04-13 12:20:26 +05:30
b39ce2098a
fix: loading sqlite database URL from env var
...
SUMMARY
sqlite caused problems(panic) when trying to break its database URL
when trying to break it down into host, protocol, path and port,
etc. with crate::settings;:DatabaseBuilder. Bypassing
DatabaseBuilder and directly setting crate::settings::Database.url,
fixes this issue.
2022-04-12 17:17:24 +05:30
9d137f8dcf
feat: check if provided URL points to a Gitea instance
2022-04-06 10:10:38 +05:30
8a305d6db1
feat: crawl gitea and get all repository information
2022-04-06 10:09:49 +05:30
35aa155c0e
feat: initialize app data and apply clippy lints
2022-04-06 10:08:15 +05:30
307e9397fc
feat: configuration option for wait time before next API call
2022-04-06 10:05:34 +05:30
7852ae634d
feat: add crawler configuration options
2022-04-03 19:59:45 +05:30
e37f335652
feat: load settings from configuration file
2022-04-02 16:29:23 +05:30
efd4db8e1c
feat: Gitea search results datatypes
2022-04-02 16:18:51 +05:30
5d1799a93d
chore: rename repo from world to starchart
2022-03-30 10:10:14 +05:30
ed18820b7a
feat: verify DNS TXT challenge
2022-03-28 12:20:03 +05:30