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

Add Metadata Directory of FlatFiles support #1292

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2020

  1. I like to split up long config files to split config files.

    The MetaData Files usually are quite long and if you need to change
    something it's quite bulky to handle them. Diffing between different SPs
    is also not too easy.
    
    Thats why I added the support for Metadata config directories. Every SP
    goes into it's own flatfile.
    pkolmann committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    a5d0b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf987b View commit details
    Browse the repository at this point in the history
  3. remove debug output

    pkolmann committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    35b2aa5 View commit details
    Browse the repository at this point in the history