Commit Graph

7799 Commits

Author SHA1 Message Date
Filipe Névola
0e8124c6ea Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:23:35 -04:00
Filipe Névola
b194793ec5 Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:21:14 -04:00
filipenevola
88d5d18aee Bump Meteor version to 2.5.2-beta.5 2021-11-25 17:51:54 -03:00
filipenevola
1b87f063fc Change reify to @meteorjs/reify 2021-11-24 09:37:24 -03:00
Renan Castro
4f16220fa6 Fix hangs on mac m1 - increase Fiber poolsize when on arm64 2021-11-17 06:21:16 -04:00
Renan Castro
3eb759ba7f Start release 2.5.1-beta.0 with mac m1 support - fix archinfo.ts 2021-11-17 06:21:14 -04:00
Denilson
4046800590 Description to the new flag --container-size (#11731)
Updating docs, new flag container-size
2021-10-28 17:28:48 -04:00
Renan Castro
5ce42b98ba Support arm64 on darwin when building the dev bundle - split command 2021-10-22 12:26:56 -03:00
Renan Castro
d3dd9fc37c Support arm64 on darwin when building the dev bundle - add a valid architecture to archinfo 2021-10-22 12:14:39 -03:00
Renan Castro
291d0c6a1e Support arm64 on darwin when building the dev bundle - add a valid architecture to archinfo 2021-10-22 12:13:56 -03:00
Renan Castro
4bb642cd0b Support arm64 on darwin when building the dev bundle - use mongo x86_64 with rosetta runners on mac m1 2021-10-22 11:16:56 -03:00
Jan Dvorak
6c67a06c8f Update skeleton dependencies for 2.5 2021-10-19 08:10:12 +02:00
zodern
bb6a251d7d Fix type error 2021-10-15 16:06:11 -05:00
Jan Dvorak
fbcd920efa Merge branch 'release-2.5' into feature/recursive-file-watchers 2021-10-15 20:32:11 +02:00
zodern
b22e80215d Avoid creating nested recursive watchers 2021-10-15 12:14:56 -05:00
zodern
4ceb79192e Fix types 2021-10-15 11:27:35 -05:00
zodern
f9cf9d1901 Recreate stat watcher when interval changes
Node 14 made statWatcher.start a no-op, so there is no longer a way to change the interval for an existing stat watcher.
2021-10-15 11:27:35 -05:00
zodern
d85061ba5d Remove disableNativeWatcher 2021-10-15 11:13:52 -05:00
zodern
6bd370c8ff Use recursive watchers 2021-10-15 11:13:52 -05:00
zodern
a32a77c95c Fix abs module id when on different drive 2021-10-12 22:43:59 -04:00
zodern
3e11a5c2ba Fix infinite loop when file is on a different drive 2021-10-12 22:43:59 -04:00
zodern
7ad8d166fa Fix finding local packages on non-c drives 2021-10-12 22:43:59 -04:00
zodern
54557867e8 Add missing change 2021-10-12 22:43:56 -04:00
zodern
89b2fb32c2 Fix initial versions on cordova 2021-10-12 22:43:56 -04:00
zodern
371a69f731 Fix race conditions in HMR
- To know which change sets to apply, the client needs to know when the version running was built. It used the time the client loaded, but it could have loaded after a new version of the app was built, especially on cordova. Now it uses the actual time the client was built.
- On cordova, there is a delay between the client knowing there is an update available, and being able to reload the page to use the new version.
2021-10-12 22:43:55 -04:00
zodern
8813bdd3df Check origin instead of HMR secret for cordova 2021-10-12 22:43:55 -04:00
zodern
133273ff24 Enable HMR for all web arch's 2021-10-12 22:43:53 -04:00
Renan Castro
644671f378 - Use cordovaServerPort on iOS to avoid server port conflicts
- Apply clearTextTraffic permission only for development mode on android
2021-10-12 22:43:53 -04:00
Renan Castro
e3d909ebd0 Upgrade to cordova-android@10 with required changes:
- use WebViewAssetLoader instead of the local port mechanism for intercepting urls
- Change usage of cordova-android api, it's not included anymore in the generated project
- AndroidXEnabled is now true
- Allow clear text Traffic(http) on android for development purposes - TODO: remove it on production builds
2021-10-12 22:43:52 -04:00
Jan Dvorak
a69f2e573e Remove commented out functionality 2021-10-12 09:23:53 +02:00
Jan Dvorak
cd51b4f572 Add regression self-test 2021-10-11 15:08:34 +02:00
denihs
1c9fb2d4c9 #639 - Push to Deploy
-- new flag container size
2021-09-27 14:51:31 -04:00
Jan Dvorak
cfeda963cc Merge branch 'devel' into release-2.4 2021-09-14 02:33:58 +09:00
Ikko Ashimine
aab0d7b8f3 Fix typo in package-source.js
preceeding -> preceding
2021-09-10 18:50:56 +09:00
Jan Dvorak
c942fb8435 Merge pull request #11623 from meteor/fix/disable-native-watcher-more-commands
Disable native file watcher for more commands
2021-09-09 22:28:43 +09:00
zodern
fe9551d55f Remove duplicate import 2021-09-08 10:30:51 -05:00
Jan Dvorak
37392362f6 Merge pull request #11613 from meteor/feature/allow-METEOR_SETTINGS-always
METEOR_SETTINGS always accepted
2021-09-06 18:49:40 +09:00
filipenevola
c03ab0f426 Including all the available skeletons in Meteor create command test suite
(cherry picked from commit 6483482203)
2021-09-03 21:03:27 -07:00
filipenevola
6483482203 Including all the available skeletons in Meteor create command test suite 2021-09-03 21:03:09 -07:00
filipenevola
9ab19e7296 Disable native file watching during meteor --get-ready 2021-09-03 20:43:01 -07:00
zodern
100357e078 Disable native file watching during meteor create 2021-09-03 20:42:47 -07:00
zodern
28e8e10cbc Disable native watcher for more commands 2021-09-03 15:39:38 -05:00
Jan Dvorak
3adf46ee40 Fix Svelte version to the version used by Svelte compiler in Svelte skel 2021-09-03 17:51:13 +02:00
Jan Dvorak
bac389c9a9 METEOR_SETTINGS accepted always 2021-09-01 10:07:05 +02:00
Jan Dvorak
de43a32de9 Merge branch 'devel' into release-2.4 2021-08-31 20:29:15 +09:00
filipenevola
edd98b0844 Disable native file watching during meteor --get-ready 2021-08-27 20:05:51 -10:00
Filipe Névola
1afe6e93c8 Merge pull request #11608 from meteor/fix/disable-native-watchers-on-create
Disable native file watching during meteor create
2021-08-27 20:02:44 -10:00
zodern
61b37bab2a Disable native file watching during meteor create 2021-08-27 17:07:57 -05:00
Renan Castro
88cb83fec8 Add support for linux and mac os on npm meteor installer - fix instructions 2021-08-27 11:16:19 -03:00
Jan Dvorak
ac2b82d21b Merge branch 'devel' into release-2.4 2021-08-24 09:48:52 +02:00