-
Notifications
You must be signed in to change notification settings - Fork 21
Collection Instance Filtering and SurrealDB Graph Traversal Improvements #650
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 all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
d9b727a
feat: add isInstance filtering for Ad4mModel collections
jhweir 1256af3
feat(core): add surrealGetter support for custom graph traversals in …
jhweir 8d6403c
ad4m/core version bump to 0.11.2-dev.3
jhweir e2c510b
docs: Document SDNA parallel calls limitation and solutions
jhweir 1905ff1
feat: Track both createdAt and updatedAt timestamps in Ad4mModel
jhweir 62a0fd5
Bump ad4m core to version 0.11.2-dev.4
jhweir 3c14940
docs: Add comprehensive AD4M model system analysis and redesign propo…
jhweir 0b5c094
fix(ad4m): resolve timestamp property assignment errors and improve e…
jhweir c1026de
z-index increase on ad4m-connect modal
jhweir 66f0bec
fix(connect): improve z-index handling and add mobile detection
jhweir 158a6cd
fix(connect): handle invalid token and auth state change events
jhweir a5e6f41
ad4m-connect version bumped to 0.11.2-dev.5
jhweir 1389a97
fix(Ad4mModel): Fix property filtering, collection instance checks, a…
jhweir f375fea
ad4m/core bumped to version 0.11.2-dev.5
jhweir 39b98c2
Settings button size decreased
jhweir 607e8fa
Strategy docs removed
jhweir f62ec21
feat: Add comprehensive tests for surrealGetter and isInstance featur…
jhweir f5327bb
feat(core): add surrealCondition filtering for collections
jhweir 3a01504
Merge branch 'dev' into feat/collection-isinstance-filter
lucksus 87b61cc
refactor(core): standardize query engine naming - SurrealDB as default
jhweir 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
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 |
|---|---|---|
|
|
@@ -72,5 +72,5 @@ | |
| "@coasys/ad4m": "*" | ||
| } | ||
| }, | ||
| "version": "0.11.2-dev.4" | ||
| "version": "0.11.2-dev.5" | ||
| } | ||
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
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
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
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 |
|---|---|---|
|
|
@@ -69,5 +69,5 @@ | |
| "graphql@15.7.2": "patches/graphql@15.7.2.patch" | ||
| } | ||
| }, | ||
| "version": "0.11.2-dev.2" | ||
| "version": "0.11.2-dev.5" | ||
| } | ||
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.
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.