Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deferrable epp function simplifying deferred templates #1253

Merged
merged 5 commits into from
Jul 21, 2022

Commits on Jul 1, 2022

  1. POC deferrable epp function

    This function will detect when it's passed a deferred function and will
    effectively defer itself rather than rendering a template directly. It
    does this by either returning a deferred inline_epp function with the
    template source and variables compiled into the catalot, or by rendering
    directly with epp and just returning that output.
    binford2k committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    c1127f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    f676778 View commit details
    Browse the repository at this point in the history
  2. rubocop fixes

    binford2k committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    94ac0db View commit details
    Browse the repository at this point in the history
  3. rubocop fixes

    binford2k committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    348a04c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    364589e View commit details
    Browse the repository at this point in the history