Commit Graph

12523 Commits

Author SHA1 Message Date
denihs
0c326b6b0c fix minimongo - 'minimongo - pause' 2023-02-07 10:40:29 -04:00
denihs
21dc2fb3b6 fix minimongo - observe ordered true/false 2023-02-07 10:36:27 -04:00
denihs
40eb022310 fix minimongo - observe ordered 2023-02-07 10:34:00 -04:00
denihs
643ae2bd07 fix 'minimongo - modify' 2023-02-07 10:28:04 -04:00
denihs
692d3eb5f5 fix 'minimongo - observe ordered with projection 2023-02-07 10:20:08 -04:00
denihs
cd957ac8e9 fix 'minimongo - basics' 2023-02-07 10:09:37 -04:00
denihs
cabfe8f522 adding todo fibers 2023-02-06 14:57:08 -04:00
denihs
f650be7b89 - using _AsynchronousQueue in the server
- continue for looping instead of breaking it
2023-02-06 14:56:37 -04:00
denihs
b32ea404f1 use self._taskQueue.queueTask instead of self._taskQueue.runTask 2023-02-03 12:27:29 -04:00
denihs
3e5977ce2b Sync mongo methods for the client again 2023-02-02 16:48:29 -04:00
denihs
937800007c - fix API so call() and apply() doesn't have to be async. More can be found on this thread https://meteor-community.slack.com/archives/C01SWPPE81F/p1675116084541359 2023-02-01 16:20:54 -04:00
denihs
65d44b501d - fix livedata - basic method invocation
options.throwThroughFuture was used to fix a bug with errors and fibers (issue #1482). As we don't use Fibers anymore, this won't be needed
2023-01-30 11:24:35 -04:00
denihs
7deb4af148 - fix livedata connection - two wait methods 2023-01-30 10:52:42 -04:00
denihs
d9e8c56a3e - fix livedata stub - buffering and methods interaction 2023-01-30 10:28:13 -04:00
denihs
e14bd35ace - fix livedata stub - stubs before connected 2023-01-30 10:21:21 -04:00
denihs
503f2b41f9 - _saveOriginals() is now async
- markAllReady() in the tests is now async
- removing unnecessary comments
2023-01-30 10:16:46 -04:00
denihs
6b5b1278fe - fix test multiple stubs same doc 2023-01-26 16:02:59 -04:00
denihs
d277841958 - fix test livedata stub - reconnect method which only got result 2023-01-26 14:50:01 -04:00
denihs
f8334b8a42 - fix test livedata stub - methods calling methods 2023-01-26 14:38:25 -04:00
denihs
fa6d0c1d71 - fix test livedata stub - methods 2023-01-26 14:13:45 -04:00
denihs
d590d20e19 - fix receive data and buffering data 2023-01-24 15:52:02 -04:00
denihs
368e059e0b Merge branch 'release-3.0-mongo-tests-with-tla' into release-3.0-tests-ddp-client 2023-01-24 13:36:46 -04:00
denihs
a593ad95ef - removing unnecessary fiber import 2023-01-24 11:52:24 -04:00
denihs
1e76987840 fixing load-js-image and linker 2023-01-23 17:10:43 -04:00
denihs
482acb00f6 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	packages/promise/promise-tests.js
2023-01-23 15:41:56 -04:00
denihs
afbe556c14 - catching error on boot.js 2023-01-20 13:57:20 -04:00
denihs
860e796812 - fixing reconnect tests 2023-01-20 10:54:14 -04:00
Gabriel Grubba
d7a958e1e2 Merge pull request #12451 from meteor/release-3.0-tests-promise
[3.0] Solving meteor-promise tests
2023-01-19 16:50:54 -03:00
denihs
c6f157048e - removing await from boot.js. Trying to run tests 2023-01-19 13:36:31 -04:00
Gabriel Grubba
e5e23fb7ce Merge branch 'release-3.0' into release-3.0-tests-webapp
# Conflicts:
#	docs/history.md
2023-01-18 17:45:19 -03:00
Gabriel Grubba
1d3cfca40a updated last express method 2023-01-18 17:40:23 -03:00
Gabriel Grubba
1b921ec331 chore: created abstraction on top of express creation 2023-01-18 17:23:46 -03:00
Gabriel Grubba
829bf9feb2 types: adressed wrong typings 2023-01-18 17:19:02 -03:00
denihs
5fa502edd4 - using denque package
- changing blaze version on test-in-browser to blaze@2.5.0 to avoid constraints error
2023-01-18 15:53:57 -04:00
denihs
ead8c2a126 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	meteor
#	npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/meteor/package.js
#	scripts/dev-bundle-tool-package.js
2023-01-18 15:37:36 -04:00
denihs
c0a1308cb8 Merge branch 'devel' into release-3.0
# Conflicts:
#	docs/history.md
#	packages/accounts-password/password_server.js
2023-01-18 15:35:03 -04:00
denihs
43c3eb130f - merging the TLA branch 2023-01-18 15:23:41 -04:00
denihs
048f4a0f47 Merge branch 'feature/top-level-await-reify' into release-3.0-tools-and-mongo
# Conflicts:
#	npm-packages/meteor-babel/package-lock.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	tools/isobuild/linker.js
#	tools/static-assets/server/boot.js
2023-01-18 15:13:27 -04:00
denihs
212a668cb7 - These methods are now async:
- `WebAppInternals.reloadClientPrograms()`
    - `WebAppInternals.pauseClient()`
    - `WebAppInternals.generateClientProgram()`
    - `WebAppInternals.generateBoilerplate()`
    - `WebAppInternals.setInlineScriptsAllowed()`
    - `WebAppInternals.enableSubresourceIntegrity()`
    - `WebAppInternals.setBundledJsCssUrlRewriteHook()`
    - `WebAppInternals.setBundledJsCssPrefix()`
2023-01-18 14:52:34 -04:00
denihs
8875a2a191 Merge branch 'release-3.0-mongo-tests' into release-3.0-tools-and-mongo
# Conflicts:
#	packages/meteor/async_helpers.js
#	tools/static-assets/server/boot.js
2023-01-18 13:47:48 -04:00
denihs
021f2ea2b3 Merge branch 'release-3.0' into release-3.0-tools 2023-01-18 13:46:31 -04:00
Edimar Cardoso
1cdaf40aa5 Merge branch 'release-3.0' into release-3.0-mongo-tests 2023-01-18 10:21:29 -03:00
Denilson
8609ac33b9 Merge pull request #12453 from meteor/release-3.0-tests-meteor
Release 3.0 tests meteor
2023-01-18 09:20:42 -04:00
Edimar Cardoso
28fb31b92d Refectory mongo packages
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-17 23:14:53 -03:00
Gabriel Grubba
c979c49276 added workaround 2023-01-17 17:40:02 -03:00
Matheus Castro
2664836dd7 Merge branch 'release-3.0' into release-3.0-tools 2023-01-17 16:47:18 -03:00
denihs
f98f6d05aa - removing the tests for wrapasync from package.js 2023-01-17 14:52:02 -04:00
denihs
44d69295d9 - removing the tests for wrapasync 2023-01-17 14:50:03 -04:00
denihs
6287eb062e Revert "- removing the tests for wrapasync"
This reverts commit 8592566ba5.
2023-01-17 14:49:06 -04:00
denihs
8592566ba5 - removing the tests for wrapasync 2023-01-17 14:48:00 -04:00