Commit Graph

505 Commits

Author SHA1 Message Date
denihs
c339ab8373 Aligning new tailwind's command text description 2022-04-18 10:34:45 -04:00
denihs
8699225396 Creating new skeleton that will have tailwind configured by default 2022-04-18 10:34:45 -04:00
Renan Castro
4f16220fa6 Fix hangs on mac m1 - increase Fiber poolsize when on arm64 2021-11-17 06:21:16 -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
zodern
d85061ba5d Remove disableNativeWatcher 2021-10-15 11:13:52 -05: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
denihs
1c9fb2d4c9 #639 - Push to Deploy
-- new flag container size
2021-09-27 14:51:31 -04: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
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
zodern
28e8e10cbc Disable native watcher for more commands 2021-09-03 15:39:38 -05: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
Filipe Névola
56f3dc6153 Merge branch 'devel' into release-2.4 2021-08-20 16:26:09 -05:00
Filipe Névola
721841ba90 Merge pull request #11596 from meteor/feature/push-to-deploy
Accept a token to authenticate deploys
2021-08-20 16:24:47 -05:00
denyhs
2306644d90 #639 - Push to Deploy
- We should have a user able to deploy to any account
2021-07-12 06:05:35 -04:00
Jan Dvorak
b6154b4fd6 extend explainer 2021-07-09 15:14:49 +02:00
Jan Dvorak
7c39d8cb48 Add description about package upgrades for non-recommended releases 2021-07-09 15:05:15 +02:00
Jan Dvorak
985cbf5b2b Merge branch 'devel' into release-2.4 2021-07-09 14:10:07 +02:00
Jan Dvorak
37916408c7 MDG -> Meteor Software 2021-07-02 17:16:13 +02:00
Renan Castro
609381e0ac Support BUNDLE format on android builds as it's a new google play standard 2021-07-01 17:16:00 -03:00
Jan Dvorak
0952372111 Add new examples 2021-06-25 12:26:39 +02:00
Jan Dvorak
b6e127cfc9 Minor tools update
Replace underscore where easy and feasible & other minor modernization that I came across.
2021-06-25 00:36:03 +02:00
Jan Dvorak
de5725e283 Deprecation warnings for meteor show 2021-06-24 18:20:36 +02:00
filipenevola
1f234574e8 New deploy option: build-only
- some clients want to have the ability to build first and after some validations proceeding with the upload and deploy
2021-06-14 08:11:58 -04:00
Jan Dvorak
8a08a65290 Merge branch 'release-2.3' into remove-compat-bellow-1.0 2021-05-21 15:18:18 +02:00
Jan Dvorak
7955900aeb Display deprecated message on adding a deprecated package 2021-05-21 12:41:34 +02:00
Filipe Névola
cb00f74cd2 Merge branch 'release-2.3' into release-node-14 2021-05-19 17:34:55 -04:00
filipenevola
839a69db66 Refactoring platforms flag 2021-05-17 15:52:27 -04:00
Matheus Castro
5ca8956f83 Use split(",") to get the platforms values. 2021-05-17 16:02:48 -03:00
Matheus Castro
e8dbe6c27d Add platforms options to meteor build:
This commit adds the "--platforms" flag to meteor build command. This allows the user to specify which platforms he want to build and build it only. For example, if we pass only android to it, we will build only android and web.cordova.

Related to issue #63 (https://github.com/meteor/meteor-feature-requests/issues/63)
2021-05-17 15:12:46 -03:00
Jan Dvorak
66c14c40e7 Merge branch 'devel' into release-node-14 2021-05-10 12:31:24 +02:00
Jan Dvorak
28e322fdf4 Merge branch 'devel' into remove-compat-bellow-1.0 2021-05-06 11:22:47 +02:00
Jan Dvorak
65a3be9065 Fix test-packages in browser testing 2021-05-02 14:34:31 +02:00
Jan Dvorak
f154deee3d Merge branch 'devel' into release-node-14 2021-04-29 20:22:01 +02:00
Jan Dvorak
91ecb1b8c0 Return bundle command & unipackage-pre2 handling 2021-04-23 17:57:01 +02:00
Jan Dvorak
b5b7306bed Remove deprecated code from before v1.0
Remove deprecated code from before Meteor 1.0 that  was documented via XXX COMPAT in comments. Move deprecated packages into the deprecated folder (deps, livedata, srp).
2021-04-23 17:56:05 +02:00
Filipe Névola
50c83ff7b9 Merge pull request #11383 from meteor/skel-svelte
Creating skelenton to Svelte
2021-04-12 14:01:05 -04:00
denyhs
558167666a changing Vue tutorial link to the website with the new version 2021-04-08 15:55:47 -04:00
Jan Dvorak
00b77f20c5 Fix var typo and improve deprecated message display 2021-03-19 11:54:28 +01:00
Jan Dvorak
809f0f5b63 List deprecated messages in the console 2021-03-19 11:41:22 +01:00
Jan Dvorak
fe78fe9970 Merge branch 'devel' into feature/package-deprecation 2021-03-16 10:28:37 +01:00
filipenevola
1607d195c7 merge devel to node-14 branch 2021-03-15 19:04:10 -04:00
Filipe Névola
229692af9e Merge pull request #11316 from meteor/improve-tests 2021-02-24 07:29:10 -04:00
filipenevola
4de488f530 Change selftest plan flag to preview to avoid conflict with deploy plan flag 2021-02-24 07:25:47 -04:00
filipenevola
19b4442cec Change selftest plan flag to preview to avoid conflict with deploy plan flag 2021-02-24 06:19:18 -04:00
denyhs
dedee0b273 Removing unnecessary log 2021-02-16 17:54:17 -04:00
denyhs
81eadcb756 Helper to the new flag --plan
- typo
2021-02-16 17:39:46 -04:00
denyhs
ab37e4bc97 Helper to the new flag --plan
- typo
2021-02-16 17:35:29 -04:00