Daniel
99fcf45e55
feat: Asynchronous initialization of Parse Server ( #8232 )
...
BREAKING CHANGE: This release introduces the asynchronous initialization of Parse Server to prevent mounting Parse Server before being ready to receive request; it changes how Parse Server is imported, initialized and started; it also removes the callback `serverStartComplete`; see the [Parse Server 6 migration guide](https://github.com/parse-community/parse-server/blob/alpha/6.0.0.md ) for more details (#8232 )
2022-12-21 15:30:13 +01:00
Manuel
200d4ba9a5
revert: refactor: allow ES import for cloud string if package type is module ( #7691 )
...
This reverts commit 0225340ccb .
2021-11-10 16:49:47 +01:00
dblythy
0225340ccb
refactor: allow ES import for cloud string if package type is module ( #7560 )
...
* allow module import for Parse Cloud
* Update .babelrc
* catch esm error
* Update ParseServer.js
* add tests
* Update CHANGELOG.md
* Update CloudCode.spec.js
Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com >
2021-09-14 14:10:37 +02:00
Florent Vilmart
488b2ff231
Migrate to new cloud code interfaces
...
removes job status object, moves messasge method on req object
Adds 3.0.0 migration guide
Fixes nits about 3.0.0 documentation
Adds update guide to README
2018-08-15 10:47:21 -04:00
Drew
b2183680be
Refactor cloud code tests ( #1837 )
...
* Move cloud code tests
* Remove _removeHook calls that are no longer necessary
* Use Strict
2016-05-19 13:38:16 -07:00
Florent Vilmart
e270964b4b
adds test for issue #1031
2016-03-17 00:04:52 -04:00
Florent Vilmart
e43c471a7e
Adds test that ensures the keys are properly set when using cloudcode
2016-02-28 12:38:36 -05:00
Florent Vilmart
9ac7a52e40
Adds Hooks API
...
Adds Parse.Hooks.js in src/cloud-code/Parse.Hooks.js
Moves Cloud code related functions in src/cloud-code
2016-02-25 08:10:07 -05:00
Nikita Lutsenko
17e5686efd
Move test-only Cloud Code into spec subfolder.
2016-02-22 19:33:29 -08:00