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: add git remote task provider #4233

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

acesyde
Copy link
Contributor

@acesyde acesyde commented Jan 26, 2025

Description

Add a git remote task provider

This provider handle ssh and https generic format

Specific patterns like github or bitbucket are not translated because the ROI is too low and add useless complex code.

User must define a generic url with path

@acesyde
Copy link
Contributor Author

acesyde commented Jan 26, 2025

@jdx do you know how i can add some unit tests for this part ?

image

Currently, we can't mock git:: and file::

@jdx
Copy link
Owner

jdx commented Jan 26, 2025

I would use e2e tests for this

@acesyde
Copy link
Contributor Author

acesyde commented Jan 26, 2025

@jdx if you want to do a first review, all the code is done, I just have to do the e2e tests

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.

2 participants