-
Notifications
You must be signed in to change notification settings - Fork 20
Fix #1270 Falkordb canvas #1293
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 3 commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
1c79876
commit
Anchel123 95ef298
commit
Anchel123 30ee24c
commit
Anchel123 2c41719
Merge branch 'staging' into falkordb-canvas
barakb 7a83ed4
commit
Anchel123 6e45bea
commit
Anchel123 eb33091
commit
Anchel123 826a894
commit
Anchel123 3dc0071
commit
Anchel123 f1170b3
Remove console.log statements from viewport handling in ForceGraph co…
Anchel123 244d8d3
Add conditional check before setting viewport and graph data in Force…
Anchel123 d90e9a4
Enhance DataPanel and DataTable components to utilize canvasRef for g…
Anchel123 6eddae9
Merge branch 'staging' into falkordb-canvas
Anchel123 2681375
Update falkordb-canvas dependency to version 0.0.3 and remove unused …
Anchel123 14d4235
Refactor imports to use @falkordb/canvas and update package dependencies
Anchel123 69c1f02
Update @falkordb/canvas dependency to version 0.0.7 in package.json a…
Anchel123 59c8bc8
Enhance ForceGraph component to dynamically update canvas dimensions …
Anchel123 b8cb405
Update @falkordb/canvas dependency to version 0.0.8 in package.json a…
Anchel123 17b5f38
Update @falkordb/canvas dependency to version 0.0.9 and remove unused…
Anchel123 01a651d
Refactor code structure and update package dependencies
Anchel123 59d22ae
Merge remote-tracking branch 'origin/staging' into falkordb-canvas
Anchel123 083ced9
Refactor Graph class to improve color generation and optimize node vi…
Anchel123 372ff81
Refactor CustomizeStylePanel to replace ViewportContext with ForceGra…
Anchel123 b96c9b5
update packages
gkorland dff98ad
update lock
gkorland f4c8ed3
update lock
gkorland a7f4e60
Implement feature X to enhance user experience and optimize performance
Anchel123 b6e328a
Fix typo in fields array and restore Monitor page component
Anchel123 1d53656
update lock
gkorland f4f8c82
Refactor code structure for improved readability and maintainability
Anchel123 50d0526
Update Node.js version in Dockerfile and bump fsevents dependency in …
Anchel123 e1a6274
Update @falkordb/canvas dependency to version 0.0.13 in package.json …
Anchel123 538131f
Update @falkordb/canvas dependency to version 0.0.14 in package.json …
Anchel123 7370ea9
Fix: update data-engine-status check from "stop" to "stopped"
Anchel123 9224248
Enhance graph functionality with CORS support, improved node styling,…
Anchel123 f943a26
chore: update @falkordb/canvas dependency to version 0.0.21
Anchel123 500fa11
Fix: ensure canvas node size defaults to existing size if not provided
Anchel123 cf1f22c
Fix: ensure handleClose also calls handleCancel to revert changes
Anchel123 0a0a165
Refactor: remove CORS headers handling from API routes for cleaner re…
Anchel123 24df5a8
Fix canvas animation wait after web component migration
Naseem77 79c0f86
increase polling timing for canvas animation
Naseem77 a1746c9
Fix: update locator for node canvas tooltip to use class attribute se…
Anchel123 4497e2d
Fix: correct logic for history query counter update on click event
Anchel123 187e0d1
Refactor code style for consistency and readability across test files
Anchel123 5d3a9af
Fix: update displayName assignment to use EMPTY_DISPLAY_NAME constant…
Anchel123 17b3ac7
Fix: support new canvas data structure in test helpers after web comp…
Naseem77 262f01d
Fix: update handleCooldown type to accept only zero as a valid argument
Anchel123 b839af7
Fix: simplify color assignment logic in Graph class and ensure handle…
Anchel123 893e394
Fix: update graph data retrieval to handle potential undefined values…
Anchel123 3fc24f8
Fix: implement encryption utilities for secure storage of sensitive d…
Anchel123 354e215
Fix: update encryption key storage constant for consistency
Anchel123 4f646a9
Fix: update @falkordb/canvas dependency to version 0.0.22
Anchel123 b5e898b
Merge branch 'staging' into falkordb-canvas
Naseem77 68d3b8e
fix customize style tests
Naseem77 7421aa3
add checking for waitForCanvasAnimationToEnd function
Naseem77 71add1d
Refactor: update @falkordb/canvas dependency to local path and remove…
Anchel123 ee55e9b
Fix: update @falkordb/canvas dependency to version 0.0.23
Anchel123 5ded74c
Fix: enhance disabled state checks and improve error handling in encr…
Anchel123 e37628a
Merge remote-tracking branch 'origin/staging' into falkordb-canvas
Anchel123 1856d33
Implement feature X to enhance user experience and optimize performance
Anchel123 75b2d6a
Fix: update targetSelector in TutorialStep and add data-testid to Gra…
Anchel123 f6dfe39
Fix: remove debugger statements from ProvidersWithSession function
Anchel123 1cd272b
remove test only
Naseem77 0c2004a
Merge branch 'falkordb-canvas' of https://github.com/FalkorDB/falkord…
Naseem77 1b4668c
Fix: update encryption key storage constant for consistency
Anchel123 3ac89aa
Merge branch 'falkordb-canvas' of https://github.com/FalkorDB/falkord…
Anchel123 d1aed9e
Fix: improve selection logic for elements in ForceGraph component
Anchel123 b3d36dd
Fix: update canvas dependency to version 0.0.24 and improve error han…
Anchel123 cc48414
Merge branch 'staging' into falkordb-canvas
Anchel123 ecf2832
fix: add missing semicolon to improve code consistency
Anchel123 8730986
fix: refine condition in selectedElements logic and remove console log
Anchel123 b75f523
fix: remove 'only' from graph relation and connected node deletion tests
Anchel123 6db02c6
fix: add data-key attribute for improved element selection in Chat co…
Anchel123 602d9b6
fix chat tests
Naseem77 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,9 @@ | |
| "*.js", | ||
| "*.jsx" | ||
| ], | ||
| "excludedFiles": [ | ||
| "*.d.ts" | ||
| ], | ||
| "parserOptions": { | ||
| "project": [ | ||
| "./tsconfig.json" | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.