You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose an enhancement to the store, fetch, and exec hook functions to include the node object as parameters.
This change would provide greater flexibility and detailed information within these functions, facilitating advanced customizations and integrations.
Motivation:
Access to all node object variables within these functions would enable users to develop more tailored solutions and workflows. This enhancement is particularly beneficial for custom configurations, allowing direct utilization of comprehensive node data in the store, fetch, and exec hook functions. This request comes from the Pull Request #3222, which added dynamic filename generation by incorporating node variables into the store function. Extending this approach to the fetch and exec hook functions would further enhance Oxidized's capabilities.
Technical Details:
The proposed enhancement involves modifying the store, fetch, and exec hook functions to accept a parameter containing the node object. This adjustment would streamline access to node-specific details, eliminating the need for workarounds.
The text was updated successfully, but these errors were encountered:
Description
I propose an enhancement to the store, fetch, and exec hook functions to include the node object as parameters.
This change would provide greater flexibility and detailed information within these functions, facilitating advanced customizations and integrations.
Motivation:
Access to all node object variables within these functions would enable users to develop more tailored solutions and workflows. This enhancement is particularly beneficial for custom configurations, allowing direct utilization of comprehensive node data in the store, fetch, and exec hook functions. This request comes from the Pull Request #3222, which added dynamic filename generation by incorporating node variables into the store function. Extending this approach to the fetch and exec hook functions would further enhance Oxidized's capabilities.
Technical Details:
The proposed enhancement involves modifying the store, fetch, and exec hook functions to accept a parameter containing the node object. This adjustment would streamline access to node-specific details, eliminating the need for workarounds.
The text was updated successfully, but these errors were encountered: