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

Add support for v2 compatible go projects with submodule as root #594

Merged
merged 1 commit into from
Dec 28, 2021

Conversation

jfrog-qa
Copy link
Contributor

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

@github-actions
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@@ -238,29 +244,59 @@ private boolean isSubFolderOfAnotherModule(String moduleRootDir, String director
* @return True if the entry is a go.mod file which doesn't belong to the project we are packing
*/
private boolean isSubModule(String entryName) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's add a unit test for this method.

@yahavi
Copy link
Member

yahavi commented Dec 26, 2021

Please also rename the title of the PR to something more informative than Bugfix/rtdev 3462

@jfrog-qa jfrog-qa force-pushed the bugfix/RTDEV-3462 branch 2 times, most recently from 32006cf to f699202 Compare December 27, 2021 07:57
@jfrog-qa jfrog-qa changed the title Bugfix/rtdev 3462 Add support for v2 compatible go projects with submodule as root Dec 27, 2021
@jfrog-qa jfrog-qa force-pushed the bugfix/RTDEV-3462 branch 2 times, most recently from 8d79ea9 to a28768b Compare December 28, 2021 06:42
@yahavi yahavi merged commit 6a3684d into jfrog:master Dec 28, 2021
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.

3 participants