Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Conversation

@lolski
Copy link
Member

@lolski lolski commented Jun 21, 2021

What is the goal of this PR?

We've added the update password feature.

What are the changes implemented in this PR?

  1. Add support for updating user password
  2. Updated the bootup command of TypeDB Cluster

@lolski lolski self-assigned this Jun 21, 2021
@lolski lolski linked an issue Jun 23, 2021 that may be closed by this pull request
@lolski lolski added this to the 2.1.2 milestone Jun 23, 2021
@lolski lolski marked this pull request as ready for review June 24, 2021 19:20
Comment on lines +54 to +60
def users_all(self, req: cluster_user_proto.ClusterUserManager.All.Req) -> cluster_user_proto.ClusterUserManager.All.Res:
return resilient_call(lambda: self._clusterStub.users_all(req))

def usersContains(self, req: cluster_user_proto.ClusterUserManager.Contains.Req) -> cluster_user_proto.ClusterUserManager.Contains.Res:
def users_contains(self, req: cluster_user_proto.ClusterUserManager.Contains.Req) -> cluster_user_proto.ClusterUserManager.Contains.Res:
return resilient_call(lambda: self._clusterStub.users_contains(req))

def usersCreate(self, req: cluster_user_proto.ClusterUserManager.Create.Req) -> cluster_user_proto.ClusterUserManager.Create.Res:
def users_create(self, req: cluster_user_proto.ClusterUserManager.Create.Req) -> cluster_user_proto.ClusterUserManager.Create.Res:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oi shiet good catch lol, i was coding in javascript style here lolll

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha yeah

@lolski lolski merged commit d1d8222 into typedb:master Jun 25, 2021
@lolski lolski deleted the update-password branch June 25, 2021 12:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeDB Cluster: Update password

3 participants