Commit Graph

23464 Commits

Author SHA1 Message Date
filipenevola
162f453743 Bump to 2.2-beta.1 version
- beta.0 was broken, mongo package version was missing the patch.
release/METEOR@2.2-beta.1
2021-04-02 12:06:22 -04:00
filipenevola
68b8490c50 Bump to 2.2-beta.0 version 2021-04-02 12:03:35 -04:00
filipenevola
8858a949d7 Bump to 2.2-beta.0 version release/METEOR@2.2-beta.0 2021-04-02 11:31:09 -04:00
filipenevola
af713bc7bf Bump packages to beta220.0 2021-04-02 10:37:02 -04:00
Filipe Névola
27f028f588 Merge pull request #11366 from meteor/stale-session-removal-in-millis
Allow to set token expiration to be set in milliseconds.
2021-04-02 10:34:01 -04:00
Filipe Névola
f5bb71459a Merge pull request #11362 from meteor/override-api-version
Upgrade default Facebook API to v10 & allow overriding this value
2021-04-02 10:31:48 -04:00
Filipe Névola
d853bc91b5 Merge pull request #11364 from meteor/update-minimongo-operators
Add $mul to minimongo
2021-04-02 10:29:36 -04:00
Filipe Névola
6cc8b5932e Merge pull request #11369 from vlasky/cluster
Fix for UNIX sockets with node cluster
2021-04-02 10:28:12 -04:00
Filipe Névola
d03ad4664b Merge branch 'devel' into release-2.2 2021-04-02 10:23:11 -04:00
Filipe Névola
223d698615 Merge pull request #11370 from meteor/mongodb-startup-checks
Fix MongoDB startup checks
2021-04-02 10:22:41 -04:00
Renan Castro
f3a38abc66 Bump AppVeyor windows image to vs19 2021-04-02 11:01:00 -03:00
Renan Castro
4ca55460b9 Fix replica set init message check 2021-04-02 10:36:22 -03:00
filipenevola
643644f7b5 Fix MongoDB startup checks 2021-04-01 17:24:47 -04:00
denyhs
ffcfa5062c changing Blaze tutorial link to the website with the new version 2021-04-01 16:28:25 -04:00
Filipe Névola
0b239381ae Merge branch 'devel' into release-2.2 2021-03-31 17:23:44 -04:00
filipenevola
6c9625b4cd Fix wrong folder name for Windows inside zip 2021-03-31 17:23:02 -04:00
filipenevola
bb27eba207 Fix wrong folder name for Windows inside zip 2021-03-31 17:23:02 -04:00
filipenevola
de211778f0 Bump BUNDLE_VERSION to 12.21.0.3 2021-03-31 17:23:01 -04:00
Filipe Névola
921fe0d972 Rename good first issue label to follow GitHub standard 2021-03-31 17:17:18 -04:00
Filipe Névola
638231330a Merge pull request #11341 from afrokick/refactoring/update-mongodb-to-4.4
update MongoDB to 4.4.4
2021-03-31 14:54:02 -04:00
filipenevola
0ddf1b918a Updating Windows URL to download MongoDB 2021-03-31 14:52:32 -04:00
filipenevola
d4bf7e6911 Reverting bundle version to 12.21.0.1 while we are working on embedded MongoDB 2021-03-31 12:14:04 -04:00
filipenevola
953ef45ae0 Reverting bundle version to 12.21.0.1 while we are working on embedded MongoDB 2021-03-31 12:13:18 -04:00
filipenevola
a717d8e9ee Merge branch 'release-2.2' of github.com:meteor/meteor into release-2.2 2021-03-31 12:11:33 -04:00
Filipe Névola
663c64c9ab Merge branch 'devel' into override-api-version 2021-03-31 11:19:52 -04:00
Filipe Névola
a485a427db Merge branch 'devel' into update-minimongo-operators 2021-03-31 11:19:49 -04:00
Filipe Névola
e09575000d Merge branch 'devel' into stale-session-removal-in-millis 2021-03-31 11:19:44 -04:00
Filipe Névola
6d2b0fa85e Merge branch 'devel' into cluster 2021-03-31 11:19:36 -04:00
Filipe Névola
2e323f6d56 Merge branch 'devel' into release-2.2 2021-03-31 11:18:09 -04:00
filipenevola
53610019c4 Merge branch 'master' into devel 2021-03-31 11:16:56 -04:00
filipenevola
c8e011751e Updates .gitignore to include root node_modules 2021-03-31 11:16:31 -04:00
Filipe Névola
a5c9f37461 Merge pull request #11367 from meteor/browserstack-check
Browserstack check
2021-03-31 11:12:37 -04:00
Vlad Lasky
8fef64c2c1 Merge remote-tracking branch 'upstream/devel' into cluster 2021-03-31 16:12:31 +11:00
filipenevola
ee6e405e75 Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific internal server
2021-03-30 10:47:05 -04:00
filipenevola
8a6a75290b Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific internal server
2021-03-30 10:44:12 -04:00
filipenevola
3830c679db Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific internal server
2021-03-30 10:39:12 -04:00
filipenevola
83d99bfbc6 Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific internal server
2021-03-30 10:05:13 -04:00
Jan Dvorak
77da33dcc9 Allow to set token expiration to be set in milliseconds. 2021-03-30 11:58:51 +02:00
filipenevola
2a3d23694d Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific branch
2021-03-29 15:55:41 -04:00
Jan Dvorak
8e67280e7b Re-order minimongo modifiers & add $mul
Re-ordered minimongo modifiers to follow the MongoDB docs.
Added `$mul` modifier to minimongo.
2021-03-29 19:58:18 +02:00
Jan Dvorak
967173f9a3 Upgrade default Facebook API to v10 & allow overriding this value 2021-03-29 16:07:14 +02:00
filipenevola
08fe104412 Update Mongo version to 4.4.4 2021-03-27 09:58:11 -04:00
filipenevola
3d643b8a00 Fix typo in comment 2021-03-27 09:57:22 -04:00
filipenevola
78ffcf62ec Bump BUNDLE_VERSION 2021-03-18 17:56:39 -04:00
filipenevola
f7ef0b28c6 Bump packages to beta220.0 2021-03-18 17:42:03 -04:00
Filipe Névola
424df31fd0 Merge pull request #11329 from afrokick/refactoring/upgrade-ts-to-4.2
Update TypeScript to 4.2.2
2021-03-18 17:40:23 -04:00
Filipe Névola
4209c33f30 Merge pull request #11346 from pgior001/devel
Reorder code to fix absoluteFilePath on windows fixes #11312
2021-03-18 16:03:12 -04:00
Filipe Névola
2389ce0416 Merge pull request #11208 from costinelmarin/devel 2021-03-18 15:59:47 -04:00
filipenevola
0a0cae2358 Uninstalling on Windows 2021-03-18 10:14:40 -04:00
filipenevola
724d31ef30 Windows install using npm 2021-03-18 10:10:36 -04:00