copilot-swe-agent[bot]
04d18ee1f7
feat: add semantic-release and conventional commit infrastructure
...
- Create pyproject.toml with python-semantic-release configuration
- Add release.yml workflow for automated releases
- Add commitlint pre-commit hook for conventional commits validation
- Add python-semantic-release to dev dependencies
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-08 07:52:06 +00:00
dependabot[bot]
78ee820c79
chore(deps-dev): bump pip-licenses from 5.0.0 to 5.5.1
...
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses ) from 5.0.0 to 5.5.1.
- [Release notes](https://github.com/raimon49/pip-licenses/releases )
- [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raimon49/pip-licenses/compare/v-5.0.0...v-5.5.1 )
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-version: 5.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-06 22:21:35 +00:00
copilot-swe-agent[bot]
f0f48b39a9
Add security fixes, testing infrastructure, and CI/CD improvements
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-06 21:55:19 +00:00
dependabot[bot]
4aec21a1fe
chore(deps-dev): bump pip-licenses from 4.3.3 to 5.0.0
...
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses ) from 4.3.3 to 5.0.0.
- [Release notes](https://github.com/raimon49/pip-licenses/releases )
- [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.3.3...v-5.0.0 )
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-version: 5.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-15 00:06:01 +00:00
Christian Krakau-Louis
05ede35059
feat: Add license and attribution routes, update templates and documentation
...
- Added a new license route to serve the LGPL license text.
- Introduced a new attribution page to acknowledge third-party software used in the project.
- Updated the base HTML template to include a link to the attribution page.
- Included the license router in the main application router.
- Added the license text file for LGPL to the static licenses directory.
- Updated the NOTICE file to include detailed attributions for third-party libraries.
- Added a new requirements-dev.txt for license compliance checking.
- Updated the requirements.txt to clarify the LGPL license for Paramiko.
2025-04-11 02:39:26 +02:00