Adarshvk98 commented on PR #3132: URL: https://github.com/apache/incubator-kie-tools/pull/3132#issuecomment-2900581216
Thank you, @jomarko , for taking the time to test this. I’ve some observations that I’d like to share below. >01 Pull Scenario I’ve tested the same scenario with other Git providers (Github) and noticed the issue you’ve observed here as well. Which means that it’s a common issue with pull ?. All the Git operations were performed using the npm package called [isomorphic-git](https://isomorphic-git.org/). >02 Snippet from two places From the home screen, you can clone the snippet because it supports both cloning the repository and importing a single file. However, from within the workspace, under the “New File” dropdown, you can only import a single file using the URL. I noticed that the URL you provided here is a snippet clone URL with a `.git` extension, which can contain multiple files. Therefore, it won’t support. Try entering a single raw snippet file URL in the input field. Below is a screenshot to help you get the raw URL of the snippet. <img width="1415" alt="image" src="https://github.com/user-attachments/assets/f3bcfdbf-ef2c-45bd-8a54-d5ff6ef78334" /> <img width="1724" alt="image" src="https://github.com/user-attachments/assets/1dc6d93d-19de-4858-b338-795fabc73175" /> > 03 Subgroups Currently, all groups and nested groups will be displayed in a dropdown list. I would like to hear your feedback on how this should be displayed. Note: - Repositories can be created under user space, group space, or nested group space. - Snippets can be created under user space or project space (where there’s no nested structure). cc: @tiagobento -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
