From 24b784dd65f59d92e918de2941c252948ca4f3b6 Mon Sep 17 00:00:00 2001 From: Willie Ruemmele Date: Wed, 26 Oct 2022 15:59:41 -0600 Subject: [PATCH 1/3] chore: update entry --- src/registry/metadataRegistry.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/registry/metadataRegistry.json b/src/registry/metadataRegistry.json index 19b006c3e4..60e0321e99 100644 --- a/src/registry/metadataRegistry.json +++ b/src/registry/metadataRegistry.json @@ -1246,8 +1246,8 @@ "marketingappextension": { "id": "marketingappextension", "name": "MarketingAppExtension", - "suffix": "marketingAppExtension", - "directoryName": "marketingAppExtensions", + "suffix": "marketingappextension", + "directoryName": "marketingappextensions", "inFolder": false }, "sharingrules": { @@ -3298,7 +3298,7 @@ "channelLayout": "channellayout", "asset": "contentasset", "marketingResourceType": "marketingresourcetype", - "marketingAppExtension": "marketingappextension", + "marketingappextension": "marketingappextension", "sharingRules": "sharingrules", "sharingSet": "sharingset", "community": "community", From 378db4d1d579d53e122a1a3707036c907a61dda6 Mon Sep 17 00:00:00 2001 From: Willie Ruemmele Date: Wed, 26 Oct 2022 16:00:49 -0600 Subject: [PATCH 2/3] chore: auto-update metadata coverage in METADATA_SUPPORT.md --- METADATA_SUPPORT.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/METADATA_SUPPORT.md b/METADATA_SUPPORT.md index 779186fbed..7172c7051e 100644 --- a/METADATA_SUPPORT.md +++ b/METADATA_SUPPORT.md @@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v56 with the [metadata reg This repository is used by both the Salesforce CLIs and Salesforce's VSCode Extensions. -Currently, there are 480/512 supported metadata types. +Currently, there are 481/512 supported metadata types. For status on any existing gaps, please search or file an issue in the [Salesforce CLI issues only repo](https://github.com/forcedotcom/cli/issues). To contribute a new metadata type, please see the [Contributing Metadata Types to the Registry](./contributing/metadata.md) @@ -73,7 +73,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t |BldgEnrgyIntensityCnfg|✅|| |BlockchainSettings|✅|| |Bot|✅|| -|BotBlock|❌|Not supported, but support could be added| +|BotBlock|✅|| |BotBlockVersion|❌|Not supported, but support could be added| |BotSettings|✅|| |BotTemplate|✅|| @@ -532,11 +532,12 @@ v57 introduces the following new types. Here's their current level of support |:---|:---|:---| |ActionableListDefinition|❌|Not supported, but support could be added| |AffinityScoreDefinition|❌|Not supported, but support could be added| -|CampaignTemplateDefinition|❌|Not supported, but support could be added| |ClauseCatgConfiguration|❌|Not supported, but support could be added| |DisclosureDefinition|❌|Not supported, but support could be added| |DisclosureDefinitionVersion|❌|Not supported, but support could be added| |DisclosureType|❌|Not supported, but support could be added| +|EngagementMessagingSettings|✅|| +|ExternalClientAppSettings|✅|| |ExternalClientApplication|✅|| |ExternalDocStorageConfig|❌|Not supported, but support could be added| |ExtlClntAppMobileSet|❌|Not supported, but support could be added| @@ -545,7 +546,9 @@ v57 introduces the following new types. Here's their current level of support |IntegrationProviderDef|❌|Not supported, but support could be added| |LocationUse|❌|Not supported, but support could be added| |OmniSupervisorConfig|❌|Not supported, but support could be added (but not for tracking)| +|PipelineInspMetricConfig|❌|Not supported, but support could be added| |ProductSpecificationTypeDefinition|❌|Not supported, but support could be added| +|ServiceProcess|❌|Not supported, but support could be added| |WaveAnalyticAssetCollection|❌|Not supported, but support could be added| ## Additional Types From 48677dcf336878fac4d5c7c7b236d3a86ef55f54 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 26 Oct 2022 22:13:45 +0000 Subject: [PATCH 3/3] test: record perf --- .../eda.json | 10 +++++----- .../lotsOfClasses.json | 10 +++++----- .../lotsOfClassesOneDir.json | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json index e4a6d2f73d..930d69966d 100644 --- a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json +++ b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json @@ -1,18 +1,18 @@ [ { "name": "componentSetCreate", - "duration": 197.51509400000214 + "duration": 198.5818020000006 }, { "name": "sourceToMdapi", - "duration": 5877.151366999999 + "duration": 4836.452738000022 }, { "name": "sourceToZip", - "duration": 5290.5017290000105 + "duration": 3890.752925000037 }, { "name": "mdapiToSource", - "duration": 6807.484392000013 + "duration": 3206.40159199998 } -] +] \ No newline at end of file diff --git a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json index cad20d624b..7792311d70 100644 --- a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json +++ b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json @@ -1,18 +1,18 @@ [ { "name": "componentSetCreate", - "duration": 395.9298290000006 + "duration": 375.96476499998244 }, { "name": "sourceToMdapi", - "duration": 7620.608355000004 + "duration": 7423.678190000006 }, { "name": "sourceToZip", - "duration": 7224.629343000008 + "duration": 6435.257741000038 }, { "name": "mdapiToSource", - "duration": 6781.243828000006 + "duration": 4012.0586630000034 } -] +] \ No newline at end of file diff --git a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json index bbcf0c93c7..ff4e1f1dd8 100644 --- a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json +++ b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json @@ -1,18 +1,18 @@ [ { "name": "componentSetCreate", - "duration": 712.6349019999907 + "duration": 697.4607039999682 }, { "name": "sourceToMdapi", - "duration": 10835.973329 + "duration": 10567.754053000011 }, { "name": "sourceToZip", - "duration": 9996.543145999982 + "duration": 8675.471619000018 }, { "name": "mdapiToSource", - "duration": 13979.638694000023 + "duration": 7082.036690000037 } -] +] \ No newline at end of file