Skip to content

chore: Merge release in master #3569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
May 9, 2018
Merged

Conversation

rosen-vladimirov
Copy link
Contributor

Merge release in master

rosen-vladimirov and others added 17 commits April 18, 2018 23:12
In case the usage reporting is disabled, the verbose log of CLI still prints that will send information to Google Analytics. In fact it does not do it. The problem is that the message is printed before checking the state of the usage reporting.
Fix this by placing the printing in the correct method.
fix(analytics): Message for tracking in GA is always printed
Expose the `getAppProcessId` method from `androidProcessService`, so it can be called when using CLI as a library.
…process-service

feat(API): Expose androidProcessService - getAppProcessId
…s-sim

Update common lib and ios-sim version
Add support for Node.js 10.x.x. Currently, when trying to use CLI with Node.js 10.x.x, error is thrown. The problem is that we are using npm-shrinkwrap.json to keep using same versions of all dependencies, no matter how they are defined in the package.json files.
The current problem is that the `unzip` package relies on `fstream` package, which depends on `graceful-fs` 3.0.11 version. This version of `graceful-fs` depends on `natives` package by using the range `^1.1.0`. In our `npm-shrinkwrap.json` this range is resolved to version 1.1.2. This version of the `natives` package does not work with Node.js 10.x.x. There's a newer one - 1.1.3 that fixes it. So the solution is to update the npm-shrinkwrap.json and use the latest version of `natives` package.

Also add version 10.x.x as supported in CLI's package.json, so we'll not show warning that it is not validated.
…ssing

In case you delete `App_Resources/iOS` directory, the `getAssetsStructure` method fails as it tries to read `Content.json` files from the deleted directory. Instead of failing, just return empty arrays for the images. This is already working this way for Android.
Add test for the case
…cture

fix(assets-generation): Do not fail in case some App_Resources are missing
In case the path to project has space in the name and there's Android plugin that should be build, the build operation fails. The reason is usage of exec - change it to spawn, which handles the spaces correctly.

feat: Add `buildAndroidPlugin` hook, which is executed just before spawning the gradle build for specific plugin. The hook can be used to modify plugin's structure before building the plugin.
fix: Build plugins when path to project has space
…and-sdk

Add docs for device name and sdk options
@rosen-vladimirov rosen-vladimirov self-assigned this May 9, 2018
@rosen-vladimirov rosen-vladimirov requested a review from Fatme May 9, 2018 06:10
Copy link
Contributor

@Fatme Fatme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After green build

@rosen-vladimirov rosen-vladimirov merged commit acb7030 into master May 9, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-rel-master branch May 9, 2018 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants