-
Notifications
You must be signed in to change notification settings - Fork 1
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
FDP-1961: psk change flow #16
Conversation
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Jasper Kamerling <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Jasper Kamerling <[email protected]>
Signed-off-by: Jasper Kamerling <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am missing documentation, on method level but also on generic change flow level.
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Jasper Kamerling <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
application/src/main/kotlin/org/gxf/crestdevicesimulator/simulator/data/entity/PreSharedKey.kt
Outdated
Show resolved
Hide resolved
...tion/src/main/kotlin/org/gxf/crestdevicesimulator/simulator/data/repository/PskRepository.kt
Outdated
Show resolved
Hide resolved
|
||
fun setPendingKeyAsInvalid() { | ||
val identity = simulatorProperties.pskIdentity | ||
val newPsk = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider renaming newPsk
to pendingPsk
or just psk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add copyright/license header or maybe even better add a .reuse/dep5 file containing the copyright/license info for the flyway migration scripts.
...cation/src/test/kotlin/org/gxf/crestdevicesimulator/simulator/message/MessageHandlerTests.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Loes Immens <[email protected]>
# Conflicts: # application/src/main/kotlin/org/gxf/crestdevicesimulator/simulator/response/PskExtractor.kt # application/src/test/kotlin/org/gxf/crestdevicesimulator/simulator/response/command/PskCommandHandlerTest.kt
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
Signed-off-by: Loes Immens <[email protected]>
|
No description provided.