Commit Graph

202 Commits

Author SHA1 Message Date
David Glasser
f3940cab78 Use Python instead of Perl. 2013-01-02 17:26:59 -08:00
David Glasser
8231783d22 More sleep is always the answer! (Avoid race between listens.) 2013-01-02 14:11:24 -08:00
David Glasser
4f8032e577 cli-test: Error checking in mongo message test. 2013-01-02 13:54:34 -08:00
David Glasser
66b0e7caff cli-test: Use perl instead of nc for portability. 2013-01-02 12:08:39 -08:00
David Glasser
45b7ff1c78 Yet more sleeps in cli-test. 2013-01-01 16:42:42 -08:00
David Glasser
6c04fab366 Make sleeps larger in cli-test.sh (cheap AWS instances are slow...) 2012-12-31 12:49:28 -08:00
David Glasser
dea8fc6d4d More sleeps to help things work on Linux. 2012-12-31 12:43:15 -08:00
David Glasser
eee3352675 Make cli-test.sh pass on Linux. 2012-12-31 12:36:44 -08:00
David Glasser
238a7858e5 admin/cli-test.sh --global should use 'meteor' from $PATH, not hardcode
/usr/local/bin.
2012-12-31 12:24:29 -08:00
David Glasser
1c47ffa07f admin/node.sh: Preserve node's exit code. 2012-12-31 01:54:54 -08:00
David Glasser
e4befac16f copy-release-from-jenkins now takes care of setting URLs correctly in
s3://com.meteor.static/test/update/
2012-12-27 14:00:49 -08:00
David Glasser
d5e65dc2ce Add a script for copying builds from Jenkins to s3. 2012-12-27 13:24:32 -08:00
David Glasser
cf4190e9c0 Increment version to 0.5.3. 2012-12-23 12:36:05 -08:00
David Glasser
321581dc8a Fix increment-version script for bundled underscore 2012-12-23 12:34:59 -08:00
David Greenspan
7f55a7e928 bump dev-bundle version 2012-12-17 19:57:26 -08:00
David Greenspan
fcfc7dd4c1 add bug-fixed isaacs/fstream and have tar use it 2012-12-17 19:56:54 -08:00
David Greenspan
6c9cd218a9 bump dev_bundle version to 0.2.11 2012-12-12 16:06:31 -08:00
David Greenspan
033fd00a58 add npm "tar" package for use by engine 2012-12-12 16:06:21 -08:00
Naomi Seyfer
9bc802b3f6 Added file with library of mongo exit codes
Make meteor clearer about why mongo exited.

test for one possible mongo badness

Only print explanation if we have it
2012-12-07 11:27:18 -08:00
Naomi Seyfer
ad564f26aa Re-silince settings test 2012-12-06 14:21:42 -08:00
Naomi Seyfer
0531db7dcb Adjusting code as per code review comments 2012-12-06 14:21:42 -08:00
Naomi Seyfer
fb1d2b319a Tests for --settings, and also Nick's review comments 2012-12-06 14:21:42 -08:00
Avital Oliver
cdbfb84759 Add underscore to dev bundle 2012-12-05 19:51:56 -08:00
Avital Oliver
103757bb89 Allow running find-new-npm-versions.sh from any directory 2012-12-05 19:49:35 -08:00
Avital Oliver
6902c2a2ca Don't hard-code meteor install directory in find-new-npm-versions.sh 2012-12-05 19:46:49 -08:00
Avital Oliver
ab0eb2c090 Add script to detect new versions of npm modules 2012-12-05 19:45:01 -08:00
David Glasser
c09aaa7908 Bump dev bundle version to 0.2.9 2012-11-29 16:26:25 -08:00
David Glasser
3262492f8d Update clean-css to 0.8.3. Fixes #515. 2012-11-29 16:26:01 -08:00
David Glasser
a4db69aca2 Revert "Update clean-css to 0.8.3. Fixes #515."
This reverts commit 8ee9959a8e.

Need to do this on a branch and build a dev bundle.
2012-11-29 16:24:14 -08:00
David Glasser
8ee9959a8e Update clean-css to 0.8.3. Fixes #515. 2012-11-29 16:19:03 -08:00
Naomi Seyfer
1cbfe4e361 Modified cli-test.sh to be less sensitive to directory run from 2012-11-28 18:39:25 -08:00
Naomi Seyfer
6ccd7b4bb1 Changed cli-test.sh to default to using working copy meteor.
If you want the old behavior, using the installed meteor,
pass in the option --global
2012-11-28 18:30:04 -08:00
David Glasser
68db80f500 Update version number to 0.5.2. 2012-11-27 08:43:29 -08:00
Nick Martin
5a668893f5 Revert node-progress back to 0.0.5 to deal with regression. Also bump http-proxy to 0.8.5, with the maxSockets regression fixed. 2012-11-19 13:06:00 -08:00
Nick Martin
83386b23d9 Bump version number to 0.5.1. 2012-11-15 23:14:19 -08:00
Nick Martin
0619101839 Comment on dependencies in license file. 2012-11-15 23:09:21 -08:00
Nick Martin
12c338be73 Roll http-proxy back to 0.8.3 (there is a regression in 0.8.4) and bump sockjs to 0.3.4. 2012-11-15 20:44:57 -08:00
Nick Martin
80b30a5dc2 Feedback from review: refactor mongo url code so there is only one place to change. 2012-11-15 20:44:57 -08:00
Nick Martin
03bbf28dcf Remove unneeded dir that makes the dev bundle substantially bigger. 2012-11-15 20:44:57 -08:00
Nick Martin
10c2a20e11 bump dev bundle version number. 2012-11-15 20:44:56 -08:00
Nick Martin
5b35785253 bump a bunch of versions 2012-11-15 20:44:02 -08:00
David Glasser
a5cc93ee55 Remove the 'sass' package, as warned in 0.5.0.
Meteor's sass package wraps the "sass" NPM module, which implements a version of
the Sass language much older than the .sass described at sass-lang.com (and
doesn't implement the current recommended .scss language at all). It also has
poor error handling, so it mostly just ends up confusing users.

The module is unmaintained, and its author now uses stylus/nib (which Meteor
supports: see the stylus package).

If many users want Sass support, we could add this back in wrapping the
"node-sass" package instead (which supports a more recent version of the Sass
language), but for now, just remove it. Meteor still supports Stylus and Less
out of the box.

Fixes #143.
2012-11-05 15:24:08 -08:00
David Glasser
cb464b7ee4 For both CLI meteor and the server, require up-to-date Node.
We allow Node versions later than the version in the dev bundle (which is the
version that is used for pre-release QA) but not earlier.
2012-11-05 14:04:48 -08:00
David Glasser
a432c243aa Update version of fibers referred to in the docs. 2012-11-02 09:12:22 -07:00
Tom Wijsman
8f83b2c32e Made sure all file system related statements use proper path.join and path.sep to support other platforms. 2012-10-30 15:53:49 -07:00
Nick Martin
6dfb976104 Bump version number for 0.5.0. 2012-10-12 21:17:18 -07:00
David Glasser
08a0eda83e Merge branch 'devel' into deps-utils-private
Conflicts:
	packages/session/session.js
2012-10-05 15:14:13 -07:00
David Glasser
5eb81e920d Increment version to 0.4.2. 2012-10-01 18:25:18 -07:00
David Glasser
ef874ae15d node.sh: no readline if in Emacs shell. 2012-09-27 13:38:29 -07:00
David Glasser
09eda1e30a Increment bundle to 0.2.5 (because 0.2.4 has a bad node version). 2012-09-27 13:03:45 -07:00