Commit graph

22 commits

Author SHA1 Message Date
5e18cad34c
feat: leaky-bucket algo implementing federated search counter 2023-03-04 16:42:23 +05:30
7f4e6d5bda
chore: lints 2023-03-02 18:09:44 +05:30
7b3bc8161e
chore: mv routes to separate crate for reusability 2023-02-23 11:41:16 +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
b3d9dc38d9
feat: impl crawl accepts rate-limit configuration for gitea 2022-06-04 20:35:09 +05:30
0a4b5dd62c feat: setup file listing for download 2022-05-19 18:25:18 +05:30
f78a331e9c feat: retrun latest archive in tar() 2022-05-19 18:19:37 +05:30
a8b58da3eb feat: bootstarp loading templates 2022-05-19 14:33:33 +05:30
5877c39bef
feat: bootstrap templates 2022-05-18 20:28:07 +05:30
5add143318
feat: bootstrap actix-web 2022-05-18 17:39:53 +05:30
f03bd5aaae
feat: setup federation file writes 2022-05-17 20:12:14 +05:30
882fde7d20
feat: setup check and test for federate/* workspaces 2022-05-17 19:58:11 +05:30
38d897023c
feat: setup check and test for forge/* workspaces 2022-05-17 01:15:37 +05:30
a146386e68
chore: update deps 2022-05-05 00:49:23 +05:30
21c93a5e4e
feat: implement create_repository for sqlite 2022-05-04 12:10:37 +05:30
3d98149244
feat: username save on spider::crawl 2022-04-30 23:51:38 +05:30
5af8888936
feat: migrator binary 2022-04-12 17:34:25 +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