Problem
Group Settings treats the configured module list as the complete monorepo inventory. Packages discovered by the workspace detector disappear when they are not selected, so the UI cannot represent selected and unselected package state together.
Repositories can also appear unindexed when graph-stats.json is missing or unusable even though a valid graph.fb exists.
Expected behavior
- Return the complete detected package inventory.
- Mark only configured modules as indexed.
- Fall back to persisted graph metadata when the optional statistics sidecar is unavailable.
A proposed fix is available in #5939.
Problem
Group Settings treats the configured module list as the complete monorepo inventory. Packages discovered by the workspace detector disappear when they are not selected, so the UI cannot represent selected and unselected package state together.
Repositories can also appear unindexed when
graph-stats.jsonis missing or unusable even though a validgraph.fbexists.Expected behavior
A proposed fix is available in #5939.