fix(nx-dev): keep the kb index working for uncommitted articles - #36588
Merged
Conversation
## Current Behavior One uncommitted article takes down the whole Knowledge Base index. The batched git log has no entry for it, and the starlight fallback throws instead of returning a date, so `/docs/kb` 500s and `astro-docs:validate-links` fails. Hits anyone drafting a new KB page. ## Expected Behavior Uncommitted articles date to now. Committed articles keep their commit date. ## Related Issue(s) N/A
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
View your CI Pipeline Execution ↗ for commit 95d876a
☁️ Nx Cloud last updated this comment at |
barbados-clemens
approved these changes
Aug 6, 2026
polygraph-snapshot-app Bot
pushed a commit
that referenced
this pull request
Aug 11, 2026
## Current Behavior One uncommitted article takes down the whole Knowledge Base index. The batched `git log` has no entry for it, and the starlight fallback throws instead of returning a date, so `/docs/kb` 500s and `astro-docs:validate-links` fails. Hits anyone drafting a new KB page. ## Expected Behavior Uncommitted articles date to now. Committed articles keep their commit date. ## Related Issue(s) N/A <!-- polygraph-session-start --> --- <p><picture><source media="(prefers-color-scheme: dark)" srcset="https://static.ops.cloud.nx.app/polygraph/session-logo-v4-dark.svg"><img src="https://static.ops.cloud.nx.app/polygraph/session-logo-v4-light.svg" width="16" height="22" align="middle" alt="Polygraph"></picture> <a href="https://snapshot.app.trypolygraph.com/orgs/69cdc268b6aa527e4129c2b4/sessions/vivid-moose-c9937bd5">View session ↗</a></p> <!-- polygraph-session-end -->
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.
Current Behavior
One uncommitted article takes down the whole Knowledge Base index. The batched
git loghas no entry for it, and the starlight fallback throws instead of returning a date, so/docs/kb500s andastro-docs:validate-linksfails.Hits anyone drafting a new KB page.
Expected Behavior
Uncommitted articles date to now. Committed articles keep their commit date.
Related Issue(s)
N/A