Commit Graph

11081 Commits

Author SHA1 Message Date
Sashko Stubailo
924cced1cb Bump version in official release json release/METEOR@0.9.4 2014-10-13 14:11:11 -07:00
Sashko Stubailo
36da5aecb4 Make all version numbers not have rc 2014-10-13 14:09:37 -07:00
Sashko Stubailo
d00d474837 Fix banner indentation 2014-10-13 14:04:27 -07:00
David Glasser
aac410cbb2 fix make-bootstrap-tarballs for sqlite world 2014-10-13 13:55:36 -07:00
Sashko Stubailo
667f3b8a91 Bump package versions for rc.8 release/METEOR@0.9.4-rc.8 2014-10-13 13:35:03 -07:00
Sashko Stubailo
4a657a1bd0 Bump rc version 2014-10-13 13:31:59 -07:00
Sashko Stubailo
44b15960c8 Specify defaults for --mobile-server 2014-10-13 13:28:37 -07:00
Sashko Stubailo
f5bf536de5 Add 0.9.4 heading to History 2014-10-13 13:22:49 -07:00
Sashko Stubailo
f286bef233 Update banner.json 2014-10-13 12:29:21 -07:00
Sashko Stubailo
f2645c1ac9 Update todos 2014-10-13 11:17:12 -07:00
Avital Oliver
b16715989a Revert "Work towards fixing the "do-not-update-to-rcs" self-test."
This reverts commit 89b394d974.

I cherry-picked the change onto devel, since this change isn't
even supposed to change the behavior of the tool. Why risk
it just before the release? Thanks @nim for the suggestion.
2014-10-12 23:08:41 -07:00
Avital Oliver
89b394d974 Work towards fixing the "do-not-update-to-rcs" self-test.
The test was failing because it was written to run against the real
local warehouse, instead of a stubbed one. When initializing the
Sandbox with an explicit warehouse, the test failed because of
incorrect logic piping the right path to the packages database
(in this case "test-packages.data.db" instead of "packages.data.db").

Unfortunately, the test still fails -- this time potentially due to a bug:
After publishing the package for the first time with `--create`,
the next step tries to update but gets the following error:
    There is no package named test:i1iyhj. If you are creating a
    new package, use the --create flag.
2014-10-12 22:50:27 -07:00
Nick Martin
9d3b73c655 Rewording pass over History.md 2014-10-12 18:36:54 -07:00
Nick Martin
aeb5291953 Re-order and linewrap History entries. No content changes. 2014-10-12 15:08:42 -07:00
Nick Martin
03b8e2b2ad Bump versions for -rc.7 release/METEOR@0.9.4-rc.7 2014-10-12 13:53:01 -07:00
Nick Martin
bb72d62ca8 Hide spurious message that pops up sometimes. Users don't need to see
this "everything is OK" message. (Especially since sometime we sync right
after printing it!)
2014-10-12 13:28:41 -07:00
Nick Martin
fbb15e7e3b Allow null in appId check. This can happen when a client passes
`undefined` for appId and it gets translated to `null` by DDP.
2014-10-12 13:18:20 -07:00
Nick Martin
52f640fa62 Update license file. 2014-10-12 00:25:54 -07:00
Nick Martin
9a1f962122 Update contributors for 0.9.4 2014-10-11 23:47:49 -07:00
Nick Martin
5b17ef1a30 Version bump for rc.6 release/METEOR@0.9.4-rc.6 2014-10-10 20:37:54 -07:00
Nick Martin
80eebe86ba Merge remote-tracking branch 'origin/behind-proxy' into 0.9.4 2014-10-10 20:29:28 -07:00
Justin SB
6bff6020be Add install-sdk to "cordova builds with server options" test 2014-10-10 19:50:34 -07:00
Slava Kim
8e919e41b5 Whitespace 2014-10-10 19:48:13 -07:00
ekatek
395438b216 do not call semver.compare on package version
This is a regression caused by the SQL merge. Sorry for not catching it earlier!
We should not be calling semver on meteor package versions outside of the package
version parser package.
2014-10-10 17:29:00 -07:00
David Glasser
fb7921ade2 Support $HTTPS_PROXY in Node DDP client.
This should mean that you can access the package server from behind a
corporate firewall.

I tested this by setting up a Linux machine that doesn't have access to
packages.meteor.com:

   $ sudo iptables -A OUTPUT -d 54.225.216.115 -j DROP
   $ sudo iptables -A OUTPUT -d 184.72.252.20 -j DROP
   $ sudo iptables -A OUTPUT -d 23.23.114.56 -j DROP

I confirmed that these commands both fail:

  $ curl https://packages.meteor.com/
  $ ./meteor search asdf   # when it needs to sync first

I bought a proxy server from Proxy Bonanza and confirmed that setting
the environment variable HTTPS_PROXY to
   https://PROXYUSERNAME:PROXYPASSWORD@PROXYIP:PROXYPORT/
made both of the commands above succeed.

Fixes #2515.
2014-10-10 14:49:05 -07:00
David Glasser
ac0014d852 factor out creation of socket 2014-10-10 14:46:51 -07:00
Slava Kim
4d41c4c7cd Fix failing meteor build self-test 2014-10-10 14:36:43 -07:00
Slava Kim
50338758a4 Bring backwards-compatibility to meteor bundle
This commit introduces some conviluted logic to keep the old behavior of the
meteor bundle command. Hopefully we will drop it soon so we will simplify the
logic.
2014-10-10 13:55:28 -07:00
Justin SB
c1cedff917 Add a sleep to the CSS HCP test 2014-10-10 04:45:40 -07:00
Justin SB
4c082bb87a Add install-sdk into cordova self-test 2014-10-10 02:55:38 -07:00
Nick Martin
94c79151fa Change URL to install wiki. 2014-10-10 01:13:43 -07:00
Emily Stark
cc3fbff888 Clean up error handling for meteor build tarball creation.
Write errors to `Console.stderr`, and exit 1 instead of going on to do
the mobile builds (if any) and exiting 0.
2014-10-09 22:31:15 -07:00
Emily Stark
99228d7c7b Clean up tarball in old-cli-test.
If we don't clean up the tarball, then the following command (`meteor
build`) fails ("Couldn't create tarball"), but for some reason still
exits with code 0. So we then go on to successfully untar the output of
`meteor build`. If we clean up the tarball from `meteor bundle`, we at
least catch the failure by trying to untar a nonexistent file.
2014-10-09 22:21:32 -07:00
Emily Stark
141f3cdf3d Switch to single quotes in 'publish-and-search' selftest 2014-10-09 21:53:29 -07:00
David Glasser
7126e17109 Allow any number of spaces by || in constraints
Previously, exactly one was required, but this was not explicitly
documented.
2014-10-09 21:20:14 -07:00
Sashko Stubailo
a0bf883d93 Bump versions 2014-10-09 20:33:25 -07:00
Sashko Stubailo
3952dbfda5 Update todos release/METEOR@0.9.4-rc.5 2014-10-09 20:26:47 -07:00
Sashko Stubailo
8ae1301832 Bump versions release/METEOR@0.9.4-rc.4 2014-10-09 20:11:53 -07:00
Sashko Stubailo
0fc25c2b27 Merge branch 'devel' into 0.9.4
Conflicts:
	packages/templating/templating.js
2014-10-09 20:08:42 -07:00
Justin SB
7236af674c Throttle yields, so we don't slow down in case of rapid calls to yield
This restores the behavior I lost when I removed Patience
2014-10-09 19:58:39 -07:00
Avital Oliver
f2b65cc055 Fix ce98ea08d5 on IE8
Array.prototype.indexOf isn't defined on IE8
2014-10-09 19:46:09 -07:00
ekatek
b7782ca455 now that we have a command to set latest version, we can not set it until it is there 2014-10-09 19:13:07 -07:00
ekatek
0fc7f60dcc helper admin method to set the readme on the latest mainline release 2014-10-09 19:13:07 -07:00
ekatek
07ee30ffed automatically set readmes when publishing packages as partof a release with a valid gittag 2014-10-09 19:13:07 -07:00
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