Commit Graph

3290 Commits

Author SHA1 Message Date
David Glasser
bb9e78f562 fix shell script release/0.6.0-rc8 release/0.6.0 2013-04-03 21:16:23 -07:00
David Glasser
643f5fac05 Ensure that tarballs do not contain hard links.
Make whitespace changes to tools and mongo-livedata so that we will build new
package versions with non-hard-linked Node plugins.
2013-04-03 21:14:25 -07:00
David Glasser
0b83b4b08f Banner for 0.6.0. 2013-04-03 19:56:06 -07:00
David Glasser
974583d9a6 Tested examples and docs with 0.6.0-rc7. 2013-04-03 17:00:32 -07:00
David Glasser
3f73d8545e Document Meteor.release. 2013-04-03 16:18:28 -07:00
David Glasser
7d5c1d72cd Allow Opera's slightly-bad test result for minimongo-modify to pass. 2013-04-03 13:29:09 -07:00
David Glasser
895ef39014 0.6.0-rc7 banner/notices 2013-04-03 13:03:00 -07:00
David Glasser
1803a5a423 Make sure that if we do something like
$ meteor test-packages /some/random/copy/of/minimongo

that we watch the random copy of minimongo for changes.
release/0.6.0-rc7
2013-04-02 15:57:09 -07:00
David Glasser
df67b99b3d Switch publish-release argument order again.
Validate that you have 3 files for each thing you're publishing.
2013-04-02 12:31:13 -07:00
David Glasser
73100e07ec Get better output if some tests have errors. release/0.6.0-rc6 2013-04-02 11:27:25 -07:00
Nick Martin
9e318c7a93 Add security note to docs. 2013-04-02 04:15:22 -07:00
David Glasser
24b153ea85 Clean up indices after tests, since Mongo collections have a limited number of indices. release/0.6.0-rc5 2013-04-01 22:47:20 -07:00
David Glasser
7554fc1d34 remove "fail" from the title of tests.
until we can run browser tests in a better system (eg seismograph), this is just
too distracting.
release/0.6.0-rc4
2013-04-01 20:21:12 -07:00
David Glasser
10364ede51 accounts tests: improve isolation.
The neverending story.
2013-04-01 20:21:12 -07:00
Nick Martin
841b0d3588 Fix contributing link in main README. 2013-04-01 19:10:31 -07:00
David Glasser
d7c25052a5 allow TEST_RELEASE with --global 2013-04-01 17:19:08 -07:00
David Glasser
9a0fd7f5d7 make cli-test.sh --global work again 2013-04-01 17:14:28 -07:00
David Glasser
d4ed669544 pushing out 0.6.0-rc3 2013-04-01 17:01:25 -07:00
David Glasser
4d8f388183 Merge branch 'devel' into release-0.6.0 release/0.6.0-rc3 2013-04-01 16:45:57 -07:00
David Glasser
7a732d7bbe More History changes. 2013-04-01 16:00:05 -07:00
David Glasser
37efbe767a Add a notice for 0.6.0. 2013-04-01 15:38:10 -07:00
David Glasser
aaae84aa60 Print notices on upgrades from pre-Engine too. 2013-04-01 15:29:50 -07:00
David Glasser
8d5c72095c fix typo in history 2013-04-01 15:29:23 -07:00
David Glasser
3b137562c6 Docs are only in the checkout. 2013-04-01 15:03:28 -07:00
Nick Martin
5d5a86d12f Merge branch 'analytics' into devel 2013-04-01 14:30:28 -07:00
Nick Martin
a51250f881 revent accidental shrinkwrap changes 2013-04-01 14:29:16 -07:00
Nick Martin
2c9af3e5b5 Mixpanel in docs tweaks.
- move mixpanel code to pre-existing analytics file.
- also track when people navigate in the docs
- remove 'preview.meteor.com' alias
2013-04-01 14:29:16 -07:00
karayu
beca43e6e8 mixpanel 2013-04-01 14:29:16 -07:00
David Glasser
c07f2946b8 Notices for 0.6.0-rc2. 2013-04-01 12:31:14 -07:00
David Glasser
8d220f6b46 Fix "meteor test-packages" in installed Meteor. release/0.6.0-rc2 2013-04-01 12:27:20 -07:00
David Glasser
43f6ea8a80 update docs and examples to 0.6.0-rc1 2013-04-01 12:17:25 -07:00
David Glasser
f53cabc1e0 "announcing" is good in banners 2013-04-01 12:14:31 -07:00
David Glasser
d5cdc2b48a 0.6.0-rc1 announcements. 2013-04-01 12:07:51 -07:00
David Glasser
028333f12b First pass at History.md update. release/0.6.0-rc1 2013-04-01 11:55:41 -07:00
David Glasser
441059692f Add uninstall instructions to README.md. (They are in launch-meteor as well.) 2013-04-01 10:41:51 -07:00
David Glasser
4e70a1db66 wrap line in README 2013-04-01 10:39:51 -07:00
David Glasser
72e744ca5a Minor doc updates. 2013-04-01 10:31:07 -07:00
David Glasser
3f8a41d946 add --release to a few more CLI docs 2013-04-01 09:58:10 -07:00
David Glasser
a411848325 0.6.0-alpha4 2013-03-31 23:13:14 -07:00
David Glasser
36f870a6ab Catch files that change immediately after the server restarts by doing a
one-time content scan. Addresses Issue #223.

This addresses two cases: files that change during a slow bundle (eg, during
slow NPM updates) and *do* end up with a different mtime (which could also be
addressed in other ways, see eg the issue-223-dead-end branch)... and those that
change twice within the same second on OSX HFS+ which only has 1-second mtime
resolution, which really cannot be addressed in any purely mtime-based way.

This still is not 100% perfect. Most notably, any files read via
register_extension (which is to say, basically all source files other than
package.js and static resources) still have a race between hash calculation and
the actual read done by the bundler, since the register_extension API takes a
source_path rather than contents. This could be addressed by making
register_extension handlers take the contents as an argument too (and encourage
the use of source_file only for things like printing errors with filenames, not
actually for reading the file). In addition, this won't detect files added after
the bundler passes them but before the initial DependencyWatcher run.
release/0.6.0-alpha4
2013-03-31 23:01:44 -07:00
David Glasser
69b19330a2 make cli-test pass again 2013-03-30 17:58:04 -07:00
David Glasser
32593f3940 install-engine: Extra newline after download, and use an exec instead of piping
everything manually.
2013-03-30 17:54:49 -07:00
David Glasser
c7e5582537 Remove /usr/local/meteor.old after Mac upgrade to engine. 2013-03-30 17:50:30 -07:00
David Glasser
d65551a687 Better message for unknown releases. 2013-03-30 17:50:19 -07:00
David Glasser
f3821b06f3 Remove outdated comments. 2013-03-30 00:53:29 -07:00
David Glasser
894dfdc546 more alphas 2013-03-30 00:48:00 -07:00
David Glasser
1e2a40ef2b Use GNU tar on Mac to avoid warnings. 2013-03-30 00:47:52 -07:00
David Glasser
1c36bbaa79 Use normal tar, not node-tar, to create bootstrap tarballs release/0.6.0-alpha3 release/0.6.0-alpha2 release/0.6.0-alpha1 2013-03-30 00:08:34 -07:00
David Glasser
4b91013be8 Don't print a message at the end of running the install script. 2013-03-30 00:08:22 -07:00
David Glasser
bce332dbbb Use CDN to download bootstrap tarballs. 2013-03-29 23:50:56 -07:00