-
Notifications
You must be signed in to change notification settings - Fork 5
Generate UUIDs using core lib's crypto module #19
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
Generate UUIDs using core lib's crypto module #19
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #19 +/- ##
==========================================
Coverage ? 78.52%
==========================================
Files ? 193
Lines ? 21191
Branches ? 2049
==========================================
Hits ? 16640
Misses ? 4551
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3fdf8fa to
b887509
Compare
574c907 to
2e1f9b9
Compare
al1img
left a comment
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.
Reviewed-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
060b9a5 to
4d7867e
Compare
|
|
mykola-kobets-epam
left a comment
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.
Reviewed-by: Mykola Kobets <mykola_kobets@epam.com>
This patch adds the initialization call for the permission handler. Signed-off-by: Mykhailo Lohvynenko <mykhailo_lohvynenko@epam.com> Reviewed-by: Mykola Kobets <mykola_kobets@epam.com> Reviewed-by: Mykola Solianko <mykola_solianko@epam.com> Reviewed-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
This patch updates the launcher initialization call to reflect core lib launcher API changes. Signed-off-by: Mykhailo Lohvynenko <mykhailo_lohvynenko@epam.com> Reviewed-by: Mykola Kobets <mykola_kobets@epam.com> Reviewed-by: Mykola Solianko <mykola_solianko@epam.com> Reviewed-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
This patch updates VIS Identifier module to generate UUIDs using the crypto provider API. Signed-off-by: Mykhailo Lohvynenko <mykhailo_lohvynenko@epam.com> Reviewed-by: Mykola Kobets <mykola_kobets@epam.com> Reviewed-by: Mykola Solianko <mykola_solianko@epam.com> Reviewed-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
4d7867e to
6478796
Compare
|


No description provided.