Use the Auto-Dig bridge dataset to scope the graph #8
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/auto-dig-quasar!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/use-bridge-dataset-scope"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
datasetURL parameter.popstateafter the history replacement so React Router immediately re-renders the graph projection.Root cause
The existing graph filter only had a reliable dataset when Quasar's own URL contained
?dataset=...or when a same-origin parent referrer supplied it. In the actual embedded deployment, the parent can be cross-origin, so the referrer is intentionally rejected. Although the Auto-Dig bridge already reported the active dataset,GraphPagenever received that scope and continued rendering every dataset in the shared local corpus.Impact
Selecting an Auto-Dig dataset now immediately constrains the embedded graph to that dataset instead of exposing documents from previously loaded datasets.
Validation
mainwith only the runtime and dataset-scope files changed.Closing this as wrong-repository work. Auto-Dig Pages deploys the pinned
lost-rob0t/quasarruntime with thelost-rob0t/quasar-uisubmodule; it does not build from this repository. The deployed fix is being applied inlost-rob0t/starintel-gpt-auto-digby propagating the parent dataset into the iframe URL before Quasar boots.WIP: Use the Auto-Dig bridge dataset to scope the graphto Use the Auto-Dig bridge dataset to scope the graphView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.