Commit Graph

36439 Commits

Author SHA1 Message Date
Nacho Codoñer
3e439dfd3a Merge pull request #13052 from meteor/350-persist-local-doc-temporary
[3.0] Report and extend test cases for the new async behaviors
2024-03-21 15:20:49 +01:00
Nacho Codoñer
615ae2c974 Merge branch 'release-3.0' into 350-persist-local-doc-temporary
# Conflicts:
#	packages/mongo/mongo_livedata_tests.js
2024-03-20 16:02:39 +01:00
Nacho Codoñer
84ab049ccf fix and provide proper tests of data persistence on async behaviors 2024-03-20 14:58:30 +01:00
Denilson
ad0a63b4c8 Merge pull request #13063 from meteor/fix/environment-variables-context
[Meteor 3] Clean Environment Variables upper context when finish executing callback
2024-03-19 10:46:31 -04:00
Denilson
4974282f25 Merge pull request #13059 from meteor/357-fix-meteor-installer
[3.0] Fix Meteor installer
2024-03-19 10:38:32 -04:00
Gabriel Grubba
7f8fa4ec80 add section on how to test meteor 3 using npx 2024-03-19 10:15:42 -03:00
Nacho Codoñer
df77a0251c bump beta version to publish 2024-03-19 14:09:14 +01:00
Nacho Codoñer
22b2e4ce36 default install as the behavior to simplify installation with npx meteor 2024-03-19 13:50:42 +01:00
Nacho Codoñer
8b496da7c7 update logs on the cmds to promote new installer 2024-03-19 13:42:54 +01:00
denihs
2d05cb1008 - revert client to not handle promises, as this newer syntax can't be compiled in older browsers 2024-03-18 16:06:12 -04:00
denihs
07b6997e52 - fix upper context in the server
- add the ability to get other contexts in the client
- add test for dynamics
2024-03-18 15:33:52 -04:00
Nacho Codoñer
86080a11cd dont exist with an error since it errored npx usage as well, which is the mode that ensure proper logging on latest npm version 2024-03-18 18:11:31 +01:00
Nacho Codoñer
b9ea24dff3 ensure global check is not required when using npx 2024-03-18 14:37:55 +01:00
Gabriel Grubba
547e38881a Docs: remove meteor.wrapAsync and add meteor.promisify 2024-03-18 10:27:42 -03:00
Gabriel Grubba
1135bedf73 update fetch example 2024-03-14 15:13:08 -03:00
Nacho Codoñer
113781dc6c add missing command on a log in Windows 2024-03-14 17:45:49 +01:00
Nacho Codoñer
335863345c upgrade node-downloader-helper to latest version as fix issue on being in last node version 2024-03-14 15:50:28 +01:00
Gabriel Grubba
ec1fbe6969 Merge pull request #12964 from ggazzo/fix/client-upsert
fix(minimongo): sync upsert doesn't create new documents
2024-03-14 13:17:49 +01:00
Guilherme Gazzo
f34a96fe18 added tests 2024-03-13 22:39:09 -03:00
Guilherme Gazzo
a67b039092 fix: minimongo sync upsert not adding new document 2024-03-13 20:18:53 -03:00
Denilson
a56399e285 Merge pull request #13034 from ref-app/subscribe-stop-crash
Subscribe stop crash
2024-03-12 16:56:05 -04:00
Nacho Codoñer
8e0cdf200c Merge pull request #13054 from meteor/347-debug-mode
[3.0] Debug mode
2024-03-12 19:14:37 +01:00
Nacho Codoñer
53d3b8ea2d add debug mode change to the changelog 2024-03-12 15:15:01 +01:00
Nacho Codoñer
e1b1be5198 Merge pull request #13055 from meteor/352-stub-promise-finish
Fix an issue with methods interacting with unblocking mechanisms
2024-03-12 15:07:20 +01:00
Gabriel Grubba
743890cdfd Merge pull request #13058 from meteor/docs-observe-async
Docs: observeChangesAsync and observeAsync
2024-03-11 20:46:01 +01:00
Nacho Codoñer
cb19b79ad6 update docs 2024-03-11 18:12:51 +01:00
Nacho Codoñer
e2aad9f5ee set memberof properly 2024-03-11 18:05:32 +01:00
Nacho Codoñer
d3d18a6b37 update docs for observe behaviors async 2024-03-11 16:34:48 +01:00
Nacho Codoñer
8d9b0a9fe6 precheck for stub existence 2024-03-11 15:13:12 +01:00
Nacho Codoñer
6a4f6e6883 simplify test definition 2024-03-11 15:06:35 +01:00
Nacho Codoñer
788a712c81 Merge branch 'release-3.0' into 352-stub-promise-finish 2024-03-07 17:55:19 +01:00
Nacho Codoñer
dcf26d6103 fix and add new test case for unblocking mechanism 2024-03-07 17:49:32 +01:00
Nacho Codoñer
3086912118 fix and add new test case for unblocking mechanism 2024-03-07 17:46:09 +01:00
Nacho Codoñer
604a072a07 Merge branch 'release-3.0' into 347-debug-mode 2024-03-07 16:02:03 +01:00
Gabriel Grubba
f2bfccc17b Merge branch 'devel' into release-3.0 2024-03-07 14:01:53 +01:00
Gabriel Grubba
54745a9a6e Updating old docs to make CI pass 2024-03-07 09:58:19 -03:00
Per Bergland
61f255795c self/this/options fixes 2024-03-06 18:15:23 +01:00
Nacho Codoñer
931f9e56bd describe the method on the client to enable stub 2024-03-06 17:44:17 +01:00
Nacho Codoñer
059d55d7dd add new test case to fix the issue 2024-03-06 17:38:27 +01:00
Nacho Codoñer
7601652d9a Revert "set finish as part of stubPromise"
This reverts commit d25c935644.
2024-03-06 17:37:47 +01:00
Nacho Codoñer
d25c935644 set finish as part of stubPromise 2024-03-06 17:18:11 +01:00
Nacho Codoñer
7c494c94c5 dont skip important warning for showing on normal execution mode 2024-03-06 17:08:53 +01:00
Denilson
875a9ca45c Merge pull request #12925 from meteor/feature/update-node-ci
[Meteor 3] Update node.js in CI to v20 where possible
2024-03-06 10:30:50 -04:00
Nacho Codoñer
3d64dc5dde update changelog for observeChangesAsync and observeAsync 2024-03-06 15:23:34 +01:00
Nacho Codoñer
f2976aabcb re-run checks 2024-03-06 07:04:43 +01:00
Nacho Codoñer
45ed85d842 dont use arrow function 2024-03-06 06:59:19 +01:00
Nacho Codoñer
f4a8596816 show the warning on method stub only in debug mode 2024-03-06 06:50:07 +01:00
Nacho Codoñer
f7a48a485f spread debug mode to the client 2024-03-06 06:49:48 +01:00
Denilson
d7763f2046 Merge pull request #12977 from matheusccastroo/fix-send-email-this-issue
[Meteor 3] - Fix send email issue
2024-03-05 16:01:42 -04:00
Gabriel Grubba
65ea65b436 update docs to do not use no longer existing methods 2024-03-05 16:37:18 -03:00