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

feat: support bitbucket self-hosted #189

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: support bitbucket self-hosted #189

wants to merge 2 commits into from

Conversation

hywax
Copy link

@hywax hywax commented Oct 20, 2024

🔗 Linked issue

resolves #188

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

ENV: added GIGET_BITBUCKET_URL

❓ How to test

I found self-hosted in the public domain: https://bitbucket.hl7.org

  1. Set env GIGET_BITBUCKET_URL=https://bitbucket.hl7.org
  2. Run command pnpm run giget bitbucket:UTG/utg#master

Here's my successful log:

~/giget main ❯ pnpm run giget bitbucket:UTG/utg#master

> giget@1.2.3 giget /Users/Hywax/giget
> jiti ./src/cli.ts "bitbucket:UTG/utg#master"

✨ Successfully cloned UTG-utg to UTG-utg 

@hywax
Copy link
Author

hywax commented Oct 20, 2024

@pi0 would you please look at pr?

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.

Support Bitbucket Self-hosted
1 participant