Skip to content
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

Add CI test for checking licenses and misc package.json cleanup #1550

Merged
merged 6 commits into from
Oct 31, 2019

Conversation

jmrossy
Copy link
Contributor

@jmrossy jmrossy commented Oct 31, 2019

Description

Sorry, this one's a bit of a catchall PR

  • Add CI test for checking dependency licenses for GPL and cleanup the related package.json scripts
  • Cleanup the mobile package.json and remove some unused jobs
  • Fix unlocking script in e2e tests for devices that already have pin set

Tested

Tested locally, and CI tests will test the new check licenses job :)

@jmrossy jmrossy changed the title [Wallet + others] Misc package.json cleanup Add CI test for checking licenses and misc package.json cleanup Oct 31, 2019
Copy link
Contributor

@jeanregisser jeanregisser left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Comment on lines -139 to -141
// Note: Unfortunately, RN-Geth doesn't currently support connecting to the
// already running geth instance, which we would need to subscribe to head updates.
// In the meantime, we need to force an app reset. See #3227
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this comment not relevant anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It won't be once my hot reloading Pr goes in. I accidentally included it here but it's nbd

@codecov
Copy link

codecov bot commented Oct 31, 2019

Codecov Report

Merging #1550 into master will increase coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1550      +/-   ##
==========================================
+ Coverage   73.72%   73.75%   +0.02%     
==========================================
  Files         277      277              
  Lines        7422     7418       -4     
  Branches      661      954     +293     
==========================================
- Hits         5472     5471       -1     
+ Misses       1838     1835       -3     
  Partials      112      112
Flag Coverage Δ
#mobile 73.75% <0%> (+0.02%) ⬆️
Impacted Files Coverage Δ
packages/mobile/src/geth/geth.ts 21.98% <0%> (ø) ⬆️
packages/mobile/src/invite/saga.ts 81.15% <0%> (+1.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11e9a1d...81e0520. Read the comment docs.

@jmrossy jmrossy merged commit c9a870a into master Oct 31, 2019
@jmrossy jmrossy deleted the rossy/packge-json-cleanup branch October 31, 2019 17:43
aaronmgdr added a commit that referenced this pull request Nov 2, 2019
* master: (62 commits)
  Fix e2e on CI (#1537)
  Allow a specified address to disable/enable the Exchange  (#1467)
  Avoid re-encrypting key files with yarn keys:encrypt command (#1560)
  Support protocol hotfixing (#613)
  Point e2e tests back (#1562)
  Refactor to Accounts.sol (#1392)
  Add selectIssuers Transaction (#1327)
  [Wallet] Get React Native Hot Reloading Working (#1551)
  Unify to prefix messages for signing (#1473)
  [Wallet] Improve error handling around account creation and keystore ops (#1497)
  Add CI test for checking licenses and misc package.json cleanup (#1550)
  [Wallet] Implement SMS invite on iOS (#1541)
  CI: brings back to master (#1554)
  Validators: uses Ethereum address for proof of possession (#1494)
  Validate Attestation Requests (#1468)
  Rename hosted node references to forno (#1511)
  Bump rubyzip from 1.2.3 to 1.3.0 in /packages/mobile (#1508)
  Added txpool family to geth apis. Sorted geth cmd options (#1462)
  [Wallet] Fix yarn dev command for running android (#1534)
  [Wallet] iOS info plist changes and version bump (#1539)
  ...

# Conflicts:
#	yarn.lock
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.

6 participants