Do not pull layer without title on pull artifact by jonesbusy · Pull Request #582 · oras-project/oras-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jonesbusy

Copy link

Collaborator

Fixes #580

Description

Do not pull layer without title on pull artifact

Testing done

Just use actual tests

Submitter checklist

  • I have read and understood the CONTRIBUTING guide
  • I have run mvn license:update-file-header, mvn spotless:apply, pre-commit run -a, mvn clean install before opening the PR

@jonesbusy jonesbusy added the bug

Something isn't working

label

Feb 22, 2026

@codecov

Copy link

codecov bot commented

Feb 22, 2026

edited

Loading

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.17%. Comparing base (51ad8fa) to head (ecfb713).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #582      +/-   ##
============================================
+ Coverage     88.20%   89.17%   +0.97%     
- Complexity      807      812       +5     
============================================
  Files            42       42              
  Lines          2390     2393       +3     
  Branches        292      293       +1     
============================================
+ Hits           2108     2134      +26     
+ Misses          171      150      -21     
+ Partials        111      109       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jonesbusy jonesbusy force-pushed the feature/pull-title branch 3 times, most recently from b74e6cd to c1b0f3f Compare

February 22, 2026 12:59
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>

@jonesbusy jonesbusy merged commit 2d39685 into oras-project:main

Feb 22, 2026

14 of 20 checks passed

@jonesbusy jonesbusy deleted the feature/pull-title branch

February 22, 2026 16:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

bug

Something isn't working

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

pullArtifact should problably ignore layer without title annotation

1 participant

@jonesbusy