Commit Graph

15097 Commits

Author SHA1 Message Date
Martijn Walraven
b618de8cd1 Only depend on ios-sim on OS X 2015-08-26 19:26:47 +02:00
Martijn Walraven
74b5f7bcea Move cordova-lib and ios-sim from dev bundle to package 2015-08-26 19:26:47 +02:00
Martijn Walraven
185e04c9a7 Move tools/cordova/commands.js to tools/cli/commands-cordova.js 2015-08-26 19:26:47 +02:00
Martijn Walraven
a5f1a7e44d Remove dev bundle dependencies that do not work on Windows 2015-08-26 19:26:47 +02:00
Martijn Walraven
0eecd4adb4 Convert to OS paths when calling Cordova commands 2015-08-26 19:26:47 +02:00
Martijn Walraven
60fa291543 Bump bundle version to 0.5.5 2015-08-26 19:26:47 +02:00
Martijn Walraven
375eab322c Use spread operator when passing paths array 2015-08-26 19:26:46 +02:00
Martijn Walraven
212c0ceb06 Use setEnv on patched superspawn to pass env to cordova-lib 2015-08-26 19:26:46 +02:00
Martijn Walraven
e0e4dc7ee2 Fix env method in CordovaProject 2015-08-26 19:26:46 +02:00
Martijn Walraven
1ce8efd913 Add env to other Cordova calls as well 2015-08-26 19:26:46 +02:00
Martijn Walraven
3a33b07b76 Add node path and extra paths to env for build and run calls 2015-08-26 19:26:46 +02:00
Martijn Walraven
10a2741f76 Remove notOnWindows option from Cordova commands 2015-08-26 19:26:46 +02:00
Martijn Walraven
94973d22b1 Pass env to Cordova instead of changing process.env 2015-08-26 19:26:46 +02:00
Martijn Walraven
dcc77d520a Remove generate-android-bundle.sh 2015-08-26 19:26:46 +02:00
Martijn Walraven
9d006c255d Don't set android:debuggable in manifest, leaving it to Gradle 2015-08-26 19:26:46 +02:00
Martijn Walraven
bcc3f10782 Fix mobileServerUrlString construction 2015-08-26 19:26:46 +02:00
Martijn Walraven
5556c85b81 Make Cordova tests pass by not expecting Android SDK prompt 2015-08-26 19:26:45 +02:00
Martijn Walraven
47ff9a13aa Clean up Cordova code in commands.js
- Refactor server options parsing, move it from utils.js to commands.js
- Move remote device warning to CordovaRunner
2015-08-26 19:26:45 +02:00
Martijn Walraven
92bf32b6aa Don't access displayName before subclasses have been initialized 2015-08-26 19:26:45 +02:00
Martijn Walraven
64de50afc7 I blame the cat for this 2015-08-26 19:26:45 +02:00
Martijn Walraven
1d6139427b Check Cordova platforms before building for run 2015-08-26 19:26:45 +02:00
Martijn Walraven
c74ec33c7d Change bundler import 2015-08-26 19:26:45 +02:00
Martijn Walraven
702f50088d Depend on our own branch of cordova-lib that respects silent 2015-08-26 19:26:45 +02:00
Martijn Walraven
7d34b1296b Split up and sanitize cordova-commands.js, use cordova-lib 2015-08-26 19:26:45 +02:00
Martijn Walraven
a667cbcf3a Remove Cordova scripts 2015-08-26 19:26:45 +02:00
Martijn Walraven
f768cc7a3b Move Cordova assets and client files to tools/cordova directory 2015-08-26 19:26:44 +02:00
Martijn Walraven
99701d9bac Don't remove Cordova dependencies from dev bundle on Windows 2015-08-26 19:26:44 +02:00
Martijn Walraven
ad9652d2ea Depend on cordova-lib instead of cordova 2015-08-26 19:26:44 +02:00
Martijn Walraven
c33bd25139 Update Cordova plugin versions in packages and bump versions 2015-08-26 19:26:44 +02:00
Martijn Walraven
69fc61df26 Update to Cordova 5.1.1 2015-08-26 19:26:44 +02:00
Martijn Walraven
e164fd969c Install ios-sim from NPM instead of building it ourselves 2015-08-26 19:26:44 +02:00
Sashko Stubailo
927745a5d5 Print link to meteor.com/learn when a new app is created 2015-08-25 15:54:54 -07:00
Sashko Stubailo
dee8f82a85 Merge pull request #5030 from meteor/create-in-current-dir
Support creating new meteor app in current directory
2015-08-25 15:12:03 -07:00
alanning
7cee638d4f Support creating new meteor app in current directory 2015-08-25 15:01:58 -07:00
David Glasser
74a8afcbfc Merge branch 'pr/4971' into devel
Fixes #4971. Fixes #4970.
2015-08-25 14:46:59 -07:00
Dean Brettle
675349f988 Stop onLogin handler even if test fails. 2015-08-25 14:42:22 -07:00
Dean Brettle
64a6661c51 Fix #4970 - Login fail while logged in breaks reconnect autologin
Change callLoginMethod to leave self.connection.onReconnect alone if the
login fails, and add test for same.
2015-08-25 14:42:22 -07:00
David Greenspan
ceaed90e5d add a line to History.md 2015-08-24 17:05:24 -07:00
Ben Newman
6f188e923b Upgrade ecmascript-collections NPM package to 0.1.5. 2015-08-21 18:22:08 -04:00
Ben Newman
5636c43e85 Test that core-js does not interfere with check(..., Number).
See https://github.com/grigio/meteor-babel/issues/5 for the kind of issue
that this test should help prevent.
2015-08-21 18:10:32 -04:00
Anubhav Jain
9fd0195f83 Adding environment variable to simplify enabling tool debugging. Updated docs to reflect change 2015-08-20 12:12:25 -07:00
Ben Newman
2353a69eee Upgrade meteor-promise to version 0.4.8.
This release of meteor-promise includes some important bug fixes for
environment binding on the client.
2015-08-20 13:19:59 -04:00
rebolon
d6427c4150 Fix issue #4929 by calling toString on HTTP content
Closes PR #4940

[stubailo: squashed commits, edited commit message, code style]
2015-08-20 09:16:53 -07:00
Ben Newman
95d7212edc Fix @class name for AccountsCommon. 2015-08-19 17:29:02 -04:00
Ben Newman
c58e383178 Fix title of "Accounts (multi-server)" section in table of contents. 2015-08-19 17:24:49 -04:00
Ben Newman
62ced17a9d Convert Accounts{Common,Client,Server} to ES2015 classes.
Now with proper documentation!

Closes #4930.
2015-08-19 17:20:58 -04:00
gsuess
e02bf0fb30 Fixes #4522: Mongo upsert with dotted keys
Break down dotted key-value pairs into an object when simulating
the way Mongo generates an object from a selector in upsert.
2015-08-19 13:24:36 -07:00
Ben Newman
0674fc0714 Call plugin.setDiskCacheDirectory with OS-appropriate path.
Fixes #4990.
2015-08-19 12:37:41 -04:00
Sashko Stubailo
696876b184 Get rid of React from eslintrc until we think about it more 2015-08-18 17:14:34 -07:00
Rahul
0a29e7614e Correct double negative
Was this intentional? If so, I don't get it
2015-08-18 15:17:23 -07:00