Sashko Stubailo
7ca7749b6e
Bump for 1.1.0.2
release/METEOR@1.1.0.2
2015-04-03 12:01:49 -07:00
Sashko Stubailo
42df8d933e
Bump meteor-tool rc
release/METEOR@1.1.0.2-rc.0
2015-04-03 11:14:35 -07:00
Sashko Stubailo
70d3077bb6
Bump release for rc
2015-04-03 11:08:45 -07:00
David Glasser
4a66b3ebb2
Revert change accidentally put on release-1.1
...
This change was correctly not in 1.1 but ended up on git master after
its release by accident, and went out in 1.1.0.1 by mistake.
2015-04-03 09:34:36 -04:00
Slava Kim
a9b7a66751
Update docs version
2015-04-02 14:51:35 -07:00
Slava Kim
21f599080f
Merge branch 'release-1.1.0.1'
2015-04-02 14:41:40 -07:00
Slava Kim
3a11a31d82
Banners
2015-04-02 14:39:54 -07:00
Slava Kim
2f13780ed5
Bumps
release/METEOR@1.1.0.1
2015-04-02 13:59:55 -07:00
Slava Kim
7718e75679
Add a history.md record for #4097
2015-04-02 13:55:47 -07:00
David Greenspan
8b2c642df1
Fix #4097 : error when View invalidated immediately
...
Bug introduced in 28c760e
2015-04-02 13:44:37 -07:00
zyzo
4689ee7dfa
Issue #3916 : Add links to GitHub source code to docs
...
PR #3934
[stubailo: some improvements]
2015-04-01 17:21:05 -07:00
Sashko Stubailo
c0dee19593
Fix typo about rendered vs onRendered
2015-04-01 10:37:05 -07:00
Slava Kim
ce322adf05
Use html and not handlebars for docs in md
2015-03-31 17:08:51 -07:00
Slava Kim
da6cef3b9c
Merge branch 'onrendered-example'
2015-03-31 17:04:38 -07:00
Slava Kim
a90e73416b
More descriptive code examples
2015-03-31 17:04:06 -07:00
Sashko Stubailo
b5f1ed8d17
Merge branch 'release-1.1'
2015-03-31 14:36:13 -07:00
Matt DeBergalis
5856c6d04a
copyedit
2015-03-31 14:22:40 -07:00
Matt DeBergalis
c4e38723ba
link to official windows installer
2015-03-31 14:21:10 -07:00
Sashko Stubailo
3f8a512043
Update examples to 1.1
2015-03-31 14:17:13 -07:00
Sashko Stubailo
355521a4eb
Update Docs
2015-03-31 14:15:04 -07:00
Sashko Stubailo
ba9c9012c1
Update banner
2015-03-31 14:15:04 -07:00
Sashko Stubailo
9d667d1fee
Update release number
2015-03-31 14:15:04 -07:00
Slava Kim
698b208a02
Quit the installer process if running in cli
2015-03-31 14:11:10 -07:00
Slava Kim
d978bc7c82
Don't broadcast a dead message that blocks the process from exiting
2015-03-31 12:35:53 -07:00
David Glasser
fcebaf2c9f
findMongoPids: use pgrep where available
...
ps corrupts some non-ASCII characters on OS X. pgrep doesn't, but isn't
available everywhere.
Fixes #3999 .
2015-03-31 12:35:53 -07:00
Slava Kim
1612a7509a
Don't show a confirmation popup when running w/o UI
2015-03-31 12:34:45 -07:00
Sashko Stubailo
75a00fc279
Un-prerelease version numbers
2015-03-31 12:03:53 -07:00
Sashko Stubailo
82948d5054
Bump package versions for hopefully final RC
release/METEOR@1.1-rc.5
2015-03-31 11:45:57 -07:00
Sashko Stubailo
5182736c61
Bump RC version
2015-03-31 11:42:58 -07:00
Sashko Stubailo
9c8cce8ce7
Write banner
2015-03-31 11:40:03 -07:00
Sashko Stubailo
497a26de49
Fix typo
2015-03-31 11:29:04 -07:00
Sashko Stubailo
d899f9a672
Improve History.md for 1.1
2015-03-31 11:27:54 -07:00
sashko
5fbdfce664
Throw a nice error when you are trying to run an old release
2015-03-31 11:16:10 -07:00
Sashko Stubailo
3b225904c3
Throw error on Windows if you try to springboard to a super old release
2015-03-31 10:51:50 -07:00
Sashko Stubailo
eea9e21895
Rename test to more accurately reflect what it does now
2015-03-31 10:51:50 -07:00
David Glasser
911a92a41d
Update contributors list
2015-03-31 13:37:54 -04:00
David Glasser
9401572041
Remove broken do-not-update-to-rcs test
...
It was broken because fake-warehouse and test-package-server were
incompatible. In order to actually use the published packages, we had
to sync test-package-server into the local warehouse. But as soon as we
did that, the latest release became some other random release.
In any case, the semantics tested here have changed twice since 0.9.0!
In 0.9.0.1 we changed it from "ask for any RC means get any RC" to
"don't get any RCs that aren't explicitly anticipated". And in 1.1
we're changing it to "minimize unanticipated RCs".
Manually running through the equivalent of this test, most of it works
except for the last line; `meteor update` will not take you from one RC
to the next, due to minimizing unanticipated RCs. That's probably fine
though.
While we're at it, make it much more clear that warehouse and
test-package-server don't work together.
2015-03-31 13:08:53 -04:00
sashko
168a39adae
Fix fake mongo test on Windows
2015-03-31 08:12:03 -07:00
Slava Kim
6d7279373e
Fix trailing whitespace for empty lines, in unwrapped mode
2015-03-30 21:53:18 -07:00
Slava Kim
ae398ede87
Don't expect a wrapped path in self-tests for meteor show
2015-03-30 21:51:54 -07:00
Slava Kim
7e7005cc9d
Reimplement indent for non-wrapped text
2015-03-30 21:35:33 -07:00
Slava Kim
9bd5b22a85
Indent in unwrapped mode
2015-03-30 21:31:05 -07:00
Slava Kim
bfadacbe8c
Revert the broken pattern reporting
2015-03-30 21:11:59 -07:00
Slava Kim
479a14af1d
Don't expect the directory line to be wrapped
2015-03-30 21:10:22 -07:00
Slava Kim
742fdca951
Don't wrap the tests and patterns
2015-03-30 21:06:47 -07:00
Sashko Stubailo
3977f8cce3
Bump oauth-encryption dep
2015-03-30 20:57:54 -07:00
Slava Kim
56a8ec7556
Use a more specific METEOR_NO_WRAP
2015-03-30 20:55:05 -07:00
Sashko Stubailo
93fe5eb9f1
Also don't crash when cleaning up temp dirs at the end of app run
2015-03-30 20:49:07 -07:00
Sashko Stubailo
8d0627d0a2
Make npm-node-aes-gcm throw a better error when OpenSSL isn't installed
2015-03-30 20:49:01 -07:00
Slava Kim
613f879abd
Don't wrap text in self-test mode
2015-03-30 20:47:24 -07:00