Commit Graph

12502 Commits

Author SHA1 Message Date
Gabriel Grubba
d10cd0c365 chore: updated .lock for babel compi;er 2023-02-13 12:24:51 -03:00
Gabriel Grubba
14d813ac04 feat: made deploy work without cache 2023-02-01 14:43:11 -03: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
afbe556c14 - catching error on boot.js 2023-01-20 13:57:20 -04:00
Gabriel Grubba
d7a958e1e2 Merge pull request #12451 from meteor/release-3.0-tests-promise
[3.0] Solving meteor-promise tests
2023-01-19 16:50:54 -03: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
Gabriel Grubba
1d3cfca40a updated last express method 2023-01-18 17:40:23 -03:00
Gabriel Grubba
1b921ec331 chore: created abstraction on top of express creation 2023-01-18 17:23:46 -03:00
Gabriel Grubba
829bf9feb2 types: adressed wrong typings 2023-01-18 17:19:02 -03:00
denihs
5fa502edd4 - using denque package
- changing blaze version on test-in-browser to blaze@2.5.0 to avoid constraints error
2023-01-18 15:53:57 -04: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
denihs
021f2ea2b3 Merge branch 'release-3.0' into release-3.0-tools 2023-01-18 13:46:31 -04:00
Edimar Cardoso
1cdaf40aa5 Merge branch 'release-3.0' into release-3.0-mongo-tests 2023-01-18 10:21:29 -03:00
Denilson
8609ac33b9 Merge pull request #12453 from meteor/release-3.0-tests-meteor
Release 3.0 tests meteor
2023-01-18 09:20:42 -04:00
Edimar Cardoso
28fb31b92d Refectory mongo packages
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-17 23:14:53 -03:00
Gabriel Grubba
c979c49276 added workaround 2023-01-17 17:40:02 -03:00
Matheus Castro
2664836dd7 Merge branch 'release-3.0' into release-3.0-tools 2023-01-17 16:47:18 -03:00
denihs
f98f6d05aa - removing the tests for wrapasync from package.js 2023-01-17 14:52:02 -04:00
denihs
44d69295d9 - removing the tests for wrapasync 2023-01-17 14:50:03 -04:00
denihs
6287eb062e Revert "- removing the tests for wrapasync"
This reverts commit 8592566ba5.
2023-01-17 14:49:06 -04:00
denihs
8592566ba5 - removing the tests for wrapasync 2023-01-17 14:48:00 -04:00
denihs
c0b7c97af3 - fixing fiber_helpers_test.js 2023-01-17 14:39:53 -04:00
Edimar Cardoso
75141af1bd Revert renamed method. 2023-01-17 15:36:17 -03:00
Edimar Cardoso
890e1dfb9a Refectory mongo packages
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-17 15:05:49 -03:00
Edimar Cardoso
897e62f840 Merge branch 'release-3.0' into release-3.0-mongo-tests 2023-01-17 14:47:41 -03:00
Edimar Cardoso
cc6ae20b1b Refectory mongo packages
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-17 14:47:15 -03:00
denihs
23ac35f56f - fixing dynamics_test.js 2023-01-17 11:18:38 -04:00
denihs
2354f22d98 - fixing basic disconnect to consider the last disconnect from the ClientStream
- removing now unnecessary test from the server that was checking if there was a fiber instantiated
2023-01-17 10:59:01 -04:00
Gabriel Grubba
b38ed076ae removed fibers use 2023-01-17 11:32:25 -03:00
Edimar Cardoso
e0c5641fd8 Merge branch 'release-3.0' into release-3.0-mongo-tests 2023-01-16 22:48:07 -03:00
Edimar Cardoso
a036066611 Refectory mongo packages
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-16 22:47:48 -03:00
Gabriel Grubba
4582ea6eb4 tests: solved meteor-promise - sanity 2023-01-16 20:29:00 -03:00
Gabriel Grubba
cd8f16591d tests: solved simple CSS minification 2023-01-16 20:15:37 -03:00
Gabriel Grubba
0877d8113f chore: made minifyCss into async 2023-01-16 20:15:19 -03:00
Gabriel Grubba
e4a3fb561a chore: add raw handlers 2023-01-16 19:45:00 -03:00
Edimar Cardoso
e40198cf8e Fix mongo tests 2023-01-16 10:59:53 -03:00
Gabriel Grubba
8296afc897 chore: addressed security comments 2023-01-16 10:03:01 -03:00
Gabriel Grubba
2b91f52169 Update packages/webapp/webapp.d.ts
Co-authored-by: Radosław Miernik <radekmie@gmail.com>
2023-01-16 09:32:29 -03:00
Gabriel Grubba
9b6c797f09 Meteor version to 2.10.0 ☄️ 2023-01-13 17:19:44 -03:00
Gabriel Grubba
ae3e31f977 tests: adjusted test to match express npm modules 2023-01-13 16:34:03 -03:00
Gabriel Grubba
560c1b383b feat: added express to webserver 2023-01-13 16:33:48 -03:00
Gabriel Grubba
62066ac6c8 types: updated webapp types 2023-01-13 16:32:58 -03:00