Add Archived Field to "List public repositories" Endpoint #12554
Unanswered
bmarcaur
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The repositories api has an endpoint which lists all the information about public repositories. This endpoint does not return any information about the
archivedstatus of the repo. However, it has many sibling endpoints (e.g. org focused) which does include thearchivedstatus. This omission is leading to pain while attempting to index all of our repositories in to Sourcegraph. You can see the Sourcegraph maintainers come to a similar conclusion here. By default, Sourcegraph omits results from archived repos. This feature is completely negated by this missing information as it causes all repos to be treated as if they were not archived. The ask here is to include this additionalarchivedflag in the "list public repositories" query.Beta Was this translation helpful? Give feedback.
All reactions