Skip to content

Commit

Permalink
Merge pull request #67 from sakuli/fix/45/error-state-not-updates
Browse files Browse the repository at this point in the history
Fix/45/error state not updates
  • Loading branch information
svettwer authored Aug 17, 2020
2 parents 9756418 + 6c4d58d commit bfcf3b3
Show file tree
Hide file tree
Showing 19 changed files with 11,840 additions and 12,585 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In order to test a forwarder in a local development setup, several steps are req
1. On package root level of the required forwarder (e.g. `packages/sakuli-forwarder-prometheus`), run `npm link`
1. (Optional) On the required result builder also run `npm link`
1. To make forwarders usable in a test setup, run e.g. `npm link @sakuli/forwarder-checkmk` inside the sakuli-cli package
1. Configure your forwarder in the integration-test package
1. Configure your forwarder in the e2e package
1. Run a test, verify the output

### Why?
Expand Down
381 changes: 273 additions & 108 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fs-extra": "8.1.0",
"jest": "25.2.7",
"lerna": "3.20.2",
"lerna-audit": "1.1.2",
"lerna-audit": "1.2.0",
"ts-jest": "25.3.1",
"typescript": "3.8.3"
}
Expand Down
2,033 changes: 953 additions & 1,080 deletions packages/sakuli-forwarder-check_mk/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/sakuli-forwarder-check_mk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@sakuli/result-builder-checkmk": "2.3.0",
"@sakuli/result-builder-commons": "2.3.0",
"axios": "0.19.0",
"class-validator": "0.9.1",
"class-validator": "0.12.2",
"common-tags": "1.8.0"
},
"devDependencies": {
Expand All @@ -37,4 +37,4 @@
"ts-jest": "25.3.1",
"typescript": "3.8.3"
}
}
}
1,985 changes: 914 additions & 1,071 deletions packages/sakuli-forwarder-gearman/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/sakuli-forwarder-gearman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"test": "jest",
"prepublishOnly": "npm run build:release && npm test"
}
}
}
2,177 changes: 1,056 additions & 1,121 deletions packages/sakuli-forwarder-icinga2/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/sakuli-forwarder-icinga2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@sakuli/core": "2.3.1-next.62",
"@sakuli/result-builder-commons": "2.3.0",
"axios": "0.19.0",
"class-validator": "0.9.1",
"class-validator": "0.12.2",
"common-tags": "1.8.0"
},
"devDependencies": {
Expand All @@ -35,4 +35,4 @@
"test": "jest",
"prepublishOnly": "npm run build:release && npm test"
}
}
}
Loading

0 comments on commit bfcf3b3

Please sign in to comment.