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

publish npm packages #636

Merged
merged 29 commits into from
Feb 9, 2024
Merged

publish npm packages #636

merged 29 commits into from
Feb 9, 2024

Conversation

hilmarf
Copy link
Member

@hilmarf hilmarf commented Jan 24, 2024

Description

This PR fixes the feature #633.

With this we enable people to directly publish npm-blobs (aka. package.tgz containing package.json) to any registry website that implements the CommonJS Package Registry specification (e.g. artifactory).

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Screenshots

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help
  • Separate ticket for tests # (issue/pr)

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Added to documentation?

  • 📜 README.md
  • 🙅 no documentation needed

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@hilmarf hilmarf requested a review from mandelsoft January 31, 2024 16:41
@hilmarf hilmarf self-assigned this Jan 31, 2024
@hilmarf hilmarf marked this pull request as ready for review February 5, 2024 15:28
pkg/contexts/ocm/accessmethods/npm/README.md Outdated Show resolved Hide resolved
pkg/contexts/ocm/accessmethods/npm/method.go Outdated Show resolved Hide resolved
pkg/contexts/ocm/accessmethods/npm/method.go Outdated Show resolved Hide resolved
pkg/contexts/ocm/accessmethods/npm/method.go Outdated Show resolved Hide resolved
pkg/contexts/ocm/accessmethods/npm/method.go Outdated Show resolved Hide resolved
@hilmarf hilmarf requested a review from mandelsoft February 7, 2024 12:16
@mandelsoft mandelsoft merged commit 1e39e53 into open-component-model:main Feb 9, 2024
12 of 13 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.

Create uploader for repository type "npm"
2 participants