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

Feature/env variables #127

Draft
wants to merge 3 commits into
base: development
Choose a base branch
from

Commits on Aug 5, 2021

  1. WIP: identify and translate found environment variables

    added functionality to identify environment variables enclosed in ${..} with a regex
    SvenLieber committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    d5a8130 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. added feature to use a .env file, including test cases

    This feature enables the yarrrml-parser to read content of a `.env` file and replaces dollar variables with curly braces in a YARRRML document accordingly. Thus the yarrrml-parser follows the common practice to define secrets in a `.env` file. Mapping files will be more reusable as they can be used in environments with different secrets or any other replacable value such as sources, targets etc. Three test cases are provided to test that all variables are replaced and that warnings are emitted when not all variables can be replaced because no environment variable was specified.
    SvenLieber committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f6ccf13 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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