Skip to content

migration and add new call - getGraphql

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

Added new call for graphql

This migration includes:

  • Add resolution for minimist (security vulnerabilities) MANUAL BEFORE MIGRATION SCRIPT
  • 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 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 preinstall for minimist (security vulnerabilities)
  • Add auth properties for OAuth 2 (MANUAL in unit test, integration test and sampleProperties)
  • Fix new lint issues that came from eslint dependency change

Merge request reports