Leonardo Venturini
fe37b3097a
add command
2024-08-13 14:04:00 -04:00
Leonardo Venturini
5fa650db4e
fix client stream import
2024-08-13 11:15:45 -04:00
Leonardo Venturini
260870ab5d
upgrade reify and babel
2024-08-13 11:08:32 -04:00
Nacho Codoñer
484b523487
Deprecate Meteor.user() usage on server side ( #13288 )
2024-08-12 17:21:32 +02:00
jhernandez-etraid
0c5371daeb
add ddpUrl to VALID_CONFIG_KEYS ( #13296 )
...
* add ddpUrl to VALID_CONFIG_KEYS
* 'ddpUrl'
---------
Co-authored-by: Nacho Codoñer <igcogi@gmail.com >
2024-08-12 17:20:36 +02:00
Nacho Codoñer
1890df2eb4
Fix deprecation dependency on installer ( #13289 )
...
* fix deprecation dependency on installer
* re-run checks
2024-08-12 14:02:29 +02:00
Oleksandr Chekhovskyi
2e741b3fc3
Fix Meteor.promisify and add a test for it ( #13284 )
...
This fixes a regression introduced in commit 87f8697941 .
Co-authored-by: Nacho Codoñer <igcogi@gmail.com >
2024-08-08 16:59:19 +02:00
Leonardo Venturini
5a8cb0dc1f
Merge pull request #13285 from camstuart/docs-typo
...
V3 Docs landing page typo
2024-08-07 15:05:54 -03:00
Leonardo Venturini
48330c5422
Merge pull request #13280 from meteor/v3/update-installer-readme
...
Adjust Meteor Installer Readme
2024-08-07 14:02:59 -03:00
Cam Stuart
ca98e1c377
fix: typo
2024-08-08 00:21:12 +10:00
Nacho Codoñer
21882628a7
Merge branch 'devel' into release-3.0.2
2024-08-07 13:34:30 +02:00
Nacho Codoñer
e55febbecb
Merge 2.x to 3.x ( #13281 )
...
* only run windows test on push for devel/v2 and on all pull requests
* add up-to-date windows scripts
* git reset
* ensure to git reset checkout before updating git submodule
* ensure to git reset checkout on all submodules as well
* dont need to git reset on the pipeline level
* remove app veyor as not needed
---------
Co-authored-by: Leonardo Venturini <leovenbag@gmail.com >
2024-08-07 13:23:07 +02:00
Leonardo Venturini
e8c7987497
remove global install command
2024-08-06 13:39:46 -04:00
Leonardo Venturini
9328c1eb96
implement feedback
2024-08-06 10:13:52 -04:00
Leonardo Venturini
6541f25996
adjust wording
2024-08-06 08:02:16 -04:00
Leonardo Venturini
88b3d676b4
adjust readme and simplify wording and order
2024-08-06 07:55:55 -04:00
Jordan Tucker
47c2a6eebf
Use PowerShell to set PATH instead of setx on Windows ( #13254 )
...
* fix(installer): use powershell to set PATH instead of setx
* style: run prettier
* style(installer): fix comma
2024-08-05 18:37:17 +02:00
Leonardo Venturini
6271ee4d07
Merge branch 'devel' into release-3.0.2
2024-08-02 09:47:06 -03:00
denihs
69837bf464
publish version 3.0.2-beta.4 for the meteor installer package
2024-08-01 12:56:56 -04:00
denihs
f79763724b
Meteor version to 3.0.2-beta.4 ☄️
release/METEOR@3.0.2-beta.4
2024-08-01 09:42:32 -04:00
denihs
1457fe3d08
remove http from accounts-twitter. Not used there.
2024-08-01 09:39:43 -04:00
denihs
f18bcc3e29
Meteor version to 3.0.2-beta.3 ☄️
2024-08-01 09:34:40 -04:00
Denilson
22fbca50d1
Merge pull request #13265 from meteor/feature/update-faq-v3
...
Update Meteor 3 FAQ
2024-08-01 09:06:37 -04:00
Denilson
8e5196f8ba
Merge branch 'devel' into feature/update-faq-v3
2024-08-01 09:05:52 -04:00
Denilson
016c6a75eb
Merge pull request #13268 from meteor/feature/fix-http-in-twitter-oauth
...
Remove version constraints from http package in accounts-twitter
2024-08-01 09:03:50 -04:00
Denilson
d0a04c87ba
Merge pull request #13266 from meteor/fix/ci-pr-branch-cloning
...
Improve CI script to handle PR branch cloning
2024-08-01 09:02:33 -04:00
Denilson
d41723d9f4
Merge branch 'devel' into fix/ci-pr-branch-cloning
2024-08-01 09:01:45 -04:00
Denilson
aa46c977ea
Merge pull request #13267 from meteor/release-3.0
...
Merge docs and migration guide updates
2024-08-01 09:01:13 -04:00
Nacho Codoñer
5c8536aa90
ensure to git reset checkout on all submodules as well
2024-08-01 08:41:57 -04:00
Nacho Codoñer
1ff056d5a1
ensure to git reset checkout before updating git submodule
2024-08-01 08:41:52 -04:00
Leonardo Venturini
c4f4d7e7c1
Merge pull request #13262 from meteor/v3/login-sub-order
...
Fix outstanding subscription init order generally
2024-08-01 09:19:12 -03:00
Jan Dvorak
ad6e1709d4
Remove version constraints from http package in accounts-twitter
...
Is it event needed anymore?
2024-07-31 19:30:53 +02:00
Denilson
f58b401b09
Merge branch 'devel' into release-3.0
2024-07-31 12:37:45 -04:00
denihs
7553ac1e72
update guide to remove RC mentions
2024-07-31 11:13:50 -04:00
denihs
8c09b9fed2
Improve CI script to handle PR branch cloning
...
- Modify the cloning command to check if the build is for a PR
- Extract the PR number from the CIRCLE_PULL_REQUEST URL
- Fetch the branch associated with the PR using the GitHub API
- Clone the repository using the PR branch
- Fallback to default behavior for regular branch builds
2024-07-31 10:44:59 -04:00
denihs
7dc5a1a22d
update v3 FAQ
2024-07-31 10:20:02 -04:00
Leonardo Venturini
1a40744b22
Merge pull request #13174 from JorgenVatle/mongo-feature-suggestion
...
Feature suggestion: Track registered Mongo collection instances.
2024-07-31 10:56:50 -03:00
Nacho Codoñer
85e597d8e4
Merge branch 'devel' into mongo-feature-suggestion
2024-07-31 14:27:57 +02:00
Leonardo Venturini
7f17dd6b23
adjust tests
2024-07-30 10:33:11 -04:00
Leonardo Venturini
ac83a825fb
revert autorun change
2024-07-30 08:48:32 -04:00
Leonardo Venturini
ccfef311d1
queue sending sub messages after outstanding methods
2024-07-30 08:47:00 -04:00
denihs
c0b5b72c78
publish version 3.0.2-beta.0 for the meteor installer package
2024-07-29 13:11:15 -04:00
denihs
a91bab7119
Meteor version to 3.0.2-beta.2 ☄️
2024-07-29 10:09:13 -04:00
denihs
e30882761d
Meteor version to 3.0.2-beta.1 ☄️
2024-07-29 09:44:16 -04:00
denihs
913f83fd9e
Meteor version to 3.0.2-beta.0 ☄️
release/METEOR@3.0.2-beta.0
2024-07-26 14:56:29 -04:00
Leonardo Venturini
3e59c0c579
remove comments
2024-07-26 12:56:54 -04:00
Leonardo Venturini
ee332e275c
Merge pull request #13247 from meteor/fix/double-ready-auth-issue
...
Fix auth sub sending ready twice on load
2024-07-26 13:41:00 -03:00
Leonardo Venturini
918052befe
use proper filter
2024-07-26 10:20:30 -04:00
Leonardo Venturini
995b1df1fc
use built-in sleep
2024-07-26 10:16:05 -04:00
Leonardo Venturini
c04af84b17
fix test due to conflict with other tests
2024-07-26 08:02:44 -04:00