David Glasser
0791b31b30
dev bundle: fork node-http-proxy to fix #1871
2014-03-03 23:15:41 -08:00
Nick Martin
4555d2c8e4
Merge branch 'release-0.7.1.2'
...
Conflicts:
History.md
docs/.meteor/release
docs/lib/release-override.js
examples/leaderboard/.meteor/release
examples/parties/.meteor/release
examples/todos/.meteor/release
examples/wordplay/.meteor/release
scripts/admin/banner.txt
2014-02-26 17:57:39 -08:00
Emily Stark
3caa3b9e9c
Update banner and notices for 0.7.1.2
2014-02-26 13:51:58 -08:00
Emily Stark
d32d2de1d6
Update banner/notices/History for 0.7.1.1
2014-02-24 13:48:24 -08:00
Matt DeBergalis
f8eec237a6
mention oplog
2014-02-24 12:42:51 -08:00
Nick Martin
48cfc719ef
Oops, missed one. Thanks, Tim.
2014-02-23 19:46:29 -08:00
Nick Martin
dd47415027
First cut banner and notices.
2014-02-23 19:00:58 -08:00
Geoff Schmidt
d1d714ec66
'whoami' gracefully handles revocation of a credential
...
on a passwordless account. with test
2014-02-18 17:25:19 -08:00
David Glasser
72cc8603b5
publish-release needs a release file
2014-02-14 01:00:12 -08:00
David Glasser
28227b783c
new dev bundle, fixing an eachline bug
2014-02-13 18:48:07 -08:00
David Glasser
d54aae78f8
new dev bundle (0.3.31) with newer source-map
...
Fixes #1782 .
This dev bundle also drops optimist from the dev bundle (previously
committed, not built until now).
2014-02-11 16:16:36 -08:00
David Glasser
153d84cb9f
Drop optimist from the dev bundle
...
The tool no longer uses it. Simplify webapp_server to do a dumb check
for a flag instead of using optimist.
ctl-helper still uses optimist; ideally it should use our parser from
main.js instead.
Also, remove a debugging "|| true" that was causing "LISTENING" to be
output even without --keepalive.
I am not actually planning to rebuild the dev bundle just to drop
optimist.
2014-02-07 18:26:29 -08:00
David Glasser
120fa97417
slightly changed awssum
2014-02-05 17:03:11 -08:00
David Glasser
f2053a94ca
Merge branch 'sso' into tool-refactoring
...
Conflicts:
tools/auth.js
tools/files.js
tools/http-helpers.js
tools/meteor.js
tools/run.js
2014-02-04 17:03:29 -08:00
Naomi Seyfer
d91110bd9c
Merge branch 'devel' into sso
...
Conflicts:
packages/livedata/livedata_server.js
2014-02-04 14:04:30 -08:00
Naomi Seyfer
b32e1d3c78
Update dev bundle to include heapdump, 0.3.30
2014-02-03 17:41:02 -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
2014-01-30 10:18:42 -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
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
Avital Oliver
f8f94c7118
Try to fix inconsistent release manifest generation; Take 2
2014-01-27 14:15:53 -08:00
Avital Oliver
91c4d3d8a2
Try to fix inconsistent release manifest generation
...
Apparently on some platforms "a5" < "a-" and on others
"a-" < "a5"
2014-01-27 14:15:53 -08:00
David Glasser
291c2ecad7
Upgrade kexec, drop shell-quote
...
We only used shell-quote to workaround kexec's lack of a feature added
in this version.
2014-01-27 09:52:50 -08:00
Geoff Schmidt
cdc894a0aa
finish bringing all old tool tests under the 'meteor self-test' umbrella
2014-01-27 07:02:38 -08:00
Geoff Schmidt
b26ccb914e
port some old tests - WIP
2014-01-27 06:02:01 -08:00
David Glasser
d4e0cff766
Use a fork of http-proxy with two PRs
2014-01-23 12:23:16 -08:00
David Glasser
a7d10d650d
Update Node to 0.10.25. Remove bug workaround.
2014-01-23 12:15:29 -08:00
David Glasser
4f34ac0d6e
Various dev bundle upgrades
...
* http-proxy: 1.0.1 (from a pre-release fork of 1.0)
* Node: 0.10.24 (from 0.10.22)
* semver: 2.2.1 (from 2.1.0)
* request: 2.33.0 (from 2.27.0)
* fstream: 0.1.25 (from 0.1.24)
* tar: 0.1.19 (from 0.1.18)
* eachline: 2.4.0 (from 2.3.3)
* source-map: 0.1.31 (from 0.1.30)
* source-map-support: 0.2.5 (from 0.2.3)
* mongo: 2.4.9 (from 2.4.8)
* openssl in mongo: 1.0.1f (from 1.0.1e)
Have not yet updated the various minimum Node version requirements.
2014-01-23 12:09:40 -08:00
David Glasser
44341f4ff9
Merge branch 'sso' into tool-refactoring
...
Conflicts:
tools/auth.js
tools/mongo_runner.js
tools/tests/test-bundler-npm.js
2014-01-16 10:54:33 -08:00
Emily Stark
b296dcbdf2
Merge remote-tracking branch 'origin/devel' into sso
...
Conflicts:
packages/accounts-base/accounts_server.js
2014-01-02 17:46:01 -08:00
Geoff Schmidt
471e396ea7
standardize on '-' rather than '_' in test filenames too
2013-12-30 18:50:07 -08:00
David Glasser
252caab5c1
Add instructions to https://install.meteor.com/
2013-12-29 16:42:08 -08:00
David Glasser
4206955140
Better banner text
2013-12-20 13:58:30 -08:00
David Glasser
51ad916caf
Banner and notice update for 0.7.0.1.
2013-12-20 13:53:08 -08:00
Geoff Schmidt
b9f63839e6
Merge branch 'devel' into sso
2013-12-19 17:17:01 -08:00
Nick Martin
8bd400e560
lets do 0.7.0 instead
2013-12-17 10:54:33 -08:00
Nick Martin
a0734bfe58
strawman banner.txt and notices.
2013-12-17 01:43:20 -08:00
Geoff Schmidt
ab87768a7e
Merge remote-tracking branch 'origin/devel' into sso
...
Conflicts:
packages/accounts-password/password_tests.js
tools/meteor.js
2013-12-12 18:51:45 -08:00
Nick Martin
24a80d49b1
Preemptively add bcrypt to the dev bundle. We think we may want it soon.
2013-12-10 15:36:46 -08:00
Nick Martin
1b08ac2d9d
Upgrade to stock Node 0.10.22.
...
This discards our fix for stream pausing. We'll monkey patch it in
at startup instead of relying on a custom build.
2013-12-10 15:27:40 -08:00
Nick Martin
db624dd162
New dev bundle: mongo with startup speed boost.
...
Also upgrade to 2.4.8 while we're at it.
(In the meteor/mongo repository, we've created an ssl-2.4.8 branch, and
also added a backported-from-Mongo-2.5 change to poll the repl set
config more often on startup.)
2013-12-10 12:45:53 -08:00
Geoff Schmidt
14337d416c
support meteor --get-ready for warehouse installs too
2013-12-09 04:18:54 -08:00
David Glasser
acb6decb6a
Make run-tools-tests.sh pass.
2013-12-02 19:17:31 -08:00
David Glasser
cd873c0e47
Drop handlebars from the dev bundle.
2013-12-02 17:15:37 -08:00
David Glasser
088b6d37ac
Build a fork of Node.
2013-11-13 01:08:49 -08:00
Nick Martin
b20c2c6ef6
Try to create /usr/local if it doesn't exist. New MacOSX comes with /usr/local/bin in the path, but not existing on disk.
2013-11-12 18:02:58 -08:00
Avital Oliver
3dedfc6083
0.6.6.3 banner tweaked by matt
2013-11-04 12:01:00 -08:00
Avital Oliver
f8bd4910b2
empty notices for 0.6.6.3
2013-11-01 15:59:42 -07:00
Avital Oliver
faeca08711
banner for 0.6.6.3
2013-11-01 15:59:16 -07:00
Nick Martin
d687d974a0
banner and notices for 0.6.6.2
2013-10-21 15:25:34 -07:00