0
I Use This!
High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 4 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove mssql-incompatible query More... 6 months ago
fix warning on windows More... 6 months ago
fix test with mem db More... 6 months ago
normalize paths in testing routing More... 6 months ago
test on-db file hosting More... 6 months ago
fix mssql test More... 6 months ago
fix handling of special characters in file names More... 6 months ago
update documentation More... 6 months ago
clippy More... 6 months ago
fmt More... 6 months ago
properly propagate errors while routing and properly handle routing with on-db filesystem More... 6 months ago
remove commented code More... 6 months ago
remove incorrect test. URL fragments are client-side only More... 6 months ago
avoid building Uri objects and crashing on failure More... 6 months ago
clippy: PathBuf (> Path More... 6 months ago
add routing debug info More... 6 months ago
don't panic More... 6 months ago
remove old routing code in http.rs More... 6 months ago
Merge branch 'sqlpage:main' into handle-requests-without-file-extension More... 6 months ago
Implement RoutingConfig trait on app_config, implement FileStore trait on file_cache and filesystem, rename ExecutionStore -> FileStore as now checks both assets and sql files. *Very very rough* first implementation pass in http::main_handler. All tests pass. More... 6 months ago
document themeing More... 6 months ago
improve tab component documentation More... 6 months ago
remove format!() More... 6 months ago
verify query and fragment works as expected for assets and redirects More... 6 months ago
handle site prefix. it's clunky, still have to work out some unwraps. namespaced tests as they were getting overwhelming. More... 6 months ago
changing article's name (#789) More... 6 months ago
make ExecutionStore async. still way too noisy to do this in rust-lang. More... 6 months ago
up-type into from &str to Uri. Handle paths without extensions (serve equivalent .sql if exists, otherwise not found). More... 6 months ago
[feat] Handling requests without an .sql extension directly in SQLPage. First commit, routing.rs. More... 6 months ago
Fix a bug where subsequent requests would fail after a failed CSV import on postgres More... 6 months ago