Commit Graph

311 Commits

Author SHA1 Message Date
Gabriel Grubba
cbb7eb41aa Meteor version to 3.0.0-alpha.4 ☄️ 2023-05-10 17:54:48 -03:00
Gabriel Grubba
4af058b6a5 Meteor version to 3.0.0-alpha.3 ☄️ 2023-05-10 14:56:47 -03:00
Gabriel Grubba
7bbaf59aa8 Meteor version to 3.0.0-alpha.2 ☄️ 2023-05-09 15:39:35 -03:00
Gabriel Grubba
18600c66c1 Meteor version to 3.0.0-alpha.1 ☄️ 2023-05-08 18:52:28 -03:00
Gabriel Grubba
c7d16b4e5d 🚀 Meteor 3.0-alpha.0 2023-05-08 15:01:23 -03:00
denihs
f650be7b89 - using _AsynchronousQueue in the server
- continue for looping instead of breaking it
2023-02-06 14:56:37 -04:00
denihs
937800007c - fix API so call() and apply() doesn't have to be async. More can be found on this thread https://meteor-community.slack.com/archives/C01SWPPE81F/p1675116084541359 2023-02-01 16:20:54 -04:00
denihs
503f2b41f9 - _saveOriginals() is now async
- markAllReady() in the tests is now async
- removing unnecessary comments
2023-01-30 10:16:46 -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
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
Matheus Castro
0ff42a984d Merge branch 'release-3.0' into release-3.0-tools 2023-01-05 17:10:40 -03:00
Matheus Castro
0ebbe9de51 Remove Fibers from meteor-tools:
- Fix watchSet issue when restarting the server because of file changes.
- Remove Fiber usage from tinytest_server.js
2022-12-30 15:15:04 -03:00
denihs
ce22f2d548 - fixing all tests for accounts-password
- small fix for ddp-client, checking if the call isFromCallAsync. If yes, return the promise so we can get the result
- showing test name when it runs after process is done
2022-12-28 11:44:54 -04: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
Gabriel Grubba
48b6e9ca46 Meteor version to 2.9.0 ☄️ 2022-12-07 10:28:32 -03:00
Gabriel Grubba
e7092b70af Meteor version to 2.9.0-rc.11 2022-12-06 17:00:59 -03:00
Gabriel Grubba
de7c362f51 Meteor version to 2.9.0-rc.10 ☄️ 2022-12-06 14:08:57 -03:00
Gabriel Grubba
35123ff3a0 Revert "Meteor version to 2.9.0 ☄️"
This reverts commit 67abe13459.
2022-12-06 14:03:44 -03:00
Gabriel Grubba
67abe13459 Meteor version to 2.9.0 ☄️ 2022-12-05 18:54:36 -03:00
Gabriel Grubba
bbe159edae Meteor version to 2.9.0-rc.9 ☄️ 2022-12-02 14:41:01 -03:00
Gabriel Grubba
e35c182d4c Meteor version to 2.9.0-rc.7 ☄️ 2022-12-02 11:54:16 -03:00
Gabriel Grubba
1fb05e690a Meteor version to 2.9.0-rc.7 ☄️ 2022-12-02 11:30:51 -03:00
Gabriel Grubba
dba13e5c1a Meteor version to 2.9.0-rc.6 ☄️ 2022-12-02 11:18:04 -03:00
Gabriel Grubba
060d181870 Meteor version to 2.9.0-rc.5 ☄️ 2022-12-01 16:46:57 -03:00
Gabriel Grubba
4053f55616 Meteor version to 2.9.0-rc.4 ☄️ 2022-12-01 16:32:57 -03:00
Gabriel Grubba
e152d385ff Meteor version to 2.9.0-rc.3 ☄️ 2022-12-01 16:16:11 -03:00
Gabriel Grubba
3a05f715e3 Meteor version to 2.9.0-rc.2 ☄️ 2022-11-30 18:33:29 -03:00
Gabriel Grubba
b461058b33 Meteor version to 2.9.0-rc.1 ☄️ 2022-11-30 12:18:36 -03:00
Gabriel Grubba
f3c6de4a71 Meteor version to 2.9-rc.0 ☄️ 2022-11-30 11:57:21 -03:00
Gabriel Grubba
c25ae39cc7 Meteor version to 2.9.0-beta.1 ☄️ 2022-11-21 11:54:57 -03:00
Gabriel Grubba
d944665433 Meteor version to 2.9.0-beta.0 ☄️ 2022-11-21 11:37:37 -03:00
Matheus Castro
ad77b6d89b Don't use Future directly on TinyTest package. Also adding helpers that will be used when adding async tests. 2022-10-14 00:18:47 -03:00
Renan Castro
ffc4300f23 Release 2.6 🎉! 2022-02-01 15:55:48 -03:00
Renan Castro
260a3299ca Meteor 2.6-rc.2 2022-01-31 10:56:24 -03:00
Filipe Névola
9c5f92e689 Bump Meteor version to 2.6-rc.1 2022-01-28 15:49:31 -04:00
Filipe Névola
8843535527 Bump Meteor version to 2.6-rc.0 2022-01-27 10:42:06 -04:00
Filipe Névola
9203c3181a Bump Meteor version to 2.6-beta.4 2022-01-21 13:42:18 -04:00
Renan Castro
f3c38b8cb0 New beta: 2.6-beta.3 2022-01-21 13:30:02 -04:00
Renan Castro
c4d4ea2a09 Improve primary detection mechanism to be compatible with older mongodb instances
Generate 2.6 beta 2
2022-01-21 13:30:02 -04:00
Renan Castro
c8eb086116 Update mongodb driver to latest 4.3 version released 16 hours ago.
Add fallback to hello command for mongo 4 servers
Bump all packages to new beta
2022-01-21 13:30:01 -04:00
Renan Castro
1329238201 Prepare Meteor 2.6 beta-0 release 2022-01-21 13:29:59 -04:00
Filipe Névola
a031b77471 Fixing tests in mongo livedata and observe changes 2022-01-21 13:28:35 -04:00
Jan Dvorak
a6d65cddb7 Release 2.4 2021-09-14 09:30:22 +02:00
Jan Dvorak
2dbadcbd5f 2.4-rc.6 2021-09-09 16:19:41 +02:00
filipenevola
5cc351bdab Bump version to 2.4.0-rc.5 2021-09-05 21:47:29 -07:00
Jan Dvorak
621a851094 2.4-rc.4 2021-09-02 10:22:22 +02:00
filipenevola
f0063af6c5 Bump version to 2.4.0-rc.3 2021-08-29 11:14:51 -10:00
Jan Dvorak
ae142366b9 2.4-rc.2 2021-08-24 10:36:52 +02:00
Jan Dvorak
744300da25 2.4-rc.1 2021-08-23 11:42:09 +02:00