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

Make templates parsing follow directory tree #233

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    16ce0f0 View commit details
    Browse the repository at this point in the history
  2. Improve compatibility and fix tests

    peb-adr authored and normanjaeckel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7d0bf53 View commit details
    Browse the repository at this point in the history
  3. Add compose template

    peb-adr authored and normanjaeckel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c0dccfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b84d1c View commit details
    Browse the repository at this point in the history
  5. Extend funcMap for templates

    New funtions:
    - base64Encode
    - base64Decode
    - readFile
    
    Also added $.WorkingDirectory variable containing the directory passed
    by the user as positional argument.
    peb-adr authored and normanjaeckel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2e1d854 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56b10a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0b2fcc View commit details
    Browse the repository at this point in the history
  8. Fix order of operations in Setup()

    peb-adr authored and normanjaeckel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c47ef8e View commit details
    Browse the repository at this point in the history
  9. Set default behavior for missing key in map

    ... when creating template object
    peb-adr authored and normanjaeckel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f5a2f16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f431753 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Restructured code.

    normanjaeckel committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    dadb069 View commit details
    Browse the repository at this point in the history