-
Notifications
You must be signed in to change notification settings - Fork 0
Build and display the org-wide msdmd repository map #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c16190a
feat(msdmd): collect org-wide repository map
erinepshovel-code 6493a86
refactor(github): pin repository heads for downstream maps
erinepshovel-code 2c46996
feat(msdmd): add organization map presentation
erinepshovel-code 783a9fc
feat(msdmd): render organization relation map
erinepshovel-code 15fb0b2
feat(msdmd): publish organization repository map
erinepshovel-code ce263d3
feat(msdmd): load organization map enhancement
erinepshovel-code e403ad0
feat(msdmd): publish generated organization map data
erinepshovel-code 25f22a6
feat(msdmd): wire organization map refresh and tests
erinepshovel-code 0fdb04c
test(msdmd): cover organization map collection and resolution
erinepshovel-code b5b148d
feat(msdmd): link project index to generated organization map
erinepshovel-code aee80d4
chore(msdmd): add honest bootstrap fallback snapshot
erinepshovel-code 125b211
fix(msdmd): distinguish opaque targets from unresolved relations
erinepshovel-code 4ef635c
test(msdmd): preserve opaque target distinction
erinepshovel-code 68c41eb
fix(msdmd): display opaque targets separately from hmmm
erinepshovel-code c19f829
chore(msdmd): align bootstrap target distinctions
erinepshovel-code File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the organization repository listing succeeds but an individual commits API request transiently fails, this catch converts the error to a normal null head while leaving the overall snapshot in non-fallback mode. The refresh then skips that repository's reviewed manifest, marks its msdmd collection missing, and overwrites both last-known-good snapshots with the degraded data; distinguish a genuinely headless repository from an API failure and preserve the prior entry or fail into fallback for the latter.
Useful? React with 👍 / 👎.