Gaurav Mishra

Results 194 comments of Gaurav Mishra

The scancode wrapper runs similarly: https://github.com/fossology/fossology/blob/20ca3a482ce18e85859e92842e94fe06bb226237/src/scancode/agent/scancode_wrapper.cc#L86-L93 And installs the agent as a pip package: https://github.com/fossology/fossology/blob/20ca3a482ce18e85859e92842e94fe06bb226237/install/fo-install-pythondeps#L163-L176 Just a heads up with the problems we are facing with scancode: 1. The agent...

Hello @scanoss-qg , this time the agent completed successfully but there were no results :-( The license identified is empty. ![image](https://user-images.githubusercontent.com/18077542/180123074-84b617af-b88f-480a-a469-c5d0d8455307.png) ![image](https://user-images.githubusercontent.com/18077542/180123496-4902e11a-f750-497e-bbc2-714ab16e8b0e.png) Nothing in the info page as well ![image](https://user-images.githubusercontent.com/18077542/180123390-91892f2b-c39a-4f48-ae71-9c41e91c9e4c.png)

Hello @codeakki , you can look to file `src/copyright/ui/CopyrightView.php` which loads the data and `src/copyright/ui/template/ui-xp-view_rhs.html.twig` which is the template for the page. You can try to copy the working of...

Hello @lucian-balea , Does the feature provided in #1713 be helpful for your case? (Exporting copyright list with filter "No license")

@rohitpandey49 Indeed there are empty space at the end of line in `src/reso/agent/ResoAgent.php` but on line 199 and 208 ![image](https://user-images.githubusercontent.com/18077542/184347099-01d3999e-ba49-4d13-9d8b-a36f5328b785.png)

Additional note @rohitpandey49 , please check if the `copyright` table does not already have entry for the given set of `agent_fk`, `pfile_fk` and `hash` otherwise it will cause duplicate entries...

@rohitpandey49 , changes looks good to me. Please add following changes to the code as well. 1. The change in `CopyrightDao.php` is a boolean logic fix (invert **AND** with **OR**...

Sorry @rohitpandey49 , I messed the dependency check. Can you please modify it like following? We can merge the PR after that. ```diff diff --git a/src/reso/ui/ResoAgentPlugin.php b/src/reso/ui/ResoAgentPlugin.php index 279d6202b..714a3b809 100644...

Except changes noted above, tests are working as expected.

@krishna9304 Please rebase the branch to resolve merge conflict.