-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: create await new ParseServer(config).startApp()
to resolve cloud code and schema before express app is exposed
#7914
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 all commits
Commits
Show all changes
53 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 0cec09f
fix: allow ES import for cloud string if package type is module
dblythy 4e14aa2
revert helper
dblythy 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 cbdf7e8
Update ParseServer.js
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 a648709
Merge branch 'alpha' into await-cloud-code
mtrezza 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 b45d44e
refactor: upgrade @graphql-tools/links from 8.2.4 to 8.2.6 (#7935)
snyk-bot 8b91961
refactor: upgrade @graphql-tools/links from 8.2.6 to 8.2.7 (#7941)
dplewis 122afcf
refactor: upgrade body-parser from 1.19.1 to 1.19.2 (#7944)
dplewis 8868628
refactor: upgrade @graphql-tools/links from 8.2.7 to 8.2.8 (#7945)
dplewis 20fc4e2
fix: security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 (#7…
snyk-bot 8cf0b5e
chore(release): 5.3.0-alpha.7 [skip ci]
semantic-release-bot ac80bdd
refactor: upgrade winston from 3.5.1 to 3.7.2 (#7954)
mtrezza 901a3ea
rename method to create
dblythy 08e6c34
resolve .app
dblythy 29fc673
Merge branch 'alpha' into await-cloud-code
dblythy efe75c2
Update index.spec.js
dblythy e6c45f5
create startApp function
dblythy b23d346
Update index.spec.js
dblythy 2ae3980
increase coverage
dblythy 81de641
Update DefinedSchemas.js
dblythy d7ee114
close servers
dblythy 1f8a4ee
Update index.js
dblythy 7f99592
fix tests
dblythy caa75f6
Update ParseServer.js
dblythy dec4082
Update ParseServer.js
dblythy d65be73
add holdPublicRoutes
dblythy 61ef23f
Merge remote-tracking branch 'upstream/alpha' into alpha
dblythy 60145a2
Merge branch 'alpha' into await-cloud-code
dblythy 7cd5e38
definitions
dblythy 871f13c
Merge branch 'alpha' into await-cloud-code
mtrezza d378e72
Merge branch 'alpha' into await-cloud-code
dblythy c29ba4f
Merge branch 'alpha' into await-cloud-code
dblythy 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Parse.Cloud.define('cloudCodeInFile', () => { | ||
return 'It is possible to define cloud code in a file.'; | ||
}); |
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
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.