-
Notifications
You must be signed in to change notification settings - Fork 123
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
[proposal] UDF to classify licenses #488
Comments
I'm not sure about this, what's the use case? |
@campoy The use case is to classify the licenses. Wdym? |
I wouldn't want to add extra features that do not have a specific persona / use case in mind. |
If that functionality requires all the HEAD files from a repository cannot be implemented using a UDF. A UDF is working at the row level. You can process from |
It can work at the row level analyzing one file at a time @ajnavarro |
@campoy Regarding the functions. License audit is one of those nasty problems everybody hates to do in the enterprises yet many have to do (and pay for it). |
FWIW tagging @marnovo as he is supposed to decide on the product features. |
@ajnavarro what shall we do with this? |
If it is just implementing a library, we can create a function like |
This proposes to add a UDF based on go-license-detector to classify licenses of repositories to gitbase core. That UDF requires all the files in HEAD belonging to a repository.
cc @mcuadros @campoy
The text was updated successfully, but these errors were encountered: