@itentialopensource/adapter-amazon_route53 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/AUTH.md +25 -22
  2. package/CALLS.md +59 -22
  3. package/CHANGELOG.md +8 -0
  4. package/CONTRIBUTING.md +1 -160
  5. package/ENHANCE.md +2 -2
  6. package/README.md +32 -23
  7. package/SYSTEMINFO.md +15 -5
  8. package/adapter.js +600 -1783
  9. package/adapterBase.js +549 -879
  10. package/changelogs/changelog.md +54 -0
  11. package/entities/.system/action.json +2 -2
  12. package/entities/Rest/action.json +109 -109
  13. package/metadata.json +70 -0
  14. package/package.json +24 -28
  15. package/pronghorn.json +981 -642
  16. package/propertiesSchema.json +439 -39
  17. package/refs?service=git-upload-pack +0 -0
  18. package/report/adapter-openapi.json +15721 -0
  19. package/report/adapter-openapi.yaml +11633 -0
  20. package/report/adapterInfo.json +8 -8
  21. package/report/updateReport1691507399893.json +120 -0
  22. package/report/updateReport1692202434448.json +120 -0
  23. package/report/updateReport1694460669097.json +120 -0
  24. package/report/updateReport1698420502742.json +120 -0
  25. package/sampleProperties.json +68 -5
  26. package/test/integration/adapterTestBasicGet.js +2 -4
  27. package/test/integration/adapterTestConnectivity.js +91 -42
  28. package/test/integration/adapterTestIntegration.js +130 -2
  29. package/test/unit/adapterBaseTestUnit.js +388 -313
  30. package/test/unit/adapterTestUnit.js +338 -112
  31. package/utils/adapterInfo.js +1 -1
  32. package/utils/addAuth.js +1 -1
  33. package/utils/artifactize.js +1 -1
  34. package/utils/checkMigrate.js +1 -1
  35. package/utils/entitiesToDB.js +2 -2
  36. package/utils/findPath.js +1 -1
  37. package/utils/methodDocumentor.js +273 -0
  38. package/utils/modify.js +13 -15
  39. package/utils/packModificationScript.js +1 -1
  40. package/utils/pre-commit.sh +2 -0
  41. package/utils/taskMover.js +309 -0
  42. package/utils/tbScript.js +89 -34
  43. package/utils/tbUtils.js +41 -21
  44. package/utils/testRunner.js +1 -1
  45. package/utils/troubleshootingAdapter.js +9 -6
  46. package/workflows/README.md +0 -3
@@ -0,0 +1,54 @@
1
+
2
+ ## 0.2.2 [07-14-2022]
3
+
4
+ * patch/Auth - Auth changes
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-amazon_route53!3
7
+
8
+ ---
9
+
10
+ ## 0.2.1 [06-24-2022]
11
+
12
+ - Auth Changes for Headers and Streamline
13
+
14
+ See merge request itentialopensource/adapters/cloud/adapter-amazon_route53!2
15
+
16
+ ---
17
+
18
+ ## 0.2.0 [05-15-2022]
19
+
20
+ - Changes for STS Auth, IAM and Migration
21
+ - Add some items to .gitignore (e.g. DS_Store) to keep them out of the repos.
22
+ - 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)
23
+ - Fix the issues with Confluence in the markdowns (Tables, Lists, Links)
24
+ - Add scripts for easier authentication, removing hooks, etc
25
+ - Script changes (install script as well as database changes in other scripts)
26
+ - Double # of path vars on generic call
27
+ - Update versions of foundation (e.g. adapter-utils)
28
+ - Update npm publish so it supports https
29
+ - Update dependencies
30
+ - Add preinstall for minimist
31
+ - Fix new lint issues that came from eslint dependency change
32
+ - Add more thorough Unit tests for standard files (Package, Pronghorn, Properties (Schema and Sample)
33
+ - Add the adapter type in the package.json
34
+ - Add AdapterInfo.js script
35
+ - Add json-query dependency
36
+ - Add the propertiesDecorators.json for product encryption
37
+ - 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
38
+ - Add the adapter config in the database support - iapMoveAdapterEntitiesToDB
39
+ - Add standard broker calls - hasEntities, getDevice, getDevicesFiltered, isAlive, getConfig and iapGetDeviceCount
40
+ - Add genericAdapterRequest that does not use the base_path and version so that the path can be unique - genericAdapterRequestNoBasePath
41
+ - Add AdapterInfo.json
42
+ - Add systemName for documentation
43
+
44
+ See merge request itentialopensource/adapters/cloud/adapter-amazon_route53!1
45
+
46
+ ---
47
+
48
+ ## 0.1.1 [03-06-2022]
49
+
50
+ - Initial Commit
51
+
52
+ See commit ff30dcd
53
+
54
+ ---
@@ -29,14 +29,14 @@
29
29
  "name": "healthcheck",
30
30
  "protocol": "REST",
31
31
  "method": "GET",
32
- "entitypath": "{base_path}/{version}/healthcheck?{query}",
32
+ "entitypath": "{base_path}/{version}/healthcheckcount/?{query}",
33
33
  "requestSchema": "schema.json",
34
34
  "responseSchema": "schema.json",
35
35
  "timeout": 0,
36
36
  "sendEmpty": false,
37
37
  "sendGetBody": false,
38
38
  "requestDatatype": "",
39
- "responseDatatype": "",
39
+ "responseDatatype": "XML2JSON",
40
40
  "headers": {},
41
41
  "responseObjects": [
42
42
  {