-
Notifications
You must be signed in to change notification settings - Fork 35
Description
The Eclipse Dash License Tool uses a service on eclipse.org to find licence information from IPLab. I have to retire that service.
Rather than attempt to create an alternative service in its place, I'd like to explore having the tool just query directly against IPLab.
IP review results are structured in a well-defined manner, so using the GitLab API to query the file hierarchy and pull contents directly from the repository should be straightforward.
The wrinkle being that use of the GitLab API is rate-limited which means that there is a high probability that use of the tool will require a token. IMHO, this is a good thing. There is also some potential that, for legitimate use with large dependency lists, we might hit rate limits. This will require some careful testing.