Matheus Castro
|
898800a302
|
Fix "type" is not defined issue on TinyTest.
|
2022-10-31 21:27:46 -03:00 |
|
Matheus Castro
|
47d4e825e7
|
Fix merge conflict
|
2022-10-31 21:22:18 -03:00 |
|
Matheus Castro
|
38ff1d6e72
|
Merge branch 'meteor-no-fibers-base' into fibers-optional-no-tla
# Conflicts:
# .circleci/config.yml
# docs/history.md
# docs/source/commandline.md
# guide/source/2.8-migration.md
# packages/ddp-client/package.js
# packages/ddp-server/package.js
# packages/meteor-tool/package.js
# packages/meteor/asl-helpers.js
# packages/minifier-css/.npm/package/npm-shrinkwrap.json
# packages/minimongo/package.js
# packages/modules/package.js
# packages/mongo/mongo_driver.js
# packages/mongo/package.js
# packages/npm-mongo/.npm/package/npm-shrinkwrap.json
# packages/npm-mongo/package.js
# packages/test-in-console/package.js
|
2022-10-31 21:13:46 -03:00 |
|
Matheus Castro
|
3186c0436b
|
Trying to make oplog work without Fibers.
|
2022-10-31 21:09:26 -03:00 |
|
Matheus Castro
|
e6ff9c754b
|
Remove fibers future usage from oplog_tailing.js.
|
2022-10-28 11:42:50 -03:00 |
|
denihs
|
2dc5fd2744
|
Merge branch 'release-2.9' into meteor-no-fibers-base
|
2022-10-28 10:59:29 -03:00 |
|
Matheus Castro
|
484e15a0b8
|
Update ASL store on withValue and simplify a bit on mongo_driver.js
|
2022-10-26 20:14:52 -03:00 |
|
denihs
|
3d0dc3e023
|
Merge branch 'release-2.8.1' into release-2.9
|
2022-10-25 14:36:20 -03:00 |
|
Gabriel Grubba
|
7f80ad4b44
|
chore : update cicrcle ci
|
2022-10-25 14:10:42 -03:00 |
|
Gabriel Grubba
|
6be31fe25c
|
Merge branch 'devel' into release-2.8.1
|
2022-10-25 11:17:33 -03:00 |
|
Edimar Cardoso
|
199ff9634b
|
Merge branch 'release-2.9' into meteor-no-fibers-base
# Conflicts:
# packages/meteor/package.js
|
2022-10-25 11:15:43 -03:00 |
|
denihs
|
08a20c1204
|
Merge branch 'release-2.8.1' into release-2.9
|
2022-10-25 09:14:15 -03:00 |
|
Denilson
|
acd4b350c9
|
Merge pull request #12222 from meteor/tinty-test-without-fibers
TinyTest package without Future
|
2022-10-25 09:11:07 -03:00 |
|
Matheus Castro
|
742602042d
|
Run doc fetcher with _runAsync helper.
|
2022-10-24 19:38:22 -03:00 |
|
Matheus Castro
|
b562ca5297
|
Merge remote-tracking branch 'origin/release-2.9' into tinty-test-without-fibers
# Conflicts:
# packages/meteor/package.js
|
2022-10-24 15:54:59 -03:00 |
|
Denilson
|
bbc4ae8489
|
Merge pull request #12156 from meteor/feature/change-accounts-and-oauth-to-use-async
Change Accounts and Oauth to use Async methods.
|
2022-10-24 15:32:42 -03:00 |
|
Denilson
|
d85b29bd50
|
Merge pull request #12105 from meteor/feature/package-minifier-css-async
Create async method `CssTools.minifyCssAsync`
|
2022-10-24 15:09:11 -03:00 |
|
Denilson
|
8a2509dd33
|
Merge pull request #12101 from meteor/feature/package-email-send-async
Create `Email.sendAsync` method without using Fibers.
|
2022-10-24 15:06:59 -03:00 |
|
Gabriel Grubba
|
57a8d036d0
|
Merge pull request #12255 from harryadel/underscore/geojson-utils
[geojson-utils] Remove underscore
|
2022-10-24 12:02:34 -03:00 |
|
Gabriel Grubba
|
c86f94a536
|
Merge pull request #12256 from harryadel/underscore/facts-ui
[facts-ui] Remove underscore
|
2022-10-24 12:02:23 -03:00 |
|
Gabriel Grubba
|
cd226c6ff1
|
Merge pull request #12258 from harryadel/underscore/diff-sequence
[diff-sequence] Remove underscore
|
2022-10-24 12:02:07 -03:00 |
|
Gabriel Grubba
|
418f3c536a
|
Merge pull request #12264 from harryadel/underscore/browser-policy-framing
[browser-policy-framing] Remove underscore
|
2022-10-24 12:01:51 -03:00 |
|
Gabriel Grubba
|
36bde8ca98
|
Merge pull request #12257 from harryadel/underscore/ecmascript
[ecmascript] Remove underscore
|
2022-10-24 12:01:36 -03:00 |
|
Gabriel Grubba
|
16859c7b85
|
Merge pull request #12263 from harryadel/underscore/browser-policy
[browser-policy] Remove underscore
|
2022-10-24 11:59:22 -03:00 |
|
Gabriel Grubba
|
8807aa0070
|
Merge pull request #12239 from harryadel/underscore/webapp-hashing
[webapp-hashing] Remove underscore
|
2022-10-24 11:59:01 -03:00 |
|
Gabriel Grubba
|
e49e764594
|
Merge pull request #12244 from harryadel/underscore/test-in-browser
[test-in-browser] Remove underscore
|
2022-10-24 11:58:47 -03:00 |
|
Gabriel Grubba
|
c4eedce263
|
Merge pull request #12240 from harryadel/underscore/twitter-ouath
[twitter-oauth] Remove underscore
|
2022-10-24 11:58:36 -03:00 |
|
Gabriel Grubba
|
9da142ff1f
|
Merge pull request #12218 from shivam1646/feature/add-docs-for-registering-login-handler
Add docs for Accounts.registerLoginHandler
|
2022-10-24 11:31:22 -03:00 |
|
Gabriel Grubba
|
ddf4c7b0e0
|
Merge pull request #12272 from oberrich/patch-1
Fix dead link in docs
|
2022-10-24 10:44:03 -03:00 |
|
Gabriel Grubba
|
1a6a01eefc
|
Merge pull request #12209 from meteor/feature/facebook-api-15
Update default Facebook API to v15 and fix local changelog
|
2022-10-24 10:29:37 -03:00 |
|
Gabriel Grubba
|
90275a56cb
|
Merge pull request #12149 from heschong/meteor-fix-11718
Add https proxy support to meteor-installer
|
2022-10-24 10:29:21 -03:00 |
|
Jan Dvorak
|
81a5da8a4e
|
Merge branch 'devel' into underscore/geojson-utils
|
2022-10-24 10:43:43 +02:00 |
|
Jan Dvorak
|
ee86d1479e
|
Merge branch 'devel' into underscore/diff-sequence
|
2022-10-24 10:43:01 +02:00 |
|
oberrich
|
36cc50fcda
|
Fix dead link in docs
|
2022-10-24 03:55:06 +02:00 |
|
Jan Dvorak
|
26966b5812
|
Merge branch 'devel' into underscore/webapp-hashing
|
2022-10-23 18:43:36 +02:00 |
|
Harry Adel
|
826df52296
|
Merge branch 'devel' into underscore/facts-ui
|
2022-10-22 09:59:02 +02:00 |
|
harryadel
|
312f0f0793
|
[browser-policy-framing] Remove underscore
|
2022-10-22 09:18:57 +02:00 |
|
harryadel
|
236ffc2a5a
|
[browser-policy] Remove underscore
|
2022-10-22 09:07:54 +02:00 |
|
Harry Adel
|
722806bad4
|
Merge branch 'devel' into underscore/ecmascript
|
2022-10-22 07:49:09 +02:00 |
|
harryadel
|
96fac46c62
|
[diff-sequence] Remove underscore
|
2022-10-22 07:48:47 +02:00 |
|
harryadel
|
80e09739fd
|
[ecmascript] Remove underscore
|
2022-10-22 07:44:38 +02:00 |
|
harryadel
|
8130ff1d27
|
[facts-ui] Remove underscore
|
2022-10-22 07:39:29 +02:00 |
|
harryadel
|
2f2baea89b
|
[geojson-utils] Remove underscore
|
2022-10-22 07:36:23 +02:00 |
|
Gabriel Grubba
|
7c82368afc
|
Merge pull request #12251 from meteor/release-2.7.4
updating 2.8.1 with 2.8.0 branch
|
2022-10-21 15:01:40 -03:00 |
|
Gabriel Grubba
|
ccbc092a04
|
Merge pull request #12212 from ToyboxZach/ToyboxZach-fix-accounts
Fix case insensitive lookup resource overuse
|
2022-10-21 14:57:40 -03:00 |
|
Gabriel Grubba
|
7f7396af2b
|
Merge branch 'release-2.8.1' into feature/facebook-api-15
|
2022-10-21 14:57:15 -03:00 |
|
Gabriel Grubba
|
78af3ef69d
|
Merge branch 'devel' into feature/add-docs-for-registering-login-handler
|
2022-10-21 14:54:45 -03:00 |
|
Gabriel Grubba
|
65df53950c
|
Merge pull request #12232 from meteor/mongo-driver-4.10
Updated MongoDB driver to 4.11
|
2022-10-21 14:54:29 -03:00 |
|
Gabriel Grubba
|
7c56fa4549
|
Merge pull request #12236 from harryadel/output-port-on-restart
Show port in restart message
|
2022-10-21 14:53:37 -03:00 |
|
Gabriel Grubba
|
f227714805
|
Merge pull request #12182 from znewsham/patch-1
Use true mongo binary types
|
2022-10-21 14:49:12 -03:00 |
|