3164 Commits

Author SHA1 Message Date
David Glasser
9a38eb2b56 Slight improvements to launch-meteor. dsg-test 2013-03-22 22:00:14 -07:00
David Glasser
d5c85ec5c4 Overhaul release blessing process.
Blessing is now the time that bootstrap tarballs are created.

There's a banner that goes into the global manifest (stored in
scripts/admin/banner.txt).

The global manifest.json is now entirely generated: there's no record of the
current version stored in git.

Have not yet updated launch-meteor or install-template.sh or the fake release
for this brave new bootstrap world, or https://install-bootstrap.meteor.com/.
2013-03-22 19:15:18 -07:00
David Glasser
6af118529c History.md credit for PR 866. 2013-03-22 19:09:42 -07:00
Rahul
d9667c9761 Fixes #848. Remove spurious 'cursors' from api docs. 2013-03-22 18:22:52 -07:00
Nick Martin
9f397fbbdc Comment on API mismatch between with-dot and without. 2013-03-22 17:16:00 -07:00
Nick Martin
485d963347 History.md note for #857. 2013-03-22 17:07:23 -07:00
Nick Martin
c299785b86 Merge branch 'pr-857' into devel 2013-03-22 16:57:58 -07:00
Nick Martin
c905c7b001 Stylistic cleanups and finding on other place that needs findExtension 2013-03-22 16:52:35 -07:00
mquandalle
1ef7e770b0 2 new functions : files.findExtension and files.extname 2013-03-22 16:07:42 -07:00
mquandalle
72482ec07c Possibility to register multiple extensions such as '.coffee.md' Add the new registered_file_extension function Solve issue #830 2013-03-22 16:07:42 -07:00
David Glasser
2aec0f636c publish-release now lets you specify the git rev to publish (from jenkins)
and the release name.
2013-03-22 16:01:21 -07:00
David Glasser
f05064aa77 History.md update for PR 866. 2013-03-22 15:14:11 -07:00
David Glasser
9dcedace31 Merge branch 'pr/866' into devel 2013-03-22 15:09:46 -07:00
Emily Stark
a6f01b6c92 Fix #770.
Add optional else case to {{#with}}.
2013-03-22 15:09:35 -07:00
Emily Stark
357d35d19a Add tests for issue #770 2013-03-22 15:09:35 -07:00
David Glasser
bef03af0b2 Make --version/checkout logic more reasonable. 2013-03-22 15:06:37 -07:00
David Greenspan
74e10e96af Don't rerun computations that throw in first run
This change prevents Spark from rerunning isolates that errored during initial rendering, and it seems like the right thing in general.
2013-03-22 14:19:43 -07:00
David Glasser
ea311b1c56 Stop building bootstrap tarballs at release time.
Going to build them at bless time instead.
2013-03-22 13:28:49 -07:00
Chris Mather
065ca60eec Add Chris to list of names in docs introduction. 2013-03-22 10:54:16 -07:00
David Glasser
c489d44517 Update package NPM modules at most once per bundler run. 2013-03-21 16:10:14 -07:00
David Glasser
c6f0e74136 Some updates to shrinkwrap files that I didn't commit before because I had a
corrupted repo from some unfinished code.
2013-03-21 15:59:24 -07:00
David Glasser
eb72c0ee40 Add a friendly comment to the top of launch-meteor. 2013-03-21 15:47:14 -07:00
David Glasser
e070bf2771 "meteor run" exits on concurrent "meteor update" that would affect it 2013-03-21 15:33:44 -07:00
David Glasser
3cac15d23e Skip slow npm-update step for warehouse packages, which should be write-once. 2013-03-21 15:16:48 -07:00
David Glasser
664b98ba5e Make directories in the warehouse contain read-only files. 2013-03-21 15:16:48 -07:00
David Glasser
425278ad35 use alpha1 in run-tools-tests 2013-03-21 15:16:47 -07:00
David Glasser
37e518c115 don't shrinkwrap-install things that we're about to (un/re)-install 2013-03-21 15:16:47 -07:00
David Greenspan
9d9160ffdb Deps History.md 2013-03-21 14:19:30 -07:00
David Greenspan
243e088e9e Merge branch 'deps-radical' into devel 2013-03-21 14:12:49 -07:00
David Greenspan
440ca35d39 more whitespace issues 2013-03-21 14:12:11 -07:00
David Greenspan
1a6686ac9d Deps.depend past-compat 2013-03-21 14:09:40 -07:00
David Greenspan
0fe094f530 docs wording 2013-03-21 14:09:40 -07:00
David Greenspan
c61b7969fc fix whitespace 2013-03-21 14:09:40 -07:00
David Greenspan
df5d2800ae dep.depend() instead of Deps.depend(dep)
simpler than having Deps.depend and addDependent, reads fine
2013-03-21 14:09:40 -07:00
David Greenspan
cfacac8b7a small comment clarifications 2013-03-21 13:59:28 -07:00
Nick Martin
03d5103438 Disable the native parser by default.
This was the behavior pre-0.5.8, and prevents some errors from becoming segfaults.
2013-03-21 13:49:16 -07:00
Naomi Seyfer
3aa9e1a36a Clean up test-in-console output 2013-03-21 11:36:27 -07:00
David Glasser
db2037978c make build-tools-tree more set-e/u 2013-03-21 11:33:42 -07:00
David Glasser
aad4b377be don't watch warehouse "tools" files for reload 2013-03-21 01:29:46 -07:00
David Glasser
d714d1f792 support github tarballs as dependencies 2013-03-21 01:14:06 -07:00
David Glasser
4d5fa270ee Make _renameAlmostAtomically slightly more atomic.
This removes an existence check before a rename, and just tries the rename and
sees if it succeeds.
2013-03-20 23:39:15 -07:00
Chris Mather
5e1794b8a1 Fixes #822. Deps.flush hides Error.message.
Prints e.message if e.stack undefined.
2013-03-20 19:58:31 -07:00
David Glasser
ac378fcefc Revert addition of Meteor.release to skel. 2013-03-20 18:03:07 -07:00
David Glasser
9fbe8e1599 change noMinify bundler option to minify 2013-03-20 17:56:04 -07:00
Chris Mather
a1e73444f1 Merge branch 'devel' of github.com:meteor/meteor into devel 2013-03-20 17:34:37 -07:00
Naomi Seyfer
06b3e22c96 Merge branch 'test-in-phantom' into devel 2013-03-20 17:29:56 -07:00
Chris Mather
4ff1764380 Fixes #850. Publish this.changed unset a field that doesn't exist.
This used to throw an error "Could not find field to clear". Now it
doesn't.
2013-03-20 17:29:06 -07:00
Naomi Seyfer
c520377742 actually change the references 2013-03-20 17:27:23 -07:00
Naomi Seyfer
c33a4420f0 rename test-in-phantom test-in-console 2013-03-20 17:25:46 -07:00
Naomi Seyfer
93b81a8ebd Fixing run script to know about its directory 2013-03-20 17:24:50 -07:00