Denilson
92d1e91e16
Merge pull request #13221 from meteor/fix/method-back-from-offile
...
[Meteor 3] Fix Back from offline: method does not apply on server side
2024-07-11 08:38:02 -04:00
Denilson
3fcf8b6460
Merge branch 'release-3.0' into fix/method-back-from-offile
2024-07-11 08:37:52 -04:00
Leonardo Venturini
6804b236b2
Fix Node.js version issue ( #13199 )
...
* commit logs
* use the correct tools dir when using meteor warehouse dir env var
* remove logs
* remove logs
* run bin commands after springboarding
* revert change
* revert change
* fix npm command for checkout
* avoid to use unexisting tools path within a sandbox that describe a warehouse
---------
Co-authored-by: Nacho Codoñer <igcogi@gmail.com >
2024-07-11 08:37:16 -04:00
denihs
83813a92eb
- fix typo
2024-07-10 14:17:23 -04:00
denihs
2acc9a1726
- add regression test to the back from offline issue
2024-07-10 14:13:24 -04:00
denihs
ed406e2876
- make sure to not queue _sendOutstandingMethodBlocksMessages if _neverQueued is true
2024-07-10 13:32:39 -04:00
denihs
11187600b5
Merge branch 'refs/heads/release-3.0' into fix/method-back-from-offile
...
# Conflicts:
# packages/npm-mongo/.npm/package/npm-shrinkwrap.json
2024-07-10 12:44:51 -04:00
Denilson
316e8b0906
Merge pull request #13220 from meteor/fix/subcription-calls-order
...
[Meteor 3] Fix Meteor.subscribe() regression
2024-07-10 12:38:41 -04:00
denihs
fd7ce8f7e6
- queue the Outstanding Method Blocks message invocation after invoking the hooks, so the calls don't lose it's order
2024-07-10 10:23:05 -04:00
Denilson
3d2b545e24
Merge branch 'release-3.0' into fix/method-back-from-offile
2024-07-10 09:32:00 -04:00
Denilson
a47800b42d
Merge branch 'release-3.0' into fix/subcription-calls-order
2024-07-10 09:20:53 -04:00
denihs
34ab39f0ee
- create a new test to make sure we'll always have the right behavior when subscribing and unsubscribing
2024-07-10 09:20:32 -04:00
denihs
0e057259b1
- make sure to never queue the _send if _stream._neverQueued is tru
2024-07-10 08:49:40 -04:00
Nacho Codoñer
5bb43f0005
Merge branch 'devel' into release-3.0
2024-07-10 12:21:53 +02:00
Nacho Codoñer
1de4cf85ff
[3.x] Proper minor version upgrade for tinytest ( #13207 )
...
* set the proper minor version upgrade for tinytest and for 3.x official
* update docs and provide missing breaking changes
---------
Co-authored-by: Denilson <denilsonh2014@gmail.com >
2024-07-10 12:19:26 +02:00
Nacho Codoñer
5d96d09d2a
OSS-462 Tweak npm-shrinkwrap.json permissions on newer npm versions to proper app server bundle setup ( #13219 )
...
* tweak permissions of npm-shrinkwrap.json file to properly install deps later
* tweak 644 permission as the minimum required
2024-07-10 12:18:59 +02:00
Nacho Codoñer
232b8a8c8b
OSS-459 Posix indirect dependency replacement ( #13204 )
...
* implement tests to tweak socket files behaviors and group config
* re-run checks
* better test coverage on UNIX_SOCKET_PATH and UNIX_SOCKET_GROUP usage
* create socker file as part of the tests
* replace @vlasky/whomst dependency to use a unix-standard way to get gid from group name
* ensure test cross-compatibility on unix/macos
* clean
* register cleanup
* ensure close properly the net server instantiated
* temporary comment a test to see if CI passes
* Revert "temporary comment a test to see if CI passes"
This reverts commit 22b6517860 .
* verify if new test is the culprit
* establish port
* establish port
* silent one test to see if CI fixed
* activate other test within the testAsyncMulti as may be the culprit on CI failure
* try set permissions as well
* print /etc/group
* use travis group
* ensure use proper group on travis CI to fix tests
* silent get group info logs
---------
Co-authored-by: Denilson <denilsonh2014@gmail.com >
2024-07-10 12:18:41 +02:00
Denilson
41f7d20dcf
Merge branch 'release-3.0' into fix/subcription-calls-order
2024-07-09 13:12:42 -04:00
Denilson
960f038941
Merge branch 'release-3.0' into fix/method-back-from-offile
2024-07-09 12:59:10 -04:00
denihs
82fc4e7aa4
- callLoginMethod is an async function now
...
- handle async hooks inside _callOnReconnectAndSendAppropriateOutstandingMethods
2024-07-09 12:25:43 -04:00
Nacho Codoñer
842c070c60
[3.x] Upgrade Node to latest 20.15.1 (Dev bundle 20.15.1.0) ( #13197 )
...
* upgrade node to latest 20.14.0
* upgrade node to latest 20.14.0
* bump dev-bundle to the proper patch
* Revert "upgrade node to latest 20.14.0"
This reverts commit 756a307775 .
* re-run checks
* upgrade to node 2.15.0
* upgrade node with new 20.15.1 patch version
* re-run checks
2024-07-09 17:25:08 +02:00
denihs
fd02bca8fc
- creating method _sendQueued to always queue a DDP message before send it
...
fix https://github.com/meteor/meteor/issues/13212
2024-07-09 08:56:23 -04:00
Denilson
c2bf9bfc55
Merge pull request #13217 from meteor/fix/error-cloning-skel
...
[Meteor 3] Fix git clone error when running `meteor create`
2024-07-05 13:32:20 -04:00
Denilson
8b82145b23
Merge branch 'release-3.0' into fix/error-cloning-skel
2024-07-05 13:32:08 -04:00
Leonardo Venturini
e330811851
Merge pull request #13213 from meteor/v3/tla-docs
...
Add Top Level Await docs to v3 docs
2024-07-05 13:10:12 -03:00
Leonardo Venturini
544038ea7f
Merge branch 'release-3.0' into fix/error-cloning-skel
2024-07-05 11:59:08 -03:00
Denilson
6c55477575
Merge pull request #13194 from meteor/feature/accounts-server-options-init
...
Initialize options for accounts from settings.json
2024-07-05 10:47:36 -04:00
Denilson
a6c78082ea
Merge branch 'release-3.0' into feature/accounts-server-options-init
2024-07-05 10:46:45 -04:00
denihs
3c3a1345aa
- removing premature skel cloning
...
- avoid getting stuck in prompting when trying to clone repository
2024-07-04 15:06:36 -04:00
Denilson
a60a8db2df
Merge pull request #13214 from meteor/feature/add-addemailasync-alias
...
[Meteor 3] Add Accounts.addEmailAsync alias
2024-07-04 14:01:02 -04:00
Denilson
7c4512c229
Merge branch 'release-3.0' into feature/add-addemailasync-alias
2024-07-04 14:00:42 -04:00
Denilson
a09972e975
Merge pull request #13201 from meteor/fix/revert-withvalue-deprecate-meteor-call
...
Meteor 3 - Warn about using Meteor[.call/.apply] with async methods
2024-07-04 13:59:20 -04:00
Frederico Maia
faf04b8780
Merge pull request #13216 from meteor/update-coc
...
Update Code of Conduct
2024-07-04 12:34:11 -03:00
Frederico Maia
3e89d4de48
Add the Meteor Lounge Discord server to the code of conduct and remove Tatiana from the panel
2024-07-04 11:22:51 -03:00
Frederico Maia
a047736df3
Revert "Add the Meteor Lounge Discord server to the code of conduct and remove Tatiana from the panel"
...
This reverts commit 5432a211a9 .
2024-07-04 11:17:36 -03:00
Frederico Maia
5432a211a9
Add the Meteor Lounge Discord server to the code of conduct and remove Tatiana from the panel
2024-07-04 10:56:08 -03:00
denihs
31504b221b
- fix bindEnvironment to add catch to the return if it's a promise
2024-07-03 14:42:45 -04:00
denihs
83ecf9b7e9
Merge branch 'refs/heads/release-3.0' into fix/revert-withvalue-deprecate-meteor-call
2024-07-03 14:14:16 -04:00
Denilson
7a958ebf68
Merge pull request #12675 from meteor/fix/release-3-crash-failed-build
...
[Meteor 3] Fix handling unexpected errors during build
2024-07-03 14:08:41 -04:00
denihs
2ad92b7054
Merge branch 'refs/heads/release-3.0' into fix/release-3-crash-failed-build
...
# Conflicts:
# packages/npm-mongo/.npm/package/npm-shrinkwrap.json
# packages/webapp/.npm/package/npm-shrinkwrap.json
2024-07-03 14:08:17 -04:00
denihs
2630c2671a
- rename Accounts.addUser to Accounts.addUserAsync
...
- update docs
2024-07-03 14:00:39 -04:00
denihs
ff6c7c4864
- increase protocolTimeout for puppeteer launch
2024-07-03 13:38:37 -04:00
denihs
cee675e6d1
Merge branch 'refs/heads/release-3.0' into fix/revert-withvalue-deprecate-meteor-call
...
# Conflicts:
# packages/npm-mongo/.npm/package/npm-shrinkwrap.json
# packages/webapp/.npm/package/npm-shrinkwrap.json
2024-07-03 13:28:55 -04:00
Denilson
45e8d783bc
Merge pull request #13198 from meteor/fix/update-callAsync-migration-doc
...
- update call-x-callAsync.md docs to mirror our API
2024-07-03 13:26:27 -04:00
denihs
4202447296
force CI tests to run again
2024-07-03 10:44:09 -04:00
Leonardo Venturini
fa9619a1bc
add top level await docs
2024-07-03 08:49:18 -04:00
Jan Dvorak
b4fa4363b7
Merge branch 'release-3.0' into feature/accounts-server-options-init
2024-07-03 14:45:34 +02:00
denihs
5e55710957
- fix environment - bindEnvironment test
...
- stop always returning promises in the server for bindEnvironment and withValues
2024-07-02 15:25:38 -04:00
denihs
02ee812795
- change the doc title
2024-07-02 14:44:51 -04:00
denihs
776b3c22d8
- check if the resource has any errors before trying to get the data from it.
2024-07-02 13:56:01 -04:00