Skip to content

Tags: bline/meteor

Tags

release/0.6.5

Toggle release/0.6.5's commit message
add api.imply to history.md. also promote

`webapp` to a top-level bullet.

release/0.6.5-rc16

Toggle release/0.6.5-rc16's commit message
add api.imply to history.md. also promote

`webapp` to a top-level bullet.

release/galaxy-appconfig-2

Toggle release/galaxy-appconfig-2's commit message
Remove unused mongo-livedata package for deploy-galaxy.

mongo-livedata uses galaxy package, which has a connection to galaxy that
doesn't get closed, which leads to commands hanging. We should probably have a
way to close galaxy's connection, but for now removing mongo-livedata at least
stops commands from hanging.

release/galaxy-appconfig-1

Toggle release/galaxy-appconfig-1's commit message
Re-allow the BIND_IP env var to affect things. Put settings in the ri…

…ght place.

release/0.6.5-rc15

Toggle release/0.6.5-rc15's commit message
Missed one

release/0.6.5-rc14

Toggle release/0.6.5-rc14's commit message
Upgrade to newly release mongodb 1.3.17, instead of using git version.

release/galaxy-6

Toggle release/galaxy-6's commit message
Use callbacks for proxy binding method calls.

If an app is trying to connect to a proxy that's down, this prevents it from
freezing up and allows it to try another proxy if it hears about one.

release/0.6.5-rc13

Toggle release/0.6.5-rc13's commit message
update history for new changes.

release/galaxy-5

Toggle release/galaxy-5's commit message
Merge branch 'job-tags' into devel

release/galaxy-3

Toggle release/galaxy-3's commit message
Specify securePort for admin apps.

Otherwise they bind to 4433 by default, which conflicts with normal proxy
running on the same machine.