This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge develop into master (#416)
chore: merge develop into master
- Loading branch information
Showing
17 changed files
with
395 additions
and
277 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Lint | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
pull_request: | ||
types: [ready_for_review, synchronize, opened] | ||
|
||
jobs: | ||
source: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [10.x, 12.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: Install pre dependencies | ||
run: yarn global add [email protected] [email protected] | ||
- name: Install | ||
run: npm rebuild node-sass && yarn install --frozen-lockfile | ||
- name: Lint | ||
run: npm run lint --bailOnLintError true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: Test | ||
|
||
on: | ||
push: | ||
branches: | ||
- '**' | ||
pull_request: | ||
types: [ready_for_review, synchronize, opened] | ||
|
||
jobs: | ||
unit: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [10.x, 12.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: Install pre dependencies | ||
run: yarn global add [email protected] [email protected] | ||
- name: Install | ||
run: npm rebuild node-sass && yarn install --frozen-lockfile | ||
- name: Test | ||
run: npm run test:coverage | ||
- name: Build | ||
run: npm run build -- --prod | ||
|
||
e2e: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [10.x, 11.x, 12.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: Install pre dependencies | ||
run: yarn global add [email protected] [email protected] | ||
- name: Install | ||
run: npm rebuild node-sass && yarn install --frozen-lockfile | ||
- name: Test | ||
run: npm run test:e2e | ||
- name: Build | ||
run: npm run build -- --prod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="io.ark.wallet.mobile" version="1.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<widget id="io.ark.wallet.mobile" version="1.5.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Ark Mobile</name> | ||
<description>ARK</description> | ||
<author email="[email protected]" href="http://ark.io/">Ark Ecosystem</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ark-mobile", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"author": { | ||
"name": "Lucio Rubens", | ||
"email": "[email protected]", | ||
|
@@ -80,7 +80,7 @@ | |
"cordova-plugin-console": "^1.1.0", | ||
"cordova-plugin-device": "^2.0.3", | ||
"cordova-plugin-inappbrowser": "^3.1.0", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-ionic-keyboard": "^2.2.0", | ||
"cordova-plugin-network-information": "^2.0.2", | ||
"cordova-plugin-qrscanner": "^3.0.1", | ||
"cordova-plugin-screen-orientation": "^3.0.2", | ||
|
@@ -89,20 +89,22 @@ | |
"cordova-plugin-swift-support": "^3.1.1", | ||
"cordova-plugin-vibration": "^3.1.1", | ||
"cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-socialsharing": "^5.4.7", | ||
"cordova-plugin-x-socialsharing": "^5.6.0", | ||
"cordova-sqlite-storage": "git+https://github.com/litehelpers/Cordova-sqlite-storage.git", | ||
"es6-promise-plugin": "^4.2.2", | ||
"iod": "^1.1.1", | ||
"ionic-angular": "^3.9.8", | ||
"ionic2-auto-complete": "^1.6.2-alpha", | ||
"ionicons": "^3", | ||
"is-url": "^1.2.4", | ||
"json-typescript-mapper": "github:luciorubeens/json-typescript-mapper#master", | ||
"lodash": "^4.17.15", | ||
"moment-timezone": "^0.5.21", | ||
"ng2-charts": "^1.6.0", | ||
"ngx-filter-pipe": "^1.0.2", | ||
"node-forge": "^0.8.5", | ||
"rxjs": "^5.5.12", | ||
"semver": "^6.3.0", | ||
"string-hash": "^1.1.3", | ||
"sw-toolbox": "3.6.0", | ||
"wif": "^2.0.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["config:base", ":preserveSemverRanges"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.