Commit Graph

8722 Commits

Author SHA1 Message Date
Ben Newman
cc2a1d79e1 Bump package versions for 1.5.2-beta.8 release. 2017-08-07 15:10:04 -04:00
Jordan Brant Baker
77ecbabf60 Support "env" in .babelrc files. (#8963) 2017-08-07 13:23:56 -04:00
Ben Newman
43ba3c9de5 Use unreleased version of websocket-driver that uses http-parser-js.
https://github.com/faye/websocket-driver-node/issues/21
https://github.com/meteor/meteor-feature-requests/issues/160

Thanks to @sdarnell for identifying this solution.
2017-08-07 12:53:28 -04:00
Ben Newman
565281e765 Revert "Add mongo-dev-server package (#8853)"
This reverts commit 4d37a05fb3.

After git bisecting between origin/release-1.5 and origin/release-1.5.2, I
identified this commit as the culprit in recent failures of the modules
test app: https://circleci.com/gh/meteor/meteor/4857#tests/containers/3

Note that the modules test app seems to be failing only on Linux, and it
does pass reliably with this commit reverted. It must have something to do
with Mongo failing to start, and thus the "App running at" message never
appears, but I don't have a good theory why that might be.

The command to run just the modules test app is

  meteor self-test --history 1000 'modules - test app'

@zimme @hwillson @abernix any ideas?
2017-08-02 21:23:39 -04:00
Ben Newman
c0b918c0fc Merge branch 'devel' into release-1.5.2 2017-08-02 15:44:31 -04:00
Hugh Willson
5b39d4b2da Remove merged in underscore usage and update to ES5/ES6. 2017-08-02 15:33:16 -04:00
Hugh Willson
c6bddb331a Remove underscore dependency. 2017-08-02 15:33:15 -04:00
Hugh Willson
82a6feeaf4 Adjust EJSON API to handle objects with properties named "length" 2017-08-02 15:33:14 -04:00
Jesse Rosenberger
f0548ad50d Merge branch 'devel' into release-1.5.2 2017-08-02 22:31:14 +03:00
Ben Newman
29feca3c6d Merge pull request #8978 from meteor/scan-non-core-packages-in-checkout
Scan non-core packages as local packages when running from checkout.
2017-08-02 11:58:17 -07:00
Ben Newman
88824ca04d Guard against nonexistent Package.ddp.DDP._CurrentMethodInvocation.
As suggested by @cwholman in this comment:
https://github.com/meteor/meteor/issues/8947#issuecomment-318393234

Fixes #8947.
2017-08-02 14:45:51 -04:00
Ben Newman
7f062192e1 Eliminate underscore usage from the meteor package. 2017-08-02 14:45:51 -04:00
Ben Newman
ce0b499224 Move old packages from packages/non-core to packages/deprecated. 2017-08-02 13:36:24 -04:00
James Burgess
c3dd664d14 Adjust minimongo behavior to match server when functions are part of selectors (#8952) 2017-08-02 08:43:42 -07:00
Ben Newman
d4a1322d3a Bump package versions for 1.5.2-beta.7 release. 2017-07-28 19:05:11 -04:00
Ben Newman
868ba7ceff Merge branch 'devel' into release-1.5.2 2017-07-28 18:50:20 -04:00
seke
7232b39fa4 Cut of flags to avoid abuse of CPU-intensive regexes 2017-07-27 10:25:42 +02:00
Simon Fridlund
a1c2eefb1e Add mongo-dev-server package (#8853)
* Add mongo-dev-server package

Only start the MongoDB server if this package
is present in the project.

* Small layout/formatting adjustments; updated README.

* Allow tests using fake-mongod to start (fake) Mongo.

* Adjust test stdout matching to be less sensitive to ordering.

* Add `mongo-dev-server` History.md entry.

* Remove mongo start check since the tested for error prevents mongo startup.

* Remove README traling whitespace.

* Bump mongo package version.
2017-07-26 20:08:12 +03:00
Simon Fridlund
4d37a05fb3 Add mongo-dev-server package (#8853)
* Add mongo-dev-server package

Only start the MongoDB server if this package
is present in the project.

* Small layout/formatting adjustments; updated README.

* Allow tests using fake-mongod to start (fake) Mongo.

* Adjust test stdout matching to be less sensitive to ordering.

* Add `mongo-dev-server` History.md entry.

* Remove mongo start check since the tested for error prevents mongo startup.

* Remove README traling whitespace.

* Bump mongo package version.
2017-07-26 18:08:00 +03:00
Jesse Rosenberger
170de0c118 Change bundle-visualizer README to instruct --extra-packages.
The suggestion to `meteor add` and then `meteor remove` is no longer
relevant with the addition of the awesome new `--extra-packages`
option from @mpowaga in meteor/meteor#8769.
2017-07-26 00:37:21 +03:00
Ben Newman
0180985779 Bump package versions for 1.5.2-beta.6 release. 2017-07-23 11:58:58 -04:00
Ben Newman
d3aff777a2 Modernize package-version-parser by using modules. (#8914)
Also removed the underscore dependency while I was at it.

cc @abernix @hwillson @fschaeffler

Prerequisite for #8859.
2017-07-23 11:31:35 -04:00
Ben Newman
6cf879d6bf Bump package versions for 1.5.2-beta.5 release. 2017-07-21 18:41:24 -04:00
Ben Newman
2129c33200 Merge branch 'devel' into release-1.5.2 2017-07-21 18:37:37 -04:00
Seba Kerckhof
b52c6587d7 Handle regular expressions in EJSON (#8821)
* Handle regular expressions in EJSON

* Adjust "checkout" self-test wait time to fix failing self-test's.

* Adjusting self-test "checkout" timeout further.

* Self-test exit timeout adjustments for the CLI "argument parsing" tests.
2017-07-21 13:45:38 -04:00
Jesse Rosenberger
74d34a12d6 Merge branch 'master' into devel 2017-07-21 15:22:50 +03:00
Jesse Rosenberger
9b60256056 Bump package version of mongo in preparation for publishing. 2017-07-21 13:43:18 +03:00
Hugh Willson
3fd393764b Bump mongo version to replace currently broken 1.1.20 version.
https://github.com/meteor/meteor/pull/8931
cbeba459ab (commitcomment-23208660)
2017-07-21 13:43:18 +03:00
Jesse Rosenberger
55cb31a275 Bump package version of mongo in preparation for publishing. 2017-07-21 13:43:17 +03:00
Jesse Rosenberger
6e0e4211b4 Un-pin version of npm-mongo used in mongo package. 2017-07-21 13:43:16 +03:00
Jesse Rosenberger
8fe5bdf99b Merge pull request #8870 from sprohaska/p/mongodb-arbiter-login
npm-mongo: Upgrade to npm mongo@2.2.29 to fix arbiter login attempts
2017-07-21 13:43:12 +03:00
Ben Newman
5a5ff0b137 Bump package versions for 1.5.2-beta.4 release. 2017-07-20 18:32:36 -04:00
Ben Newman
7138d952e0 Merge branch 'devel' into release-1.5.2 2017-07-20 18:19:07 -04:00
Hugh Willson
607f2922c4 Bump mongo version to replace currently broken 1.1.20 version.
https://github.com/meteor/meteor/pull/8931
cbeba459ab (commitcomment-23208660)
2017-07-20 15:59:54 -04:00
Hugh Willson
5038560b88 Revert "Un-pin version of npm-mongo used in mongo package." (#8931)
This reverts commit 6820d401c3.
2017-07-20 15:58:42 -04:00
Jesse Rosenberger
cbeba459ab Bump package version of mongo in preparation for publishing. 2017-07-20 18:27:33 +03:00
Jesse Rosenberger
6820d401c3 Un-pin version of npm-mongo used in mongo package. 2017-07-20 18:26:30 +03:00
Jesse Rosenberger
51a0d86d0a Merge pull request #8870 from sprohaska/p/mongodb-arbiter-login
npm-mongo: Upgrade to npm mongo@2.2.29 to fix arbiter login attempts
2017-07-20 18:23:39 +03:00
Mitar
688c6e1525 Refactored reset password and enroll account methods (#8207)
* Refactored reset password and enroll account methods.

To allow easier customization email sending of tokens.

* Renaming tokenEmailOptions to generateOptionsForEmail.

* Style changes.

* Also refactored verification logic.

* Const not var.

* Allow extra token data.

* Document everything.

* Bugfixes.

* Style.

* Addressing PR comments.

* Updating to address review comments.
2017-07-20 10:21:55 -04:00
stevenhao
5f265f5f5f Bump accounts-base package version 2017-07-19 11:57:42 -07:00
Hugh Willson
708829af39 Bump mongodb to the recently released 2.2.30 version. 2017-07-19 10:29:26 -04:00
Ben Newman
d65a6c9a9d Bump package versions for 1.5.2-beta.3 release. 2017-07-19 10:03:08 -04:00
Jesse Rosenberger
4fe8541fcd Bump version of cordova-plugin-meteor-webapp to 1.4.2.
To get the changes from meteor/cordova-plugin-meteor-webapp#25.
2017-07-18 16:03:27 -07:00
Jan Owsiany
08fdc8a6f0 Update cordova-lib, cordova-ios, cordova-android and cordova plugins to the latest version 2017-07-18 13:53:49 -04:00
Ben Newman
2c446101bb Bump package versions for 1.5.2-beta.2 release. 2017-07-17 18:01:06 -04:00
Ben Newman
d72bb99985 Bump package versions for 1.5.2-beta.1 release.
Since the -beta152.1 suffix is redundant with the meteor-tool version and
the release version, I'm using just -beta.1 for those versions, but I'm
using -beta152.1 for all other package versions, to avoid overlap with
versions previously published on the release-1.6 branch.
2017-07-17 16:34:39 -04:00
stevenhao
d5d9ff8434 add tests 2017-07-14 17:29:36 -07:00
stevenhao
52b60638ff fix loginExpirationInDays config bug 2017-07-14 17:29:36 -07:00
Ben Newman
c65962f758 Bump package versions for 1.5.2-beta152.0 release.
The "-beta152.0" suffix contains "152" to avoid overlapping with versions
of packages published on the release-1.6 branch.
2017-07-14 14:15:56 -04:00
Ben Newman
335fb37a1c Bump minor versions of babel-compiler and modules packages.
Since the beta versions of these packages are likely to overlap with
previously published beta versions on the release-1.6 branch, we should be
sure to use a distinct suffix like -beta152.n.
2017-07-14 13:37:58 -04:00