Commit Graph

5435 Commits

Author SHA1 Message Date
Slava Kim
355d7e8944 Ignore @charset rules and comments, then pull up @import rules from the top of every file. 2014-02-03 21:58:27 -08:00
Slava Kim
9bad898e59 Better error reporting on CSS building 2014-02-03 21:58:26 -08:00
Slava Kim
21c8eaf8a5 Error reporting for CSS parsing 2014-02-03 21:58:26 -08:00
Slava Kim
ceea2a1cf2 Pull all imports with css-parse 2014-02-03 21:58:26 -08:00
Avital Oliver
21cd9172fe Remove warning for dev_bundle max version 2014-02-03 19:06:26 -08:00
Geoff Schmidt
9318b4c250 Fix misunderstanding of kexec arguments 2014-01-30 11:05:22 -08:00
David Glasser
df47013639 Fix Accounts.createUser docs
Fixes #1777.
2014-01-29 14:48:38 -08:00
David Glasser
a3b7213247 Clean up #1774 2014-01-29 14:39:35 -08:00
Marc-Andre Lafortune
5cfe47e1f6 Document 'where' parameter for packages 2014-01-29 14:39:35 -08:00
Avital Oliver
fb446cbe16 Tests for our _.each patch 2014-01-29 14:32:13 -08:00
David Glasser
9b7ac6080b History update 2014-01-29 13:53:43 -08:00
yeputons
4facd57f5f #1751: add IPv6 loopback check to force-ssl 2014-01-29 13:52:48 -08:00
Avital Oliver
a4b9dd52f3 Fix _.each patch on IE.
The patch was originally introuduced in
bab936eac9
2014-01-29 13:17:34 -08:00
David Glasser
764ceb6077 add a test for observeChanges/limit/initial 2014-01-28 17:44:48 -08:00
David Glasser
25fd3a344c optionify LocalCollection._getRawObjects 2014-01-28 17:44:48 -08:00
David Glasser
9f253e6a0b minimongo: Make update-by-id O(1) 2014-01-28 17:44:48 -08:00
David Glasser
4352b79502 clean up minimongo 'query' object
delete unused fields, rename underscored fields
2014-01-28 15:41:53 -08:00
David Glasser
c8a1df81a7 optimize paused remove({}) which oplog uses 2014-01-28 15:41:53 -08:00
David Glasser
cf3ffa88a9 check for paused earlier 2014-01-28 15:12:14 -08:00
David Glasser
604cd853f3 Update http-proxy to 1.0.2 from our fork of 1.0.1
Only real change is changing a bad console.log into invoking our error
handler, which we need for not printing too much junk in the runner
  https://github.com/nodejitsu/node-http-proxy/commit/daad4703
2014-01-28 11:57:36 -08:00
Slava Kim
cb2f2adb1b Do less deep copies 2014-01-28 10:11:27 -08:00
David Glasser
297b97659b Merge branch 'oplog-localcollection' into devel 2014-01-27 22:34:59 -08:00
David Glasser
a65b978972 Refactor OplogObserveDriver to use LocalCollection
This should be a good starting point for implementing limit/sort/skip.
2014-01-27 21:57:00 -08:00
David Glasser
980b70596d More comments about our sort inconsistency 2014-01-27 21:56:17 -08:00
David Glasser
782ff1bcae Optionify the barely-used LocalCollection name arg 2014-01-27 21:40:24 -08:00
David Glasser
ed83f00fc1 Rename _SynchronousQueue to _UnyieldingQueue
Allow server uses of LocalCollection to prefer _UnyieldingQueue. This
will mean that, as long as their observeChanges callbacks do not yield,
calls to insert/update/remove will not yield either.
2014-01-27 21:19:32 -08:00
David Glasser
390dafea01 Move _SynchronousQueue into another file
This commit does not build but exists so that the next commit shows
diffs better.
2014-01-27 21:18:24 -08:00
David Glasser
204959b509 Fix pronoun in docs 2014-01-27 16:30:43 -08:00
David Glasser
f53bf0ab82 Docs for wrapTransform 2014-01-27 16:29:59 -08:00
David Glasser
c18f7339bf Merge branch 'shark-backports' into devel 2014-01-27 16:24:12 -08:00
David Glasser
d577b05136 Review of wrapTransform with avital
- move _makeNonreactive into wrapTransform
- Use EJSON.equals for _id comparison
- Return null for nonexistent transforms
- Use isPlainObject for objectness check
- Add unit tests; remove some end-to-end tests

Also, add an EJSON.clone to the recently backported observeHandle._fetch
2014-01-27 16:22:30 -08:00
David Glasser
b5a14c5d30 Initial backport of wrapTransform from shark 2014-01-27 15:25:19 -08:00
David Glasser
20766ac05e Backport observeHandle._fetch from shark 2014-01-27 15:25:19 -08:00
David Glasser
c5e90053f2 Fix bug caused by d868325 2014-01-27 15:22:55 -08:00
David Glasser
3104ddb6e5 Style change to skel to match shark. 2014-01-27 14:17:31 -08:00
Avital Oliver
f8f94c7118 Try to fix inconsistent release manifest generation; Take 2 2014-01-27 14:15:53 -08:00
Avital Oliver
91c4d3d8a2 Try to fix inconsistent release manifest generation
Apparently on some platforms "a5" < "a-" and on others
"a-" < "a5"
2014-01-27 14:15:53 -08:00
David Glasser
b71d938f9d History update for jQuery backported from shark 2014-01-27 14:09:21 -08:00
David Greenspan
30374854f0 jquery -> v1.10.2 2014-01-27 14:08:22 -08:00
David Greenspan
6300a72381 add missing semicolon
just happened to notice it
2014-01-27 14:02:01 -08:00
David Glasser
830aa7036c Merge branch 'new-kexec' into devel 2014-01-27 13:56:44 -08:00
David Glasser
8f4963ecd2 Use new exec 2014-01-27 13:52:54 -08:00
David Glasser
291c2ecad7 Upgrade kexec, drop shell-quote
We only used shell-quote to workaround kexec's lack of a feature added
in this version.
2014-01-27 09:52:50 -08:00
David Glasser
d30bb79498 Ensure crossbar callbacks not called after stop
Hopefully fixes #1767.
2014-01-23 23:23:30 -08:00
David Glasser
fca2966676 Simplify crossbar by making it synchronous
All existing listener callbacks were already calling complete()
synchronously, so this should not be a functional change.

This allows us to also eliminate the callback from crossbar.fire().

This in turn allows us to eliminate the `proxy_write` in
Meteor.refresh. The only purpose of that write was to keep the current
write fence open until fire's async callback got called; now that fire
works synchronously, it's not necessary!  (This relies on the fact that
write fences never get armed while they are the current write fence,
which now has an assertion.)
2014-01-23 23:13:42 -08:00
David Glasser
d868325b83 Don't yield in oplog entry handler 2014-01-23 21:53:51 -08:00
David Glasser
8eca012c32 Minor optimizations to new _IdMaps 2014-01-23 21:28:21 -08:00
David Glasser
7645cb399e Merge branch 'dev-bundle-http-proxy-1' into devel 2014-01-23 15:37:58 -08:00
David Glasser
97ec2d3948 Update to newer http-proxy API
Take out workaround that's been incorporated into the branch we're using
2014-01-23 14:40:21 -08:00
David Glasser
90b7489e7f Add $USE_TEST_DEV_BUNDLE_SERVER 2014-01-23 13:40:02 -08:00