Commit Graph

263 Commits

Author SHA1 Message Date
Gabriel Grubba
1ab510e83b chore: updated console colors and mongo shell to mongosh 2023-01-25 15:30:22 -03:00
Gabriel Grubba
3fd99a4c16 fix: missing vue2 declaration 2022-12-21 14:17:04 -03:00
denihs
f60bfc7f75 Revert "Revert "Merge pull request #12273 from meteor/release-2.9""
This reverts commit 5d19fec09b.
2022-12-12 10:17:42 -04:00
denihs
5d19fec09b Revert "Merge pull request #12273 from meteor/release-2.9"
This reverts commit 19e9e2082e, reversing
changes made to 644592cedc.
2022-12-12 09:53:19 -04:00
Gabriel Grubba
6177dc0fb3 tests: changed how to create prompt 2022-12-06 21:39:41 -03:00
Gabriel Grubba
3cfc32a2ab Merge pull request #12302 from meteor/feature/skel-vue-3
feat: vue3-skel
2022-11-21 11:18:48 -03:00
Gabriel Grubba
85c0bd57c7 Merge pull request #12298 from meteor/feat-generate-in-cli
(feat): Generate scaffold in cli
2022-11-21 11:17:35 -03:00
hschmaiske
6020d1425a Merge remote-tracking branch 'origin/release-2.9' into feature/skel-vue-3 2022-11-14 14:10:55 -03:00
hschmaiske
69de5f9862 add vue-2 and vue-3 to cli 2022-11-14 11:43:18 -03:00
Gabriel Grubba
d0f943f662 feat: updated imports for commands.js 2022-11-10 17:32:54 -03:00
Gabriel Grubba
37e0903bd5 fix: trying to make test pass for cli 2022-11-10 17:11:23 -03:00
Gabriel Grubba
1b60c2c502 fix: updated status codes 2022-11-09 15:43:43 -03:00
Gabriel Grubba
efb7720006 docs: added meaningful messages 2022-11-09 15:41:01 -03:00
Gabriel Grubba
e553623a6e feat: added replaceFn 2022-11-09 12:27:54 -03:00
Gabriel Grubba
3c0c1f519b feat: added default options to wizard 2022-11-09 11:31:41 -03:00
Gabriel Grubba
4ecfcb10a4 feat: added wizard & template options to generate 2022-11-08 17:24:29 -03:00
Gabriel Grubba
73c05c2ca8 chore: added validation and logs 2022-11-07 10:09:36 -03:00
Gabriel Grubba
598b498970 finished simple implementation 2022-11-04 15:18:43 -03:00
Gabriel Grubba
5cca61090c feat: cli command 2022-11-03 18:55:40 -03:00
Gabriel Grubba
0eaf07c908 feat: adjusted commetns 2022-10-14 10:43:38 -03:00
Gabriel Grubba
a72874fb2c feat: adjusted maxArgs variable 2022-10-14 00:49:19 -03:00
Gabriel Grubba
b383b599cb feat: added verification for packages 2022-10-13 17:31:39 -03:00
Gabriel Grubba
337c0490b4 feat: updated-cli to add insecure 2022-10-13 17:24:29 -03:00
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
zodern
08aa6de568 Fix lint allow-incompatible-update option 2022-08-12 13:23:38 -05:00
zodern
7b81142e4d Fix exit code when linting 2022-08-08 10:35:19 -05: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
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
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
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
985cbf5b2b Merge branch 'devel' into release-2.4 2021-07-09 14:10:07 +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
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
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
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
91ecb1b8c0 Return bundle command & unipackage-pre2 handling 2021-04-23 17:57:01 +02:00