File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 label : " Component"
2525 options :
2626 - " UI"
27- - " Server"
27+ - " API Gateway"
28+ - " Upload Orchestrator"
29+ - " Metadata Service"
30+ - " Storage Service"
31+ - " Log Processor"
32+ - " Query Service"
33+ - " Analytics Service"
2834 - " CLI"
2935 - type : textarea
3036 attributes :
Original file line number Diff line number Diff line change 1919 label : " Component"
2020 options :
2121 - " UI"
22- - " Server"
22+ - " API Gateway"
23+ - " Upload Orchestrator"
24+ - " Metadata Service"
25+ - " Storage Service"
26+ - " Log Processor"
27+ - " Query Service"
28+ - " Analytics Service"
2329 - " CLI"
Original file line number Diff line number Diff line change 2626 label : " Component"
2727 options :
2828 - " UI"
29- - " Server"
29+ - " API Gateway"
30+ - " Upload Orchestrator"
31+ - " Metadata Service"
32+ - " Storage Service"
33+ - " Log Processor"
34+ - " Query Service"
35+ - " Analytics Service"
3036 - " CLI"
3137 - type : textarea
3238 attributes :
Original file line number Diff line number Diff line change 1616 const { issue, repository } = context.payload;
1717 const componentMap = {
1818 "UI": "component:ui",
19- "Server": "component:server",
20- "CLI": "component:cli"
19+ "API Gateway": "component:api-gateway",
20+ "Upload Orchestrator": "component:upload-orchestrator",
21+ "Metadata Service": "component:metadata-service",
22+ "Storage Service": "component:storage-service",
23+ "Log Processor": "components:log-processor",
24+ "Query Service": "components:query-service",
25+ "Analytics Service": "components:analytics-service",
26+ "CLI": "components:cli"
2127 };
2228
2329 // Get selected component from form (if any)
You can’t perform that action at this time.
0 commit comments