Skip to content

Commit

Permalink
feat: enable cLI support for ExtlClntAppGlobalOauthSettings (#893)
Browse files Browse the repository at this point in the history
* chore: auto-update metadata coverage in METADATA_SUPPORT.md

* test: record perf

---------

Co-authored-by: Nitesh Gupta <nitesh.gupta@niteshg-ltmatbp.internal.salesforce.com>
Co-authored-by: svc-cli-bot <svc_cli_bot@salesforce.com>
  • Loading branch information
3 people authored Mar 22, 2023
1 parent b0290e8 commit eee8773
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
8 changes: 6 additions & 2 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v57 with the [metadata reg

This repository is used by both the Salesforce CLIs and Salesforce's VSCode Extensions.

Currently, there are 511/536 supported metadata types.
Currently, there are 510/535 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)

Expand Down Expand Up @@ -91,7 +91,6 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|CallCenter|||
|CallCenterRoutingMap|||
|CallCoachingMediaProvider|⚠️|Supports deploy/retrieve but not source tracking|
|CallCtrAgentFavTrfrDest|||
|CampaignInfluenceModel|||
|CampaignSettings|||
|CanvasMetadata|||
Expand Down Expand Up @@ -567,7 +566,10 @@ v58 introduces the following new types. Here's their current level of support
|LicensingSettings|||
|OmniChannelPricingSettings|||
|ProcessFlowMigration||Not supported, but support could be added|
|ProductAttrDisplayConfig||Not supported, but support could be added|
|ProductSpecificationRecType||Not supported, but support could be added|
|ProductSpecificationType||Not supported, but support could be added|
|RecAlrtDataSrcExpSetDef||Not supported, but support could be added|
|SkillType||Not supported, but support could be added|
|Web3Settings|||
|WebStoreBundle||Not supported, but support could be added|
Expand Down Expand Up @@ -599,6 +601,7 @@ v58 introduces the following new types. Here's their current level of support
- CustomFieldTranslation
- MatchingRule
- MarketingResourceType
- ExtlClntAppGlobalOauthSettings
- CustomExperience
- ManagedTopic
- DataPipeline
Expand All @@ -621,3 +624,4 @@ v58 introduces the following new types. Here's their current level of support
- InternalOrganization
- UiViewDefinition
- MobileSecurityPolicySet
- CallCtrAgentFavTrfrDest
9 changes: 9 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,14 @@
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappglobaloauthsettings": {
"id": "extlclntappglobaloauthsettings",
"name": "ExtlClntAppGlobalOauthSettings",
"suffix": "ecaGlblOauth",
"directoryName": "extlClntAppGlobalOauthSets",
"inFolder": false,
"strictDirectoryName": false
},
"appmenu": {
"id": "appmenu",
"name": "AppMenu",
Expand Down Expand Up @@ -3547,6 +3555,7 @@
"ecaMobPlcy": "extlclntappmobileconfigurablepolicies",
"ecaMob": "extlclntappmobilesettings",
"ecaOauth": "extlclntappoauthsettings",
"ecaGlblOauth": "extlclntappglobaloauthsettings",
"appMenu": "appmenu",
"delegateGroup": "delegategroup",
"network": "network",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 221.917798999988
"duration": 221.1766770000104
},
{
"name": "sourceToMdapi",
"duration": 5522.334455000004
"duration": 6279.265217999986
},
{
"name": "sourceToZip",
"duration": 4852.8949589999975
"duration": 4784.06782299999
},
{
"name": "mdapiToSource",
"duration": 3961.2769240000052
"duration": 4182.580141999992
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 500.74991600000067
"duration": 458.3479590000061
},
{
"name": "sourceToMdapi",
"duration": 8598.433351999993
"duration": 9421.391817999975
},
{
"name": "sourceToZip",
"duration": 6808.330373999983
"duration": 6710.942861999996
},
{
"name": "mdapiToSource",
"duration": 4533.294878000015
"duration": 4806.480233000009
}
]
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"name": "componentSetCreate",
"duration": 754.1445369999856
"duration": 753.9240889999783
},
{
"name": "sourceToMdapi",
"duration": 11447.42977800002
"duration": 11511.726317000022
},
{
"name": "sourceToZip",
"duration": 10197.348758000007
"duration": 10486.967529999965
},
{
"name": "mdapiToSource",
"duration": 8150.354703999998
"duration": 8522.32658199995
}
]

0 comments on commit eee8773

Please sign in to comment.