Skip to content

Commit

Permalink
fix: adding new saml plugin to eca
Browse files Browse the repository at this point in the history
  • Loading branch information
amol-pujari committed Sep 30, 2024
1 parent 5bd2aa1 commit d5163fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
"ecaOauth": "extlclntappoauthsettings",
"ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
"ecaPlcy": "extlclntappconfigurablepolicies",
"ecaSamlPlcy": "extlclntappsamlconfigurablepolicies",
"ecaSmpl": "extlclntappsamplesettings",
"ecaSmplPlcy": "extlclntappsampleconfigurablepolicies",
"email": "emailtemplate",
Expand Down Expand Up @@ -2466,6 +2467,14 @@
"strictDirectoryName": false,
"suffix": "ecaOauth"
},
"extlclntappsamlconfigurablepolicies": {
"directoryName": "extlClntAppSamlConfigurablePolicies",
"id": "extlclntappsamlconfigurablepolicies",
"inFolder": false,
"name": "ExtlClntAppSamlConfigurablePolicies",
"strictDirectoryName": false,
"suffix": "ecaSamlPlcy"
},
"extlclntappsampleconfigurablepolicies": {
"directoryName": "extlClntAppSamplePolicies",
"id": "extlclntappsampleconfigurablepolicies",
Expand Down

2 comments on commit d5163fb

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d5163fb Previous: 02f7684 Ratio
eda-componentSetCreate-linux 232 ms 238 ms 0.97
eda-sourceToMdapi-linux 2358 ms 2384 ms 0.99
eda-sourceToZip-linux 1893 ms 1890 ms 1.00
eda-mdapiToSource-linux 2858 ms 2940 ms 0.97
lotsOfClasses-componentSetCreate-linux 409 ms 431 ms 0.95
lotsOfClasses-sourceToMdapi-linux 3735 ms 3834 ms 0.97
lotsOfClasses-sourceToZip-linux 3078 ms 3134 ms 0.98
lotsOfClasses-mdapiToSource-linux 3570 ms 3630 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 752 ms 768 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6528 ms 6570 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5568 ms 5732 ms 0.97
lotsOfClassesOneDir-mdapiToSource-linux 6489 ms 6657 ms 0.97

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d5163fb Previous: 02f7684 Ratio
eda-componentSetCreate-win32 707 ms 626 ms 1.13
eda-sourceToMdapi-win32 4681 ms 4297 ms 1.09
eda-sourceToZip-win32 3042 ms 2930 ms 1.04
eda-mdapiToSource-win32 6356 ms 5715 ms 1.11
lotsOfClasses-componentSetCreate-win32 1190 ms 1209 ms 0.98
lotsOfClasses-sourceToMdapi-win32 7598 ms 7731 ms 0.98
lotsOfClasses-sourceToZip-win32 5012 ms 4968 ms 1.01
lotsOfClasses-mdapiToSource-win32 7761 ms 7717 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 2082 ms 2100 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13720 ms 13770 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 9196 ms 9410 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 13991 ms 14177 ms 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.