starchart/src
realaravinth 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
..
data.rs feat: initialize app data and apply clippy lints 2022-04-06 10:08:15 +05:30
gitea.rs feat: Gitea search results datatypes 2022-04-02 16:18:51 +05:30
main.rs feat: crawl gitea and get all repository information 2022-04-06 10:09:49 +05:30
settings.rs fix: loading sqlite database URL from env var 2022-04-12 17:17:24 +05:30
spider.rs feat: check if provided URL points to a Gitea instance 2022-04-06 10:10:38 +05:30
utils.rs chore: rename repo from world to starchart 2022-03-30 10:10:14 +05:30
verify.rs chore: rename repo from world to starchart 2022-03-30 10:10:14 +05:30