Commit graph

11 commits

Author SHA1 Message Date
7f4e6d5bda
chore: lints 2023-03-02 18:09:44 +05:30
cb2dfa5e19
fix: gitea check is broken, disable check and return default true to
avoid breakage
2023-02-11 19:40:48 +05:30
fe8bd2fb26
fix & chore: handle hostname/URL cleaning within trait implementation
SUMMARY
    Renamed function parameters from "hostname" to "url" wherever a
    url::Url is received

    db_core::get_hostname is renamed to db_core::clean_url, better
    describing its new implementation

    forge_core::get_hostname is renamed to forge_core::get_url to better
    describe its new implementation

URL PROCESSING METHODS

    federate/federate-core
	Parses URL and returns only the hostname

    db/db-core
	Parses URL, cleans it by removing path and query parameters and
	returns the end result
2022-07-15 20:52:47 +05:30
5e8c3a10cf
fix: explicit forge_core::User usage to avoid namespace conflicts 2022-06-04 20:58:31 +05:30
3edafd4f6d
fix: set rate-limit=0 for tests 2022-06-04 20:44:43 +05:30
b3d9dc38d9
feat: impl crawl accepts rate-limit configuration for gitea 2022-06-04 20:35:09 +05:30
7d60189b25
feat: crawl accepts rate-limit config 2022-06-04 20:34:41 +05:30
52cd757ca7
feat: explicitly mention cargo entry points 2022-05-23 18:54:55 +05:30
0586f2e670 feat: get all repositories trait def and impl for sqlx sqlite 2022-05-19 21:38:13 +05:30
d2f5f25c87
feat: implement starchart for gitea 2022-05-17 01:04:17 +05:30
72a6ce9564
feat: define core forge interface to implement starchart 2022-05-17 01:03:54 +05:30