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

Ensure parents are created when creating a node #2262

Merged
merged 12 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Ensure parents are created when creating a node

    This updates our Array and Group creation methods to
    ensure that parents implicitly defined through a nested path are also
    created.
    
    To accomplish this semi-safely and efficiently, we require a new
    setdefulat method on the Store class.
    TomAugspurger committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d8f9b01 View commit details
    Browse the repository at this point in the history
  2. use the API

    TomAugspurger committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    84cfe18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3423a36 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fixed logging store

    TomAugspurger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7ba2648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d65047e View commit details
    Browse the repository at this point in the history
  3. fixes

    TomAugspurger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d44f955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44e4554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10fdc90 View commit details
    Browse the repository at this point in the history
  6. fixup

    TomAugspurger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    264327d View commit details
    Browse the repository at this point in the history
  7. fixes

    TomAugspurger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1039c16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    435469c View commit details
    Browse the repository at this point in the history
  9. pre-commit

    TomAugspurger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4e07e01 View commit details
    Browse the repository at this point in the history