Skip to content

Commit dfcca68

Browse files
redjaxactions-user
andauthored
Feat/ci requirements (#321)
* Dev (#310) (#317) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#300) (#301) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Release/v0.2.12 (#302) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * release(v0.2.12): Add SQLite utils Add utils for quickly creating an empty SQLite database. * Workflow test (#305) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#303) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#300) (#301) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Release/v0.2.12 (#302) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * release(v0.2.12): Add SQLite utils Add utils for quickly creating an empty SQLite database. * Add github action for requirements.txt file exports (#304) * Add github action for requirements.txt file exports * Fix code checkout step. Add "with ref" to the pull request's commit hash * Fix code checkout, add git pull step * Fix order of code checkout/pull * Fix code checkout step, use ref github.ref_name * Try 2, fix code checkout step * Auto-export requirements files * Fix code checkout, use actions/checkout@v3 & ref: ${{ github.ref_name }} * Try fixing checkout code, again * 🤷‍♂️ * . * indentation... 🤦 * Try setting git username/email earlier * Setting git username/email in checkout step doesn't work 🤷‍♂️ * . * Add CI branch to pull_request * Fix: Add if statement to keep workflow from failing when there is nothing to commit --------- --------- * Fix/export reqs action (#307) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#303) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#300) (#301) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Release/v0.2.12 (#302) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * release(v0.2.12): Add SQLite utils Add utils for quickly creating an empty SQLite database. * Dev (#306) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#300) (#301) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Release/v0.2.12 (#302) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * release(v0.2.12): Add SQLite utils Add utils for quickly creating an empty SQLite database. * Workflow test (#305) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#303) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#300) (#301) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Release/v0.2.12 (#302) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * release(v0.2.12): Add SQLite utils Add utils for quickly creating an empty SQLite database. * Add github action for requirements.txt file exports (#304) * Add github action for requirements.txt file exports * Fix code checkout step. Add "with ref" to the pull request's commit hash * Fix code checkout, add git pull step * Fix order of code checkout/pull * Fix code checkout step, use ref github.ref_name * Try 2, fix code checkout step * Auto-export requirements files * Fix code checkout, use actions/checkout@v3 & ref: ${{ github.ref_name }} * Try fixing checkout code, again * 🤷‍♂️ * . * indentation... 🤦 * Try setting git username/email earlier * Setting git username/email in checkout step doesn't work 🤷‍♂️ * . * Add CI branch to pull_request * Fix: Add if statement to keep workflow from failing when there is nothing to commit --------- --------- --------- * Fix: export-requirements action Remove main, workflow-test branches from on: pull_requests Add dev & ci branches --------- * Feat/format action (#308) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#303) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#300) (#301) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Release/v0.2.12 (#302) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * release(v0.2.12): Add SQLite utils Add utils for quickly creating an empty SQLite database. * Dev (#306) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#300) (#301) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Release/v0.2.12 (#302) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * release(v0.2.12): Add SQLite utils Add utils for quickly creating an empty SQLite database. * Workflow test (#305) * Dev (#300) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Add util for initializing SQLite databases. * Add DB_DIR const. Update SQLite schema with DB_DIR * Run linters, formatters * Dev (#303) * Merge changes from main (#298) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * Feat/sqlite utils (#299) * Dev (#294) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * Merge changes from main (#293) * Dev (#291) * Start work on HTTPX utils improvements (#290) * Update demo(). Add vscode workspace. Update httpx validators. Move file_utils -> path_utils * release(v0.2.9): (#292) Rename file_utils -> path_utils. Improve validators. Add core.constants, with directory consts like DATA_DIR and CACHE_DIR. TODO: replace any data/cache/serialize dir references with the new constants * remove old references to hardcoded data/cache/serialize dirs. Replace references with new core.constant values * Fix LOG_DIR import * release(v0.2.10): Small update (#295) Update references to default values in core.constants throughout app * release(v0.2.11): Bugfix (#297) Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist. * … Co-authored-by: Github Actions <[email protected]> * Add ci dependency group, update workflows * Auto-export requirements files --------- Co-authored-by: Github Actions <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 1e94103 commit dfcca68

File tree

6 files changed

+261
-12
lines changed

6 files changed

+261
-12
lines changed

.github/workflows/export-requirements.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,19 @@ jobs:
3939
pdm export -d -o requirements.dev.txt --without-hashes
4040
cat requirements.dev.txt
4141
42+
- name: Export requirements.ci.txt
43+
run: |
44+
pdm export -d -o requirements.ci.txt --without-hashes
45+
cat requirements.ci.txt
46+
4247
- name: Commit & push changes
4348
run: |
4449
git config user.name "GitHub Action"
4550
git config user.email "[email protected]"
4651
4752
## If there are no changes, this keeps the workflow from failing
4853
if [[ -n $(git status -s) ]]; then
49-
git add requirements.txt requirements.dev.txt
54+
git add requirements.txt requirements.dev.txt requirements.ci.txt
5055
git commit -m "Auto-export requirements files"
5156
git push
5257
else

.github/workflows/pdm-lint-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install PDM & dependencies
2727
run: |
2828
python -m pip install pdm
29-
pdm install -d --no-lock
29+
pdm install -G ci.lint --no-lock
3030
pdm --version
3131
3232
- name: Run PDM Scripts

0 commit comments

Comments
 (0)