Commit Graph

13823 Commits

Author SHA1 Message Date
Sashko Stubailo
fc92ea6858 Bump more versions release/METEOR@1.1-rc.0 2015-03-25 16:21:39 -07:00
Sashko Stubailo
462828572f Bump release 2015-03-25 16:18:39 -07:00
Sashko Stubailo
26c040179b Bump a bunch of versions to be the newest 2015-03-25 16:17:48 -07:00
Sashko Stubailo
4ff636c7df Merge branch 'master' into release-1.1
Conflicts:
	History.md
2015-03-25 16:07:42 -07:00
Sashko Stubailo
0b2d6b40c0 Update release date in History.md 2015-03-25 14:57:29 -07:00
Sashko Stubailo
993b775043 Merge branch 'release-1.0.5' 2015-03-25 14:56:07 -07:00
Sashko Stubailo
71ea938141 Update all of the examples 2015-03-25 14:55:37 -07:00
Sashko Stubailo
06f35fb5b7 Update docs to 1.0.5 release 2015-03-25 14:53:33 -07:00
Sashko Stubailo
f3e19c37cf Update release number in the docs 2015-03-25 14:52:46 -07:00
Sashko Stubailo
971247ef47 Update banners for 1.0.5 2015-03-25 14:50:52 -07:00
David Greenspan
e97e29e8b0 Add --allow-incompatible-update to more commands
In particular: `create`, `test-packages`, `rebuild`, `publish`, 
`publish-for-arch`, `admin run-upgrader`

Add it to the help text for `publish`, and simply force the flag to
true in `create`.  Other commands get it as an undocumented flag
in case the version solver tells you to pass it in.
2015-03-25 14:30:59 -07:00
Sashko Stubailo
c3bded9928 Un-rc version numbers for 1.0.5 release/METEOR@1.0.5 2015-03-25 13:56:03 -07:00
Sashko Stubailo
1c62efe0cf Update release number for 1.0.5 2015-03-25 13:54:37 -07:00
sashko
3a748a5ab6 Remove unlinking ssh code that fails
We delete temp directories anyway!
2015-03-24 21:37:30 -07:00
sashko
808a276eab Bundle the boostrap tarball inside the installer
At build time
2015-03-24 21:28:50 -07:00
Avital Oliver
a2ec383f0e Merge remote-tracking branch 'origin/avital-dev-bundle-fstream' into release-1.1 2015-03-24 21:09:54 -07:00
Avital Oliver
178f337882 Remove echo mistakenly left in code 2015-03-24 20:35:11 -07:00
Avital Oliver
c03972b7ca Allow using test dev bundles on Windows
This duplicates logic we had for Mac/Linux that lets you
set a USE_TEST_DEV_BUNDLE_SERVER environment variable
to try running a newly built dev bundle before publishing
it.
2015-03-24 20:28:03 -07:00
Avital Oliver
78c1ddb4b5 Use new version of npm-node-aes-gcm, which works on Windows 2015-03-24 20:22:25 -07:00
Avital Oliver
271356b16f Bump npm-node-aes-gcm version again.
NOW this version is actually built for Windows.
2015-03-24 20:21:25 -07:00
Slava Kim
fa593632f3 Expand on the comment being related to Windows 2015-03-24 17:29:08 -07:00
Slava Kim
fa6d536c80 Always set the path to the node binary when running npm from Meteor 2015-03-24 17:29:02 -07:00
Avital Oliver
a4dba6c83d Windows installer: Inform Win 8.1 users to restart
(We'll try to fix this after the RC)

Conflicts:
	scripts/windows/installer/WiXInstaller/Resources/Theme_Meteor.xml
2015-03-24 17:28:42 -07:00
Sashko Stubailo
f9906346db Remove WINDOWS-PREVIEW hack
So that there is a recommended release published for Windows

Conflicts:
	tools/utils.js
2015-03-24 17:21:59 -07:00
Sashko Stubailo
31d199124f Revert "Remove WINDOWS-PREVIEW hack"
This reverts commit 84c0b3ccd8.
2015-03-24 17:19:47 -07:00
Sashko Stubailo
84c0b3ccd8 Remove WINDOWS-PREVIEW hack
So that there is a recommended release published for Windows
2015-03-24 17:18:15 -07:00
Avital Oliver
2bc1c412a6 Bump npm-node-aes-gcm again.
I published the previous wrapped version with 1.0.4.1
instead of 1.0.4. 1.0.4.1 hasn't been published for
Windows.
2015-03-24 16:46:57 -07:00
Avital Oliver
7fd1294654 New wrapped version of npm-node-aes-gcm
Since the previous version was built with 1.0.3.1,
which doesn't work on Windows -- we'll now
publish a new version with identical contents and
publish it with 1.0.4.
2015-03-24 16:36:25 -07:00
Avital Oliver
84b5a59b86 Change how we strip Node modules when building dev bundle
Apparently the contents of the browserify-zlib library changed.
2015-03-24 16:06:57 -07:00
Avital Oliver
2e97dde1f1 bump dev bundle version 2015-03-24 15:01:23 -07:00
Avital Oliver
0d3456d166 When publishing meteor tool on windows, print output as it happens 2015-03-24 14:46:48 -07:00
sashko
127163f344 Fix text on last screen after uninstall 2015-03-24 11:28:59 -07:00
Avital Oliver
705c256f5d Revert "Bundle dev bundle version for new fstream"
This reverts commit 33b486098d.

(this should be done on a branch until it's verified to work,
since in the meanwhile this branch is unusable)
2015-03-23 20:59:18 -07:00
Avital Oliver
33b486098d Bundle dev bundle version for new fstream 2015-03-23 20:47:11 -07:00
Slava Kim
81f7ee7dbd Send agentInfo along-side the message from the installer login actions 2015-03-23 20:01:27 -07:00
Slava Kim
27042c43d9 Whitespace changes 2015-03-23 20:01:26 -07:00
Avital Oliver
79f7f162f1 Fix long file paths passed to files.createTarball
The fix is actually in https://github.com/npm/fstream/pull/42,
but now we also remove our explicit path length check
that used to throw an error instead of silently losing files.

This commit also adds a self-test to test the entire flow
through `files.createTarball` and `files.extractTarGz`.
2015-03-23 19:56:19 -07:00
David Glasser
7219c1eb53 bump for 1.0.5-rc.0
Note: we are doing a minor bump facebook rather than a major bump, even
though this is arguably backward-incompatible. But it's only reflecting
a backwards-incompatible change to reality, and we expect the upgrader
text to do a better job of expressing compatibility concerns than the
version number. There's no reason to make Atmosphere packages that
depend on facebook republish, as they are unlikely to need any changes
anyway (mostly, apps may).
release/METEOR@1.0.5-rc.0
2015-03-23 18:00:03 -07:00
David Glasser
4506fc3f93 History update for 1.0.5 2015-03-23 14:59:28 -07:00
David Glasser
ab2e629239 Upgrader for Facebook API change. 2015-03-23 14:57:54 -07:00
David Glasser
bedebc1987 Use the Facebook 2.2 Graph API instead of 1.0.
Facebook is making a change on April 30th: all users of the previous
unversioned Facebook API will automatically start using the 2.0 API, and
the 1.0 API will be unavailable.  By upgrading your Meteor to include
this commit, you will be able to start adapting your app to the post-1.0
world now rather than next month.

Full information about the changes to Facebook's APIs can be found at
https://developers.facebook.com/docs/apps/upgrading

If you only use Facebook integration for login via accounts-facebook,
and don't use users' access tokens to access the Facebook API on their
behalf, then the only changes you are likely to observe are:

- The `id` returned by Facebook for users who had not previously used
  your app will be an "app-scoped ID". You cannot use these to directly
  correlate users between multiple apps (without using the Business
  Mapping API).  This does not affect users who have already logged in
  to your app, so they will continue to be able to access your app.

- Meteor asks for the `email` permission by default, and copies the
  `email` field from the `/me` object into the `serviceData.facebook`
  field on `Meteor.user()`, along with other fields which only require
  the `public_profile` permission. With 2.0, users can decline to grant
  all permissions other than `public_profile`, which means that you
  might not get their `email` address. You can use the `/me/permissions`
  API to tell if permissions were declined.

Additionally, if you are accessing other Facebook APIs using the
`access_token` returned via login, you should be aware that some
permissions have changed in Facebook Graph API 2.0 and newer. Most
notably, many operations involving friends need permissions such as
`user_friends` to be explicitly requested now.  Users can decline any
permission (other than `public_profile`).  Apps which need permissions
other than `public_profile`, `email`, and `user_friends` may need to
pass through a review stage before being fully activated.

To change your app to request new permissions such as `user_friends`,
specify the `requestPermissions` option to
`Meteor.loginWithFacebook` (if you implemented your own login UI) or to
`Accounts.ui.config` (if you are using the `accounts-ui` package).

Note that while Meteor will now always use the v2.2 API to fetch the
access token, it does appear that the access token can still be used to
access pre-v2.2 APIs.  For example, you can still use the access token
to run FQL queries, even though FQL was removed in API v2.1.

Fixes #3123.
2015-03-23 14:57:53 -07:00
sashko
91be1eac7c Make admin get-machine link to SSH directions 2015-03-23 14:18:09 -07:00
Slava Kim
ccc98c1838 Always exit with the same exit code as Meteor node script, in warehouse 2015-03-23 12:14:11 -07:00
Slava Kim
f4bb3c8953 meteor.bat should exit with the same exit code as meteor node script 2015-03-23 12:12:02 -07:00
Sashko Stubailo
aab90ea7c2 Merge branch 'windows-preview-0.2.1' into release-1.1
Conflicts:
	History.md
	packages/accounts-password/package.js
	packages/autoupdate/package.js
	packages/constraint-solver/package.js
	packages/less/package.js
	packages/meteor-tool/package.js
	packages/minifiers/package.js
	packages/observe-sequence/package.js
	packages/package-version-parser/package-version-parser.js
	packages/package-version-parser/package.js
	packages/templating/package.js
	packages/tracker/package.js
	scripts/admin/meteor-release-experimental.json
	tools/selftest.js
2015-03-20 17:52:29 -07:00
Slava Kim
5dc8ea5ffb Always convert \r\n and \r sequences to \n on file reading in tool
Fixes https://github.com/meteor/windows-preview/issues/104
2015-03-20 17:35:55 -07:00
Slava Kim
d8e22d9404 Consistently parse end-of-line characters as "\n" on all platforms for the meteor shell history file.
Fixes the bug where the history would be parsed as one big blob on Windows,
because it is always written with "\n" but parsed with "\r\n" on Windows and
"\n" on Unixy platforms.
2015-03-20 17:00:34 -07:00
Slava Kim
ca82e5f956 Read file as utf8
So the return value is a string and not a buffer
2015-03-20 15:12:45 -07:00
Slava Kim
155375da1f Always try to read the mongo port file on Windows 2015-03-20 15:03:28 -07:00
Sashko Stubailo
b1d0c1c93e Improve message when no build found 2015-03-20 14:38:25 -07:00