Skip to content

Conversation

porcellus
Copy link
Collaborator

Summary of change

Adding interfaces necessary to implement the passwordless recipe

Related issues

Checklist for important updates

  • Changelog has been updated
  • Changes to the version if needed
    • In build.gradle
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

Copy link
Contributor

@rishabhpoddar rishabhpoddar left a comment

Choose a reason for hiding this comment

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

Overall it seems good. However, I think the number of functions is rather too many? Let's discuss on a call

Copy link
Contributor

@rishabhpoddar rishabhpoddar left a comment

Choose a reason for hiding this comment

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

Are you sure that you want to remove getDevice, getCodesOfDevice and getCodeByLinkCodeHash from the interface? I ask cause without those, we will have to use the trasaction versions of these functions which means that those will have a FOR UPDATE in them.

@rishabhpoddar rishabhpoddar changed the base branch from 2.10 to 2.11 January 9, 2022 06:08
@rishabhpoddar rishabhpoddar merged commit 5983f8c into 2.11 Jan 14, 2022
@rishabhpoddar rishabhpoddar deleted the passwordless branch January 14, 2022 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants