316 Commits

Author SHA1 Message Date
github-actions[bot] dd3f48a3c4 chore(release): update build metadata files [skip ci] 2026-02-12 03:18:06 +00:00
github-actions[bot] afdad7314b chore(release): update build metadata files [skip ci] 2026-02-12 02:58:54 +00:00
github-actions[bot] 75dcbaaabe chore(release): update build metadata files [skip ci] 2026-02-12 02:57:39 +00:00
github-actions[bot] fbebe32409 chore(release): update build metadata files [skip ci] 2026-02-12 02:12:29 +00:00
github-actions[bot] 88f7fd6073 chore(release): update build metadata files [skip ci] 2026-02-12 01:38:26 +00:00
github-actions[bot] a4f3d92d20 chore(release): update build metadata files [skip ci] 2026-02-12 00:07:53 +00:00
github-actions[bot] ce40cbcdd8 chore(release): update build metadata files [skip ci] 2026-02-11 21:53:37 +00:00
github-actions[bot] 0a3c8987f8 chore(release): update build metadata files [skip ci] 2026-02-11 21:39:55 +00:00
github-actions[bot] 90b50d3625 chore(release): update build metadata files [skip ci] 2026-02-11 20:36:24 +00:00
github-actions[bot] 3103ebed2b chore(release): update build metadata files [skip ci] 2026-02-11 19:58:10 +00:00
github-actions[bot] 97f815258d chore(release): update build metadata files [skip ci] 2026-02-11 19:15:15 +00:00
github-actions[bot] 0a20f3e0b5 chore(release): update build metadata files [skip ci] 2026-02-11 18:10:22 +00:00
github-actions[bot] fdd524e6dd chore(release): update build metadata files [skip ci] 2026-02-11 18:00:23 +00:00
copilot-swe-agent[bot] 037b4aa94e fix(build): sync VERSION file with semantic-release tags and add build time
- Update generate_build_metadata.sh to sync VERSION from latest git tag
- Change BUILD_DATE format from date-only to ISO 8601 with time (YYYY-MM-DDTHH:MM:SSZ)
- Fix VERSION file from 0.5.0 to 0.9.1 (matching latest git tag v0.9.1)
- Change version fallback from hardcoded '0.5.0-dev' to 'unknown' in config.py
- Update release.yml to commit all build metadata files (not just VERSION)
- Update BuildMetadata.md documentation to reflect automated versioning
- Add tests for build_date with time format and version unknown fallback

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-11 14:42:37 +00:00
copilot-swe-agent[bot] 5f175fabee Add automated build metadata generation system
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-07 19:37:40 +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