Skip to content

Commit

Permalink
feature/1210Validate Settlement Model Definition (#594)
Browse files Browse the repository at this point in the history
* Implemented settlement model definition validation. Node upgrade

* 9.1.2-snapshot

* Fix coverage

* Change as per PR request
  • Loading branch information
ggrg authored Feb 14, 2020
1 parent 6324ca6 commit 92a4056
Show file tree
Hide file tree
Showing 12 changed files with 776 additions and 8,927 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ executors:
default-docker:
working_directory: /home/circleci/project
docker:
- image: node:10.15.3-alpine
- image: node:12.16.0-alpine

default-machine:
machine:
Expand Down
9 changes: 1 addition & 8 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"reject": [
"@hapi/good",
"@hapi/hapi",
"@hapi/inert",
"@hapi/vision",
"@hapi/joi",
"hapi-swagger"
]
"reject": []
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.15.1
12.16.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.15.3-alpine as builder
FROM node:12.16.0-alpine as builder
WORKDIR /opt/central-ledger

RUN apk add --no-cache -t build-dependencies git make gcc g++ python libtool autoconf automake \
Expand All @@ -14,7 +14,7 @@ COPY config /opt/central-ledger/config
COPY migrations /opt/central-ledger/migrations
COPY seeds /opt/central-ledger/seeds

FROM node:10.15.3-alpine
FROM node:12.16.0-alpine
WORKDIR /opt/central-ledger

COPY --from=builder /opt/central-ledger .
Expand Down
49 changes: 1 addition & 48 deletions audit-resolve.json
Original file line number Diff line number Diff line change
@@ -1,48 +1 @@
{
"decisions": {
"1164|hapi-swagger>handlebars": {
"decision": "fix",
"madeAt": 1569472078085
},
"1164|nyc>istanbul-reports>handlebars": {
"decision": "fix",
"madeAt": 1569472078086
},
"1184|npm-check-updates>pacote>make-fetch-happen>https-proxy-agent": {
"decision": "ignore",
"madeAt": 1571649787349,
"expiresAt": 1574241710583
},
"1184|npm-check-updates>pacote>npm-registry-fetch>make-fetch-happen>https-proxy-agent": {
"decision": "ignore",
"madeAt": 1571649787349,
"expiresAt": 1574241710583
},
"1316|hapi-swagger>handlebars": {
"decision": "fix",
"madeAt": 1574855424585
},
"1316|nyc>istanbul-reports>handlebars": {
"decision": "fix",
"madeAt": 1574855424585
},
"1324|hapi-swagger>handlebars": {
"decision": "fix",
"madeAt": 1574855424585
},
"1324|nyc>istanbul-reports>handlebars": {
"decision": "fix",
"madeAt": 1574855424585
},
"1325|hapi-swagger>handlebars": {
"decision": "fix",
"madeAt": 1574855424585
},
"1325|nyc>istanbul-reports>handlebars": {
"decision": "fix",
"madeAt": 1574855424585
}
},
"rules": {},
"version": 1
}

Loading

0 comments on commit 92a4056

Please sign in to comment.