Ben Newman
d4a1322d3a
Bump package versions for 1.5.2-beta.7 release.
release/METEOR@1.5.2-beta.7
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
Stephen Darnell
96db56b0ba
Add 'meteor list --tree' to show a tree of package dependencies. ( #8936 )
...
There's also a --weak command line option which when specified
also shows weak dependencies.
2017-07-28 17:36:07 -04:00
Ben Newman
a42362a0aa
Mention the semver upgrade in History.md.
2017-07-28 16:41:59 -04:00
Jesse Rosenberger
bd22b331da
Merge pull request #8949 from sebakerckhof/fix/ejsondos
...
Cut of regex flags in ejson parser to avoid abuse
2017-07-27 19:40:00 +03:00
Hugh Willson
aedd111cbd
Increase "modules - test app" self-test wait time to fix Circle ( #8948 )
...
* Increase "modules - test app" self-test wait time to fix Circle failures.
* Increase "modules - test app" self-test wait time further.
2017-07-27 16:48:53 +03:00
Jesse Rosenberger
ba675fe9e5
Add /.vscode/ to .gitignore.
...
In the same spirit as all the other editor exceptions, like `*.sublime*`
and .idea, this will allow developers to keep their own .vscode in their
`meteor` directory without having to work around it constantly.
2017-07-27 13:18:17 +03: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
Jesse Rosenberger
0d8b4dc67a
Merge pull request #8943 from hwillson/fix-8942
...
Adjust the previous watcher check to handle moved files
2017-07-26 18:44:43 +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
Hugh Willson
f3440c9a9c
Adjust the previous watcher check to handle moved files.
...
When checking the `entriesByIno` Map to see if an `entry` already exists for
the specified inode, also check to make sure the found `entry` is only
re-used if the current file watcher path matches the returned path. This
makes sure new file watchers are created for moved files (so files with the
same inode), instead of attempting to re-use a file watcher that's watching
an invalid path.
2017-07-25 08:19:19 -04:00
Ben Newman
0180985779
Bump package versions for 1.5.2-beta.6 release.
release/METEOR@1.5.2-beta.6
2017-07-23 11:58:58 -04:00
Ben Newman
e2a60e95a2
Bump $BUNDLE_VERSION to 4.8.28 before rebuilding dev bundle.
2017-07-23 11:50:58 -04:00
Florian Schäffler
60776a6cd2
Updated the semver npm package to version 5.3.0. ( #8859 )
2017-07-23 11:32:50 -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
Jan Owsiany
911bdcd82b
Add cordova update to History.md.
2017-07-23 11:29:58 -04:00
Stephen Darnell
90fdf768b0
Avoid altering line count when removing source map comments. ( #8941 )
...
Fixes #8927 .
2017-07-23 11:24:23 -04:00
Ben Newman
6cf879d6bf
Bump package versions for 1.5.2-beta.5 release.
release/METEOR@1.5.2-beta.5
2017-07-21 18:41:24 -04:00
Ben Newman
16c4e2a7f7
Bump $BUNDLE_VERSION to 4.8.27 before rebuilding dev bundle.
2017-07-21 18:38:51 -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
Hugh Willson
41b4383349
Adjust self-test match / timeout settings to help reduce Circle test failures ( #8933 )
...
* Fix CircleCI failures by adjusting the timing of problematic tests.
* Wait longer for Mongo to start.
* Increase lint wait time; run logs show we're close to the current timeout.
2017-07-21 09:24:20 -04:00
Jesse Rosenberger
74d34a12d6
Merge branch 'master' into devel
2017-07-21 15:22:50 +03:00
Jesse Rosenberger
78052a6501
Merge pull request #8932 from meteor/abernix/mongo-2.2.30-for-master
...
`npm-mongo` and `mongo` updates.
2017-07-21 15:22:08 +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.
release/METEOR@1.5.2-beta.4
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
Ben Newman
51950067c0
Bump $BUNDLE_VERSION to 4.8.26 before rebuilding dev bundle.
2017-07-20 18:07:47 -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
Hugh Willson
01378df2a0
Adjust test-packages --test-app-path to create the directory if missing ( #8923 )
...
* Adjust test-packages --test-app-path to create the directory if missing.
* Slight style tweak.
2017-07-20 10:21:56 -04: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
Ben Newman
765330d883
Update the dynamic-import test app to Meteor 1.5.1.
2017-07-20 10:21:55 -04:00
Ben Newman
3090ac7282
Update the modules test app to Meteor 1.5.1.
2017-07-20 10:21:54 -04:00
Ben Newman
59a052e958
Typo: pluralize "token" in History.md.
2017-07-19 15:04:14 -04:00
Ben Newman
c7ef09b6bf
Merge pull request #8917 from stevenhao/fix-disable-token-expiration
...
Fix disabling of token expiration
2017-07-19 15:03:32 -04:00
Ben Newman
3b97b9091d
Slight rewording to mention Accounts.config rather than accounts-base.
2017-07-19 15:02:42 -04:00
stevenhao
50e8ddeb26
update History.md
2017-07-19 11:57:42 -07: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.
release/METEOR@1.5.2-beta.3
2017-07-19 10:03:08 -04:00