wren
|
16e8668150
|
feat: add contract template v3 api and legacy oss migration
|
2026-05-19 18:38:17 +08:00 |
|
wren
|
b45d61fa97
|
feat: add document versioning and list API
|
2026-04-29 11:48:50 +08:00 |
|
wren
|
a4169e237e
|
fix: OSS URL store object key only, not absolute path
- OssClient.UploadBytes/UploadText now return object key (relative path)
- Add OssClient.BuildObjectKey method as canonical key builder
- OssClient.BuildObjectUrl preserved for direct-link scenarios
- OssPathUtils.BuildRuleYamlKey/BuildRuleValidationReportKey accept Region
- DB migration: convert 20 existing absolute URLs to object keys
|
2026-04-28 12:29:01 +08:00 |
|
wren
|
2d108c8381
|
feat: M4 seed — upload & publish 20 rule sets, fix config/schema column names
- Fix _export_settings for pydantic v2 compatibility (model_fields)
- Fix delete_time→deleted_at, update_time→updated_at in RuleServiceImpl
- Add OssClient.EnsureBucket method
- Replace contract_lease/sale/tech rules.yaml from new-rules
- Seed script: batch upload 20 rule YAMLs to OSS + write DB + publish
- Config: fix OSS import chain
|
2026-04-28 12:13:46 +08:00 |
|
wren
|
246c0e5ded
|
feat: complete M1-M3 infrastructure — OSS client, native execution chain, rule lifecycle API, system docs
- M1: unified OSS client (upload/download/presign) + path utils + config
- M2: rule service with validate/create/publish/rollback + binding CRUD endpoints
- M3: native AuditCtx runner, file/rule resolvers, storage adapter with full persistence
- docs: SYSTEM_OVERVIEW.md as comprehensive architecture reference
- fix: double finalize — terminal state now written once by finalize_run
|
2026-04-28 11:49:55 +08:00 |
|