Commit Graph

461 Commits

Author SHA1 Message Date
Jan Dvorak
65a3be9065 Fix test-packages in browser testing 2021-05-02 14:34:31 +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
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
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
denyhs
b50a01e869 Helper to the new flag --plan 2021-02-16 17:31:33 -04:00
denyhs
aba19e4456 New flags accepted in the deploy command line 2021-02-16 17:14:10 -04:00
filipenevola
62c0f6c5c8 Improves tests and logs
Added new options to be easier to run in batches
- skip
- limit
- plan
2021-02-11 15:05:28 -04:00
filipenevola
f4591900dc Updates link to /cloud 2021-01-19 11:00:39 -04:00
filipenevola
52e423082f Fixes minimal package json 2021-01-17 21:22:23 -04:00
filipenevola
b7a4231146 Changes meteor create default skeleton to use React
Moves blaze skeleton from skel to skel-blaze directory
2021-01-17 19:29:45 -04:00
filipenevola
f810a6f69e Adds --dry-run option on publish-release command 2021-01-17 12:09:44 -04:00
filipenevola
c22e390934 Merge branch 'hot-module-reload' into release-2.0 2021-01-12 11:43:29 -04:00
denyhs
8118de58f0 #459 MongoDB provisioning
-new mongo flag
2021-01-12 11:35:16 -04:00
denyhs
95efea3ed4 #371 cold-start
-Introduce a flag --free to the clients already create apps running Tiny containers and in the free mode
2021-01-12 11:35:16 -04:00
zodern
c7677403aa Fix "list --json" command for unpublished packages 2021-01-11 20:45:58 -06:00
Filipe Névola
539f50121f Merge branch 'devel' into devel 2020-12-09 16:13:38 -04:00
Renan Castro
e12fca2f80 Bump typescript package version 2020-11-26 17:20:49 -03:00
Jan Küster
7bc487421f tool list command uses same suffixes for different output modes
In order to avoid repitition we use a single source of suffixes
for the list --tree and list --json commands.
2020-10-17 15:07:45 +02:00
sg
fb156d55fa [1.11.1] 'meteor create --help' command shows --vue and --apollo 2020-09-28 14:21:15 +09:00
Jan Küster
4f39ab90bb tools list fix unwanted pretty-print of json output 2020-09-23 14:31:07 +02:00
Jan Küster
8937648742 tools list command simplified attaching details 2020-09-23 14:29:32 +02:00
Jan Küster
095f1523ca tools list command update help text with json flag 2020-09-08 23:06:29 +02:00
Jan Küster
6803b50def tools list command added mising local entry to pacakge entry in json mode 2020-09-08 23:05:37 +02:00
Jan Küster
982193a48a tool list command added json flag to output packages in json format
Implements feature request #406 by allowing to type a --json option
and let the tree output be in JSON format. The entries consist of
the package name as key and either String value (version number +
top-level or expanded-above) or an Object with the following
properties:

- version (String) - always
- local (Boolean) - only if true when package is built from source
- weak (Boolean) - only if true
- newerVersion (String) - only if exists
- dependencies (Object) - only if > 0 and not all weak

In order to also support a more detailed output, there is a --details
option. If it's active, the following properties are added, too:

- earliestCompatibleVersion (String) - always
- debugOnly (Boolean) - only if true
- prodOnly (Boolean) - only if true
- testOnly (Boolean) - only if true
- containsPlugins (Boolean) - only if true
- lastUpdated (Date-String) - always
- published (Date-String) - always
2020-09-08 22:39:31 +02:00
Jan Dvorak
ae97171daf Start work on deprecation flag for packages 2020-09-06 17:07:59 +02:00
Jan Dvorak
1b7ea63384 Merge branch 'release-1.10.3' into apollo-skeleton 2020-07-30 19:59:52 +02:00
filipenevola
fbb62ca9cf Merge branch 'release-1.10.3' into cache-build-before-deploy 2020-07-27 13:27:53 -04:00
filipenevola
bb42fa8137 Adds the option to cache the build on deploy 2020-07-27 11:23:38 -04:00
Jan Dvorak
c7ae92e70a Add Apollo skeleton & update dependencies on all skeletons 2020-07-12 10:15:07 +09:00
Chris Visser
381306170b Add create command for vuejs 2020-06-24 10:06:18 -04:00
filipenevola
f315d7f318 Fixes #11043 Update link of installing-prerequisites for mobile apps 2020-05-21 07:32:35 -04:00
filipenevola
e4fc3ccbcf Documents the new command to ensure cordova dependencies are installed 2020-03-11 23:01:31 -03:00
Ben Newman
2b8834e92e Stop calling moduleDoesResolve before installing Cordova npm deps.
This fixes the bug where commands like `meteor add-platform ios` would
fail the first time with an error that cordova-lib could not be found,
even though we attempt to install the necessary packages if they have not
already been installed.

To make a very long story short, calling moduleDoesResolve before
installing dependencies like cordova-lib was causing Node.js to cache the
_absence_ of cordova-lib/package.json permanently in the new
packageJsonCache, which cannot be invalidated or cleared by user code:
f8f20892e9/lib/internal/modules/cjs/loader.js (L245-L255)

Although we could potentially propose a change to Node to allow the
packageJsonCache to be invalidated, a more immediate solution is simply to
avoid calling moduleDoesResolve when there's any chance the module will
not resolve. Because we still want to avoid repeatedly installing Cordova
dependencies every time we run a Cordova command, we instead check whether
the necessary dependencies are installed by examining the file system.
2020-03-11 18:01:33 -04:00
filipenevola
824b247daa Adds a new command to ensure cordova dependencies are installed 2020-03-11 17:59:56 -03:00
filipenevola
dfef2c3641 Drops support for Windows 32-bit as MongoDB no longer supports it 2020-02-21 19:21:12 -04:00
Ben Newman
8c022eaced Restore webapp changes that were intended for Meteor 1.10.
Revert "Bump webapp version to 1.8.2, with same content as 1.8.0."
This reverts commit 20d2a9b4a4.

Revert "Revert changes to webapp package since version 1.8.0."
This reverts commit 7a6ee9e129.
2020-01-16 11:26:54 -05:00
Ben Newman
7a6ee9e129 Revert changes to webapp package since version 1.8.0.
We accidentally published changes to webapp that should have been
restricted to Meteor 1.10 as part of the 1.8.1 version. This commit
reverts commits to packages/webapp since Meteor 1.9, so that we can
republish the 1.8.0 content as version 1.8.2. We will then bump the webapp
version to 1.9.0 on the release-1.10 branch and publish the new content
only on that branch.

Revert "Allow to exclude web architectures in development mode (#10824)"
This reverts commit a205967186.

Revert "Updates cordova-plugin-meteor-webapp to 1.7.1"
This reverts commit a1e4d27822.

Revert "Update cordova-plugin-wkwebview-engine to 1.2.1."
This reverts commit 3f9a69d7c4.

Revert "Update cordova-plugin-whitelist to 1.3.4."
This reverts commit 979273333b.

Revert "Update cordova-plugin-meteor-webapp to 1.7.1-beta.1."
This reverts commit 565c4254f1.

Revert "Update accounts-password to version 1.5.2."
This reverts commit b827d1da2f.
2020-01-16 11:15:25 -05:00
Seba Kerckhof
a205967186 Allow to exclude web architectures in development mode (#10824) 2020-01-13 16:24:50 -05:00
filipenevola
f6b4b099a5 Adds Galaxy hosting URL when creating new Meteor apps 2020-01-08 17:28:47 -05:00
Ben Newman
cb58f9af85 Require Node.js 12 when running Meteor 1.9 apps.
We haven't always updated this minimum version when we've changed the
Node.js version bundled with Meteor, which is fine because most deployment
strategies (including Galaxy) use the right version of Node.js
automatically. With Meteor 1.9 and Node.js 12.14.0, however, it seems
important that we make absolutely sure new Meteor apps are not getting run
in production with an end-of-life'd version of Node.js (v8).
2020-01-02 11:38:21 -05:00
Ben Newman
aee0092f64 Merge branch 'release-1.8.3' into release-1.9 2019-12-18 13:19:31 -05:00
filipenevola
1a5d6fb5b6 - MDG => Meteor Software
- updates CONTRIBUTING.md
2019-12-13 08:05:14 -04:00
Ben Newman
c90246d55b Merge branch 'devel' into release-1.9 2019-11-26 15:46:38 -05:00