-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: add Parse.Cloud.afterFind(Parse.File)
#7927
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
Changes from 20 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9ef1968
ci: fix node engine check (#7891)
mtrezza f63fb2b
fix: return correct response when revert is used in beforeSave (#7839)
dblythy b3199d7
chore(release): 5.2.1-alpha.1 [skip ci]
semantic-release-bot 48bd512
perf: reduce database operations when using the constant parameter in…
dblythy e0cca58
chore(release): 5.2.1-alpha.2 [skip ci]
semantic-release-bot 90155cf
feat: add MongoDB 5.1 compatibility (#7682)
github-actions[bot] 499cead
chore(release): 5.3.0-alpha.1 [skip ci]
semantic-release-bot ef56e98
fix: security upgrade parse push adapter from 4.1.0 to 4.1.2 (#7893)
mtrezza 119dbe0
chore(release): 5.3.0-alpha.2 [skip ci]
semantic-release-bot 6b4b358
feat: add MongoDB 5.2 support (#7894)
mtrezza 75eca2d
chore(release): 5.3.0-alpha.3 [skip ci]
semantic-release-bot 132a3e0
refactor: upgrade mongodb from 4.3.1 to 4.4.1 (#7906)
snyk-bot d74b6a3
ci: bump environment (#7907)
github-actions[bot] 2b0957c
refactor: add missing schema definitions (#7917)
Moumouls a72b384
fix: custom database options are not passed to MongoDB GridFS (#7911)
dblythy 0b929db
chore(release): 5.3.0-alpha.4 [skip ci]
semantic-release-bot 2e79271
feat: add `Parse.Cloud.afterFind(Parse.File)`
dblythy 7e6a945
Update CloudCode.spec.js
dblythy 4b99c00
Update Parse.Cloud.js
dblythy da78cf3
Update DEPRECATIONS.md
dblythy ef3680a
refactor: upgrade @apollo/client from 3.5.8 to 3.5.9 (#7921)
snyk-bot 6b68593
fix: security upgrade moment from 2.29.1 to 2.29.2 (#7931)
dependabot[bot] e88fb72
chore(release): 5.3.0-alpha.5 [skip ci]
semantic-release-bot b7a1d76
fix: peer dependency mismatch for GraphQL dependencies (#7934)
marvinroger 34b8110
chore(release): 5.3.0-alpha.6 [skip ci]
semantic-release-bot 43ad5b3
refactor: upgrade @graphql-tools/links from 8.2.2 to 8.2.4 (#7932)
snyk-bot d65a3bf
Merge branch 'alpha' into file-triggers
mtrezza 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
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
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.
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.
The deprecation would happen in 6.0 (2023), removal in 7.0 (2024).
Typo, missing closing bracket.
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.
Yes, as to my other PRs i'm not sure how to fill this table. How can an item's status be "Deprecated" if its planned Deprecation is Version 6?