Commit Graph

35 Commits

Author SHA1 Message Date
github-actions[bot] 70bfd3e489 chore(release): update build metadata files [skip ci] 2026-02-13 22:35:05 +00:00
github-actions[bot] 84f4d4d9f6 chore(release): update build metadata files [skip ci] 2026-02-13 22:25:29 +00:00
github-actions[bot] 5f4df0cc66 chore(release): update build metadata files [skip ci] 2026-02-13 21:17:47 +00:00
github-actions[bot] 4f395f01f5 chore(release): update build metadata files [skip ci] 2026-02-13 21:00:53 +00:00
github-actions[bot] 3fa9c110a2 chore(release): update build metadata files [skip ci] 2026-02-13 20:54:37 +00:00
github-actions[bot] ece7850ab6 chore(release): update build metadata files [skip ci] 2026-02-13 20:07:17 +00:00
github-actions[bot] 5e9c12a2f4 chore(release): update build metadata files [skip ci] 2026-02-13 17:35:27 +00:00
github-actions[bot] db1c35f8ba chore(release): update build metadata files [skip ci] 2026-02-13 17:00:51 +00:00
github-actions[bot] 12406eb17c chore(release): update build metadata files [skip ci] 2026-02-13 16:42:09 +00:00
github-actions[bot] 3bbaaa8655 chore(release): update build metadata files [skip ci] 2026-02-13 14:08:57 +00:00
github-actions[bot] 8298fb9aed chore(release): update build metadata files [skip ci] 2026-02-13 12:16:11 +00:00
github-actions[bot] 0fc50e304c chore(release): update build metadata files [skip ci] 2026-02-13 11:15:58 +00:00
github-actions[bot] dac9826046 chore(release): update build metadata files [skip ci] 2026-02-12 21:35:02 +00:00
github-actions[bot] 0119404252 chore(release): update build metadata files [skip ci] 2026-02-12 14:26:12 +00:00
github-actions[bot] ed131fc693 chore(release): update build metadata files [skip ci] 2026-02-12 13:34:21 +00:00
github-actions[bot] fb0470a438 chore(release): update build metadata files [skip ci] 2026-02-12 13:33:30 +00:00
github-actions[bot] 28266290cf chore(release): update build metadata files [skip ci] 2026-02-12 11:54:08 +00:00
github-actions[bot] 537f7b048a chore(release): update build metadata files [skip ci] 2026-02-12 09:17:45 +00:00
github-actions[bot] e827cfffe2 chore(release): update build metadata files [skip ci] 2026-02-12 03:23:55 +00:00
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