Skip to content

feat(setup): add npm and PyPI client variants in setup page #485

Open
nicola-preda wants to merge 1 commit into
artifact-keeper:mainfrom
nicola-preda:feat/setup-npm-pypi-variants
Open

feat(setup): add npm and PyPI client variants in setup page #485
nicola-preda wants to merge 1 commit into
artifact-keeper:mainfrom
nicola-preda:feat/setup-npm-pypi-variants

Conversation

@nicola-preda

@nicola-preda nicola-preda commented Jun 11, 2026

Copy link
Copy Markdown

Summary

  • Adds client-variant tabs for npm (Npm, Yarn v2+, Pnpm, Bun) and PyPI (Pip, Poetry, Uv, Pipenv, Twine), mirroring the Maven/Gradle/SBT pattern
  • Snippets branch on repo_type: proxy/virtual repos get top-level default-registry config; local/staging keep scoped routing
  • Uses __token__ as the basic-auth username placeholder for PyPI tools (PyPI Warehouse convention for unscoped access tokens)

Test Checklist

  • Unit tests added/updated
  • E2E Playwright tests added/updated
  • Manually tested locally
  • No regressions in existing tests

UI Changes

  • Playwright E2E spec covers the change
  • Responsive layout verified (mobile + desktop)
  • Dark mode verified
  • Accessibility checked (keyboard navigation, screen reader)
  • N/A - no UI changes

Closes #486

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.

NPM/PyPI Setup page shows one snippet per repo format -> improve

1 participant