You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENG-1520 Set reified relations to default for new graphs (#868)
* Refactor relation handling to use stored relations instead of reified relations across multiple components. Updated settings and migration documentation to reflect the transition from legacy pattern-based relations to stored relations. This includes changes in CreateRelationDialog, SuggestionsBody, DiscourseRelationUtil, ResultsTable, and various settings components. Adjusted user settings keys for better clarity and consistency.
* Update INSTALL_CUTOFF date in storedRelations.ts and simplify getStoredRelationsEnabled logic by removing legacy setting handling.
* Update documentation to reflect that new Discourse Graph installs use stored relations by default as of v0.18.0. Adjusted INSTALL_CUTOFF date in storedRelations.ts for consistency.
* Corrected the terminology from "Refied relations" to "Reified relations" in storedRelations.ts. Updated documentation across multiple files to clarify the use of stored relations, including migration guidance and quick start instructions for users transitioning from legacy pattern-based relations. Enhanced clarity and consistency in the descriptions of stored relations and their benefits.
* Updated documentation for extending and personalizing the Discourse Graph. Revised content to clarify the use of stored relations, added sections on legacy pattern relations, and included demo links for creating relation patterns. Adjusted navigation links for consistency across related documentation pages.
* Refactor getInstallDefault to return a boolean value, ensuring a default of true when the config page is not found. Simplified logic in getStoredRelationsEnabled by removing unnecessary type checks for resolved defaults.
* Changed section headers from "###" to "##"
0 commit comments