You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
To get the owner of a project given as a link to the input, we must to pass the access key and request a GET to the GitHub API. I think this is unnecessary effort.
Cause
The Project class doesn't have the owner field.
Suggestion
Parse the owner at Project's object creation (input parsing). For URLs, it's already there. For local file paths, you can use some Git tricks to retrieve the URLs.
The text was updated successfully, but these errors were encountered:
Problem
To get the owner of a project given as a link to the input, we must to pass the access key and request a GET to the GitHub API. I think this is unnecessary effort.
miningframework/src/services/S3MHandlersAnalysis/util/BuildRequester.groovy
Lines 76 to 81 in 36b464a
Cause
The Project class doesn't have the
owner
field.Suggestion
Parse the owner at Project's object creation (input parsing). For URLs, it's already there. For local file paths, you can use some Git tricks to retrieve the URLs.
The text was updated successfully, but these errors were encountered: