Skip to content
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

feat: add cms #17

Merged
merged 19 commits into from
Jun 11, 2024
Merged

feat: add cms #17

merged 19 commits into from
Jun 11, 2024

Conversation

JeyJeyGao
Copy link
Contributor

Signed-off-by: Junjie Gao junjiegao@microsoft.com

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
internal/cms/cms.go Outdated Show resolved Hide resolved
internal/cms/signed.go Outdated Show resolved Hide resolved
internal/cms/signed.go Outdated Show resolved Hide resolved
internal/cms/signed.go Outdated Show resolved Hide resolved
internal/cms/signed.go Outdated Show resolved Hide resolved
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Two-Hearts
Two-Hearts previously approved these changes Jan 19, 2024
Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

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

LGTM as all of my review comments in notaryproject/notation-core-go#181 are resolved.

internal/cms/errors.go Outdated Show resolved Hide resolved
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
commit 2862807
Author: Junjie Gao <junjiegao@microsoft.com>
Date:   Wed Jan 31 15:21:55 2024 +0800

    feat: ber to der convertor (notaryproject#11)

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>

commit a373599
Author: Patrick Zheng <patrickzheng@microsoft.com>
Date:   Mon Jan 22 16:37:33 2024 +0800

    ci: add MAKEFILE and build workflow to the repo (notaryproject#19)

    Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>

commit 6fa8c7f
Author: Patrick Zheng <patrickzheng@microsoft.com>
Date:   Mon Jan 22 16:36:50 2024 +0800

    ci: add dependabot (notaryproject#16)

    Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>

commit bdae447
Author: Patrick Zheng <patrickzheng@microsoft.com>
Date:   Mon Jan 22 16:36:24 2024 +0800

    ci: add code coverage check (notaryproject#15)

    Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>

commit 4cc6846
Author: Patrick Zheng <patrickzheng@microsoft.com>
Date:   Mon Jan 22 16:35:54 2024 +0800

    ci: add license checker to the repo (notaryproject#13)

    Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>

commit a27c098
Author: Yi Zha <yizha1@microsoft.com>
Date:   Thu Jan 18 10:02:22 2024 +0800

    chore: add CODEOWNERS and MAINTAINERS file (notaryproject#12)

    Resolve notaryproject#2

    Signed-off-by: Yi Zha <yizha1@microsoft.com>

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
internal/cms/cms.go Show resolved Hide resolved
internal/cms/cms.go Show resolved Hide resolved
internal/cms/cms.go Outdated Show resolved Hide resolved
internal/oid/algorithm.go Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
internal/cms/signed.go Outdated Show resolved Hide resolved
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Two-Hearts
Two-Hearts previously approved these changes Mar 27, 2024
Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

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

LGTM

internal/hashutil/hash.go Outdated Show resolved Hide resolved
internal/cms/cms.go Outdated Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
internal/cms/signed.go Outdated Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Copy link

codecov bot commented May 9, 2024

Codecov Report

Attention: Patch coverage is 93.53234% with 13 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (main@2862807). Click here to learn what that means.

❗ Current head a872da4 differs from pull request most recent head 4c93cb4. Consider uploading reports for the commit 4c93cb4 to get more accurate results

Files Patch % Lines
internal/cms/signed.go 91.40% 6 Missing and 5 partials ⚠️
internal/hashutil/hash.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage        ?   95.18%           
=======================================
  Files           ?       10           
  Lines           ?      353           
  Branches        ?        0           
=======================================
  Hits            ?      336           
  Misses          ?        9           
  Partials        ?        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
shizhMSFT
shizhMSFT previously approved these changes May 9, 2024
Copy link

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

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

LGTM

Two-Hearts
Two-Hearts previously approved these changes May 10, 2024
Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
@JeyJeyGao JeyJeyGao dismissed stale reviews from Two-Hearts and shizhMSFT via a872da4 May 10, 2024 08:38
Two-Hearts
Two-Hearts previously approved these changes May 10, 2024
Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

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

LGTM

shizhMSFT
shizhMSFT previously approved these changes May 14, 2024
Copy link

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
@JeyJeyGao JeyJeyGao dismissed stale reviews from shizhMSFT and Two-Hearts via 4c93cb4 May 16, 2024 03:06
internal/cms/signed.go Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
internal/cms/signed.go Show resolved Hide resolved
Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@priteshbandi priteshbandi left a comment

Choose a reason for hiding this comment

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

LGTM

@priteshbandi priteshbandi merged commit 53a48a2 into notaryproject:main Jun 11, 2024
7 checks passed
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.

None yet

4 participants