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

Describe ID fields #89

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Describe ID fields #89

merged 3 commits into from
Oct 18, 2024

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    9142220 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. schema: Describe object ID fields

    Support describing ID fields of objects accepted by schemas.
    Describe the issues introduced in v4.1 as having only one ID field to
    allow KCIDB transition to multi-value IDs. The "version" field will be
    added to issue's IDs in a following commit, once KCIDB is ready.
    spbnick committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    98f516f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. schema: Extract ID fields according to description

    Use the newly-defined `id_fields` attribute of schemas to extract object
    IDs from I/O data correctly. Do not wrap the single-value IDs in tuples
    (to produce normalized IDs) to preserve as much backwards compatibility,
    as possible.
    spbnick committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ea6fd33 View commit details
    Browse the repository at this point in the history