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

Schema and Credential Definition validations in VDR #21

Merged
merged 19 commits into from
Feb 15, 2024

Commits on Feb 8, 2024

  1. Added contract to store legacy identifiers

    Signed-off-by: artem.ivanov <[email protected]>
    Artemkaaas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1aa78bc View commit details
    Browse the repository at this point in the history
  2. Updated VDR to support mapping

    Signed-off-by: artem.ivanov <[email protected]>
    Artemkaaas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e697ad1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Added validations for schema

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3cf8252 View commit details
    Browse the repository at this point in the history
  2. moved schema validation

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    68afc0b View commit details
    Browse the repository at this point in the history
  3. code cleanup

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    83ff66f View commit details
    Browse the repository at this point in the history
  4. linted

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a213f1e View commit details
    Browse the repository at this point in the history
  5. processed comments

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dce8744 View commit details
    Browse the repository at this point in the history
  6. processed comments

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6e49bdd View commit details
    Browse the repository at this point in the history
  7. Added validations for cred_def

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1a5b876 View commit details
    Browse the repository at this point in the history
  8. Added tests for schema and cred_def validations

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2611e19 View commit details
    Browse the repository at this point in the history
  9. linted

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    01c545e View commit details
    Browse the repository at this point in the history
  10. removed warnings

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    52e243d View commit details
    Browse the repository at this point in the history
  11. processed comments

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    da258b8 View commit details
    Browse the repository at this point in the history
  12. processed comments

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a945a5f View commit details
    Browse the repository at this point in the history
  13. processed comments

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b02ae42 View commit details
    Browse the repository at this point in the history
  14. linted

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1104f78 View commit details
    Browse the repository at this point in the history
  15. fixed integration tests

    Signed-off-by: DenisRybas <[email protected]>
    DenisRybas committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f22dda1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Merge remote-tracking branch 'origin/main' into feat/schema-validations

    # Conflicts:
    #	vdr/Cargo.toml
    #	vdr/src/contracts/cl/schema_registry.rs
    #	vdr/src/contracts/cl/types/schema.rs
    #	vdr/src/contracts/migration/mod.rs
    #	vdr/src/contracts/mod.rs
    Artemkaaas committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8af10e2 View commit details
    Browse the repository at this point in the history
  2. Fixed merge errors

    Signed-off-by: artem.ivanov <[email protected]>
    Artemkaaas committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    230af4a View commit details
    Browse the repository at this point in the history