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(acl): fix duplicate groot user creation #9041

Merged
merged 9 commits into from
Jun 6, 2024
Merged

fix(acl): fix duplicate groot user creation #9041

merged 9 commits into from
Jun 6, 2024

Commits on May 31, 2024

  1. fix(acl): fix duplicate groot user creation (#51)

    This PR adds the unique directive to the 'dgraph.xid' predicate. Prior to this change, users could
    create duplicate users leading to misconfiguration of ACL.
    shivaji-dgraph committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b15fd8d View commit details
    Browse the repository at this point in the history
  2. fix failing tests

    shivaji-dgraph committed May 31, 2024
    Configuration menu
    Copy the full SHA
    32973b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc5c502 View commit details
    Browse the repository at this point in the history
  4. fix tests

    shivaji-dgraph committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a85fed1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    b25d060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08425f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f79ff8 View commit details
    Browse the repository at this point in the history
  4. fix linting

    shivaji-dgraph committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    38eafa2 View commit details
    Browse the repository at this point in the history