Skip to content

migration to the latest foundation and broker ready

Michael Evenchick requested to merge minor/ADAPT-1937 into master

This migration includes:

  1. Add resolution for minimist (security vulnerabilities) MANUAL BEFORE MIGRATION SCRIPT
  2. Add things to .gitignore (e.g. DS_Store)
  3. Changes to the README (some typo fixes - Add how to extend the adapter)
  4. Add the adapter config in the database support (MANUAL moveEntitiesToDb in adapter.js and pronghorn.json)
  5. Add scripts for easier authentication, removing hooks, etc
  6. Script changes (install script as well as database changes in other scripts)
  7. Double # of path vars on generic call
  8. Update versions of foundation (e.g. adapter-utils)
  9. Update npm publish so it supports https
  10. Update dependencies
  11. Add preinstall for minimist (security vulnerabilities)
  12. Add auth properties for OAuth 2 (MANUAL in unit test, integration test and sampleProperties)
  13. Fix new lint issues that came from eslint dependency change
  14. Add more thorough Unit tests for standard files (Package, Pronghorn, Properties (Schema and Sample)
  15. Add standard broker calls and unit tests for them (MANUAL add to adapter.js and pronghorn.json, make sure to exclude hasEntities and hasDevices from getWorkflowFunctions)
  16. Add the adapter type in the package.json

Merge request reports