-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Suggestion to Add Support for Gitee in Git Provider or More Customization Options #1341
Comments
Hi @TS35, We're definitely committed to adding support for any available git providers. If you're up for it, you can implement it through a PR yourself. You can check implementations for existing providers here.
What do you mean by this? Are there some options that are missing from |
Thank you for your response. What I meant is that when I tried to use Gitee in Daytona, I selected GitLab Self-managed in the git-provider options. Daytona then prompted me to enter the Self-managed API URL, and I noticed that the provided example was http://gitlab-host/api/v4/, while the API URL provided by Gitee is https://gitee.com/api/v5/. Therefore, I wondered if it would be possible to support Gitee in Daytona through some custom settings. However, I understand that this may not be as simple as the Server in Daytona, where users can achieve it just by making some straightforward changes to the config.json, right? This would likely involve modifying Daytona's source code. |
That's true. We need to implement a new git provider (e.g. https://github.com/daytonaio/daytona/blob/main/pkg/gitprovider/azure-devops.go) for the Gitee API. You would then be able to select Gitee in the |
@quest-bot stash 100 |
|
Hey @Tpuljak , this looks like a good challenge, is anyone working on it? |
@katungi of course, go for it! |
@quest-bot embark |
@katungi has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
@quest-bot embark |
@naaa760 has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
Hello! |
Hi @naaa760, I can see that you're embarking on a lot of issues. I suggest that you focus on one issue at a time and embark only on those that you're actively working on. Embarking on an issue doesn't mean that you have the exclusive right to work on it and earn the bounty. |
@quest-bot embark |
@Sourabh7iwari has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
@Tpuljak hello sir can i submit PR on it? |
@Sourabh7iwari of course. If no one is assigned to the issue, feel free to work on it and submit a PR. |
🧚 @Sourabh7iwari has submitted PR #1403 and is claiming the loot. Keep up the pace, or you'll be left in the shadows. Questions? Check out the docs. |
@Tpuljak Sir, I have submitted the pull request and am now waiting. Is there any further action required from my side for successful merging, or is there something missing in my changes that needs attention for Gitee support? Since this is my first time, I would appreciate any assistance. |
Thanks @Sourabh7iwari! @mojafa will take a look at the PR as soon as possible. |
@quest-bot embark |
@tarunrajput has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
🧚 @tarunrajput has submitted PR #1409 and is claiming the loot. Keep up the pace, or you'll be left in the shadows. cc @naaa760 Questions? Check out the docs. |
|
Hello, could you add support for Gitee in the git-providers configuration for Daytona? Alternatively, it would be great if future versions of Daytona could include more customizable options for git-provider, similar to how the Server in Daytona allows for some customization through modifications to the config.json file.
The text was updated successfully, but these errors were encountered: