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

feat(UUID): add IRI validation that allows only to create IRIs using UUID version 4 and 5 (DEV-402) #1990

Merged
merged 16 commits into from Feb 3, 2022

Commits on Jan 31, 2022

  1. Copy the full SHA
    5d9e636 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d743ce4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c24dcd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Copy the full SHA
    9e7c567 View commit details
    Browse the repository at this point in the history
  2. fix bad test IRIs

    mpro7 committed Feb 1, 2022
    Copy the full SHA
    5c7dd86 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. add permission iri validation

    mpro7 committed Feb 2, 2022
    Copy the full SHA
    b6cefbb View commit details
    Browse the repository at this point in the history
  2. add resource iri validation

    mpro7 committed Feb 2, 2022
    Copy the full SHA
    0085f3a View commit details
    Browse the repository at this point in the history
  3. fix permisson bad IRIs

    mpro7 committed Feb 2, 2022
    Copy the full SHA
    6ceb095 View commit details
    Browse the repository at this point in the history
  4. add value iri validation

    mpro7 committed Feb 2, 2022
    Copy the full SHA
    18f2f55 View commit details
    Browse the repository at this point in the history
  5. cleanup

    mpro7 committed Feb 2, 2022
    Copy the full SHA
    0c691e6 View commit details
    Browse the repository at this point in the history
  6. more cleanup

    mpro7 committed Feb 2, 2022
    Copy the full SHA
    94514e5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9fa1dae View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. refactor validate methods

    mpro7 committed Feb 3, 2022
    Copy the full SHA
    5ef4cd2 View commit details
    Browse the repository at this point in the history
  2. refactor UUID method

    mpro7 committed Feb 3, 2022
    Copy the full SHA
    c2b0a1e View commit details
    Browse the repository at this point in the history
  3. fix typos

    mpro7 committed Feb 3, 2022
    Copy the full SHA
    fd41167 View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    mpro7 committed Feb 3, 2022
    Copy the full SHA
    8e2c756 View commit details
    Browse the repository at this point in the history