David Glasser
4ece886c36
1.0.2.1
release/METEOR@1.0.2.1
2014-12-22 16:52:44 -08:00
David Glasser
94b58c17bc
proposed banners for 1.0.2.1
2014-12-22 15:23:34 -08:00
David Glasser
2c50456cef
1.0.2.1-rc.2
release/METEOR@1.0.2.1-rc.2
2014-12-22 14:15:04 -08:00
David Glasser
2343c1253e
Make wiki link visible, fix capitalization
2014-12-22 13:32:21 -08:00
David Glasser
837c5faddf
1.0.2.1-rc.1
release/METEOR@1.0.2.1-rc.1
2014-12-22 12:33:14 -08:00
David Glasser
36d49dc61e
History.md update for 1.0.2.1
2014-12-22 12:30:14 -08:00
David Glasser
5df873a4e0
Don't crash on pathwatcher failures
...
Instead, increase polling interval for that file/dir to 500ms from 5s.
Fixes #3336 .
The most common case where this was occuring is when you're on Linux and
your inotify max_user_watches is too low. A wiki page will explain how
to increase this. In debug mode, a message will tell you to go to the
wiki page if you hit the limit (we may later expose this message by
default, but it is part of the new user experience).
Conflicts:
meteor
tools/safe-pathwatcher.js
2014-12-22 12:27:55 -08:00
David Glasser
63afb346c8
docs: display release in mobile header
2014-12-22 12:27:03 -08:00
David Glasser
301f73edec
Fix test-packages * if some packages lack tests
...
Fixes #3334 .
This was an intentional but poorly thought through change in
1.0.2 (1a9536baa ).
2014-12-22 12:26:58 -08:00
David Glasser
f605377d8b
Fix typo in meteor shell output
...
Fixes #3326 .
2014-12-22 12:26:35 -08:00
David Glasser
8722ac6063
Bump release file for 1.0.2
release/METEOR@1.0.2
2014-12-19 10:32:31 -08:00
David Glasser
6b204ca73a
Bump package versions for 1.0.2
2014-12-19 10:31:59 -08:00
David Glasser
e3b5a5f3ef
update jsdoc
2014-12-19 10:15:30 -08:00
David Glasser
b76801bf5e
less excited
2014-12-19 00:20:02 -08:00
Sashko Stubailo
6fba33b870
Merge pull request #3314 from Respondly/release-1.0.2-doc-fix
...
Doc fix: meteor bundle -> meteor build
2014-12-18 21:17:39 -08:00
Nick Martin
49319507e9
Update license file.
2014-12-18 18:12:41 -08:00
David Glasser
3556010f51
banner update
2014-12-18 17:40:34 -08:00
David Glasser
533ff573ce
update autoupdate QA
2014-12-18 17:32:34 -08:00
David Glasser
7633de6efd
fix another word-wrap self-test
2014-12-18 16:11:23 -08:00
David Glasser
589dbbabcb
Fix typo in meteor update message
...
Turns out that "[object Object]'" doesn't have a noPrefix property!
2014-12-18 15:09:05 -08:00
David Glasser
c49e7f97a1
Update contributor list again
2014-12-18 10:47:14 -08:00
Tim Haines
28ae4d48c2
Doc fix: meteor bundle -> meteor build
2014-12-18 10:46:44 -08:00
David Glasser
7fb54a952a
Fix self-test expecting a removed message
2014-12-18 10:46:22 -08:00
David Glasser
b804b2cd55
Fix wordwrap-related test failures
2014-12-18 10:44:47 -08:00
David Glasser
6256122784
Update mailmap/contributors
2014-12-18 10:44:24 -08:00
David Glasser
8dc1567cc2
Explain why you'd set METEOR_WATCH_FORCE_POLLING
2014-12-18 10:15:12 -08:00
David Glasser
d58bb59e48
Fix self-test --list formatting
2014-12-18 10:11:44 -08:00
Tim Haines
67e510dd64
Doc fix: meteor bundle -> meteor build
2014-12-18 08:20:44 -08:00
Ben Newman
cfe07d898c
Mention meteor shell in History.md.
2014-12-18 10:56:06 -05:00
Nick Martin
37781be2e0
Minor History.md tweaks.
2014-12-18 01:34:47 -08:00
Emily Stark
2dc8464cf7
Add History entry for OAuth1 query parameter change
2014-12-17 20:31:55 -08:00
David Glasser
6527e669ab
Reorganize History.md
2014-12-17 18:21:45 -08:00
David Glasser
934bfca426
More History.md cleanup
2014-12-17 18:17:58 -08:00
David Glasser
4723a310ab
1.0.2-rc.7
release/METEOR@1.0.2-rc.7
2014-12-17 14:41:12 -08:00
David Glasser
356d6b91ff
Remove dead justCheckOnce clause
2014-12-17 13:55:41 -08:00
Ben Newman
e4fd1134a1
Deal with some file-watching race conditions.
2014-12-17 16:46:11 -05:00
Ben Newman
becfb57a15
Don't rely on pathwatcher.watch to determine if files exist.
2014-12-17 16:00:01 -05:00
Ben Newman
3ace90ccc7
Remove a stray call to require("./safe-pathwatcher.js").testDirectory.
2014-12-17 15:03:00 -05:00
Ben Newman
0c8edc1511
Use both pathwatcher and polling to detect changes more robustly.
...
This strategy was suggested by @glasser after we realized just how
hopeless it is to probe the file system to test pathwatcher:
https://github.com/meteor/meteor/issues/3285#issuecomment-67296961
I've made some attempt to de-duplicate these events (since we're
effectively watching twice now), but we have other mechanisms for dealing
with bursty file change events, so these measures do not need to be
completely bulletproof.
Fixes #3284 (again).
2014-12-17 14:16:41 -05:00
David Glasser
cb33da8536
Missing space in login message
2014-12-17 00:36:22 -08:00
David Glasser
7239b4051c
1.0.2-rc.6
release/METEOR@1.0.2-rc.6
2014-12-17 00:22:47 -08:00
David Glasser
d090f55b4b
Fix safe-pathwatcher memory leak
2014-12-17 00:05:50 -08:00
David Glasser
dc24e7b7d7
Implement soft refresh.
...
Fixes #3213 .
Also ameliorates the memory leak of parsedSourceMaps in
files.runJavaScript (because now we don't reload unchanged plugins).
2014-12-16 23:59:59 -08:00
David Glasser
31bd507b11
refactor: move pluginProviderPackageMap in Isopack
...
This also un-breaks soft refresh for troposphere packages:
previousIsopack was accidentally being set to an
{isopack,pluginProviderPackageMap} object, and so the "can we reuse the
previous one" check was never actually passing.
2014-12-16 23:46:26 -08:00
David Glasser
8f9bb8da17
delete dead fields
2014-12-16 23:36:38 -08:00
David Glasser
b492b71b60
Drop browserstack support from built tool
...
We haven't really been trying to keep 'meteor self-test' passing from
built tool in a while, so why waste the bandwidth?
2014-12-16 21:08:26 -08:00
David Glasser
6c43678bc0
Clear two types of tokens on Accounts.setPassword
2014-12-16 17:46:26 -08:00
Emily Stark
d700610397
Disallow mixed modifier/non-modifier fields in updates
...
We expect modifiers to be either modifiers or replacements, not a
mix. MongoDB does this check also, but do it in meteor too as a safety
belt.
2014-12-16 17:16:26 -08:00
Emily Stark
d9feb32148
Disallow EJSON custom types as replacement documents in updates
2014-12-16 17:16:13 -08:00
Emily Stark
747dd88bbf
Clear password reset tokens on password change
...
Conflicts from devel:
History.md
2014-12-16 17:16:02 -08:00