Commit Graph

177 Commits

Author SHA1 Message Date
Nacho Codoñer
dda561fc10 add SWC support to Jest configuration and update dependencies 2026-03-06 10:21:26 +01:00
Thomas Meyer
95ba1e5be8 migrate cordova context to modern.cordova in meteor configuration 2025-10-22 10:18:10 +02:00
Thomas Meyer
0ee8baf991 enable modern build for Cordova by default
Align with documentation and consider `web.cordova` as a modern architecture ; this will be needed for capacitor
2025-10-15 14:09:57 +02:00
Leonardo Venturini
457ff50e02 prevent generating dots which are not allowed in package names 2024-10-18 07:15:36 -04:00
Leonardo Venturini
eb1da723b9 rename variable (#13224) 2024-07-11 08:41:57 -04:00
Nacho Codoñer
4eb8dccaeb clean 2024-05-15 16:06:15 +02:00
Nacho Codoñer
b95b053185 Merge branch '2.16-quick-gains' into 3.0-impact-2.16-quick-gains 2024-04-24 15:03:42 +02:00
Nacho Codoñer
45b4942fb1 add spawn/shell option for windows in proper places (taskkill) 2024-04-17 17:22:50 +02:00
Nacho Codoñer
3ea91e4125 add shell option for windows in proper places (taskkill) 2024-04-17 16:36:57 +02:00
Nacho Codoñer
9e0176616a Revert "ensure shell option for windows"
This reverts commit f6c4acdb1b.
2024-04-16 15:48:07 +02:00
Nacho Codoñer
f6c4acdb1b ensure shell option for windows 2024-04-16 15:09:15 +02:00
StevenMia
dd57a77bd7 chore: remove repetitive words
Signed-off-by: StevenMia <flite@foxmail.com>
2024-04-16 00:05:40 +08:00
Philippe Oliveira
b7a1e06839 Merge branch 'release-3.0' into feature-linux-arm 2024-02-15 08:48:33 -03:00
matheusccastro
09ff7671a4 Correctly set isFibersDisabled on asl-helpers 2023-05-05 11:06:18 -03:00
Gabriel Grubba
7ea5913926 ci: mking appvoyer work? 2023-04-27 14:50:29 -03:00
Gabriel Grubba
ebe4bab2ba docs: added jsodcs for Meteor.EnvironmentVariable 2023-04-27 11:21:46 -03:00
denihs
5118e6114a - fix test: argument parsing 2023-04-10 15:51:08 -04:00
denihs
96bfb2f5d6 - fix test: adjust error handling inside capture 2023-04-06 19:04:48 -04:00
denihs
53dbc453dc Revert "- fix test: throw error when _runApp fails"
This reverts commit 17d2496c1b.
2023-04-06 18:19:50 -04:00
denihs
17d2496c1b - fix test: throw error when _runApp fails 2023-04-06 17:09:31 -04:00
denihs
d2c1b9f52b - fix test: adjust error handling inside capture 2023-04-06 12:16:15 -04:00
denihs
204bb56875 - fix test: compiler plugin caching - less 2023-04-05 19:19:43 -04:00
denihs
085f5db17a - fix test: add cordova platforms 2023-04-03 14:32:26 -04:00
denihs
9fd401b7d5 - creating the function Console.yield() 2023-03-14 15:55:55 -04:00
Gabriel Grubba
f02961dfe3 removed log for utils/processes.ts 2023-03-03 15:21:10 -03:00
Gabriel Grubba
4be8120ac5 wip 2023-02-27 15:41:36 -03:00
zodern
1e718277fb Remove await's for archinfo.host 2023-01-30 13:55:30 -06:00
zodern
8215dc50b3 Make archinfo.host sync 2023-01-30 13:43:17 -06:00
denihs
ead8c2a126 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	meteor
#	npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/meteor/package.js
#	scripts/dev-bundle-tool-package.js
2023-01-18 15:37:36 -04:00
Matheus Castro
15b5a397dd Remove Fibers from meteor-tools:
- Bulk changes to self-tests definitions. Now we go into each one to see what's failing and what's not.
2023-01-18 09:50:54 -03:00
Matheus Castro
84e97aa726 Remove Fibers from meteor-tools:
- Convert auth.js to async and related commands (login, whoami, logout, etc).
2023-01-05 19:20:14 -03:00
Tim Gates
aaefcc9abf docs: Fix a few typos
There are small typos in:
- docs/source/commandline.md
- tools/isobuild/compiler-deprecated-compile-step.js
- tools/utils/buildmessage.js

Fixes:
- Should read `libraries` rather than `libaries`.
- Should read `file name` rather than `filenanme`.
- Should read `compatibility` rather than `compitability`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-12-30 11:24:39 +11:00
Matheus Castro
170e5d3f6d Remove Fibers from meteor-tools:
- Adapt forkJoin and other files functions to correctly be awaited.
2022-12-22 14:09:27 -03:00
Matheus Castro
53c24bbf6f Remove Fibers from meteor-tools:
- Fixing package stats issues and setting global.asyncLocalStorage when needed.
2022-12-20 17:16:18 -03:00
Matheus Castro
ee304af590 Merge branch 'release-3.0' into release-3.0-tools
# Conflicts:
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/ddp-client/common/livedata_connection.js
#	packages/ddp-server/writefence.js
#	tools/cli/commands-packages.js
#	tools/meteor-services/service-connection.js
#	tools/static-assets/server/boot.js
2022-12-14 22:12:13 -03:00
Matheus Castro
a76c30693f Remove Fibers for Meteor Tools:
- Start changing the meteor run command now. It's throwing errors when trying to check constraints/package-versions.
2022-12-14 21:48:59 -03:00
Matheus Castro
17a8a59b2e Remove Fibers for Meteor Tools:
- Fixing issues with create component - fixing remote catalog.
2022-12-10 00:00:22 -03:00
Matheus Castro
b1a6cc0761 Remove Fibers for meteor tools: turns out the package building is still not done. Still need to check why it's failing to require node_modules when evaluating/loading the plugin. 2022-12-04 00:27:50 -03:00
Matheus Castro
022a7e9303 Remove Fibers for meteor tools:
- Changing package/compile steps to use async/await.
2022-11-25 20:15:37 -03:00
Dirk Stolle
088e52f386 fix a few typos in tools directory 2022-11-03 17:42:40 +01:00
aquinoit
b41f68d9c9 feature-linux-arm 2022-08-24 19:27:33 +00:00
denihs
18bfd070ab Fixing breaking changes with [Typescript](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#using-unknown-in-catch-variables). 2022-02-01 16:25:07 -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
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
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
ea73236e98 Merge branch 'improve-tests' into release-node-14 2021-02-11 15:09:34 -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
47bd4ba84d Merge branch 'devel' into release-node-14
# Conflicts:
#	History.md
#	meteor
#	scripts/dev-bundle-tool-package.js
2021-02-10 13:10:24 -04:00
filipenevola
3da156c11b Fixes longest type on archinfo 2021-01-14 10:50:00 -04:00