Commit Graph

11 Commits

Author SHA1 Message Date
43d7323236 chore: bump project version to 1.40.0 and run tests in isolated virtual environment 2025-11-08 02:32:38 +00:00
fb55ea0539 chore: bump project version to 1.39.0 and switch test execution to venv
- Update version string in setup.cfg from 1.38.0 to 1.39.0
- Replace direct pytest invocation with venv-based test runner in CI config
- Add release notes for version 1.39.0 to CHANGELOG.md
2025-11-08 02:29:21 +00:00
9720d0f965 feat: add automated testing framework with initial unit test suite for core modules
- Introduces pytest-based test infrastructure covering data validation, API endpoints, and utility functions
- Configures CI pipeline to run tests on every push to main branch
- Adds test fixtures and mock objects for isolated component testing
2025-11-08 02:27:57 +00:00
c1df448008 chore: bump project version to 1.37.0 and add automated tests to CI workflow
- Update version string from 1.36.x to 1.37.0 across project configuration files
- Add new automated test job to continuous integration pipeline configuration
- Update changelog with release notes documenting changes for version 1.37.0
2025-11-08 02:25:41 +00:00
ec372bb256 chore: bump project version to 1.36.0 and add test job to CI workflow 2025-11-08 02:21:54 +00:00
7429983ec6 chore: bump project version to 1.35.0 and update build config files 2025-11-08 02:14:00 +00:00
2bd51e5628 feat: add project overview and configuration details to readme and settings files 2025-11-08 02:11:02 +00:00
3f246283c6 chore: bump project version to 1.17.0 and update python versions in CI workflows
- Update Python version matrix in GitHub Actions workflows to latest supported releases
- Increment version number from 1.16.x to 1.17.0 across all relevant configuration files
- Append 1.17.0 release notes to CHANGELOG.md documenting new features and fixes
2025-11-07 17:51:45 +00:00
7d388b1c89 chore: remove trailing whitespace from README.md line 42 2025-11-04 07:21:40 +00:00
de315ac7e4 fix: correct typo in trigger update logic for database schema 2025-11-04 07:07:08 +00:00
883c3bbe1d chore: remove trailing whitespace from README.md line 42 2025-11-04 07:04:19 +00:00