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

Added support for configurable levels of circular reference checking … #173

Merged
merged 8 commits into from
Sep 21, 2023

Commits on Sep 19, 2023

  1. Added support for configurable levels of circular reference checking #…

    …113 #130
    
    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    759f993 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Added a little coverage and working on config design

    adding new properties to top level configs should work nicely.
    
    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    970dd5a View commit details
    Browse the repository at this point in the history
  2. Cleaned up resolver test

    re-enabled missing converage
    
    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8efa1ef View commit details
    Browse the repository at this point in the history
  3. more test cleanup

    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7e82c62 View commit details
    Browse the repository at this point in the history
  4. Added polymorphic/array ignore to document config.

    Now a document can be pre-configured to ignore polymorphic circular references, and array references.
    
    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3bffc4c View commit details
    Browse the repository at this point in the history
  5. Fixed borked test with correct config

    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a794f5b View commit details
    Browse the repository at this point in the history
  6. Fixing example output

    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a0ceaac View commit details
    Browse the repository at this point in the history
  7. tuned test to bump coverage

    Signed-off-by: quobix <dave@quobix.com>
    daveshanley committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    19fb910 View commit details
    Browse the repository at this point in the history