-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE.json
More file actions
64 lines (64 loc) · 1.94 KB
/
Copy pathRELEASE.json
File metadata and controls
64 lines (64 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"product": "YGIT",
"company": "Vib Tools",
"package": "YGIT_Live_Runtime_Smoke_Test_Plan_v0.1.0",
"component": "live_runtime_smoke_test_plan",
"version": "0.1.0",
"release_type": "live_runtime_smoke_test_plan",
"architecture_version": "1.1",
"engine_contract_version": "1.0",
"api_contract_version": "1.0",
"database_contract_version": "1.0",
"runtime": "fastapi_modular_monolith",
"created_by": "Vib Tools",
"owned_tables": [],
"new_migration": null,
"database_migration_head": "0012_notification_engine",
"validates": [
"live_api_entrypoints_plan",
"live_auth_boundary_plan",
"live_worker_runtime_plan",
"live_admin_operations_plan",
"live_secret_exposure_negative_plan",
"provider_boundary_smoke_plan",
"runtime_smoke_helper_script"
],
"implemented_components": [
"fastapi_mvp_skeleton",
"auth_engine",
"project_engine",
"repository_engine",
"repository_analysis_engine",
"connected_accounts_module",
"deploy_engine",
"deploy_pipeline_contract_and_skeleton",
"deployment_history_engine",
"worker_runtime_integration",
"dashboard",
"admin_panel",
"domain_engine",
"audit_engine",
"platform_engine",
"notification_engine"
],
"boundary": {
"no_new_engine": true,
"no_new_database_table": true,
"no_new_migration": true,
"no_new_external_dependency": true,
"no_provider_execution_added": true,
"no_real_deploy_execution_in_sandbox": true,
"dashboard_client_only": true,
"admin_surface_only": true,
"worker_boundary_preserved": true
},
"verification_commands": [
"python -m compileall -q backend scripts",
"pytest -q",
"python scripts/smoke_test.py --skip-db",
"python scripts/release_gate.py --skip-db --write-report",
"python scripts/live_runtime_smoke_test.py --plan-only # live host only",
"python -m zipfile -t YGIT_Live_Runtime_Smoke_Test_Plan_v0.1.0.zip",
"basic secret scan"
]
}