Commit Graph

32677 Commits

Author SHA1 Message Date
Denilson
e2bb5f2dfd Update guide/source/2.8-migration.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:37:16 -03:00
Denilson
6b6b10b819 Update guide/source/2.8-migration.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:37:08 -03:00
Denilson
3a9bf86e80 Update guide/source/2.8-migration.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:36:55 -03:00
Denilson
1bd30c0311 Update guide/source/2.8-migration.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:36:43 -03:00
Denilson
3fa48fe5fb Update guide/source/2.8-migration.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:36:27 -03:00
Denilson
717c775abf Update guide/source/2.8-migration.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:36:16 -03:00
Denilson
c931e35a3b Update docs/source/commandline.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:35:50 -03:00
Denilson
94ee727503 Update docs/source/commandline.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
2022-10-19 09:31:57 -03:00
denihs
a986bf895b Updating migration guide code review 2022-10-18 16:12:50 -03:00
denihs
dc78067578 Updating migration guide code review 2022-10-18 16:10:44 -03:00
denihs
05d410d3d6 Merge remote-tracking branch 'origin/release-2.7.4' into release-2.7.4 2022-10-18 15:29:33 -03:00
denihs
e0c653bebb Updating migration guide 2022-10-18 15:29:21 -03:00
Gabriel Grubba
8709cb87f5 Merge branch 'release-2.7.4' of https://github.com/meteor/meteor into release-2.7.4 2022-10-17 17:06:33 -03:00
Gabriel Grubba
2d56236c8a Merge pull request #12231 from meteor/feat-auto-update-semver
feat: auto semver updater
2022-10-17 16:20:31 -03:00
Gabriel Grubba
696220749d feat: added 2.8 in installer 2022-10-17 15:24:20 -03:00
Gabriel Grubba
93b765659f chore: updated docs and variable names for more readablity 2022-10-17 15:16:28 -03:00
Gabriel Grubba
baeefcf852 fix: adjusted for clarity in docs 2022-10-17 15:10:59 -03:00
Gabriel Grubba
2cd528b8fa feat: auto semver updater 2022-10-17 14:57:44 -03:00
Gabriel Grubba
1e893d3e9a Meteor version to 2.8.0 ☄️ release/METEOR@2.8.0 2022-10-17 10:20:40 -03:00
Denilson
a7e0029fbf Merge pull request #12219 from meteor/mongo-count-warning
Fix MongoDB driver Warning: cursor.count
2022-10-13 18:02:20 -04:00
denihs
9847cfc019 Revert "- Migration guide review"
This reverts commit b6e29fd06b.
2022-10-13 17:47:11 -04:00
denihs
ef8796a44e - Migration guide review
- changing how to handle Meteor.callAsync().then()
2022-10-13 17:45:47 -04:00
denihs
b6e29fd06b - Migration guide review
- changing how to handle Meteor.callAsync().then()
2022-10-13 17:37:44 -04:00
denihs
4332e4433f calling collection.countDocuments instead of collection.estimatedDocumentCount so that the selector and options can be provided. 2022-10-11 16:51:47 -04:00
denihs
fa4ec9a2cf calling collection.estimatedDocumentCount instead of dbCursor.count to stop warning cursor.count is deprecated 2022-10-11 15:12:32 -04:00
denihs
fb91f639cc updating docs and migration guide 2022-10-11 11:40:16 -04:00
Gabriel Grubba
599456cacf fix: make tarballs 2022-10-06 23:32:48 -03:00
Gabriel Grubba
88ab016017 Meteor version to 2.8-rc.0 ☄️ release/METEOR@2.8-rc.0 2022-10-06 18:14:04 -03:00
Gabriel Grubba
f9a92deb1d Merge pull request #12196 from meteor/creating-call-async
callAsync - New method to call async functions
2022-10-06 16:44:52 -03:00
Gabriel Grubba
ff4618e164 Merge branch 'release-2.7.4' into creating-call-async 2022-10-06 16:44:37 -03:00
Gabriel Grubba
2b6a76d8e9 Merge pull request #12205 from Ayushi96/improve-doc-for-container-size-#12060
updated the doc with the dependency of --container-size on --plan flag
2022-10-06 16:43:42 -03:00
Gabriel Grubba
0db71d626d Merge pull request #12195 from meteor/dev-bundle-14.20.1.0
Upgrade Node to v14.20.1
2022-10-06 16:42:58 -03:00
denihs
75d3de3d1a typo 2022-10-06 14:23:39 -04:00
denihs
c7fe33bf8b updating callAsync arguments comment 2022-10-06 14:20:14 -04:00
denihs
662eee3bf9 Changes from code review 2022-10-06 14:17:50 -04:00
denihs
8c07f63d10 Calling Meteor.bindEnvironment() inside callAsync, so the context is rightly set before calling stub 2022-10-05 19:28:14 -04:00
denihs
2542ae9970 Changing variables' and functions' names. 2022-10-05 17:44:31 -04:00
denihs
b86b2a122c Removing withValueAsync from the server, and using the setNewContextAndGetCurrent and set strategy.
When creating a new fiber inside withValueAsync, some contexts where missing, and when calling Meteor.call without a callback, no result were returned.
2022-10-05 13:27:16 -04:00
denihs
77f71634cf Merge branch 'release-2.7.4' into creating-call-async 2022-10-05 11:15:06 -04:00
denihs
3c467fcf23 Removing withValueAsync from the client, so we can keep compatible with older browsers. 2022-10-04 17:55:32 -04:00
Ayushi Vishwakarma
8e240e3955 updated the doc with the dependency of --container-size
on --plan flag
2022-10-02 19:24:18 +05:30
denihs
15b1e6fddf Wrapping the withValueAsync on server inside a new Fiber 2022-10-01 19:28:35 -04:00
denihs
11eee0e998 Removing verifications for call and callAsync 2022-10-01 18:19:05 -04:00
Gabriel Grubba
73fd519de6 Merge pull request #12197 from lcampanis/patch-1
Update fetch.md typo
2022-09-30 15:47:59 -03:00
Gabriel Grubba
975aa91f2d Merge branch 'devel' into patch-1 2022-09-30 14:38:06 -03:00
Gabriel Grubba
49fa4364e4 Merge pull request #12199 from davidjb/conduct-urls
Update Code of Conduct Attribution URLs
2022-09-30 14:37:43 -03:00
David Beitey
d0b8d2d2ba Update Code of Conduct Attribution URLs
The Contributor Covenant URL has been updated as it was previously
redirecting to the Italian version of this document, and updates the
Ubuntu URL for currency and from insecure http://.
2022-10-01 01:45:38 +10:00
Lorenzo Campanis
5aa41747f7 Update fetch.md
`err` instead of `error` in catch statement
2022-09-29 16:24:57 +03:00
denihs
dbc7833cac Merge remote-tracking branch 'origin/creating-call-async' into creating-call-async 2022-09-26 14:46:26 -04:00
denihs
cc307b74ce fixing typo 2022-09-26 14:46:10 -04:00