-
Notifications
You must be signed in to change notification settings - Fork 48
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
Release 1.2.0 #115
Merged
Merged
Release 1.2.0 #115
Conversation
This file contains 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
joywa
approved these changes
May 25, 2023
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.
LGTM, thank you!
Newber0
added a commit
to Apotheca-AI/graph-explorer-apotheca
that referenced
this pull request
Jun 2, 2023
* new file: package-lock.json modified: packages/graph-explorer/src/connector/gremlin/mappers/mapApiEdge.ts modified: packages/graph-explorer/src/connector/gremlin/mappers/mapApiVertex.ts new file: packages/graph-explorer/src/connector/gremlin/mappers/toStringId.ts modified: packages/graph-explorer/src/connector/gremlin/queries/fetchNeighbors.ts modified: packages/graph-explorer/src/connector/gremlin/types.ts modified: packages/graph-explorer/src/core/StateProvider/nodes.ts renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTab.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTab.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabContent.styles.ts renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabContent.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabContent.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabFilters.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabFilters.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/index.ts -> packages/graph-explorer/src/modules/AP-HealthgraphTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyListTypes.ts renamed: packages/graph-explorer/src/modules/OntologyTab/OntologyTab.tsx -> packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTab.tsx renamed: packages/graph-explorer/src/modules/OntologyTab/OntologyTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyTab/StoredOntologyList.ts renamed: packages/graph-explorer/src/modules/OntologyTab/index.ts -> packages/graph-explorer/src/modules/AP-OntologyTab/index.ts renamed: packages/graph-explorer/src/modules/PatientSearch/PatientSearch.styles.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.styles.ts renamed: packages/graph-explorer/src/modules/PatientSearch/PatientSearch.tsx -> packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.tsx renamed: packages/graph-explorer/src/modules/PatientSearch/toAdvancedList.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/toAdvancedList.ts renamed: packages/graph-explorer/src/modules/PatientSearch/usePatientSearch.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/usePatientSearch.ts new file: packages/graph-explorer/src/modules/AP-PatientTab/FullExpandCheckbox.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTab.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTab.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabContent.styles.ts renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabContent.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabContent.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabFilters.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabFilters.tsx renamed: packages/graph-explorer/src/modules/PatientTab/index.ts -> packages/graph-explorer/src/modules/AP-PatientTab/index.ts modified: packages/graph-explorer/src/modules/EntityDetails/EntityDetails.tsx deleted: packages/graph-explorer/src/modules/OntologyTab/OntologyTabContent.tsx deleted: packages/graph-explorer/src/modules/OntologyTab/OntologyTabFilters.tsx modified: packages/graph-explorer/src/workspaces/GraphExplorer/GraphExplorer.tsx * Use the Summary API to improve the schema synchronization performance (aws#80) * Use Summary API to sync the schema * Update counts badges in ConnectionData * Remove individual counts from ConnectionData * Remove individual counts from ConnectionData * Reduce size of Docker image aws#103 (aws#104) * Reduce size of Docker image aws#103 * add a comment about changes made aws#103 * (bugfix/issue-55) Support non-string based ids for gremlin connector (aws#60) * (bugfix/issue-55) Support non-string based ids for gremlin connector * (bugfix/issue-55) Support non-string based ids for gremlin connector * (bugfix/issue-55) Update numeric ids neighbors queries * Fix disappearing edge on JanusGraph * Support JanusGraph Gremlin ids * Fix collapsing edges in non-Chromium browsers * Fix runLayout twice when nodes changes * Restore locking nodes on run layout --------- Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Jackson Millard <[email protected]> * release-1.2.0 (aws#115) Co-authored-by: Michael Chin <[email protected]> * modified: package-lock.json modified: package.json new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.model.ts new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.styles.ts new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.tsx new file: packages/graph-explorer/src/components/OntologySelect/index.ts new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/ListBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectHeader/SelectHeader.styles.ts new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectHeader/SelectHeader.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectListBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectPopover.tsx new file: packages/graph-explorer/src/components/OntologySelect/utils/getThemeWithDefaultValues.ts new file: packages/graph-explorer/src/components/icons/OntologyCreatorIcon.tsx modified: packages/graph-explorer/src/components/icons/index.ts modified: packages/graph-explorer/src/components/index.ts modified: packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTab.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/InputForm.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTab.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/toAdvancedList.ts new file: packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyListTypes.ts renamed: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTab.tsx -> packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTab.tsx renamed: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyListTab/StoredOntologyList.json new file: packages/graph-explorer/src/modules/AP-OntologyListTab/StoredOntologyList.ts renamed: packages/graph-explorer/src/modules/AP-OntologyTab/index.ts -> packages/graph-explorer/src/modules/AP-OntologyListTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.tsx new file: packages/graph-explorer/src/modules/AP-OntologySearch/toAdvancedList.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/useOntologySearch.ts deleted: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyListTypes.ts deleted: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.tsx deleted: packages/graph-explorer/src/modules/AP-OntologyTab/StoredOntologyList.ts modified: packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.styles.ts modified: packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.tsx modified: packages/graph-explorer/src/modules/AP-PatientTab/PatientTab.tsx modified: packages/graph-explorer/src/workspaces/GraphExplorer/GraphExplorer.tsx * modified: packages/graph-explorer/src/core/ConfigurationProvider/types.ts modified: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.tsx modified: packages/graph-explorer/src/modules/AP-OntologySearch/useOntologySearch.ts modified: packages/graph-explorer/src/modules/AvailableConnections/AvailableConnections.tsx modified: packages/graph-explorer/src/utils/isValidConfigurationFile.ts modified: packages/graph-explorer/src/utils/saveConfigurationToFile.ts --------- Co-authored-by: nestoralvarezd <[email protected]> Co-authored-by: Kelvin Lawrence <[email protected]> Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Michael Chin <[email protected]> Co-authored-by: Michael Chin <[email protected]>
Newber0
added a commit
to Apotheca-AI/graph-explorer-apotheca
that referenced
this pull request
Jun 2, 2023
* new file: package-lock.json modified: packages/graph-explorer/src/connector/gremlin/mappers/mapApiEdge.ts modified: packages/graph-explorer/src/connector/gremlin/mappers/mapApiVertex.ts new file: packages/graph-explorer/src/connector/gremlin/mappers/toStringId.ts modified: packages/graph-explorer/src/connector/gremlin/queries/fetchNeighbors.ts modified: packages/graph-explorer/src/connector/gremlin/types.ts modified: packages/graph-explorer/src/core/StateProvider/nodes.ts renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTab.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTab.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabContent.styles.ts renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabContent.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabContent.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabFilters.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabFilters.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/index.ts -> packages/graph-explorer/src/modules/AP-HealthgraphTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyListTypes.ts renamed: packages/graph-explorer/src/modules/OntologyTab/OntologyTab.tsx -> packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTab.tsx renamed: packages/graph-explorer/src/modules/OntologyTab/OntologyTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyTab/StoredOntologyList.ts renamed: packages/graph-explorer/src/modules/OntologyTab/index.ts -> packages/graph-explorer/src/modules/AP-OntologyTab/index.ts renamed: packages/graph-explorer/src/modules/PatientSearch/PatientSearch.styles.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.styles.ts renamed: packages/graph-explorer/src/modules/PatientSearch/PatientSearch.tsx -> packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.tsx renamed: packages/graph-explorer/src/modules/PatientSearch/toAdvancedList.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/toAdvancedList.ts renamed: packages/graph-explorer/src/modules/PatientSearch/usePatientSearch.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/usePatientSearch.ts new file: packages/graph-explorer/src/modules/AP-PatientTab/FullExpandCheckbox.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTab.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTab.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabContent.styles.ts renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabContent.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabContent.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabFilters.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabFilters.tsx renamed: packages/graph-explorer/src/modules/PatientTab/index.ts -> packages/graph-explorer/src/modules/AP-PatientTab/index.ts modified: packages/graph-explorer/src/modules/EntityDetails/EntityDetails.tsx deleted: packages/graph-explorer/src/modules/OntologyTab/OntologyTabContent.tsx deleted: packages/graph-explorer/src/modules/OntologyTab/OntologyTabFilters.tsx modified: packages/graph-explorer/src/workspaces/GraphExplorer/GraphExplorer.tsx * Use the Summary API to improve the schema synchronization performance (aws#80) * Use Summary API to sync the schema * Update counts badges in ConnectionData * Remove individual counts from ConnectionData * Remove individual counts from ConnectionData * Reduce size of Docker image aws#103 (aws#104) * Reduce size of Docker image aws#103 * add a comment about changes made aws#103 * (bugfix/issue-55) Support non-string based ids for gremlin connector (aws#60) * (bugfix/issue-55) Support non-string based ids for gremlin connector * (bugfix/issue-55) Support non-string based ids for gremlin connector * (bugfix/issue-55) Update numeric ids neighbors queries * Fix disappearing edge on JanusGraph * Support JanusGraph Gremlin ids * Fix collapsing edges in non-Chromium browsers * Fix runLayout twice when nodes changes * Restore locking nodes on run layout --------- Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Jackson Millard <[email protected]> * release-1.2.0 (aws#115) Co-authored-by: Michael Chin <[email protected]> * modified: package-lock.json modified: package.json new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.model.ts new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.styles.ts new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.tsx new file: packages/graph-explorer/src/components/OntologySelect/index.ts new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/ListBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectHeader/SelectHeader.styles.ts new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectHeader/SelectHeader.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectListBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectPopover.tsx new file: packages/graph-explorer/src/components/OntologySelect/utils/getThemeWithDefaultValues.ts new file: packages/graph-explorer/src/components/icons/OntologyCreatorIcon.tsx modified: packages/graph-explorer/src/components/icons/index.ts modified: packages/graph-explorer/src/components/index.ts modified: packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTab.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/InputForm.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTab.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/toAdvancedList.ts new file: packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyListTypes.ts renamed: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTab.tsx -> packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTab.tsx renamed: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyListTab/StoredOntologyList.json new file: packages/graph-explorer/src/modules/AP-OntologyListTab/StoredOntologyList.ts renamed: packages/graph-explorer/src/modules/AP-OntologyTab/index.ts -> packages/graph-explorer/src/modules/AP-OntologyListTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.tsx new file: packages/graph-explorer/src/modules/AP-OntologySearch/toAdvancedList.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/useOntologySearch.ts deleted: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyListTypes.ts deleted: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.tsx deleted: packages/graph-explorer/src/modules/AP-OntologyTab/StoredOntologyList.ts modified: packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.styles.ts modified: packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.tsx modified: packages/graph-explorer/src/modules/AP-PatientTab/PatientTab.tsx modified: packages/graph-explorer/src/workspaces/GraphExplorer/GraphExplorer.tsx * modified: packages/graph-explorer/src/core/ConfigurationProvider/types.ts modified: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.tsx modified: packages/graph-explorer/src/modules/AP-OntologySearch/useOntologySearch.ts modified: packages/graph-explorer/src/modules/AvailableConnections/AvailableConnections.tsx modified: packages/graph-explorer/src/utils/isValidConfigurationFile.ts modified: packages/graph-explorer/src/utils/saveConfigurationToFile.ts --------- Co-authored-by: nestoralvarezd <[email protected]> Co-authored-by: Kelvin Lawrence <[email protected]> Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Michael Chin <[email protected]> Co-authored-by: Michael Chin <[email protected]>
Newber0
added a commit
to Apotheca-AI/graph-explorer-apotheca
that referenced
this pull request
Jun 2, 2023
* new file: package-lock.json modified: packages/graph-explorer/src/connector/gremlin/mappers/mapApiEdge.ts modified: packages/graph-explorer/src/connector/gremlin/mappers/mapApiVertex.ts new file: packages/graph-explorer/src/connector/gremlin/mappers/toStringId.ts modified: packages/graph-explorer/src/connector/gremlin/queries/fetchNeighbors.ts modified: packages/graph-explorer/src/connector/gremlin/types.ts modified: packages/graph-explorer/src/core/StateProvider/nodes.ts renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTab.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTab.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabContent.styles.ts renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabContent.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabContent.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/HealthgraphTabFilters.tsx -> packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTabFilters.tsx renamed: packages/graph-explorer/src/modules/HealthgraphTab/index.ts -> packages/graph-explorer/src/modules/AP-HealthgraphTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyListTypes.ts renamed: packages/graph-explorer/src/modules/OntologyTab/OntologyTab.tsx -> packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTab.tsx renamed: packages/graph-explorer/src/modules/OntologyTab/OntologyTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyTab/StoredOntologyList.ts renamed: packages/graph-explorer/src/modules/OntologyTab/index.ts -> packages/graph-explorer/src/modules/AP-OntologyTab/index.ts renamed: packages/graph-explorer/src/modules/PatientSearch/PatientSearch.styles.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.styles.ts renamed: packages/graph-explorer/src/modules/PatientSearch/PatientSearch.tsx -> packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.tsx renamed: packages/graph-explorer/src/modules/PatientSearch/toAdvancedList.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/toAdvancedList.ts renamed: packages/graph-explorer/src/modules/PatientSearch/usePatientSearch.ts -> packages/graph-explorer/src/modules/AP-PatientSearch/usePatientSearch.ts new file: packages/graph-explorer/src/modules/AP-PatientTab/FullExpandCheckbox.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTab.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTab.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabContent.styles.ts renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabContent.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabContent.tsx renamed: packages/graph-explorer/src/modules/PatientTab/PatientTabFilters.tsx -> packages/graph-explorer/src/modules/AP-PatientTab/PatientTabFilters.tsx renamed: packages/graph-explorer/src/modules/PatientTab/index.ts -> packages/graph-explorer/src/modules/AP-PatientTab/index.ts modified: packages/graph-explorer/src/modules/EntityDetails/EntityDetails.tsx deleted: packages/graph-explorer/src/modules/OntologyTab/OntologyTabContent.tsx deleted: packages/graph-explorer/src/modules/OntologyTab/OntologyTabFilters.tsx modified: packages/graph-explorer/src/workspaces/GraphExplorer/GraphExplorer.tsx * Use the Summary API to improve the schema synchronization performance (aws#80) * Use Summary API to sync the schema * Update counts badges in ConnectionData * Remove individual counts from ConnectionData * Remove individual counts from ConnectionData * Reduce size of Docker image aws#103 (aws#104) * Reduce size of Docker image aws#103 * add a comment about changes made aws#103 * (bugfix/issue-55) Support non-string based ids for gremlin connector (aws#60) * (bugfix/issue-55) Support non-string based ids for gremlin connector * (bugfix/issue-55) Support non-string based ids for gremlin connector * (bugfix/issue-55) Update numeric ids neighbors queries * Fix disappearing edge on JanusGraph * Support JanusGraph Gremlin ids * Fix collapsing edges in non-Chromium browsers * Fix runLayout twice when nodes changes * Restore locking nodes on run layout --------- Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Jackson Millard <[email protected]> * release-1.2.0 (aws#115) Co-authored-by: Michael Chin <[email protected]> * modified: package-lock.json modified: package.json new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.model.ts new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.styles.ts new file: packages/graph-explorer/src/components/OntologySelect/OntologySelect.tsx new file: packages/graph-explorer/src/components/OntologySelect/index.ts new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/ListBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectHeader/SelectHeader.styles.ts new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectHeader/SelectHeader.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectListBox.tsx new file: packages/graph-explorer/src/components/OntologySelect/internalComponents/SelectPopover.tsx new file: packages/graph-explorer/src/components/OntologySelect/utils/getThemeWithDefaultValues.ts new file: packages/graph-explorer/src/components/icons/OntologyCreatorIcon.tsx modified: packages/graph-explorer/src/components/icons/index.ts modified: packages/graph-explorer/src/components/index.ts modified: packages/graph-explorer/src/modules/AP-HealthgraphTab/HealthgraphTab.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/InputForm.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTab.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/OntologyCreatorTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologyCreatorTab/toAdvancedList.ts new file: packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyListTypes.ts renamed: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTab.tsx -> packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTab.tsx renamed: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.styles.ts -> packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTabContent.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologyListTab/OntologyTabContent.tsx new file: packages/graph-explorer/src/modules/AP-OntologyListTab/StoredOntologyList.json new file: packages/graph-explorer/src/modules/AP-OntologyListTab/StoredOntologyList.ts renamed: packages/graph-explorer/src/modules/AP-OntologyTab/index.ts -> packages/graph-explorer/src/modules/AP-OntologyListTab/index.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.styles.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.tsx new file: packages/graph-explorer/src/modules/AP-OntologySearch/toAdvancedList.ts new file: packages/graph-explorer/src/modules/AP-OntologySearch/useOntologySearch.ts deleted: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyListTypes.ts deleted: packages/graph-explorer/src/modules/AP-OntologyTab/OntologyTabContent.tsx deleted: packages/graph-explorer/src/modules/AP-OntologyTab/StoredOntologyList.ts modified: packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.styles.ts modified: packages/graph-explorer/src/modules/AP-PatientSearch/PatientSearch.tsx modified: packages/graph-explorer/src/modules/AP-PatientTab/PatientTab.tsx modified: packages/graph-explorer/src/workspaces/GraphExplorer/GraphExplorer.tsx * modified: packages/graph-explorer/src/core/ConfigurationProvider/types.ts modified: packages/graph-explorer/src/modules/AP-OntologySearch/OntologySearch.tsx modified: packages/graph-explorer/src/modules/AP-OntologySearch/useOntologySearch.ts modified: packages/graph-explorer/src/modules/AvailableConnections/AvailableConnections.tsx modified: packages/graph-explorer/src/utils/isValidConfigurationFile.ts modified: packages/graph-explorer/src/utils/saveConfigurationToFile.ts * modified: packages/graph-explorer/src/connector/gremlin/mappers/mapApiVertex.ts modified: packages/graph-explorer/src/connector/gremlin/mappers/toStringId.ts modified: packages/graph-explorer/src/connector/gremlin/types.ts --------- Co-authored-by: nestoralvarezd <[email protected]> Co-authored-by: Kelvin Lawrence <[email protected]> Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Jackson Millard <[email protected]> Co-authored-by: Michael Chin <[email protected]> Co-authored-by: Michael Chin <[email protected]>
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.
Issue #, if available: N/A
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.