Skip to content

Commit 1eca8da

Browse files
authored
Merge pull request #79 from cbullinger/docsp-52236-update-prod-names
DOCSP-52236 & DOCSP-51039: Update product names in GDCD
2 parents 54fce9a + bd34d9a commit 1eca8da

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

audit/common/Constants.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const (
7575
Django = "Django Integration"
7676
Drivers = "Drivers"
7777
EnterpriseKubernetesOperator = "Enterprise Kubernetes Operator"
78+
EFCoreProvider = "Entity Framework Core Provider"
7879
KafkaConnector = "Kafka Connector"
7980
MCPServer = "MongoDB MCP Server"
8081
MDBCLI = "MongoDB CLI"
@@ -94,6 +95,7 @@ const (
9495
OnlineArchive = "Online Archive"
9596
Search = "Search"
9697
StreamProcessing = "Stream Processing"
98+
Terraform = "Terraform"
9799
Triggers = "Triggers"
98100
VectorSearch = "Vector Search"
99101

audit/common/GetProductInfo.go

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ var productInfoMap = map[string]ProductInfo{
137137
ProductType: CollectionIsProduct,
138138
SubProduct: "",
139139
},
140-
"entity-framework": { // TODO: "Entity Framework Core Provider" DOCSP-50997 to add to taxonomy
141-
ProductName: Drivers,
140+
"entity-framework": {
141+
ProductName: EFCoreProvider,
142142
ProductType: CollectionIsProduct,
143143
SubProduct: "",
144144
},
@@ -182,7 +182,7 @@ var productInfoMap = map[string]ProductInfo{
182182
ProductType: CollectionIsProduct,
183183
SubProduct: "",
184184
},
185-
"mcp-server": { // DOCSP-50997 to add to taxonomy
185+
"mcp-server": {
186186
ProductName: MCPServer,
187187
ProductType: CollectionIsProduct,
188188
SubProduct: "",
@@ -257,6 +257,11 @@ var productInfoMap = map[string]ProductInfo{
257257
ProductType: CollectionIsProduct,
258258
SubProduct: "",
259259
},
260+
"terraform": {
261+
ProductName: Atlas,
262+
ProductType: DirIsSubProduct,
263+
SubProduct: Terraform,
264+
},
260265
"triggers": {
261266
ProductName: Atlas,
262267
ProductType: DirIsSubProduct,

0 commit comments

Comments
 (0)