David Glasser
42ddda33b5
Remove unused require from main
2014-01-30 20:47:31 -05:00
David Glasser
c26a5e13b8
Sort of explain why an error shouldn't happen
2014-01-30 20:31:40 -05:00
David Glasser
5323dbef3f
Use utils.randomToken in meteor-npm.js
2014-01-30 20:23:58 -05:00
David Glasser
00a3dbeb5d
Remove unused cp_r preserveMode option
...
I had originally created a commit which let preserveMode reuse the
return value of the fs.statSync a few lines up in the file, but since
the code is dead, there was no way to test it. Removing the dead code
seemed like a better approach. (If you want to revert this commit, I
recommend reusing the stat buffer!)
2014-01-30 20:17:18 -05:00
David Glasser
f5f42e96d5
Restore a comment I found helpful.
2014-01-30 20:12:22 -05:00
David Glasser
fb84f4c48b
(Some dots do go inside parens.)
2014-01-30 16:54:14 -08:00
David Glasser
46482f51fb
typo fix
2014-01-30 16:47:00 -08:00
David Glasser
57095409fb
More concrete explanation of markBottom vs markTop
2014-01-30 16:46:28 -08:00
David Glasser
5ca01e736a
drop unused nonstandard require
2014-01-30 16:13:14 -08:00
David Glasser
6f7a6d82c7
remove recursive require
2014-01-30 11:39:19 -08:00
David Glasser
4b29c4040d
ignore the universe
2014-01-30 11:36:48 -08:00
David Glasser
736cac2e42
Fix stack trace on 'asdf --version', etc
2014-01-30 11:30:55 -08:00
David Glasser
ed72f1807e
tidiness
2014-01-30 11:10:59 -08:00
David Glasser
b42a29f628
Fix misunderstanding of kexec arguments
2014-01-30 11:02:04 -08:00
David Glasser
a49e7def5e
Merge branch 'sso' into tool-refactoring
...
Conflicts:
tools/meteor.js
tools/run.js
2014-01-30 10:49:29 -08:00
Emily Stark
36ff205437
Merge remote-tracking branch 'origin/devel' into sso
release/sso-13
2014-01-30 10:18:42 -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
Naomi Seyfer
52d8a0e7d0
remove wait
release/proxy-minimum-tags-1
2014-01-29 13:29:44 -08:00
Naomi Seyfer
07ca1ec9bf
Change formula for target number of jobs.
2014-01-29 13:29:44 -08:00
Naomi Seyfer
cecb7dc81e
Remove unecessary match failed backcompat error
2014-01-29 13:29:44 -08:00
Naomi Seyfer
5c1c72b7fd
Options has a default {} client-side on updateProxyActiveTags
2014-01-29 13:29:44 -08:00
Naomi Seyfer
707e0fa78b
When changing tags on the proxy, request a certain number of minimum bindings that have those tags
2014-01-29 13:29:44 -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
Geoff Schmidt
b7d84a93e7
Fix cli-test for new port scheme.
2014-01-29 03:35:11 -08:00
Geoff Schmidt
e1994f6ece
First installment of 'meteor run' tests.
...
Tests meteor --once and restarting on upgrade.
2014-01-29 02:02:17 -08:00
Emily Stark
b67c35ded5
Rename packages to Meteor Developer Accounts
release/sso-12
2014-01-28 23:55:23 -08:00
Geoff Schmidt
377d940ba0
fake-mongod, a stub mongod for automated testing
2014-01-28 19:36:04 -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
Geoff Schmidt
fd5073888a
Rename 'self tests' directory to 'tests'
2014-01-28 16:00:46 -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