Commit Graph

8150 Commits

Author SHA1 Message Date
Gabriel Grubba
ad753c14e9 Revert "whitespace in service connection"
This reverts commit 121cab66a1.
2023-02-14 14:40:18 -03:00
Gabriel Grubba
4a514db288 added await in set banners 2023-02-14 14:15:28 -03:00
Gabriel Grubba
5c60ad1c87 solved SQLITE issue 2023-02-14 14:15:20 -03:00
Gabriel Grubba
bada9add03 chore: added async in project context 2023-02-14 11:33:07 -03:00
Gabriel Grubba
98877a4350 chore: removed logs and made sync fileHash 2023-02-14 11:32:55 -03:00
Gabriel Grubba
121cab66a1 whitespace in service connection 2023-02-14 11:32:39 -03:00
Gabriel Grubba
cacaa42877 docs: added jsDocs to saveToPath 2023-02-14 11:32:25 -03:00
Gabriel Grubba
390e9da3bd added async in commands packages 2023-02-14 11:32:15 -03:00
Gabriel Grubba
8f9cb174ef chore: made fileHash async 2023-02-14 11:32:02 -03:00
Gabriel Grubba
98772e1b75 updating with latest changes 2023-02-13 14:34:50 -03:00
Gabriel Grubba
1dd404cdd4 tests: updated based on new api 2023-02-13 12:26:18 -03:00
Gabriel Grubba
89e37b7e26 tests: updated based on new api 2023-02-13 12:26:15 -03:00
Gabriel Grubba
87fa17e78a tests: updated based on new api 2023-02-13 12:26:12 -03:00
Gabriel Grubba
072d398c25 docs: updated tropohouse jsdocs 2023-02-13 12:25:53 -03:00
Gabriel Grubba
10d54ab958 package client calls are now asyn 2023-02-13 12:25:42 -03:00
Gabriel Grubba
9844bf5e36 meteor services are now async 2023-02-13 12:25:30 -03:00
Gabriel Grubba
1b1904a7ec tried to make fileHash async 2023-02-13 12:25:21 -03:00
Gabriel Grubba
a2800ab01c chore: made publish async 2023-02-13 12:25:03 -03:00
Gabriel Grubba
e30c4a7dd8 done deploy command 2023-02-07 11:33:54 -03:00
Gabriel Grubba
9be82dcd0b Finished lint command 2023-02-07 11:33:45 -03:00
Gabriel Grubba
f7619e2b9c Merge pull request #12484 from meteor/fix/sync-arch-host
Make archinfo.host sync
2023-02-01 15:55:35 -03:00
Gabriel Grubba
14d813ac04 feat: made deploy work without cache 2023-02-01 14:43:11 -03:00
Gabriel Grubba
3ac90c2624 docs: added jsdocs to loggedInAccountsConnection 2023-01-31 17:15:35 -03:00
Gabriel Grubba
03e06e59b4 chore: solved admin members command 2023-01-31 17:15:20 -03:00
Gabriel Grubba
dc44453269 chore: solved admin list-organizations 2023-01-31 17:05:44 -03:00
matheusccastro
70d50532c6 Use let instead of const because we mutate it. 2023-01-31 10:23:04 -03:00
zodern
1e718277fb Remove await's for archinfo.host 2023-01-30 13:55:30 -06:00
zodern
9d9cf5d799 Fix unhandled rejection warning when command errors 2023-01-30 13:44:24 -06:00
zodern
8215dc50b3 Make archinfo.host sync 2023-01-30 13:43:17 -06:00
zodern
f60663ca12 Fix handling implied packages in linker 2023-01-27 17:07:03 -06:00
denihs
a593ad95ef - removing unnecessary fiber import 2023-01-24 11:52:24 -04:00
denihs
1e76987840 fixing load-js-image and linker 2023-01-23 17:10:43 -04:00
denihs
482acb00f6 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	packages/promise/promise-tests.js
2023-01-23 15:41:56 -04:00
denihs
aa9147ab88 await core-runtime package to run 2023-01-23 10:40:40 -04:00
denihs
afbe556c14 - catching error on boot.js 2023-01-20 13:57:20 -04:00
denihs
c6f157048e - removing await from boot.js. Trying to run tests 2023-01-19 13:36:31 -04:00
Gabriel Grubba
e5e23fb7ce Merge branch 'release-3.0' into release-3.0-tests-webapp
# Conflicts:
#	docs/history.md
2023-01-18 17:45:19 -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
denihs
c0a1308cb8 Merge branch 'devel' into release-3.0
# Conflicts:
#	docs/history.md
#	packages/accounts-password/password_server.js
2023-01-18 15:35:03 -04:00
denihs
43c3eb130f - merging the TLA branch 2023-01-18 15:23:41 -04:00
denihs
048f4a0f47 Merge branch 'feature/top-level-await-reify' into release-3.0-tools-and-mongo
# Conflicts:
#	npm-packages/meteor-babel/package-lock.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	tools/isobuild/linker.js
#	tools/static-assets/server/boot.js
2023-01-18 15:13:27 -04:00
denihs
212a668cb7 - These methods are now async:
- `WebAppInternals.reloadClientPrograms()`
    - `WebAppInternals.pauseClient()`
    - `WebAppInternals.generateClientProgram()`
    - `WebAppInternals.generateBoilerplate()`
    - `WebAppInternals.setInlineScriptsAllowed()`
    - `WebAppInternals.enableSubresourceIntegrity()`
    - `WebAppInternals.setBundledJsCssUrlRewriteHook()`
    - `WebAppInternals.setBundledJsCssPrefix()`
2023-01-18 14:52:34 -04:00
denihs
8875a2a191 Merge branch 'release-3.0-mongo-tests' into release-3.0-tools-and-mongo
# Conflicts:
#	packages/meteor/async_helpers.js
#	tools/static-assets/server/boot.js
2023-01-18 13:47:48 -04:00
Gabriel Grubba
49136f8cb0 solved admin test progress bar 2023-01-18 14:38:33 -03:00
Gabriel Grubba
0f9e1e3d38 cli: upgraded authorized in tools 2023-01-18 14:09:49 -03:00
Gabriel Grubba
9c64f6c0f1 Merge branch 'release-3.0-tools' of https://github.com/meteor/meteor into release-3.0-tools 2023-01-18 13:55:58 -03:00
Gabriel Grubba
04f5330b1f wip: started working on lint tools 2023-01-18 13:55:55 -03:00
Gabriel Grubba
7465846403 docs: updated project context jsdocs 2023-01-18 13:55:38 -03: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
900a1cb3ec Remove Fibers from meteor-tools:
- Adapt self-test runner to work without Fibers.
2023-01-18 00:52:07 -03:00