-
Notifications
You must be signed in to change notification settings - Fork 0
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
Secrets endpoints and encryption #52
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
============================================
+ Coverage 82.00% 85.28% +3.28%
- Complexity 134 156 +22
============================================
Files 44 46 +2
Lines 439 503 +64
Branches 8 10 +2
============================================
+ Hits 360 429 +69
+ Misses 74 69 -5
Partials 5 5 ☔ View full report in Codecov by Sentry. |
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.
@hizmailovich take a look, please
src/test/java/git/tracehub/pmo/controller/AdviceControllerTest.java
Outdated
Show resolved
Hide resolved
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.
@hizmailovich take a look, please
@@ -31,6 +31,7 @@ VALUES ('04986038-6e38-4928-b12e-644c99f9cadc', | |||
'OPENED') | |||
ON CONFLICT (id) DO NOTHING; | |||
|
|||
-- value encrypted using algorithm PBEWithHMACSHA512AndAES_256 |
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.
to document I mean to add useful information to our README.md
@hizmailovich please update your token |
@rultor merge |
@h1alexbel Thanks for your request; @hizmailovich please confirm this. |
@rultor merge |
closes #51
closes #50
PR-Codex overview
This PR focuses on adding encryption functionality using Jasypt, updating SQL queries, and improving exception handling in GitHub platform tests.
Detailed summary