Commit Graph

9307 Commits

Author SHA1 Message Date
David Greenspan
8aa9d858d0 remove identifier in docs 2014-08-26 12:35:03 -07:00
David Greenspan
02fccd56d8 Merge remote-tracking branch 'origin/devel' into blaze-templates
Conflicts:
	docs/.meteor/versions
2014-08-26 12:34:36 -07:00
David Greenspan
6945e82d4a Fix originally intended use of _skipNodes 2014-08-26 12:33:03 -07:00
Matthew Arbesfeld
118ba8c01a Fix for autoupdate refresh not firing on initial document
If you have an old version of the app loaded, startup won't
pick up the new version.
2014-08-26 11:53:52 -07:00
David Glasser
24b468fe88 autoupdate_client improvements
- use observe instead of observeChanges so that assets is there even if
  not changing

- protect against nonexistence doc.assets
2014-08-26 10:10:59 -07:00
David Glasser
0a585e7502 Fix Percolate Studio company name 2014-08-26 08:55:46 -07:00
David Glasser
2732de966d Merge branch 'master' into devel
Conflicts:
	History.md
2014-08-26 08:09:22 -07:00
David Glasser
75937b99a9 Merge branch 'release-0.9.0' 2014-08-26 08:08:02 -07:00
David Glasser
2f74369043 Update examples. 2014-08-26 08:07:13 -07:00
David Glasser
9a4a7f2b11 update docs 2014-08-26 08:00:45 -07:00
David Glasser
a998b3b97d banner tweaks 2014-08-26 07:50:53 -07:00
David Glasser
d4f14d9362 0.9.0 final release/METEOR@0.9.0 2014-08-26 07:13:53 -07:00
David Glasser
6cf7addcdc rc22 release/METEOR@0.9.0-rc22 2014-08-25 22:50:33 -07:00
David Glasser
f7c6f505ac Never springboard to a red pill 2014-08-25 22:49:32 -07:00
David Glasser
97e1dd425c update examples to 0.9.0-rc21 2014-08-25 22:25:31 -07:00
David Glasser
23f76f3cea slight banner update 2014-08-25 21:45:57 -07:00
David Glasser
0030c3a1d7 rc21 release/METEOR@0.9.0-rc21 2014-08-25 21:23:49 -07:00
David Glasser
0562466ad4 Rename upgraders file to .finished-upgraders
The idea is that dotfiles in .meteor (like .id and .finished-upgraders)
aren't intended to be human-editable, whereas packages, release,
and versions are (although there are commands to edit them too).
2014-08-25 21:21:43 -07:00
David Glasser
5c5092eeae Test for bfb8359
This only tests the resolver part of the change, not the change that
gets the right data from "meteor add" into the solver.
2014-08-25 21:05:12 -07:00
Slava Kim
b7cc522898 Bump the warning about dev_bundle 2014-08-25 20:05:40 -07:00
David Glasser
bfb8359499 Only choose prerelease package versions if asked
Make sure 'meteor add foo' gives the same constraint to the solver as
'foo' from .meteor/packages: namely, '>=0.0.0' not
'unconstrained' (since the first rules out rcs and the second doesn't)
2014-08-25 19:57:28 -07:00
David Glasser
35d882f935 expand where banners go 2014-08-25 19:49:57 -07:00
Emily Stark
ec0d2bc8b5 Progress towards self-test using DEPLOY_HOSTNAME.
Still can't run all tests against testing servers because the testing
accounts server would need to be configured to send email.
2014-08-25 19:37:47 -07:00
David Glasser
fa6e924108 banner text from geoff 2014-08-25 19:11:35 -07:00
David Glasser
521f724e16 bump, rc20 release/METEOR@0.9.0-rc20 2014-08-25 17:39:39 -07:00
David Glasser
2ee41fda74 Projects should start with all known upgraders 2014-08-25 17:38:27 -07:00
David Glasser
0bbdc175a5 An extra update message 2014-08-25 17:36:03 -07:00
David Glasser
23a57a9648 bump tool version again 2014-08-25 17:27:07 -07:00
David Glasser
08f0a3bab0 Fixes to unforced update to not-quite-last release
Make sure that project._ensureDepsUpToDate does not get run mid-update,
since it might decide that various things are not compatible with the
packages in the current release. When the update command runs the
constraint solver explicitly, it passes ignoreProjectDeps, but implicit
calls can lead to an unhappy process.exit.
2014-08-25 17:25:08 -07:00
David Glasser
96e606ab89 bump tool version 2014-08-25 16:47:37 -07:00
David Glasser
1eaf87b881 fix typo 2014-08-25 16:46:30 -07:00
David Glasser
166583845e Fix 'meteor update'
We were accidentally considering this equivalent to 'meteor update
--release LATEST', meaning we could not update to an intermediate
release (and that it could update you backwards).
2014-08-25 16:42:41 -07:00
David Glasser
76961d6161 don't crash if wiping packages during release.load 2014-08-25 16:01:17 -07:00
Maria Pacana
c4e819ef20 Merge branch 'release-0.9.0' of https://github.com/meteor/meteor into release-0.9.0 2014-08-25 15:53:35 -07:00
David Glasser
581832d967 Update notices 2014-08-25 15:48:58 -07:00
Maria Pacana
8f097cbea7 Minor edits to packaging docs. 2014-08-25 15:42:59 -07:00
David Glasser
25ca18a266 rc19, same as rc18 for testing --patch release/METEOR@0.9.0-rc19 2014-08-25 14:35:02 -07:00
David Glasser
4e017c5938 rc18 release/METEOR@0.9.0-rc18 2014-08-25 14:33:52 -07:00
David Glasser
5ab9a66b29 Fix typo. Now I will make this release twice. 2014-08-25 14:32:25 -07:00
David Glasser
59177d7ad5 rc17 (same as rc16) release/METEOR@0.9.0-rc17 2014-08-25 14:21:46 -07:00
David Glasser
f0890205ae rc16 2014-08-25 14:17:56 -07:00
Nick Martin
0d7a99b03d Minor history tweaks. 2014-08-25 14:16:18 -07:00
Nick Martin
02317e669f History.md reorder 2014-08-25 14:16:18 -07:00
David Glasser
ca7217bc18 patch releases need to be recommended
for them to work with update --patch

or for them to be advertised
2014-08-25 14:13:05 -07:00
David Glasser
6c7a29683c rc15! release/METEOR@0.9.0-rc15 2014-08-25 14:06:50 -07:00
David Glasser
106bde8163 First draft of banners and upgraders.
old-banner needs to be manually copied into manifest.json
2014-08-25 14:00:04 -07:00
David Glasser
b161bf1c41 Start on the banner.
Push this with:

s3cmd -P put manifest.json s3://com.meteor.static/update/
2014-08-25 13:50:59 -07:00
David Glasser
2e259e61c2 update old test version, sigh 2014-08-25 13:47:08 -07:00
David Glasser
4482427da5 make cli-tests tests 2014-08-25 12:31:37 -07:00
David Glasser
d5e659b5e4 ellipsis instead of truncation for meteor list 2014-08-25 12:14:10 -07:00