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

Handle importing git repos that already have a Devfile #3111

Merged

Conversation

datho7561
Copy link
Contributor

Fixes #3104

Signed-off-by: David Thompson davthomp@redhat.com

Fixes redhat-developer#3104

Signed-off-by: David Thompson <davthomp@redhat.com>
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (c7c5c3f) 32.82% compared to head (c145d57) 32.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3111      +/-   ##
==========================================
- Coverage   32.82%   32.80%   -0.02%     
==========================================
  Files          74       74              
  Lines        4960     4962       +2     
  Branches      944      945       +1     
==========================================
  Hits         1628     1628              
- Misses       3332     3334       +2     
Files Changed Coverage Δ
.../webview/create-component/createComponentLoader.ts 11.78% <0.00%> (-0.10%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@datho7561
Copy link
Contributor Author

@vrubezhny If you have time at some point, could you please review this PR? Let me know if you have any questions about it. Hopefully the video in the issue explains the use case well enough.

Copy link
Contributor

@vrubezhny vrubezhny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Member

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same. This fixes the issue for me.

@datho7561 datho7561 merged commit 0fdcb8b into redhat-developer:main Aug 28, 2023
3 of 5 checks passed
@datho7561 datho7561 deleted the 3104-git-with-existing-devfile branch August 28, 2023 17:18
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.

Import from git fails if there is an existing devfile
3 participants