Commit Graph

9215 Commits

Author SHA1 Message Date
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
David Glasser
0ce077f350 Remove unnecessary colon 2014-08-25 12:07:15 -07:00
David Glasser
231f74bbb6 something more like a real notice 2014-08-25 12:05:30 -07:00
David Glasser
5b92dfd85f "better" error handling for compiler constraints
This before was just an uncaught exception. Now it's exit(1), which is
bad too.  This should just use buildmessage, but for some reason that
doesn't work here.
2014-08-25 11:17:57 -07:00
David Glasser
8f0dc28c0d Credits update 2014-08-25 11:05:01 -07:00
David Glasser
25398a60ef History.md update 2014-08-25 10:57:58 -07:00
David Glasser
175fd7c3b4 minor test cleanup 2014-08-25 09:42:21 -07:00
David Glasser
2d5e3bb745 package wipe: work around random files
Fixes #2433.
2014-08-25 09:38:52 -07:00
David Glasser
15fae4ecf1 patch, banners 2014-08-24 23:55:09 -07:00
David Glasser
0542a3a9ea 0.9.0-rc13, now on METEOR@ release/METEOR@0.9.0-rc14 release/METEOR@0.9.0-rc13 2014-08-24 21:21:09 -07:00
David Glasser
a247b79aa1 test version bumps, sigh 2014-08-24 21:17:58 -07:00
David Glasser
0a47309ce6 fix change-homepage help 2014-08-24 20:52:00 -07:00
David Glasser
d4280a22eb make "no compatibile build" error not bracketed
this function needs to be rewritten, but not today
2014-08-24 20:18:43 -07:00
David Glasser
9ee39f2807 Add XXX comment to publish-for-arch 2014-08-24 19:54:44 -07:00
David Glasser
24d844a808 consistently handle package server calls
I don't love this idiom but we might as well use it consistently.

This will mean that, eg, errors from the server will not be stack
traces.
2014-08-24 19:51:41 -07:00
David Glasser
ac7915b90b print correct maintainers after add/remove 2014-08-24 19:31:33 -07:00
David Glasser
d30efc2ae8 don't print publish-for-arch warning on failure 2014-08-24 19:01:24 -07:00
David Glasser
08b2625082 METEOR-CORE -> METEOR 2014-08-24 18:46:37 -07:00
David Glasser
50bf28b1d0 docs: minor tweaks, update table of contents 2014-08-24 17:18:07 -07:00
ekatek
2e4893d8af docs apis 2014-08-24 03:02:09 -07:00
ekatek
2f8e6d7af1 wip 2014-08-23 22:44:35 -07:00
ekatek
b96f455b80 docs changes: everything but the API 2014-08-23 22:15:46 -07:00
ekatek
6154916bfd changing release name and removing the release override 2014-08-23 20:32:32 -07:00
David Glasser
3f63c748ac Prevent accidental top-level package creation 2014-08-23 19:51:46 -07:00
David Glasser
95cfa87de1 Use unmigrated flag instead of description check 2014-08-23 16:33:25 -07:00
David Glasser
7fe36fb904 Actually, --show-old 2014-08-23 16:06:32 -07:00
David Glasser
80d271fa24 Rename search/show --show-broken to --include-old 2014-08-23 16:02:23 -07:00
David Glasser
bc8d2e0459 Ensure we find out about newly published *builds*
Reported at
https://github.com/meteor/meteor/issues/2405#issuecomment-53144897

Basically, we were smart enough to refresh if the local cache didn't
know about the *VERSION* but if it knew about the version but not about
the relevant build, we did not refresh.
2014-08-23 15:52:38 -07:00
David Glasser
7c23ca5fde 'curmeteor update' should still update packages 2014-08-23 15:15:37 -07:00
David Glasser
e07aedb0fa Don't pin packages we're trying to upgrade
Now meteor update will actually upgrade the packages it's trying to
upgrade
2014-08-23 15:05:59 -07:00
ekatek
ce99e88ee7 some new lines in error output 2014-08-23 13:48:46 -07:00
David Glasser
42cf334b9c mailmap update 2014-08-22 21:08:11 -07:00
David Glasser
a1be4f5952 License update 2014-08-22 21:03:19 -07:00
David Glasser
f37cfafd18 Fix for programs with attributes.json type client 2014-08-22 19:38:24 -07:00
David Glasser
cf3753b244 Update docs app to 0.9.0-rc12 2014-08-22 19:34:12 -07:00
David Glasser
75310c9493 vbump for rc12 release/METEOR-CORE@0.9.0-rc12 2014-08-22 19:07:01 -07:00
David Glasser
f9744e5d93 Reduce size of less module by 60% 2014-08-22 18:32:00 -07:00
David Glasser
aa8e465b4e Shrink dev bundle by removing 10M phantom zip file
The phantom install process downloads this zip file but doesn't clean it
up.
2014-08-22 18:24:42 -07:00
David Glasser
69b2618912 Merge branch 'clarify-project-ids' into release-0.9.0 2014-08-22 18:05:15 -07:00
David Glasser
a8e8995c91 Support comments in .meteor/.id file
Make project.rootDir be absolute in 'meteor create'
2014-08-22 18:04:24 -07:00