Merged
Conversation
gadomski
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Root cause
config.toml had central_repository = "DevSeed Team" (no org prefix), but the CSV data on disk has developmentseed/DevSeed Team (with org prefix). When the Jinja template passed "DevSeed Team" as REPO_CENTRAL to the visualization, prepareData created nodes from the CSV with id: "developmentseed/DevSeed Team", so the lookup d.id === "DevSeed Team" failed.
This likely happened during the refactoring, probably because I removed the center node visualization. I made a followup ticket to fully remove #40
The config value was shortened to just the display name, but the CSV (which was generated earlier with the full owner/repo format) wasn't regenerated.
Two changes made: