Gabriel Grubba
|
78737e93d2
|
Merge branch 'devel' into updating-3.0-with-devel
# Conflicts:
# docs/history.md
# 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/mongo/collection.js
# packages/webapp/.npm/package/npm-shrinkwrap.json
# tools/cli/commands.js
# tools/static-assets/skel-apollo/server/apollo.js
# tools/tests/mongo.js
|
2023-03-21 11:02:43 -03:00 |
|
Gabriel Grubba
|
e156aed3bf
|
wip node err
|
2023-02-24 14:44:48 -03:00 |
|
Gabriel Grubba
|
4398c0cc1f
|
removing logs from commands.js
|
2023-02-16 14:54:58 -03:00 |
|
Gabriel Grubba
|
96e28a4582
|
Revert "Revert "wip: added logs to commands""
This reverts commit 732f292cc4.
|
2023-02-15 11:59:41 -03:00 |
|
Gabriel Grubba
|
732f292cc4
|
Revert "wip: added logs to commands"
This reverts commit 14ef286c67.
|
2023-02-15 11:57:22 -03:00 |
|
Gabriel Grubba
|
14ef286c67
|
wip: added logs to commands
|
2023-02-15 11:57:07 -03: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 |
|
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
|
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 |
|
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 |
|
Gabriel Grubba
|
cc6c738f9d
|
docs: updated meteor mongo to explain that uses mongosh
|
2023-01-25 15:30:48 -03:00 |
|
Gabriel Grubba
|
1ab510e83b
|
chore: updated console colors and mongo shell to mongosh
|
2023-01-25 15:30:22 -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 |
|
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 |
|
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
|
5eca5f5766
|
Remove Fibers from meteor-tools:
- Adapt --arch command.
|
2023-01-17 20:54:00 -03:00 |
|
Matheus Castro
|
665d932b10
|
Remove Fibers from meteor-tools:
- Adapt mongo-shell to work without Fibers.
|
2023-01-05 19:33:20 -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 |
|
Matheus Castro
|
af3d3d9d0c
|
Remove Fibers from meteor-tools:
- Adapt build and bundle commands.
|
2023-01-05 17:10:12 -03:00 |
|
Matheus Castro
|
34b5316888
|
Remove Fibers from meteor-tools:
- Make meteor show and search packages command work.
|
2022-12-29 12:57:56 -03:00 |
|
Matheus Castro
|
b6cf3e56cd
|
Remove Fibers from meteor-tools:
- Make meteor shell command work.
|
2022-12-29 12:23:09 -03: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
|
4c27996f4e
|
Remove Fibers from meteor-tools:
- Removing Fibers from catalog and tropohouse.
|
2022-12-28 17:28:37 -03:00 |
|
Matheus Castro
|
4472ed9aad
|
Remove Fibers from meteor-tools:
- Make "reset" command work.
|
2022-12-28 11:46:56 -03:00 |
|
Matheus Castro
|
0a898137e7
|
Remove Fibers from meteor-tools:
- Started working on test-packages command.
|
2022-12-23 11:01:06 -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
|
3fd99a4c16
|
fix: missing vue2 declaration
|
2022-12-21 14:17:04 -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 |
|
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
|
4021b54c25
|
Remove Fibers for Meteor Tools:
- Fix issue with constraint solver.
|
2022-12-16 12:02:50 -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 |
|
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
|
3c7c8fec8d
|
Merge remote-tracking branch 'origin/fibers-optional-no-tla-pkgs' into fibers-optional-no-tla-pkgs
|
2022-12-10 00:53:58 -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 |
|
Edimar Cardoso
|
1df9607b61
|
Login commands test
|
2022-12-07 09:49:52 -03:00 |
|
Gabriel Grubba
|
6177dc0fb3
|
tests: changed how to create prompt
|
2022-12-06 21:39:41 -03: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 |
|