Skip to content

feat(feature): parse OCI annotations from feature manifests#218

Merged
skevetter merged 1 commit into
mainfrom
feat/oci-feature-annotations
May 4, 2026
Merged

feat(feature): parse OCI annotations from feature manifests#218
skevetter merged 1 commit into
mainfrom
feat/oci-feature-annotations

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • Parse OCI annotations from feature manifests when pulling OCI features
  • Store annotations in feature config for downstream consumption
  • Surface annotations in log output during feature processing
  • Add unit tests with mock OCI manifests

Read annotations from OCI image manifests during feature pull, store
them in a sidecar file for cache persistence, and surface them in the
FeatureConfig struct. Annotations are logged at info/debug level when
present.
@netlify

netlify Bot commented May 4, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 17c2901
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/69f90c4cfe47890007d33d38

@coderabbitai

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@skevetter has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 38 minutes and 44 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 09721c2a-1478-4096-813c-d1e4e2c3b1d3

📥 Commits

Reviewing files that changed from the base of the PR and between ec85a11 and 17c2901.

📒 Files selected for processing (4)
  • pkg/devcontainer/config/feature.go
  • pkg/devcontainer/feature/annotations_test.go
  • pkg/devcontainer/feature/extend.go
  • pkg/devcontainer/feature/features.go

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the size/l label May 4, 2026
@skevetter
skevetter marked this pull request as ready for review May 4, 2026 21:24
@skevetter
skevetter merged commit 4208400 into main May 4, 2026
16 of 18 checks passed
@skevetter
skevetter deleted the feat/oci-feature-annotations branch May 4, 2026 21:24
@skevetter skevetter changed the title feat(feature): parse OCI annotations from feature manifests (DEVSY-038) feat(feature): parse OCI annotations from feature manifests May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant