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

docs: document PackManifestOptions to make PackManifest reproducible #749

Merged
merged 4 commits into from
May 20, 2024

Conversation

wangxiaoxuan273
Copy link
Contributor

Resolves #748

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.92%. Comparing base (c071bed) to head (961075d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #749   +/-   ##
=======================================
  Coverage   77.92%   77.92%           
=======================================
  Files          63       63           
  Lines        4694     4694           
=======================================
  Hits         3658     3658           
  Misses        656      656           
  Partials      380      380           

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

Copy link
Member

@Wwwsylvia Wwwsylvia left a comment

Choose a reason for hiding this comment

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

We also need to rephrase the related comment a bit for ExamplePackManifest_imageV10 and ExamplePackManifest_imageV11 in example_pack_test.go.

pack.go Outdated Show resolved Hide resolved
pack.go Outdated Show resolved Hide resolved
pack.go Show resolved Hide resolved
@Wwwsylvia
Copy link
Member

BTW, the PR title should start with docs (end with s) as per the conventional commit guidance. 😀

Copy link
Contributor

@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.

You also need to update the examples in example_pack_test.go.

pack.go Outdated Show resolved Hide resolved
pack.go Outdated Show resolved Hide resolved
@wangxiaoxuan273 wangxiaoxuan273 changed the title doc: document PackManifestOptions to make PackManifest reproducible docs: document PackManifestOptions to make PackManifest reproducible May 6, 2024
@wangxiaoxuan273
Copy link
Contributor Author

We also need to rephrase the related comment a bit for ExamplePackManifest_imageV10 and ExamplePackManifest_imageV11 in example_pack_test.go.

updated the comments in example_pack_test.go.

example_pack_test.go Outdated Show resolved Hide resolved
pack.go Outdated Show resolved Hide resolved
pack.go Outdated Show resolved Hide resolved
pack.go Show resolved Hide resolved
Copy link
Contributor

@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

Copy link
Member

@Wwwsylvia Wwwsylvia 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: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
Copy link
Member

@Wwwsylvia Wwwsylvia left a comment

Choose a reason for hiding this comment

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

LGTM

@Wwwsylvia Wwwsylvia merged commit aef90e4 into oras-project:main May 20, 2024
9 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.

docs: document PackManifestOptions to make PackManifest reproducible
3 participants