Skip to content

migration to the latest adapter foundation - also cleanup a lot of manually added methods

Michael Evenchick requested to merge patch/mar21migrate into master

migration to bring up to the latest foundation

Script handles

  • Change to .eslintignore (adapter_modification directory)
  • Change to README.md (new properties, new scripts, new processes)
  • Changes to adapterBase.js (new methods)
  • Changes to package.json (new scripts, dependencies)
  • Changes to propertiesSchema.json (new properties and changes to existing)
  • Changes to the Unit test
  • Adding several test files, utils files and .generic entity

Manual Work

  • Fix order of scripts and dependencies in package.json
  • Fix order of properties in propertiesSchema.json
  • Update sampleProperties, unit and integration tests to have all new properties.
  • Add all new calls to adapter.js and pronghorn.json
  • Add suspend piece to older methods

Merge request reports