-
Notifications
You must be signed in to change notification settings - Fork 55
Mongo upsert #619
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
Closed
Closed
Mongo upsert #619
Changes from 14 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
7bd27cd
re-adding mongodb adapter
shimonewman 865b508
re-adding mongodb adapter
shimonewman 95e0ea6
re-adding mongodb adapter
shimonewman d599a38
Merge branch 'fix-cursor' of github.com:utopia-php/database into feat…
shimonewman 95220c1
pull cursor
fogelito 9ddfd8c
Merge remote-tracking branch 'origin/feat-mongo-2' into feat-mongo-2
shimonewman 1e9202d
Fix tests
fogelito 7b54377
re-adding mongodb adapter
shimonewman 9d52068
re-adding mongodb adapter
shimonewman f2bf9dc
clean up
shimonewman 3800e8e
clean up
shimonewman 2d4b9d8
Merge remote-tracking branch 'origin/feat-mongo-2' into feat-mongo-2
shimonewman 4ecc004
clean up
shimonewman f0a9d05
linter
shimonewman c6298f0
replaced bulkUpsert() with upsert() call
shimonewman 1f21be3
Merge branch 'feat-mongo-2' of https://github.com/utopia-php/database…
shimonewman 9a8faad
rollback PHP_MONGODB_VERSION
shimonewman ecc831f
remove scrap
shimonewman 86bf4ff
updates
shimonewman d9f5e3b
Merge branch 'feat-mongo-2' of https://github.com/utopia-php/database…
shimonewman 645f5b5
Implement internal casting methods in Mongo and SQL adapters; update …
shimonewman 0975fe5
Refactor casting methods in Database adapter; rename internalCastingF…
shimonewman 7d976e6
updates
shimonewman 7b7c4f2
Update utopia-php/mongo dependency to version 0.4.* in composer.json …
shimonewman fd0b29b
Update utopia-php/mongo dependency to version 0.5.* in composer.json …
shimonewman cef98a6
Merge branch 'main' of github.com:utopia-php/database into feat-mongo-2
shimonewman 10df727
sync with main
shimonewman 57e323d
Refactor getSequences method in Mongo adapter to accept an array of d…
shimonewman fd5e24c
Enhance sequence retrieval in Mongo adapter by creating temporary doc…
shimonewman b373d1d
Clean up whitespace in Database and Mongo adapter files, and in test …
shimonewman 1e27b34
Add casting methods and support checks in Pool adapter; update Mongo …
shimonewman bdb38b3
Refactor Mongo adapter to enhance datetime handling by adding type ch…
shimonewman 53a458f
Comment out the Mongo Client path in docker-compose.yml to prevent po…
shimonewman 8a77735
Merge branch 'main' of github.com:utopia-php/database into feat-mongo-2
shimonewman 0e2f54c
sync with main
shimonewman 598f6b5
Merge remote-tracking branch 'origin/feat-mongo-2' into feat-mongo-2
shimonewman 0b36e59
Merge branch 'main' of github.com:utopia-php/database into feat-mongo-2
shimonewman 5429a88
Update MongoDB adapter to support skipping permissions during documen…
shimonewman 2bc2d0c
Merge branch 'feat-mongo-2' of https://github.com/utopia-php/database…
shimonewman 796584f
Refactor MongoDB adapter to improve document processing and permissio…
shimonewman bf9f705
Refactor MongoDB adapter by removing unused permission handling code …
shimonewman b7f74af
Refactor MongoDB adapter by removing unused arrays for document IDs a…
shimonewman 5ce323b
Update Docker configuration by commenting out the Client.php mapping …
shimonewman 5a5be70
Refactor createOrUpdateDocuments method in Mongo adapter to improve a…
shimonewman 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.