Skip to content

Make sure that GitHub URLs only contain first org and repo name in "Git Import" #2915

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

Closed
datho7561 opened this issue May 26, 2023 · 1 comment · Fixed by #2991
Closed

Make sure that GitHub URLs only contain first org and repo name in "Git Import" #2915

datho7561 opened this issue May 26, 2023 · 1 comment · Fixed by #2991
Assignees
Labels
Milestone

Comments

@datho7561
Copy link
Contributor

datho7561 commented May 26, 2023

I entered https://github.com/redhat-developer/vscode-openshift-tools/issues/2909 as the git URL in the git import workflow, and it's stuck on cloning the repo:

Screenshot from 2023-05-26 17-08-55

It lists the repo as valid. Either we should list the repo as invalid, or automatically strip the /issues/2909 from the URL

@mohitsuman mohitsuman added this to the 1.5.0 milestone May 30, 2023
@mohitsuman mohitsuman moved this to 📋 Backlog in IDE Cloudaptors May 30, 2023
@mohitsuman mohitsuman modified the milestones: 1.5.0, 1.6.0 Jun 2, 2023
@msivasubramaniaan msivasubramaniaan self-assigned this Jun 7, 2023
@msivasubramaniaan
Copy link
Collaborator

When parsing the url which contains issues the git-url-parse not provided the expected organization and name of the repo. Already there is an issue and corresponding PR.

@msivasubramaniaan msivasubramaniaan moved this from 📋 Backlog to 🏗 In progress in IDE Cloudaptors Jun 27, 2023
@msivasubramaniaan msivasubramaniaan moved this from 🏗 In progress to 👀 In review in IDE Cloudaptors Jun 27, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in IDE Cloudaptors Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment