-
Notifications
You must be signed in to change notification settings - Fork 11
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(referrers): push manifest with subject #163
Open
pat-pan
wants to merge
19
commits into
oras-project:main
Choose a base branch
from
pat-pan:feature/pushManifestWithSubject
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(referrers): push manifest with subject #163
pat-pan
wants to merge
19
commits into
oras-project:main
from
pat-pan:feature/pushManifestWithSubject
+1,539
−55
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Patrick Pan <[email protected]>
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
requested review from
sammychinedu2ky,
shizhMSFT and
Wwwsylvia
as code owners
November 19, 2024 07:06
pat-pan
changed the title
feature: push manifest with subject
feature(referrers): push manifest with subject
Nov 19, 2024
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
November 19, 2024 07:10
952a63a
to
7fca0cb
Compare
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
November 19, 2024 07:25
bd14c4d
to
edc79f5
Compare
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
November 19, 2024 07:26
edc79f5
to
7809549
Compare
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
November 19, 2024 07:34
e380c12
to
c7e4418
Compare
shizhMSFT
changed the title
feature(referrers): push manifest with subject
feat(referrers): push manifest with subject
Nov 19, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
==========================================
+ Coverage 81.70% 82.86% +1.16%
==========================================
Files 35 37 +2
Lines 1104 1278 +174
Branches 127 152 +25
==========================================
+ Hits 902 1059 +157
- Misses 146 154 +8
- Partials 56 65 +9 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Patrick Pan <[email protected]>
Signed-off-by: Patrick Pan <[email protected]>
Signed-off-by: Patrick Pan <[email protected]>
Wwwsylvia
requested changes
Nov 20, 2024
src/OrasProject.Oras/Registry/Remote/HttpResponseMessageExtensions.cs
Outdated
Show resolved
Hide resolved
src/OrasProject.Oras/Registry/Remote/HttpResponseMessageExtensions.cs
Outdated
Show resolved
Hide resolved
renshao
reviewed
Nov 20, 2024
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
November 21, 2024 04:45
0981e72
to
5041592
Compare
Signed-off-by: Patrick Pan <[email protected]>
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
2 times, most recently
from
November 25, 2024 02:32
feaf46d
to
1c49d35
Compare
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
November 25, 2024 02:35
1c49d35
to
d6e8499
Compare
Signed-off-by: Patrick Pan <[email protected]>
Signed-off-by: Patrick Pan <[email protected]>
Wwwsylvia
reviewed
Nov 28, 2024
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
November 29, 2024 05:22
2906727
to
856c0ef
Compare
Wwwsylvia
reviewed
Nov 29, 2024
src/OrasProject.Oras/Registry/Remote/HttpResponseMessageExtensions.cs
Outdated
Show resolved
Hide resolved
Signed-off-by: Patrick Pan <[email protected]>
Signed-off-by: Patrick Pan <[email protected]>
Signed-off-by: Patrick Pan <[email protected]>
pat-pan
force-pushed
the
feature/pushManifestWithSubject
branch
from
December 3, 2024 02:31
89afb0e
to
7df36ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
The PR is to implement the feature to push manifest with subject as per the OCI distribution spec v1.1.0.
Which issue(s) this PR resolves / fixes
Resolves / Fixes #159
Please check the following list