starchart/db/db-sqlx-sqlite
realaravinth 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
..
migrations feat: save hostname when creating challenges 2022-05-19 19:14:31 +05:30
src fix & chore: handle hostname/URL cleaning within trait implementation 2022-07-15 20:52:47 +05:30
.gitignore feat: implement SCDatabase for sqlite 2022-04-12 17:48:05 +05:30
Cargo.lock feat: implement SCDatabase for sqlite 2022-04-12 17:48:05 +05:30
Cargo.toml fix & chore: handle hostname/URL cleaning within trait implementation 2022-07-15 20:52:47 +05:30
sqlx-data.json feat: sqlx postgres: impl interface to get all forges 2022-06-09 14:38:52 +05:30