Commit Graph

37413 Commits

Author SHA1 Message Date
Leonardo Venturini
973ee6aede remove legacy 2024-08-19 11:45:05 -04:00
Leonardo Venturini
812ad9bd4b fix v1 reference 2024-08-19 10:27:22 -04:00
Leonardo Venturini
2b2739275f remove old changelogs 2024-08-19 10:13:55 -04:00
Leonardo Venturini
e37dccfd96 Merge pull request #13237 from meteor/release-3.0.2
Release 3.0.2
2024-08-16 12:41:01 -03:00
denihs
f51c9108bc publish a new version for email package
This was necessary because we had an issue publishing the email version when releasing 3.0.2. So we manually forced a new patch. Now apps can use this package again.
2024-08-15 14:51:41 -04:00
denihs
3a00b11fc2 update README.md 2024-08-15 08:21:56 -04:00
denihs
b29ceb6633 Merge remote-tracking branch 'origin/release-3.0.2' into release-3.0.2 2024-08-14 16:31:19 -04:00
denihs
8aebfa91f9 publish version 3.0.2 of the meteor installer 2024-08-14 16:31:05 -04:00
Nacho Codoñer
5d9eaea852 Merge branch 'release-3.0.2' of https://github.com/meteor/meteor into release-3.0.2 2024-08-14 18:41:44 +02:00
Nacho Codoñer
88dafd60f1 re-run checks 2024-08-14 18:41:25 +02:00
denihs
921c61f478 update npm-shrinkwrap.json files 2024-08-14 10:36:53 -04:00
denihs
9f5f3d8888 Meteor version to 3.0.2 ☄️ release/METEOR@3.0.2 2024-08-14 10:16:21 -04:00
Nacho Codoñer
bff7d780b0 Merge branch 'devel' into release-3.0.2 2024-08-14 15:41:20 +02:00
Leonardo Venturini
e9b5385b29 Merge pull request #13292 from meteor/leonardo/v3/apply-async-docs
Add documentation for `returnServerResultPromise`
2024-08-13 10:20:23 -03: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
Leonardo Venturini
def8b7b6c0 document option 2024-08-08 16:12:36 -04:00
Leonardo Venturini
dd5651a889 update shrinkwrap files 2024-08-08 15:59:21 -04:00
Leonardo Venturini
00965ccff5 auto updated files 2024-08-08 15:58:54 -04:00
Leonardo Venturini
a0da1eae66 remove duplicate property 2024-08-08 15:58:02 -04:00
Leonardo Venturini
583321f400 add docs command 2024-08-08 15:53:00 -04: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