Skip to content

migrations to the latest adapter foundation

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

This migration includes:

  • Add things to .gitignore (e.g. DS_Store)
  • Changes to the README (some typo fixes - Add how to extend the adapter)
  • Add the adapter config in the database support (MANUAL moveEntitiesToDb in adapter.js and pronghorn.json, add mongodb dependency in package.json)
  • Add scripts for easier authentication, removing hooks, etc
  • Script changes (install script as well as database changes in other scripts)
  • Double # of path vars on generic call
  • Update versions of foundation (e.g. adapter-utils)
  • Update npm publish so it supports https
  • Update dependencies
  • Add resolution & preinstall for minimist (security vulnerabilities) MANUAL
  • Add auth properties for OAuth 2 (MANUAL in unit test, integration test and sampleProperties)
  • Fix new lint issues that came from eslint dependency change
  • Add more thorough Unit tests for standard files (Package, Pronghorn, Properties (Schema and Sample)
  • Add standard broker calls and unit tests for them (MANUAL add to adapter.js and pronghorn.json)
  • Add the adapter type in the package.json (MANUAL)

Merge request reports