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

Fix ListMetadata #112

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

Commits on Nov 29, 2024

  1. Fix ListMetadata

    This intends to make the implementation consistent with the documentation.
    
    In short, Databroker does not know if A.B refer to a signal A.B or a branch A.B.
    We solve that by both looking for A.B.** and A.B.
    That is OK as if there is a signal A.B there cannot be a branch A.B,
    even if it may require somewhat more comparisons, but you cannot do it in one comparision using glob.
    
    Also our current glob cargo package does not seem to be maintained,
    we may consider migrating to something else.
    erikbosch committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f633f47 View commit details
    Browse the repository at this point in the history
  2. Adding path to metadata

    Otherwise quite useless if you request data with wildcard
    erikbosch committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c99be7b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Add testcase

    erikbosch committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    972a30e View commit details
    Browse the repository at this point in the history