Skip to content

Migration to the latest Adapter Foundation

Ritika Sharma requested to merge minor/ADAPT-2057 into master
  1. Add some items to .gitignore (e.g. DS_Store) to keep them out of the repos.
  2. 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)
  3. Fix the issues with Confluence in the markdowns (Tables, Lists, Links)
  4. Add scripts for easier authentication, removing hooks, etc
  5. Script changes (install script as well as database changes in other scripts)
  6. Double # of path vars on generic call
  7. Update versions of foundation (e.g. adapter-utils)
  8. Update npm publish so it supports https
  9. Update dependencies
  10. Add preinstall for minimist
  11. Fix new lint issues that came from eslint dependency change
  12. Add more thorough Unit tests for standard files (Package, Pronghorn, Properties (Schema and Sample)
  13. Add the adapter type in the package.json
  14. Add AdapterInfo.js script
  15. Add json-query dependency
  16. Add the propertiesDecorators.json for product encryption
  17. 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
  18. Add the adapter config in the database support - iapMoveAdapterEntitiesToDB
  19. Add standard broker calls - hasEntities, getDevice, getDevicesFiltered, isAlive, getConfig and iapGetDeviceCount
  20. Add genericAdapterRequest that does not use the base_path and version so that the path can be unique - genericAdapterRequestNoBasePath
  21. Add AdapterInfo.json
  22. Add systemName for documentation
Edited by Michael Evenchick

Merge request reports