Avital Oliver
5d736d4bf0
Merge branch 'release-0.6.3.1'
2013-05-15 15:29:17 -07:00
Avital Oliver
75ab6e61fa
docs on 0.6.3.1
2013-05-15 15:28:59 -07:00
Avital Oliver
f87f0bd525
0.6.3.1
release/0.6.3.1
release/0.6.3.1-rc0
2013-05-15 15:10:30 -07:00
Avital Oliver
1b88047966
Fix client/compatibility/ in a non-nested directory
2013-05-15 15:10:28 -07:00
Avital Oliver
3f9e08cbbb
0.6.3.1
2013-05-15 15:06:51 -07:00
Avital Oliver
d38034f35d
Fix client/compatibility/ in a non-nested directory
2013-05-15 15:02:07 -07:00
Avital Oliver
627f346b95
Meteor server logging API
...
Also colorize and print nicely in run.js
2013-05-15 14:54:35 -07:00
Nick Martin
0a5a2f05b6
Merge branch 'master' into devel
2013-05-15 12:03:22 -07:00
Nick Martin
a33fcf6d8c
Merge branch 'release-0.6.3'
2013-05-15 12:02:33 -07:00
Nick Martin
546f4e5fb9
bump docs version.
2013-05-15 11:55:31 -07:00
Nick Martin
2fb44613ce
Bump example version numbers.
2013-05-15 11:52:09 -07:00
Nick Martin
9386af8ac7
Move http notices to package specific notice.
2013-05-15 11:40:54 -07:00
Nick Martin
b237ace7de
Fix trailing comma that breaks JSON parsing.
2013-05-15 11:35:14 -07:00
Matt DeBergalis
93af3ab238
tweaks
2013-05-15 11:14:59 -07:00
Nick Martin
43548bc8c4
History tweaks, notices, banner.
2013-05-14 22:58:17 -07:00
Geoff Jacobsen
f89fc9e979
Return counts for collection update and remove commands
...
In order to support optimistic locking the counts from the MongoDB
update and remove commands need to be returned to the application code
so that the update/remove can be verified they took place and action
taken if they did not (like throwing a 409 Error).
For consistency make LocalCollection return counts also.
2013-05-15 16:47:31 +12:00
Naomi Seyfer
fe16cc9f37
Allow you to re-point a connection
2013-05-14 20:26:41 -07:00
David Glasser
d156f080af
Stop livedata from depending on routepolicy.
...
That brought in all of webapp, which only works on "type: traditional" targets,
not server-only.
(We really should split the Node DDP Client code from the Node DDP Server code
instead.)
(Maybe routepolicy should just be part of webapp, or webapp should depend on
routepolicy? It's awkward to need to list it separately in various places...)
2013-05-14 20:13:55 -07:00
Avital Oliver
a14b278a29
Unbreak IE9 OAuth login in some weird edge case
2013-05-14 14:14:38 -07:00
David Glasser
afe5867f68
Oops, you can't use slice on arguments. This time tests actually pass.
2013-05-14 12:32:55 -07:00
David Glasser
1a3aa25312
Oops, you can't use slice on arguments. This time tests actually pass.
release/0.6.3
release/0.6.3-rc4
2013-05-14 12:32:47 -07:00
David Glasser
3090e86c25
Oops, didn't mean to revert test!
release/0.6.3-rc3
2013-05-14 11:46:32 -07:00
David Glasser
ded617f0c8
Fix Opera test failures by reverting unnecessary part of 583508e.
...
Opera seems to have some consistent but difficult to diagnose bugs related to
using _.map in this context. (As in, minifying the test was difficult because
there seemed to be some odd action at a distance, but a given test failure was
fully reproducible.) This appears to work while still preserving the feature
added in 583508e .
Also fix a missing var (which does not appear to be the original problem).
2013-05-14 11:46:32 -07:00
David Glasser
1fc2dabf6d
Oops, didn't mean to revert test!
2013-05-14 11:44:22 -07:00
David Glasser
4c2e1ef1b6
Fix Opera test failures by reverting unnecessary part of 583508e.
...
Opera seems to have some consistent but difficult to diagnose bugs related to
using _.map in this context. (As in, minifying the test was difficult because
there seemed to be some odd action at a distance, but a given test failure was
fully reproducible.) This appears to work while still preserving the feature
added in 583508e .
Also fix a missing var (which does not appear to be the original problem).
2013-05-14 11:32:53 -07:00
David Glasser
6063ca90ef
Oops, didn't mean to add this file
2013-05-14 10:48:33 -07:00
Avital Oliver
d36de8253d
Support 'tap' event.
release/0.6.3-rc2
2013-05-13 23:50:53 -07:00
Avital Oliver
773a86c80c
Support 'tap' event.
2013-05-13 23:45:21 -07:00
Naomi Seyfer
bc2be8bb58
Our version of underscore doesn't have 'partial' anymore since we
...
downgraded.
Missed one instance of this because I missed arrays in the EJSON support in
mongo testing.
2013-05-13 19:10:10 -07:00
David Glasser
8bf2e0edae
More gitignore files.
2013-05-13 18:16:14 -07:00
David Glasser
5be28a3eaa
Now that minimized npm-shrinkwrap is on linker, one last shrinkwrap refresh.
...
Also delete .npm dirs from packages that no longer have direct
dependencies (only their plugins do)
2013-05-13 12:03:56 -07:00
David Glasser
2d827e74fc
Factor webapp-specific stuff (and keepalive) out of boot.js into webapp package.
...
Replace type: "bare" with type: "server" in attributes.json. This now just
means "only make one server process" rather than controlling the boot script.
Programs that are type: "traditional" that want to be a webapp now need to
explicitly depend on the webapp package.
2013-05-13 11:58:58 -07:00
Naomi Seyfer
31bd79c54b
actually attempt to fetch the route from the env var that we put it in
2013-05-13 11:58:57 -07:00
Naomi Seyfer
3aa28e54ab
some changes necessary to make various packages work together
2013-05-13 11:58:57 -07:00
Naomi Seyfer
4a9c1444f9
actually have lin as an arch
2013-05-13 11:58:57 -07:00
Naomi Seyfer
ae43e039f3
Fix target script to not hardcode linux?
2013-05-13 11:58:57 -07:00
Naomi Seyfer
735aa6be2d
npm shrinkwrap
2013-05-13 11:58:57 -07:00
David Glasser
258f6f4502
hardcode correctly
2013-05-13 11:58:57 -07:00
David Glasser
beeaac05b9
temporarily hardcode linux
2013-05-13 11:58:57 -07:00
David Glasser
5520163647
deps into DATA_DIR
2013-05-13 11:58:57 -07:00
David Glasser
1383e3b5e0
lastStart is actually lastStarted
2013-05-13 11:58:57 -07:00
Geoff Schmidt
b51865acac
Pass '--program' to 'meteor run' to run a different program.
...
You get automatic restarts and by the same token you get a proxy.
2013-05-13 11:58:57 -07:00
David Glasser
b9179fa2d3
boot.js: new pid structure
2013-05-13 11:58:43 -07:00
Geoff Schmidt
37e02c5e38
remedy version skew in bundler.js
2013-05-13 11:58:43 -07:00
Geoff Schmidt
0f0901ec07
Don't require a Mongo URL until we actually try to create
...
a collection that's bound to an actual Mongo database. This
allows 'meteor run-command' programs to use mongo-livedata.
2013-05-13 11:58:43 -07:00
Geoff Schmidt
f479226cfa
Construct JsImage target npm path correctly, even if we're writing
...
the JsImage to the very top of its bundle.
2013-05-13 11:57:48 -07:00
Geoff Schmidt
524daf4379
minor builder path sanitization tweaks
2013-05-13 11:57:48 -07:00
Geoff Schmidt
5d4a34dce6
Better error reporting in run-command
2013-05-13 11:57:48 -07:00
David Glasser
ab3c30f577
Fix command-line parsing with --keepalive.
2013-05-13 11:57:48 -07:00
David Glasser
fcdd29adfd
Use deployConfig rather than $MONGO_URL in the mongo-livedata package.
2013-05-13 11:57:47 -07:00