We have over 14k+ repos in our Port inventory at the moment.
Only about a 1/4 are active (not archived).
If we set the query in the selector to ".repo.archived == false", the GitHub integration pulls all repos, and then filters at the point of mapping.
The list organization repos in the REST API (doc) doesn't support using the archive filter.
But the search api (REST, GraphQL) allows active repos to be fetched using the following query:
archived: false
:
We would like the filter to apply before and not after (like it currently does).
It would make the github integration faster and reduce load.
Created by Magali Philippe
·