Roblox / foreman

Toolchain manager for Roblox projects
MIT License
171 stars 26 forks source link

Added bitbucket support #43

Closed CertifiedRice closed 2 years ago

CertifiedRice commented 2 years ago

Bitbucket support for foreman!

oltrep commented 2 years ago

Hi 👋 Do you have any example of bitbucket projects that foreman could download, so that we can add a test case to the end to end test script?

You will also need to add an entry to the ToolSpec enum so that you can write tool_name = { bitbucket = "user/repo", version = "1.0.0" }. The PR #31 is a good example of other things you need to fully support bitbucket 🙂

github-actions[bot] commented 2 years ago

CLA Signature Action:

Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you read and sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just by adding a comment to this pull request with this exact sentence:

I have read the CLA Document and I hereby sign the CLA

By commenting with the above message you are agreeing to the terms of the CLA. Your account will be recorded as agreeing to our CLA so you don't need to sign it again for future contributions to our company's repositories.

0 out of 1 committers have signed the CLA. :x: @CertifiedRice

CertifiedRice commented 2 years ago

No, sorry. But you can always create a test project or a clone of something like rojo!

CertifiedRice commented 2 years ago

I will see what I can do about the tool_spec enum