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

Unable to convert self-referring instances to resources #22

Merged
merged 11 commits into from
Dec 21, 2020
Merged

Unable to convert self-referring instances to resources #22

merged 11 commits into from
Dec 21, 2020

Commits on Dec 21, 2020

  1. added new $depth parameter to StrategyInterface

    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    4c72407 View commit details
    Browse the repository at this point in the history
  2. added $depth to instance extraction

    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    ba87fd0 View commit details
    Browse the repository at this point in the history
  3. added $depth to collection extraction

    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    12d3faa View commit details
    Browse the repository at this point in the history
  4. added maxDepth to resource metadata types

    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    c371798 View commit details
    Browse the repository at this point in the history
  5. added max_depth config param to resource metadata factories

    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    53dc80b View commit details
    Browse the repository at this point in the history
  6. added correct depth levels

    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    c8f1bf3 View commit details
    Browse the repository at this point in the history
  7. added depth check to prevent endless nesting when extracting self ref…

    …erring instances
    
    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    068c41d View commit details
    Browse the repository at this point in the history
  8. updated docs

    Signed-off-by: Tobias Trozowski <tobias@trozowski.com>
    tobias-trozowski authored and weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    9027d04 View commit details
    Browse the repository at this point in the history
  9. qa: fix failing test (due to faulty merge conflict fix)

    Also adds `ProphecyTrait` to test case to remove warning.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    098858f View commit details
    Browse the repository at this point in the history
  10. Adds CHANGELOG entry for #22

    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    07725cd View commit details
    Browse the repository at this point in the history
  11. fix: add $depth argument to `ResourceGeneratorInterface::fromObject…

    …()`.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    551c191 View commit details
    Browse the repository at this point in the history