Commit Graph

11031 Commits

Author SHA1 Message Date
Sashko Stubailo
f77570662c Bump meteor-tool.. again release/METEOR@0.9.4-rc.3 2014-10-09 16:54:12 -07:00
Sashko Stubailo
18f77ab2ee Bump netroute 2014-10-09 16:52:49 -07:00
Sashko Stubailo
ac7ed9627f Bump meteor-tool 2014-10-09 16:49:18 -07:00
Sashko Stubailo
5dc03c53ec Bump package versions 2014-10-09 16:45:54 -07:00
Nick Martin
cafb427aa7 Bump versions for 0.9.4-rc.2 2014-10-09 16:42:30 -07:00
Emily Stark
a3f07028e2 Check a selftest Error to 'selftest.fail' 2014-10-09 16:35:11 -07:00
Sashko Stubailo
1b675f6fc6 Merge branch '0.9.4' of github.com:meteor/meteor into 0.9.4 2014-10-09 16:28:29 -07:00
Sashko Stubailo
38b437b676 Update todos to newest code with touchwipe 2014-10-09 16:28:15 -07:00
ekatek
f00643dbae move the check for local package up release/TEST@0.9.4-proc-test2 release/TEST@0.9.4-proc-test 2014-10-09 16:26:19 -07:00
Slava Kim
ce98ea08d5 Explicitly ban some names for Templates.
Fixes the test failure on IEs because for IEs 'name' is not a magical property
on functions.
2014-10-09 15:24:44 -07:00
Slava Kim
000af3ad2e Update checkout apps to the head of official track by default 2014-10-09 14:28:31 -07:00
ekatek
d07f4f1abf do not print unstable version warning if the version is local 2014-10-09 13:13:45 -07:00
Justin SB
ab36433972 Bump the timeout for waiting for the emulator to start
On first boot, it can take more than 2 minutes.
2014-10-09 12:28:42 -07:00
Justin SB
60a9da1606 Parse the curl progress to output it cleanly
Not the greatest solution technically, but it improves UX.
2014-10-09 12:28:42 -07:00
Sashko Stubailo
3dc5537a40 Merge branch '0.9.4' of github.com:meteor/meteor into 0.9.4 2014-10-09 12:27:17 -07:00
Sashko Stubailo
3dab2c9b50 First pass at History.md 2014-10-09 12:27:02 -07:00
Avital Oliver
0dc9149d85 Hide springboard progress bar when complete
Fixes https://app.asana.com/0/802778796897/17391461309554

Apparently Console.enableProgressBar is written to do nothing if Console
is not in pretty mode.
2014-10-09 11:46:14 -07:00
Sashko Stubailo
cce7939271 Run jsdoc script 2014-10-09 11:27:44 -07:00
Sashko Stubailo
e1c745aab6 Merge branch 'devel' into 0.9.4 2014-10-09 11:27:28 -07:00
Justin SB
6bc2cff03a Pass --progress-bar to curl in ensure_android_bundle
Alternatives (doing it all in node) were much more invasive.
2014-10-09 10:24:11 -07:00
ekatek
b8d927851a increment client cache format to v2
The client cache in sql-land was broken: it sent over the wrong sync token as the default.
This meant that the server thought that this was a much older client. As a result, any
0.9.3+ packages with '_' or '||' in their versions/dependencies were filtered out. There is no
easy way to undo that sort of filtering without deleting the db for a variety of reasons, and if
we are going to delete the db, we might as well increment the version so we don't have to worry about
consistency.
2014-10-08 22:31:37 -07:00
David Glasser
cca0112b99 use format 1.1 sync token!
fixes ability to get new styles of data, including
package-depends-on-either-version test
2014-10-08 22:27:38 -07:00
ekatek
4a4e7c19ff treat exports from debugOnly packages same way that we treat weak dependencies and do not export them by default 2014-10-08 22:06:47 -07:00
ekatek
7f134bdfb4 changed the test to catch that we fail to not link in the export variable 2014-10-08 22:06:47 -07:00
David Glasser
a98c6d030a server DDP: Use low-level websocket-driver module
We want to support running DDP through a corporate proxy, but the
higher-level faye-websocket can't support that and won't be changed to
allow that: https://github.com/faye/faye-websocket-node/pull/30

Fair enough. Let's just switch to the lower-level module, since we don't
care about getting a browser-compatible websocket API.

This is a first step towards fixing #2515.
2014-10-08 18:07:11 -07:00
David Glasser
659128025d first step towards fixing a test 2014-10-08 18:07:01 -07:00
Emily Stark
d1ee2043f9 Don't say "removed cordova:blah" if it wasn't in the project. 2014-10-08 17:28:08 -07:00
David Glasser
04f515da85 Merge branch '0.9.4' into devel
Conflicts:
	docs/client/data.js
	tools/tests/package-tests.js
2014-10-08 17:26:39 -07:00
David Glasser
e7820b5fbf jsdoc update 2014-10-08 17:25:48 -07:00
David Glasser
1df375d3a2 Fix test-package-server tag
... and also make some fixes to the 'update package server data' test,
though it's possible that only the other change is strictly necessary
2014-10-08 17:21:44 -07:00
ekatek
6c8b0832d7 do not use clone since the catalog is backed by a real db 2014-10-08 16:04:13 -07:00
ekatek
d166119beb do not use clone since the catalog is backed by a real db 2014-10-08 16:03:29 -07:00
Sashko Stubailo
a0a4c44fb4 Merge branch '0.9.4' of github.com:meteor/meteor into 0.9.4 2014-10-08 15:55:23 -07:00
Sashko Stubailo
ea51b6a26a Update DDP.md 2014-10-08 15:55:07 -07:00
Emily Stark
d8bd9264d7 Update 'add cordova plugins' test to reflect reality.
If we fail to install one plugin, then we uninstall all plugins to avoid
awakening the Cordova monsters. Previously, this test was passing
because we were passing a `--settings` argument, which was allowing the
facebookconnect plugin to install, but the build to fail to other,
not-understood reasons. Now that we've removed `--settings`, the plugin
fails to install, which means that all plugins get uninstalled.

Test passes now.
2014-10-08 15:27:11 -07:00
Emily Stark
d8923c5874 Fixes to 'add cordova plugins' selftest.
* Remove --settings option that is no longer supported.
* Add --server option that is now required.

Test still doesn't pass.
2014-10-08 15:27:03 -07:00
Emily Stark
9fd8b1cd47 Update 'add cordova platforms' to match latest command output 2014-10-08 15:26:54 -07:00
Emily Stark
c09f52d89b Update path in cordova builds selftest 2014-10-08 15:26:49 -07:00
Emily Stark
2d73bc082f Fix argument parsing test; default port is now a string 2014-10-08 15:26:43 -07:00
Emily Stark
1e3e65fbf5 Use single quotes in 'packages with organizations' selftest 2014-10-08 15:26:36 -07:00
Sashko Stubailo
7776e86333 Merge branch '0.9.4' of github.com:meteor/meteor into 0.9.4
Conflicts:
	docs/client/data.js
2014-10-08 15:18:01 -07:00
Sashko Stubailo
45a18297d1 Change docs to recommend using strings for Meteor.Error 2014-10-08 15:17:03 -07:00
David Greenspan
d7bae95deb Merge branch 'dgreensp-selftests' into 0.9.4
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-10-08 15:08:21 -07:00
David Greenspan
9dcc5e8780 Show list of failed tests 2014-10-08 15:05:57 -07:00
Justin SB
d25bfb7cd8 Log if phantomjs exits with error (e.g. missing libs) 2014-10-08 14:49:10 -07:00
Slava Kim
438a87802e Check the new argument of clientVersions publications 2014-10-08 14:49:03 -07:00
Slava Kim
588bf28409 Make icons/splashscreens options consistent with underscores 2014-10-08 14:48:51 -07:00
Slava Kim
eb24eb59d4 Make icons/splashscreens options consistent with underscores 2014-10-08 14:47:42 -07:00
Justin SB
a200043285 Log if phantomjs exits with error (e.g. missing libs) 2014-10-08 14:44:45 -07:00
Slava Kim
299fde2be9 Check the new argument of clientVersions publications 2014-10-08 14:39:01 -07:00