Andrew Wilcox
c786d24834
Fix routepolicy checkUrlPrefix
...
Found because I happened to be looking at the linker output and
thinking, "um, why is `type` being declared as a package-scope
variable?" :-)
Added checkUrlPrefix unit test.
2013-04-05 23:10:52 -07:00
Naomi Seyfer
c44c092e39
All npm-shrinkwrap resolutions; checking them in
2013-04-04 14:22:04 -07:00
David Glasser
d87a6384e1
Merge branch 'master' into devel
2013-04-04 12:11:55 -07:00
David Glasser
643f5fac05
Ensure that tarballs do not contain hard links.
...
Make whitespace changes to tools and mongo-livedata so that we will build new
package versions with non-hard-linked Node plugins.
2013-04-03 21:14:25 -07:00
David Glasser
7d5c1d72cd
Allow Opera's slightly-bad test result for minimongo-modify to pass.
2013-04-03 13:29:09 -07:00
David Greenspan
fa5770ec74
move Session impl into private ReactiveDict pkg
2013-04-02 17:24:47 -07:00
David Greenspan
36c00427ca
better livedata error message
...
Don't say "no allow validators set on restricted collection" if we
just mean there aren't any of a particular type.
2013-04-02 14:53:10 -07:00
David Glasser
73100e07ec
Get better output if some tests have errors.
2013-04-02 11:27:25 -07:00
David Glasser
b464ebcd60
Refactor Mongo driver code to be less callbacky.
2013-04-01 22:59:56 -07:00
David Glasser
24b153ea85
Clean up indices after tests, since Mongo collections have a limited number of indices.
2013-04-01 22:47:20 -07:00
David Glasser
7554fc1d34
remove "fail" from the title of tests.
...
until we can run browser tests in a better system (eg seismograph), this is just
too distracting.
2013-04-01 20:21:12 -07:00
David Glasser
10364ede51
accounts tests: improve isolation.
...
The neverending story.
2013-04-01 20:21:12 -07:00
David Glasser
0eff9604fc
use meteor --get-ready instead of --version in places where we're trying to make
...
sure a checkout is complete
2013-03-29 11:52:33 -07:00
Nick Martin
76f611789e
Whitelist allowed update operators in validated updates.
2013-03-27 22:22:42 -07:00
David Greenspan
4e63cc21e6
Stop accounts-ui <input> CSS from leaking to whole app
2013-03-27 11:20:05 -07:00
Andrew Wilcox
54b756782c
remove leftover comment
2013-03-26 14:45:35 -07:00
Nick Martin
2dcef81a7c
Add explicit safety check for non-object modifiers passed to update.
2013-03-25 17:20:17 -07:00
David Greenspan
2601075b33
Fix error on Meteor.loginWithGoogle() with no args
2013-03-25 13:42:59 -07:00
Andrew Wilcox
b1a27cd90c
test that CoffeeScript can set global vars using this
2013-03-23 13:07:22 -07:00
Emily Stark
a6f01b6c92
Fix #770 .
...
Add optional else case to {{#with}}.
2013-03-22 15:09:35 -07:00
Emily Stark
357d35d19a
Add tests for issue #770
2013-03-22 15:09:35 -07:00
David Greenspan
74e10e96af
Don't rerun computations that throw in first run
...
This change prevents Spark from rerunning isolates that errored during initial rendering, and it seems like the right thing in general.
2013-03-22 14:19:43 -07:00
David Glasser
c6f0e74136
Some updates to shrinkwrap files that I didn't commit before because I had a
...
corrupted repo from some unfinished code.
2013-03-21 15:59:24 -07:00
David Greenspan
440ca35d39
more whitespace issues
2013-03-21 14:12:11 -07:00
David Greenspan
1a6686ac9d
Deps.depend past-compat
2013-03-21 14:09:40 -07:00
David Greenspan
c61b7969fc
fix whitespace
2013-03-21 14:09:40 -07:00
David Greenspan
df5d2800ae
dep.depend() instead of Deps.depend(dep)
...
simpler than having Deps.depend and addDependent, reads fine
2013-03-21 14:09:40 -07:00
David Greenspan
cfacac8b7a
small comment clarifications
2013-03-21 13:59:28 -07:00
Nick Martin
03d5103438
Disable the native parser by default.
...
This was the behavior pre-0.5.8, and prevents some errors from becoming segfaults.
2013-03-21 13:49:16 -07:00
Naomi Seyfer
3aa9e1a36a
Clean up test-in-console output
2013-03-21 11:36:27 -07:00
Chris Mather
5e1794b8a1
Fixes #822 . Deps.flush hides Error.message.
...
Prints e.message if e.stack undefined.
2013-03-20 19:58:31 -07:00
Chris Mather
a1e73444f1
Merge branch 'devel' of github.com:meteor/meteor into devel
2013-03-20 17:34:37 -07:00
Chris Mather
4ff1764380
Fixes #850 . Publish this.changed unset a field that doesn't exist.
...
This used to throw an error "Could not find field to clear". Now it
doesn't.
2013-03-20 17:29:06 -07:00
Naomi Seyfer
c520377742
actually change the references
2013-03-20 17:27:23 -07:00
Naomi Seyfer
c33a4420f0
rename test-in-phantom test-in-console
2013-03-20 17:25:46 -07:00
Naomi Seyfer
93b81a8ebd
Fixing run script to know about its directory
2013-03-20 17:24:50 -07:00
Naomi Seyfer
bee0aaf173
Running tests from the command line works again
2013-03-20 13:23:00 -07:00
Naomi Seyfer
79132b4449
Remove console.log on report again
2013-03-20 13:23:00 -07:00
Naomi Seyfer
e19b121c3d
Synchronously get the dev bundle if it is not there
2013-03-20 13:23:00 -07:00
Naomi Seyfer
a738b6b775
dollar sign
2013-03-20 13:23:00 -07:00
Naomi Seyfer
dd3face094
Meteor is now guaranteed to be the right one on your path
2013-03-20 13:22:59 -07:00
Naomi Seyfer
3268dd261e
revert the deferring of runNext() I think it was causing problems
2013-03-20 13:22:59 -07:00
Naomi Seyfer
2333be9d4c
Added 3s delay to see if that helps complete automated test runs on linux 64
2013-03-20 13:22:59 -07:00
Naomi Seyfer
faf906c3f7
Defer between tests; fix normal in-browser test runs
2013-03-20 13:22:59 -07:00
Naomi Seyfer
e552dc5f04
Multiple results per REST request
2013-03-20 13:22:59 -07:00
Naomi Seyfer
dca5741e66
Test if platform is empty not null to give it the local platform
2013-03-20 13:22:59 -07:00
Naomi Seyfer
9b8415d113
Reporting more information
2013-03-20 13:22:59 -07:00
Naomi Seyfer
a67578d2cf
Added REST request support to test-in-phantom
2013-03-20 13:22:59 -07:00
Naomi Seyfer
1a2fa29307
Maybe handle null results better?
2013-03-20 13:22:59 -07:00
Naomi Seyfer
4deddb6c24
Whitespace. Testing git hook
2013-03-20 13:22:59 -07:00