Commit Graph

5389 Commits

Author SHA1 Message Date
Geoff Schmidt
ddfbda7046 standardize on '-' rather than '_' in filenames 2013-12-30 18:41:35 -08:00
Geoff Schmidt
4ce06b9a91 bundler takes a release, rather than a library and releaseStamp 2013-12-30 18:07:08 -08:00
Geoff Schmidt
f7d795b969 bugfix 2013-12-30 18:06:48 -08:00
Geoff Schmidt
515213e536 throw main.WaitForExit to skip the process.exit call 2013-12-30 15:58:36 -08:00
Geoff Schmidt
dbfecc184a mongo_runner: update code style and fiberize 2013-12-30 15:44:21 -08:00
Geoff Schmidt
88ea71f4c2 style: 'function ()' rather than 'function()' 2013-12-30 07:04:45 -08:00
Geoff Schmidt
16b9b23f31 meteor_npm: update code style 2013-12-30 07:02:03 -08:00
Geoff Schmidt
5230e79c62 delete ~unused logging function 2013-12-30 07:01:38 -08:00
Geoff Schmidt
95e3959165 The period goes outside the parens (like this).
(Except when the parenthetical is a complete sentence.)
2013-12-30 06:20:49 -08:00
Geoff Schmidt
9db5fec711 files: update code style 2013-12-30 06:11:04 -08:00
Geoff Schmidt
02227a79d2 project: update code style 2013-12-30 05:39:14 -08:00
Geoff Schmidt
4fc8c0d1f3 Eliminate context everywhere!!
Add release.js to manage current release.
2013-12-30 05:16:21 -08:00
Geoff Schmidt
aee56f0523 Eliminate context.appDir. Introduce requiresApp. 2013-12-29 21:12:14 -08:00
Geoff Schmidt
db1278b296 minor error message improvement 2013-12-29 06:09:06 -08:00
Geoff Schmidt
5e4607badb big refactor of command handling. only superficially tested. 2013-12-29 06:04:42 -08:00
David Glasser
56229c9bc9 tools utils.readLine: no shmancy ANSI in M-x shell
Also, isTTY is not a function.
2013-12-19 22:36:31 -08:00
Geoff Schmidt
d7702c88d7 update docs app to release sso-1 2013-12-19 18:13:31 -08:00
Geoff Schmidt
b9f63839e6 Merge branch 'devel' into sso release/sso-1 2013-12-19 17:17:01 -08:00
David Glasser
0cf747101f Merge branch 'pr-1669' into devel
Fixes #1668.
2013-12-19 17:02:48 -08:00
David Glasser
f65b1cd2ae Remove backwards-compatibility code
There's no need to be backwards-compatible here with something that has
never worked (or at least hasn't worked since 0.6.5).
2013-12-19 17:00:58 -08:00
David Glasser
6844cb2615 Add test for #1668 2013-12-19 17:00:38 -08:00
Mitar
a21f0d2e58 Pass "bare" option when using CoffeeScript as well. 2013-12-19 16:54:03 -08:00
Nick Martin
0db5b9393a update readme to note build requirements. 2013-12-19 15:46:44 -08:00
Geoff Schmidt
943600df9b Fix bug where preflighted password RPCs on old-style apps wouldn't work 2013-12-19 15:42:33 -08:00
Nick Martin
eeae8ad11e Reword docs around file load order to be more correct. Fixes #1675. 2013-12-19 15:14:16 -08:00
David Glasser
39e3f1ee1a In "dev mode" email, be more explicit.
Make it clear that nothing is being sent and point users to MAIL_URL.

Fixes #1196.
2013-12-19 15:07:39 -08:00
Naomi Seyfer
2b36c8be33 Count new servers already started in ctl before starting lots more 2013-12-19 13:33:18 -08:00
Naomi Seyfer
27c364a21a Count new servers already started in ctl before starting lots more release/galaxy-sso-6 2013-12-19 13:32:19 -08:00
Geoff Schmidt
81f8659d21 update login tokens before rerunning publish functions release/galaxy-sso-5 2013-12-18 18:33:19 -08:00
Emily Stark
48521f9d18 Use only websockets transports for sockjs when behind a DDP proxy 2013-12-18 16:41:32 -08:00
Geoff Schmidt
a314eb7d62 Switch from cookies to headers for Meteor auth 2013-12-18 15:36:04 -08:00
Emily Stark
3003f46347 Use special bind path for panel release/galaxy-sso-4 2013-12-17 22:23:24 -08:00
David Glasser
0f4a21f89f meteor_npm: don't lose interesting resolved
If an indirect dependency resolves to something other than a semver (or
a GitHub tarball), it will be stored in the 'resolved'. Our shrinkwrap
minifier (which helps to reduce spurious shrinkwrap file changes) needs
to recognize that.

Also, consistently use the "version" field in the minified shrinkwrap
file (which a comment already claimed we could do).

Fixes #1684.
2013-12-17 19:05:25 -08:00
David Glasser
ebb729f0f6 Fix crash with an empty programs/foo dir
We should never use the existence of a directory in our source tree to
make a decision, because git doesn't track directory existence, and it's
easy to end up with extraneous directories (containing gitignored files,
eg).  So we should ignore programs/foo directories in apps if they don't
contain package.js.
2013-12-17 18:35:31 -08:00
icellan
fa25bcafb4 Removed extra comma at end of method. Fixes IE7 2013-12-17 17:00:48 -08:00
Naomi Seyfer
f0f7ae2d16 Do not loop forever on ie8 release/galaxy-zdt-4 2013-12-17 12:12:20 -08:00
David Glasser
b684ca9554 Merge branch 'master' into devel
Conflicts:
	History.md
2013-12-17 11:11:16 -08:00
David Glasser
fc432d1465 Merge release 0.7.0. 2013-12-17 11:09:42 -08:00
David Glasser
b6c7d424bc Update examples and docs to 0.7.0 2013-12-17 11:08:19 -08:00
David Glasser
dbdab6a156 Formatting improvements to History 2013-12-17 11:00:07 -08:00
Nick Martin
8bd400e560 lets do 0.7.0 instead 2013-12-17 10:54:33 -08:00
David Glasser
4771b71734 Rename 0.6.7 to 0.7.0 2013-12-17 10:48:54 -08:00
Nick Martin
9cb6df57fb Link to wiki page in History. 2013-12-17 01:51:49 -08:00
Nick Martin
a0734bfe58 strawman banner.txt and notices. 2013-12-17 01:43:20 -08:00
Emily Stark
373bc2ceec Allow overwriting ~/.meteorsession file with env var.
Useful for tests.
2013-12-16 22:03:50 -08:00
David Glasser
46fb7b6d21 LICENSE update (script follows!)
find . -name 'node_modules' | grep -v .meteor | xargs ls | cat | grep -ve '^\.' | sort | uniq > bar
for i in `cat bar` ; do
  echo -n "$i "
  grep -e "^$i:" LICENSE.txt || echo "NOT FOUND"
done
2013-12-16 20:40:34 -08:00
David Glasser
2859e30e60 A few more History.md things 2013-12-16 20:25:48 -08:00
David Glasser
e042e5a85a Fix "drop collection" test failure
There was a race condition in the manipulation of the write fence by the
drop collection code. Specifically, when seeing a "drop collection"
oplog entry, OplogObserveDriver took no immediate action and instead
deferred some "should I re-poll now or later?" logic.

This allowed the write fence's oplogHandle.waitUntilCaughtUp code to
think that everything was "caught up" even though the effects of the
"drop collection" entry had not yet affected the cursor's state (by
transitioning it away from the STEADY state).  The fix is to ensure that
the state-change aspects of processing the entry occur immediately; the
actual re-query is still deferred in order to not block the oplog tailer
from continuing.

Reported by: @awwx

(The previous failure can made consistently reproducible by replacing the
`Meteor.defer` that is removed by this commit with a
`Meteor.setTimeout(,200)`.)
release/0.7.0 release/0.6.7-rc3
2013-12-16 17:42:51 -08:00
David Glasser
cce9d36dfa Add some XXX comments about when we should re-poll 2013-12-16 17:42:49 -08:00
Emily Stark
546c344b3d Merge branch 'devel' into sso
Conflicts:
	packages/ctl-helper/ctl-helper.js
	packages/webapp/webapp_server.js
release/galaxy-sso-3
2013-12-16 17:30:43 -08:00