Commit Graph

127 Commits

Author SHA1 Message Date
denihs
3747d4cb87 missing await in the admin recommend-release 2024-09-20 16:43:41 -04:00
denihs
ac28d0dc32 packageClient.callPackageServer method missing await 2024-09-12 14:52:33 -04:00
Jan Dvorak
98eb7ede79 Merge branch 'release-3.0' into better-error-message-update-specific-package-version 2024-05-24 16:32:04 +02:00
denihs
2a5de96971 - fix tests and call inside maybeUpdateRelease 2024-02-26 12:48:20 -04:00
Philippe Oliveira
b7a1e06839 Merge branch 'release-3.0' into feature-linux-arm 2024-02-15 08:48:33 -03:00
zodern
fdd1e64636 Show better error when trying to update to specific package version 2023-12-21 12:58:50 -06:00
filipenevola
dce5fa7725 Fixes latestVersion as [object Promise] on package upgrade console logs, see below:
Newer versions of the following indirect dependencies are available:
 * accounts-base 3.0.0-alpha300.18 ([object Promise] is available)
2023-11-15 23:51:31 -05:00
Gabriel Grubba
b103560a96 Revert "ci: added more logs"
This reverts commit 2aabad6050.
2023-09-19 19:07:10 -03:00
Gabriel Grubba
2aabad6050 ci: added more logs 2023-09-19 18:59:15 -03:00
Gabriel Grubba
22b1ad4be8 ci: added logs 2023-09-19 18:48:59 -03:00
matheusccastro
fb16d6abcb Remove projectContext.init since it doesn't need to be async anymore because archinfo.host is sync - also adding missing awaits to runners. 2023-06-01 19:53:55 -03:00
Gabriel Grubba
6bc3d8f665 Meteor version to 3.0.0-alpha.9 ☄️ 2023-05-18 19:54:59 -03:00
Gabriel Grubba
931663b148 Meteor version to 3.0.0-alpha.4 ☄️ 2023-05-10 19:28:19 -03:00
denihs
874a3b94c4 - removing unnecessary logs and change variable from const to let 2023-05-09 09:13:21 -04:00
Gabriel Grubba
0f187c5a04 wip: working in making tarbalss 2023-05-09 09:44:28 -03:00
Gabriel Grubba
7e91ac6b23 updated again typo 2023-05-08 19:45:19 -03:00
Gabriel Grubba
8a7e0a9c20 typo in build tarbalss 2023-05-08 19:34:54 -03:00
Gabriel Grubba
34848abdbc updating missing awaits for tarballs 2023-05-08 19:30:39 -03:00
Gabriel Grubba
43b81d51ee updating missing awaits 2023-05-08 19:20:30 -03:00
Gabriel Grubba
18600c66c1 Meteor version to 3.0.0-alpha.1 ☄️ 2023-05-08 18:52:28 -03:00
denihs
3003050851 - fix test: autoupdate 2023-04-10 14:31:54 -04:00
denihs
31625aecf0 - fix test: add packages to app 2023-04-04 09:48:16 -04:00
denihs
8f4467cdda - fix test: argument parsing 2023-03-31 14:21:40 -04:00
Gabriel Grubba
2c42cac832 adjusted loop to maintain coehison 2023-02-14 15:10:20 -03:00
Gabriel Grubba
4a514db288 added await in set banners 2023-02-14 14:15:28 -03:00
Gabriel Grubba
390e9da3bd added async in commands packages 2023-02-14 11:32:15 -03:00
Gabriel Grubba
a2800ab01c chore: made publish async 2023-02-13 12:25:03 -03: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
cb01f7cc4a Remove Fibers from meteor-tools:
- Make add, remove and list commands work.
2022-12-29 12:13:23 -03: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
Gabriel Grubba
1a8e317966 chore: updated will publish text to show version as well for better understatind 2022-12-19 17:06:14 -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
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
Matheus Castro
568c5f05f6 Merge remote-tracking branch 'origin/fibers-optional-no-tla-pkgs' into fibers-optional-no-tla-pkgs
# Conflicts:
#	tools/isobuild/bundler.js
#	tools/meteor-services/service-connection.js
#	tools/utils/buildmessage.js
2022-12-05 17:25:07 -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
Edimar Cardoso
de04cfe676 Update Node Version, NPM Version and tools to work without Fibers
- Update node version to 18.12.1
- Update npm version to 7.24.2 (last before 8)
- Update commands to use async

---
NPM 8 break changes

Error: The programmatic API was removed in npm v8.0.0
https://github.com/npm/cli/blob/latest/index.js
2022-12-01 10:43:48 -03:00
Gabriel Grubba
4abe0d6c01 chore: updated release logger to better understadn what is happening 2022-11-21 12:03:12 -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
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
zodern
d85061ba5d Remove disableNativeWatcher 2021-10-15 11:13:52 -05:00
zodern
fe9551d55f Remove duplicate import 2021-09-08 10:30:51 -05: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
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