Skip to content

Commit

Permalink
Issue826-IntegrateEventFrameworkIntoALS (#139)
Browse files Browse the repository at this point in the history
* Issue826-WipRegisterEventPluginApplySpanToRouteHandlerAndModelLogic

* Issue826-UpdatingRequireSrcLibUtilRequirePathAndAddNewLineAtSrcLibUtil

* Issue826-EventFrameworkIntegration
-update swagger operation ids to follow convention
-configure event framework to additional operations
-update unit tests to account for headers and span parameters

* Issue826-EventFrameworkIntegration
-run audit check and resolve and reminder
-set package version to 8.5.0
-remove comments from oracle tests

* Issue826-UpdateIntegrationTestAddHeaderAndSpan

* Issue826-EventFrameworkIntegrationRemovePayloadRetrievalFromDeleteOracle

* Issue826-EventFrameworkIntegrationRemovePayloadRetrievalFromDeleteEndpointcache

* Issue826-EventFrameworkIntegrationFixPartiesTypeIdErrorUnitTest

* Issue826-CleaupNotImplemenetedPUTParticipantsTypeIdSubIdErrorEndpoint

* Issue826-Fix2UnitTestForParticipantsTypeIdErrorAndRemoveUnnecessaryQuotesPerStandard

* Issue826-UpdateDependencies

* Issue826-TestIntegrationChangeWithOlderHapiSwaggerVersion

* Issue826-IgnoreHapiSwaggerFixIntegrationTest

* Issue826-UpdateIntegrationTestCreateSpanManually

* Issue826-UpdateIntegrationTestAddEsLintPlusAuditCheck

* Issue1086-UpdateTagsContentAndTagUtilUpdateDepsAndResolveAuditChecks

* Issue1086-FixIndentationPerStandard

* 1086-UpdatePackageVersionAndReAddEventSDKDependencyAfterMergeRemovedIt

* 1086-RefactorPerPRReviewMoveEventCodeToHandlerFromDomainUpdateDependencies

* 826-UpdateVersionAndUpdateDependencies
  • Loading branch information
gibaros authored and rmothilal committed Jan 21, 2020
1 parent 5767073 commit 4c30aa2
Show file tree
Hide file tree
Showing 24 changed files with 1,374 additions and 470 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
},
"env": {
"es6": true,
"node": true
"node": true,
"jest/globals": true
},
"extends": "eslint:recommended"
"extends": ["eslint:recommended", "plugin:jest/all"],
"plugins": ["jest"]
}
40 changes: 34 additions & 6 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,44 @@
"madeAt": 1574094978728
},
"1300|nyc>istanbul-reports>handlebars": {
"decision": "fix",
"madeAt": 1574094978728
"decision": "postpone",
"madeAt": 1573225898636
},
"1316|hapi-swagger>handlebars": {
"decision": "postpone",
"madeAt": 1575494053928
},
"1316|jest>jest-cli>@jest/core>@jest/reporters>istanbul-reports>handlebars": {
"decision": "fix",
"madeAt": 1574094978728
"decision": "postpone",
"madeAt": 1575494053928
},
"1316|nyc>istanbul-reports>handlebars": {
"decision": "fix",
"madeAt": 1574094978728
"decision": "postpone",
"madeAt": 1575494053928
},
"1324|hapi-swagger>handlebars": {
"decision": "postpone",
"madeAt": 1575494053928
},
"1324|jest>jest-cli>@jest/core>@jest/reporters>istanbul-reports>handlebars": {
"decision": "postpone",
"madeAt": 1575494053928
},
"1324|nyc>istanbul-reports>handlebars": {
"decision": "postpone",
"madeAt": 1575494053928
},
"1325|hapi-swagger>handlebars": {
"decision": "postpone",
"madeAt": 1575494053928
},
"1325|jest>jest-cli>@jest/core>@jest/reporters>istanbul-reports>handlebars": {
"decision": "postpone",
"madeAt": 1575494053928
},
"1325|nyc>istanbul-reports>handlebars": {
"decision": "postpone",
"madeAt": 1575494053928
}
},
"rules": {},
Expand Down
Loading

0 comments on commit 4c30aa2

Please sign in to comment.