-
Notifications
You must be signed in to change notification settings - Fork 91
feat: add notation config environment variable #821
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #821 +/- ##
==========================================
+ Coverage 64.05% 64.42% +0.36%
==========================================
Files 40 40
Lines 2323 2330 +7
==========================================
+ Hits 1488 1501 +13
+ Misses 709 705 -4
+ Partials 126 124 -2 ☔ View full report in Codecov by Sentry. |
shizhMSFT
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.
LGTM
|
Quick question: Is this feat been tested anywhere? Maybe an E2E test case (if doable)? |
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
4a0ddd2 to
7144e6c
Compare
ghost
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.
LGTM
|
What's the necessity for this? Can't the user utilize XDG_CONFIG_HOME on windows and mac? |
rgnote
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.
LGTM
shizhMSFT
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.
LGTM
Feat: - added NOTATION_CONFIG and NOTATION_LIBEXEC environment variables Test: - notation sign with NOTATION_LIBEXEC locally - notation verify with NOTATION_CONFIG locally Resolves notaryproject#822 Signed-off-by: Junjie Gao <junjiegao@microsoft.com> --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Feat: - added NOTATION_CONFIG and NOTATION_LIBEXEC environment variables Test: - notation sign with NOTATION_LIBEXEC locally - notation verify with NOTATION_CONFIG locally Resolves notaryproject#822 Signed-off-by: Junjie Gao <junjiegao@microsoft.com> --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: rgnote <5878554+rgnote@users.noreply.github.com>
Feat: - added NOTATION_CONFIG and NOTATION_LIBEXEC environment variables Test: - notation sign with NOTATION_LIBEXEC locally - notation verify with NOTATION_CONFIG locally Resolves notaryproject#822 Signed-off-by: Junjie Gao <junjiegao@microsoft.com> --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Feat: - added NOTATION_CONFIG and NOTATION_LIBEXEC environment variables Test: - notation sign with NOTATION_LIBEXEC locally - notation verify with NOTATION_CONFIG locally Resolves notaryproject#822 Signed-off-by: Junjie Gao <junjiegao@microsoft.com> --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Feat:
Test:
Resolves #822
Signed-off-by: Junjie Gao junjiegao@microsoft.com