Skip to content

Migration to the latest Adapter Foundation

Ritika Sharma requested to merge minor/ADAPT-2157 into master
  1. Description should have all of these in a number list
  2. Add some items to .gitignore (e.g. DS_Store) to keep them out of the repos.
  3. Changes to the README (some typo fixes - Add how to extend the adapter). Split the README into various markdown files (AUTH, BROKER, CALLS, ENHANCE, PROPERTIES, SUMMARY, SYSTEMINFO, TROUBLESHOOT)
  4. Fix the issues with Confluence in the markdowns (Tables, Lists, Links)
  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
  12. Fix new lint issues that came from eslint dependency change
  13. Add more thorough Unit tests for standard files (Package, Pronghorn, Properties (Schema and Sample)
  14. Add the adapter type in the package.json
  15. Add AdapterInfo.js script
  16. Add json-query dependency
  17. Add the propertiesDecorators.json for product encryption
  18. Change the name of internal IAP/Adapter methods to avoid collisions and make more obvious in Workflow - iapRunAdapterBasicGet, iapRunAdapterConnectivity, iapRunAdapterHealthcheck, iapTroubleshootAdapter, iapGetAdapterQueue, iapUnsuspendAdapter, iapSuspendAdapter, iapFindAdapterPath, iapUpdateAdapterConfiguration, iapGetAdapterWorkflowFunctions
  19. Add the adapter config in the database support - iapMoveAdapterEntitiesToDB
  20. Add standard broker calls - hasEntities, getDevice, getDevicesFiltered, isAlive, getConfig and iapGetDeviceCount
  21. Add genericAdapterRequest that does not use the base_path and version so that the path can be unique - genericAdapterRequestNoBasePath
  22. Add AdapterInfo.json
  23. Add systemName for documentation

Merge request reports