Gabriel Grubba
ae7ccaf805
fix: adjusted small comment
2022-09-20 18:58:24 -03:00
Gabriel Grubba
2186f59911
feat: solid-skel
2022-09-20 15:27:07 -03:00
Gabriel Grubba
c1a1167db0
feat: chakra-ui skel
2022-09-15 17:27:55 -03:00
Gabriel Grubba
137f6fffc6
Merge pull request #12120 from meteor/fix/linting-exit-code
...
Fix bugs for linter build plugins
2022-08-15 15:14:36 -03:00
zodern
08aa6de568
Fix lint allow-incompatible-update option
2022-08-12 13:23:38 -05:00
Gabriel Grubba
5ce719dde9
Merge pull request #12124 from brucejo75/brucejo75/document_meteor_show_METEOR
...
Document `meteor show METEOR`
2022-08-12 10:27:02 -03:00
Bruce Johnson
29c6f00783
Document meteor show METEOR
2022-08-09 16:43:19 -07:00
zodern
7b81142e4d
Fix exit code when linting
2022-08-08 10:35:19 -05:00
Denilson
aece11a87f
Revert "Revert "Refactoring/Remove unused imports from tools folder""
2022-07-13 08:37:42 -04:00
Denilson
f8114747cd
Revert "Refactoring/Remove unused imports from tools folder"
2022-07-13 08:33:07 -04:00
afrokick
094cb6b322
remove unused imports from tools
2022-07-06 19:27:53 +03:00
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