A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

via/alice-sdv-product Private

[제품 기준선] ALICE SDV 코드-검증-패키징-배포 참조 제품의 재현 가능한 릴리스를 관리합니다.

https://git.agrithing.ai/via/alice-sdv-product.git
5 commits
COMMIT DETAIL

feat: create quality-enabled release ALICE-1.0-R2

VIA Product Owner <[email protected]> · 2026. 8. 2. 오후 3:55:01
1ce89e804d3f52f351c7f40d6df7504310ba01fd
4 changed files +72 −5 parent 7c0bd10
added approvals/releases/ALICE-1.0-R2.json +35−0 View file
@@ -0,0 +1,35 @@
1 + {
2 + "schemaVersion": "asw.release-review/v1",
3 + "releaseId": "ALICE-1.0-R2",
4 + "state": "DRAFT",
5 + "submittedAt": null,
6 + "submittedBy": null,
7 + "updatedAt": "2026-08-02T15:55:01.224Z",
8 + "institutionApprovals": [
9 + {
10 + "institutionCode": "VIA",
11 + "institution": "주식회사 비아",
12 + "state": "PENDING",
13 + "actor": null,
14 + "at": null,
15 + "evidence": null
16 + }
17 + ],
18 + "validation": {
19 + "state": "PENDING",
20 + "actor": null,
21 + "at": null,
22 + "evidence": null
23 + },
24 + "decision": null,
25 + "events": [
26 + {
27 + "at": "2026-08-02T15:55:01.224Z",
28 + "actor": "VIA Product Owner",
29 + "action": "CREATED",
30 + "from": null,
31 + "to": "DRAFT",
32 + "comment": "언어별 정적·동적 분석이 적용된 최신 구성요소 커밋으로 신규 기준선 생성"
33 + }
34 + ]
35 + }
modified product/baseline.json +6−4 View file
@@ -1,22 +1,24 @@
1 1 {
2 2 "schemaVersion": "asw.product-baseline/v1",
3 "releaseId": "ALICE-1.0-R1",
3 + "releaseId": "ALICE-1.0-R2",
4 4 "product": "alice-sdv-reference",
5 5 "displayName": "ALICE SDV 참조 제품",
6 6 "owner": "주식회사 비아",
7 7 "state": "DRAFT",
8 "generatedAt": "2026-08-02T10:00:00+09:00",
8 + "generatedAt": "2026-08-02T15:55:01.224Z",
9 9 "components": [
10 10 {
11 11 "repository": "via/alice-sdv-demo",
12 12 "ref": "main",
13 "commitSha": "66b95cae49f0a7e3bc8c88efbc643093f14bbad1",
13 + "commitSha": "5cf6f4736c362beb87e0a75398dfded698c8943b",
14 14 "version": "0.1.0",
15 15 "requiredChecks": [
16 + "static-analysis",
16 17 "unit-test",
17 18 "component-test",
18 19 "interface-contract"
19 20 ]
20 21 }
21 ]
22 + ],
23 + "validationAssets": []
22 24 }
modified product/release-index.json +7−1 View file
@@ -1,7 +1,13 @@
1 1 {
2 2 "schemaVersion": "asw.product-release-index/v1",
3 "currentReleaseId": "ALICE-1.0-R1",
3 + "currentReleaseId": "ALICE-1.0-R2",
4 4 "releases": [
5 + {
6 + "id": "ALICE-1.0-R2",
7 + "baselinePath": "product/releases/ALICE-1.0-R2.json",
8 + "reviewPath": "approvals/releases/ALICE-1.0-R2.json",
9 + "createdAt": "2026-08-02T15:55:01.224Z"
10 + },
5 11 {
6 12 "id": "ALICE-1.0-R1",
7 13 "baselinePath": "product/releases/ALICE-1.0-R1.json",
added product/releases/ALICE-1.0-R2.json +24−0 View file
@@ -0,0 +1,24 @@
1 + {
2 + "schemaVersion": "asw.product-baseline/v1",
3 + "releaseId": "ALICE-1.0-R2",
4 + "product": "alice-sdv-reference",
5 + "displayName": "ALICE SDV 참조 제품",
6 + "owner": "주식회사 비아",
7 + "state": "DRAFT",
8 + "generatedAt": "2026-08-02T15:55:01.224Z",
9 + "components": [
10 + {
11 + "repository": "via/alice-sdv-demo",
12 + "ref": "main",
13 + "commitSha": "5cf6f4736c362beb87e0a75398dfded698c8943b",
14 + "version": "0.1.0",
15 + "requiredChecks": [
16 + "static-analysis",
17 + "unit-test",
18 + "component-test",
19 + "interface-contract"
20 + ]
21 + }
22 + ],
23 + "validationAssets": []
24 + }