@itentialopensource/adapter-azure_devops 0.1.1 → 0.1.2
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.
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +169 -0
- package/CHANGELOG.md +9 -2
- package/CODE_OF_CONDUCT.md +12 -17
- package/CONTRIBUTING.md +88 -74
- package/ENHANCE.md +69 -0
- package/PROPERTIES.md +641 -0
- package/README.md +221 -571
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +11999 -57
- package/adapterBase.js +1007 -253
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/README.md +59 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/specificCallScript.js +97 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/update.js +532 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/adapter.js +11651 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/action.json +43 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/action.json +43 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/action.json +64 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/action.json +85 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/action.json +85 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/action.json +84 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/action.json +43 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/action.json +43 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/action.json +84 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/action.json +63 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/action.json +44 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/action.json +104 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/action.json +44 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/action.json +84 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/action.json +43 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/action.json +22 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/action.json +164 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/action.json +22 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/action.json +104 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/action.json +104 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/action.json +84 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/action.json +126 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/action.json +64 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/action.json +63 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/action.json +84 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/action.json +186 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/action.json +64 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/action.json +43 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/action.json +23 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/mockdatafiles/mockdata.json +20817 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/schema.json +125 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/methods.json +74975 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/pronghorn.json +11730 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/test/integration/adapterTestIntegration.js +5493 -0
- package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/test/unit/adapterTestUnit.js +10889 -0
- package/entities/.generic/action.json +105 -0
- package/entities/.generic/schema.json +6 -1
- package/entities/AnnotatedTags/action.json +45 -0
- package/entities/AnnotatedTags/schema.json +20 -0
- package/entities/Blobs/action.json +45 -0
- package/entities/Blobs/schema.json +20 -0
- package/entities/CherryPicks/action.json +66 -0
- package/entities/CherryPicks/schema.json +21 -0
- package/entities/Commits/action.json +87 -0
- package/entities/Commits/mockdatafiles/commitsGetCommitsBatch-default.json +707 -0
- package/entities/Commits/mockdatafiles/commitsGetPushCommits-default.json +336 -0
- package/entities/Commits/schema.json +22 -0
- package/entities/Diffs/action.json +25 -0
- package/entities/Diffs/schema.json +19 -0
- package/entities/Forks/action.json +87 -0
- package/entities/Forks/mockdatafiles/forksGetForkSyncRequests-default.json +200 -0
- package/entities/Forks/mockdatafiles/forksList-default.json +102 -0
- package/entities/Forks/schema.json +22 -0
- package/entities/ImportRequests/action.json +86 -0
- package/entities/ImportRequests/mockdatafiles/importRequestsQuery-default.json +91 -0
- package/entities/ImportRequests/schema.json +22 -0
- package/entities/Items/action.json +45 -0
- package/entities/Items/mockdatafiles/itemsGetItemsBatch-default.json +5 -0
- package/entities/Items/mockdatafiles/itemsList-default.json +40 -0
- package/entities/Items/schema.json +20 -0
- package/entities/MergeBases/action.json +25 -0
- package/entities/MergeBases/mockdatafiles/mergeBasesList-default.json +580 -0
- package/entities/MergeBases/schema.json +19 -0
- package/entities/Merges/action.json +45 -0
- package/entities/Merges/schema.json +20 -0
- package/entities/PolicyConfigurations/action.json +25 -0
- package/entities/PolicyConfigurations/mockdatafiles/policyConfigurationsGet-default.json +20 -0
- package/entities/PolicyConfigurations/schema.json +19 -0
- package/entities/PullRequestAttachments/action.json +86 -0
- package/entities/PullRequestAttachments/mockdatafiles/pullRequestAttachmentsList-default.json +159 -0
- package/entities/PullRequestAttachments/schema.json +22 -0
- package/entities/PullRequestCommentLikes/action.json +65 -0
- package/entities/PullRequestCommentLikes/mockdatafiles/pullRequestCommentLikesList-default.json +10 -0
- package/entities/PullRequestCommentLikes/schema.json +21 -0
- package/entities/PullRequestCommits/action.json +46 -0
- package/entities/PullRequestCommits/mockdatafiles/pullRequestCommitsGetPullRequestCommits-default.json +818 -0
- package/entities/PullRequestCommits/mockdatafiles/pullRequestCommitsGetPullRequestIterationCommits-default.json +813 -0
- package/entities/PullRequestCommits/schema.json +20 -0
- package/entities/PullRequestIterationChanges/action.json +25 -0
- package/entities/PullRequestIterationChanges/schema.json +19 -0
- package/entities/PullRequestIterationStatuses/action.json +106 -0
- package/entities/PullRequestIterationStatuses/mockdatafiles/pullRequestIterationStatusesList-default.json +71 -0
- package/entities/PullRequestIterationStatuses/schema.json +23 -0
- package/entities/PullRequestIterations/action.json +46 -0
- package/entities/PullRequestIterations/mockdatafiles/pullRequestIterationsList-default.json +2403 -0
- package/entities/PullRequestIterations/schema.json +20 -0
- package/entities/PullRequestLabels/action.json +86 -0
- package/entities/PullRequestLabels/mockdatafiles/pullRequestLabelsList-default.json +20 -0
- package/entities/PullRequestLabels/schema.json +22 -0
- package/entities/PullRequestProperties/action.json +45 -0
- package/entities/PullRequestProperties/schema.json +20 -0
- package/entities/PullRequestQuery/action.json +24 -0
- package/entities/PullRequestQuery/schema.json +19 -0
- package/entities/PullRequestReviewers/action.json +166 -0
- package/entities/PullRequestReviewers/mockdatafiles/pullRequestReviewersCreatePullRequestReviewers-default.json +10 -0
- package/entities/PullRequestReviewers/mockdatafiles/pullRequestReviewersList-default.json +10 -0
- package/entities/PullRequestReviewers/schema.json +26 -0
- package/entities/PullRequestShare/action.json +24 -0
- package/entities/PullRequestShare/schema.json +19 -0
- package/entities/PullRequestStatuses/action.json +106 -0
- package/entities/PullRequestStatuses/mockdatafiles/pullRequestStatusesList-default.json +48 -0
- package/entities/PullRequestStatuses/schema.json +23 -0
- package/entities/PullRequestThreadComments/action.json +106 -0
- package/entities/PullRequestThreadComments/mockdatafiles/pullRequestThreadCommentsList-default.json +215 -0
- package/entities/PullRequestThreadComments/schema.json +23 -0
- package/entities/PullRequestThreads/action.json +86 -0
- package/entities/PullRequestThreads/mockdatafiles/pullRequestThreadsList-default.json +395 -0
- package/entities/PullRequestThreads/schema.json +22 -0
- package/entities/PullRequestWorkItems/action.json +25 -0
- package/entities/PullRequestWorkItems/mockdatafiles/pullRequestWorkItemsList-default.json +18 -0
- package/entities/PullRequestWorkItems/schema.json +19 -0
- package/entities/PullRequests/action.json +128 -0
- package/entities/PullRequests/mockdatafiles/pullRequestsGetPullRequests-default.json +6555 -0
- package/entities/PullRequests/mockdatafiles/pullRequestsGetPullRequestsByProject-default.json +5929 -0
- package/entities/PullRequests/schema.json +24 -0
- package/entities/Pushes/action.json +66 -0
- package/entities/Pushes/mockdatafiles/pushesList-default.json +34 -0
- package/entities/Pushes/schema.json +21 -0
- package/entities/Refs/action.json +65 -0
- package/entities/Refs/mockdatafiles/refsList-default.json +500 -0
- package/entities/Refs/mockdatafiles/refsUpdateRefs-default.json +13 -0
- package/entities/Refs/schema.json +21 -0
- package/entities/RefsFavorites/action.json +86 -0
- package/entities/RefsFavorites/mockdatafiles/refsFavoritesList-default.json +35 -0
- package/entities/RefsFavorites/schema.json +22 -0
- package/entities/Repositories/action.json +188 -0
- package/entities/Repositories/mockdatafiles/repositoriesGetDeletedRepositories-default.json +54 -0
- package/entities/Repositories/mockdatafiles/repositoriesGetRecycleBinRepositories-default.json +28 -0
- package/entities/Repositories/mockdatafiles/repositoriesList-default.json +123 -0
- package/entities/Repositories/schema.json +27 -0
- package/entities/Reverts/action.json +66 -0
- package/entities/Reverts/schema.json +21 -0
- package/entities/Stats/action.json +25 -0
- package/entities/Stats/mockdatafiles/statsList-default.json +195 -0
- package/entities/Stats/schema.json +19 -0
- package/entities/Statuses/action.json +45 -0
- package/entities/Statuses/mockdatafiles/statusesList-default.json +94 -0
- package/entities/Statuses/schema.json +20 -0
- package/entities/Suggestions/action.json +25 -0
- package/entities/Suggestions/mockdatafiles/suggestionsList-default.json +14 -0
- package/entities/Suggestions/schema.json +19 -0
- package/entities/Trees/action.json +25 -0
- package/entities/Trees/schema.json +19 -0
- package/error.json +6 -0
- package/package.json +5 -3
- package/previousVersion.zip +0 -0
- package/pronghorn.json +49635 -378
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +421 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/report/updateReport1653439219306.json +120 -0
- package/sampleProperties.json +90 -1
- package/test/integration/adapterTestBasicGet.js +1 -1
- package/test/integration/adapterTestIntegration.js +4869 -105
- package/test/unit/adapterBaseTestUnit.js +30 -25
- package/test/unit/adapterTestUnit.js +11057 -159
- package/utils/adapterInfo.js +206 -0
- package/utils/entitiesToDB.js +12 -57
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +3 -0
- package/utils/tbScript.js +35 -20
- package/utils/tbUtils.js +59 -35
- package/utils/testRunner.js +16 -16
- package/versions.json +135 -0
package/propertiesSchema.json
CHANGED
|
@@ -51,6 +51,11 @@
|
|
|
51
51
|
"description": "When true the path variables are encoded in the url",
|
|
52
52
|
"default": true
|
|
53
53
|
},
|
|
54
|
+
"encode_queryvars": {
|
|
55
|
+
"type": "boolean",
|
|
56
|
+
"description": "When true the query parameters are encoded in the url",
|
|
57
|
+
"default": true
|
|
58
|
+
},
|
|
54
59
|
"save_metric": {
|
|
55
60
|
"type": [
|
|
56
61
|
"boolean",
|
|
@@ -93,6 +98,9 @@
|
|
|
93
98
|
},
|
|
94
99
|
"mongo": {
|
|
95
100
|
"$ref": "#/definitions/mongo"
|
|
101
|
+
},
|
|
102
|
+
"devicebroker": {
|
|
103
|
+
"$ref": "#/definitions/devicebroker"
|
|
96
104
|
}
|
|
97
105
|
},
|
|
98
106
|
"required": [
|
|
@@ -835,6 +843,419 @@
|
|
|
835
843
|
}
|
|
836
844
|
}
|
|
837
845
|
}
|
|
846
|
+
},
|
|
847
|
+
"devicebroker": {
|
|
848
|
+
"type": "object",
|
|
849
|
+
"properties": {
|
|
850
|
+
"getDevice": {
|
|
851
|
+
"type": "array",
|
|
852
|
+
"description": "Broker call(s) to getDevice",
|
|
853
|
+
"items": {
|
|
854
|
+
"properties": {
|
|
855
|
+
"path": {
|
|
856
|
+
"type": "string",
|
|
857
|
+
"description": "The fully qualified path of the call to getDevice (e.g. /rest/api/device/{deviceid})",
|
|
858
|
+
"default": ""
|
|
859
|
+
},
|
|
860
|
+
"method": {
|
|
861
|
+
"type": "string",
|
|
862
|
+
"description": "The method of the call to getDevice",
|
|
863
|
+
"default": "GET"
|
|
864
|
+
},
|
|
865
|
+
"query": {
|
|
866
|
+
"type": "object",
|
|
867
|
+
"description": "The json object with query parameters of the call to getDevice",
|
|
868
|
+
"additionalProperties": {
|
|
869
|
+
"type": "string"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
"body": {
|
|
873
|
+
"type": "object",
|
|
874
|
+
"description": "The json object with body of the call to getDevice",
|
|
875
|
+
"additionalProperties": {
|
|
876
|
+
"type": "string"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"headers": {
|
|
880
|
+
"type": "object",
|
|
881
|
+
"description": "The json object with headers of the call to getDevice",
|
|
882
|
+
"additionalProperties": {
|
|
883
|
+
"type": "string"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"handleFailure": {
|
|
887
|
+
"type": "string",
|
|
888
|
+
"enum": [
|
|
889
|
+
"ignore",
|
|
890
|
+
"fail"
|
|
891
|
+
],
|
|
892
|
+
"description": "return failure or ignore failure",
|
|
893
|
+
"default": "ignore"
|
|
894
|
+
},
|
|
895
|
+
"requestFields": {
|
|
896
|
+
"type": "object",
|
|
897
|
+
"description": "The json object with response fields of the call to getDevice",
|
|
898
|
+
"additionalProperties": {
|
|
899
|
+
"type": "string"
|
|
900
|
+
},
|
|
901
|
+
"properties": {}
|
|
902
|
+
},
|
|
903
|
+
"responseDatakey": {
|
|
904
|
+
"type": "string",
|
|
905
|
+
"description": "place in the response where the data is - supports jsonquery",
|
|
906
|
+
"default": ""
|
|
907
|
+
},
|
|
908
|
+
"responseFields": {
|
|
909
|
+
"type": "object",
|
|
910
|
+
"description": "The json object with response fields of the call to getDevice",
|
|
911
|
+
"additionalProperties": {
|
|
912
|
+
"type": "string"
|
|
913
|
+
},
|
|
914
|
+
"properties": {
|
|
915
|
+
"name": {
|
|
916
|
+
"type": "string",
|
|
917
|
+
"description": "The field in response to getDevice that contains the name of the device",
|
|
918
|
+
"default": "name"
|
|
919
|
+
},
|
|
920
|
+
"ostype": {
|
|
921
|
+
"type": "string",
|
|
922
|
+
"description": "The field in response to getDevice that contains the ostype of the device",
|
|
923
|
+
"default": "ostype"
|
|
924
|
+
},
|
|
925
|
+
"ostypePrefix": {
|
|
926
|
+
"type": "string",
|
|
927
|
+
"description": "Any prefix that should be added to the ostype of the device (e.g. aws-)",
|
|
928
|
+
"default": ""
|
|
929
|
+
},
|
|
930
|
+
"port": {
|
|
931
|
+
"type": "string",
|
|
932
|
+
"description": "The field in response to getDevice that contains the port of the device",
|
|
933
|
+
"default": ""
|
|
934
|
+
},
|
|
935
|
+
"ipaddress": {
|
|
936
|
+
"type": "string",
|
|
937
|
+
"description": "The field in response to getDevice that contains the ip address of the device",
|
|
938
|
+
"default": ""
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"getDevicesFiltered": {
|
|
946
|
+
"type": "array",
|
|
947
|
+
"description": "Broker call(s) to getDevicesFiltered",
|
|
948
|
+
"items": {
|
|
949
|
+
"properties": {
|
|
950
|
+
"path": {
|
|
951
|
+
"type": "string",
|
|
952
|
+
"description": "The fully qualified path of the call to getDevicesFiltered (e.g. /rest/api/device/{deviceid})",
|
|
953
|
+
"default": ""
|
|
954
|
+
},
|
|
955
|
+
"method": {
|
|
956
|
+
"type": "string",
|
|
957
|
+
"description": "The method of the call to getDevicesFiltered",
|
|
958
|
+
"default": "GET"
|
|
959
|
+
},
|
|
960
|
+
"query": {
|
|
961
|
+
"type": "object",
|
|
962
|
+
"description": "The json object with query parameters of the call to getDevicesFiltered",
|
|
963
|
+
"additionalProperties": {
|
|
964
|
+
"type": "string"
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"body": {
|
|
968
|
+
"type": "object",
|
|
969
|
+
"description": "The json object with body of the call to getDevicesFiltered",
|
|
970
|
+
"additionalProperties": {
|
|
971
|
+
"type": "string"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"headers": {
|
|
975
|
+
"type": "object",
|
|
976
|
+
"description": "The json object with headers of the call to getDevicesFiltered",
|
|
977
|
+
"additionalProperties": {
|
|
978
|
+
"type": "string"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"handleFailure": {
|
|
982
|
+
"type": "string",
|
|
983
|
+
"enum": [
|
|
984
|
+
"ignore",
|
|
985
|
+
"fail"
|
|
986
|
+
],
|
|
987
|
+
"description": "return failure or ignore failure",
|
|
988
|
+
"default": "ignore"
|
|
989
|
+
},
|
|
990
|
+
"requestFields": {
|
|
991
|
+
"type": "object",
|
|
992
|
+
"description": "The json object with response fields of the call to getDevice",
|
|
993
|
+
"additionalProperties": {
|
|
994
|
+
"type": "string"
|
|
995
|
+
},
|
|
996
|
+
"properties": {}
|
|
997
|
+
},
|
|
998
|
+
"responseDatakey": {
|
|
999
|
+
"type": "string",
|
|
1000
|
+
"description": "place in the response where the data is - supports jsonquery",
|
|
1001
|
+
"default": ""
|
|
1002
|
+
},
|
|
1003
|
+
"responseFields": {
|
|
1004
|
+
"type": "object",
|
|
1005
|
+
"description": "The json object with response fields of the call to getDevicesFiltered",
|
|
1006
|
+
"additionalProperties": {
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
"properties": {
|
|
1010
|
+
"name": {
|
|
1011
|
+
"type": "string",
|
|
1012
|
+
"description": "The field in response to getDevicesFiltered that contains the name of the device",
|
|
1013
|
+
"default": "name"
|
|
1014
|
+
},
|
|
1015
|
+
"ostype": {
|
|
1016
|
+
"type": "string",
|
|
1017
|
+
"description": "The field in response to getDevicesFiltered that contains the ostype of the device",
|
|
1018
|
+
"default": "ostype"
|
|
1019
|
+
},
|
|
1020
|
+
"ostypePrefix": {
|
|
1021
|
+
"type": "string",
|
|
1022
|
+
"description": "Any prefix that should be added to the ostype of the device (e.g. aws-)",
|
|
1023
|
+
"default": ""
|
|
1024
|
+
},
|
|
1025
|
+
"port": {
|
|
1026
|
+
"type": "string",
|
|
1027
|
+
"description": "The field in response to getDevicesFiltered that contains the port of the device",
|
|
1028
|
+
"default": ""
|
|
1029
|
+
},
|
|
1030
|
+
"ipaddress": {
|
|
1031
|
+
"type": "string",
|
|
1032
|
+
"description": "The field in response to getDevicesFiltered that contains the ip address of the device",
|
|
1033
|
+
"default": ""
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"isAlive": {
|
|
1041
|
+
"type": "array",
|
|
1042
|
+
"description": "Broker call(s) to determine if the device isAlive",
|
|
1043
|
+
"items": {
|
|
1044
|
+
"properties": {
|
|
1045
|
+
"path": {
|
|
1046
|
+
"type": "string",
|
|
1047
|
+
"description": "The fully qualified path of the call to isAlive (e.g. /rest/api/device/{deviceid})",
|
|
1048
|
+
"default": ""
|
|
1049
|
+
},
|
|
1050
|
+
"method": {
|
|
1051
|
+
"type": "string",
|
|
1052
|
+
"description": "The method of the call to isAlive",
|
|
1053
|
+
"default": "GET"
|
|
1054
|
+
},
|
|
1055
|
+
"query": {
|
|
1056
|
+
"type": "object",
|
|
1057
|
+
"description": "The json object with query parameters of the call to isAlive",
|
|
1058
|
+
"additionalProperties": {
|
|
1059
|
+
"type": "string"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"body": {
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"description": "The json object with body of the call to isAlive",
|
|
1065
|
+
"additionalProperties": {
|
|
1066
|
+
"type": "string"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"headers": {
|
|
1070
|
+
"type": "object",
|
|
1071
|
+
"description": "The json object with headers of the call to isAlive",
|
|
1072
|
+
"additionalProperties": {
|
|
1073
|
+
"type": "string"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
"handleFailure": {
|
|
1077
|
+
"type": "string",
|
|
1078
|
+
"enum": [
|
|
1079
|
+
"ignore",
|
|
1080
|
+
"fail"
|
|
1081
|
+
],
|
|
1082
|
+
"description": "return failure or ignore isAlive",
|
|
1083
|
+
"default": "ignore"
|
|
1084
|
+
},
|
|
1085
|
+
"requestFields": {
|
|
1086
|
+
"type": "object",
|
|
1087
|
+
"description": "The json object with response fields of the call to getDevice",
|
|
1088
|
+
"additionalProperties": {
|
|
1089
|
+
"type": "string"
|
|
1090
|
+
},
|
|
1091
|
+
"properties": {}
|
|
1092
|
+
},
|
|
1093
|
+
"responseDatakey": {
|
|
1094
|
+
"type": "string",
|
|
1095
|
+
"description": "place in the response where the data is - supports jsonquery",
|
|
1096
|
+
"default": ""
|
|
1097
|
+
},
|
|
1098
|
+
"responseFields": {
|
|
1099
|
+
"type": "object",
|
|
1100
|
+
"description": "The json object with response fields of the call to isAlive",
|
|
1101
|
+
"additionalProperties": {
|
|
1102
|
+
"type": "string"
|
|
1103
|
+
},
|
|
1104
|
+
"properties": {
|
|
1105
|
+
"status": {
|
|
1106
|
+
"type": "string",
|
|
1107
|
+
"description": "The field in response to isAlive that contains the status of the device",
|
|
1108
|
+
"default": "name"
|
|
1109
|
+
},
|
|
1110
|
+
"statusValue": {
|
|
1111
|
+
"type": "string",
|
|
1112
|
+
"description": "The expected value in the status field",
|
|
1113
|
+
"default": "true"
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"getConfig": {
|
|
1121
|
+
"type": "array",
|
|
1122
|
+
"description": "Broker call(s) to getConfig",
|
|
1123
|
+
"items": {
|
|
1124
|
+
"properties": {
|
|
1125
|
+
"path": {
|
|
1126
|
+
"type": "string",
|
|
1127
|
+
"description": "The fully qualified path of the call to getConfig (e.g. /rest/api/device/{deviceid})",
|
|
1128
|
+
"default": ""
|
|
1129
|
+
},
|
|
1130
|
+
"method": {
|
|
1131
|
+
"type": "string",
|
|
1132
|
+
"description": "The method of the call to getConfig",
|
|
1133
|
+
"default": "GET"
|
|
1134
|
+
},
|
|
1135
|
+
"query": {
|
|
1136
|
+
"type": "object",
|
|
1137
|
+
"description": "The json object with query parameters of the call to getConfig",
|
|
1138
|
+
"additionalProperties": {
|
|
1139
|
+
"type": "string"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"body": {
|
|
1143
|
+
"type": "object",
|
|
1144
|
+
"description": "The json object with body of the call to getConfig",
|
|
1145
|
+
"additionalProperties": {
|
|
1146
|
+
"type": "string"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"headers": {
|
|
1150
|
+
"type": "object",
|
|
1151
|
+
"description": "The json object with headers of the call to getConfig",
|
|
1152
|
+
"additionalProperties": {
|
|
1153
|
+
"type": "string"
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
"handleFailure": {
|
|
1157
|
+
"type": "string",
|
|
1158
|
+
"enum": [
|
|
1159
|
+
"ignore",
|
|
1160
|
+
"fail"
|
|
1161
|
+
],
|
|
1162
|
+
"description": "return failure or ignore getConfig",
|
|
1163
|
+
"default": "ignore"
|
|
1164
|
+
},
|
|
1165
|
+
"requestFields": {
|
|
1166
|
+
"type": "object",
|
|
1167
|
+
"description": "The json object with response fields of the call to getDevice",
|
|
1168
|
+
"additionalProperties": {
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
"properties": {}
|
|
1172
|
+
},
|
|
1173
|
+
"responseDatakey": {
|
|
1174
|
+
"type": "string",
|
|
1175
|
+
"description": "place in the response where the data is - supports jsonquery",
|
|
1176
|
+
"default": ""
|
|
1177
|
+
},
|
|
1178
|
+
"responseFields": {
|
|
1179
|
+
"type": "object",
|
|
1180
|
+
"description": "The json object with response fields of the call to getConfig",
|
|
1181
|
+
"additionalProperties": {
|
|
1182
|
+
"type": "string"
|
|
1183
|
+
},
|
|
1184
|
+
"properties": {}
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
"getCount": {
|
|
1190
|
+
"type": "array",
|
|
1191
|
+
"description": "Broker call(s) to getCount",
|
|
1192
|
+
"items": {
|
|
1193
|
+
"properties": {
|
|
1194
|
+
"path": {
|
|
1195
|
+
"type": "string",
|
|
1196
|
+
"description": "The fully qualified path of the call to getCount (e.g. /rest/api/device/{deviceid})",
|
|
1197
|
+
"default": ""
|
|
1198
|
+
},
|
|
1199
|
+
"method": {
|
|
1200
|
+
"type": "string",
|
|
1201
|
+
"description": "The method of the call to getCount",
|
|
1202
|
+
"default": "GET"
|
|
1203
|
+
},
|
|
1204
|
+
"query": {
|
|
1205
|
+
"type": "object",
|
|
1206
|
+
"description": "The json object with query parameters of the call to getCount",
|
|
1207
|
+
"additionalProperties": {
|
|
1208
|
+
"type": "string"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"body": {
|
|
1212
|
+
"type": "object",
|
|
1213
|
+
"description": "The json object with body of the call to getCount",
|
|
1214
|
+
"additionalProperties": {
|
|
1215
|
+
"type": "string"
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"headers": {
|
|
1219
|
+
"type": "object",
|
|
1220
|
+
"description": "The json object with headers of the call to getCount",
|
|
1221
|
+
"additionalProperties": {
|
|
1222
|
+
"type": "string"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"handleFailure": {
|
|
1226
|
+
"type": "string",
|
|
1227
|
+
"enum": [
|
|
1228
|
+
"ignore",
|
|
1229
|
+
"fail"
|
|
1230
|
+
],
|
|
1231
|
+
"description": "return failure or ignore getCount",
|
|
1232
|
+
"default": "ignore"
|
|
1233
|
+
},
|
|
1234
|
+
"requestFields": {
|
|
1235
|
+
"type": "object",
|
|
1236
|
+
"description": "The json object with response fields of the call to getDevice",
|
|
1237
|
+
"additionalProperties": {
|
|
1238
|
+
"type": "string"
|
|
1239
|
+
},
|
|
1240
|
+
"properties": {}
|
|
1241
|
+
},
|
|
1242
|
+
"responseDatakey": {
|
|
1243
|
+
"type": "string",
|
|
1244
|
+
"description": "place in the response where the data is - supports jsonquery",
|
|
1245
|
+
"default": ""
|
|
1246
|
+
},
|
|
1247
|
+
"responseFields": {
|
|
1248
|
+
"type": "object",
|
|
1249
|
+
"description": "The json object with response fields of the call to getConfig",
|
|
1250
|
+
"additionalProperties": {
|
|
1251
|
+
"type": "string"
|
|
1252
|
+
},
|
|
1253
|
+
"properties": {}
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
838
1259
|
}
|
|
839
1260
|
}
|
|
840
1261
|
}
|
|
Binary file
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"statistics": [
|
|
4
|
+
{
|
|
5
|
+
"owner": "errorJson",
|
|
6
|
+
"description": "New adapter errors available for use",
|
|
7
|
+
"value": 1
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"owner": "errorJson",
|
|
11
|
+
"description": "Adapter errors no longer available for use",
|
|
12
|
+
"value": 0
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"owner": "errorJson",
|
|
16
|
+
"description": "Adapter errors that have been updated (e.g. recommendation changes)",
|
|
17
|
+
"value": 30
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"owner": "packageJson",
|
|
21
|
+
"description": "Number of production dependencies",
|
|
22
|
+
"value": 14
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"owner": "packageJson",
|
|
26
|
+
"description": "Number of development dependencies",
|
|
27
|
+
"value": 7
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"owner": "packageJson",
|
|
31
|
+
"description": "Number of npm scripts",
|
|
32
|
+
"value": 22
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"owner": "packageJson",
|
|
36
|
+
"description": "Runtime Library dependency",
|
|
37
|
+
"value": "^4.45.6"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"owner": "propertiesSchemaJson",
|
|
41
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
|
42
|
+
"value": 70
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"owner": "markdown",
|
|
46
|
+
"description": "Number of lines in the README.md",
|
|
47
|
+
"value": 338
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"owner": "markdown",
|
|
51
|
+
"description": "Number of lines in the SUMMARY.md",
|
|
52
|
+
"value": 9
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"owner": "markdown",
|
|
56
|
+
"description": "Number of lines in the PROPERTIES.md",
|
|
57
|
+
"value": 642
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"owner": "markdown",
|
|
61
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
|
62
|
+
"value": 48
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"owner": "markdown",
|
|
66
|
+
"description": "Number of lines in the ENHANCE.md",
|
|
67
|
+
"value": 70
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"owner": "markdown",
|
|
71
|
+
"description": "Number of lines in the BROKER.md",
|
|
72
|
+
"value": 70
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"owner": "unitTestJS",
|
|
76
|
+
"description": "Number of lines of code in unit tests",
|
|
77
|
+
"value": 13091
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"owner": "unitTestJS",
|
|
81
|
+
"description": "Number of unit tests",
|
|
82
|
+
"value": 783
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"owner": "integrationTestJS",
|
|
86
|
+
"description": "Number of lines of code in integration tests",
|
|
87
|
+
"value": 6173
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"owner": "integrationTestJS",
|
|
91
|
+
"description": "Number of integration tests",
|
|
92
|
+
"value": 124
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"owner": "staticFile",
|
|
96
|
+
"description": "Number of lines of code in adapterBase.js",
|
|
97
|
+
"value": 1783
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"owner": "staticFile",
|
|
101
|
+
"description": "Number of static files added",
|
|
102
|
+
"value": 36
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"owner": "Overall",
|
|
106
|
+
"description": "Total lines of Code",
|
|
107
|
+
"value": 21047
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"owner": "Overall",
|
|
111
|
+
"description": "Total Tests",
|
|
112
|
+
"value": 907
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"owner": "Overall",
|
|
116
|
+
"description": "Total Files",
|
|
117
|
+
"value": 6
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
}
|
package/sampleProperties.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"version": "",
|
|
9
9
|
"cache_location": "none",
|
|
10
10
|
"encode_pathvars": true,
|
|
11
|
-
"
|
|
11
|
+
"encode_queryvars": true,
|
|
12
|
+
"save_metric": false,
|
|
12
13
|
"stub": true,
|
|
13
14
|
"protocol": "https",
|
|
14
15
|
"authentication": {
|
|
@@ -97,6 +98,94 @@
|
|
|
97
98
|
"key_file": "",
|
|
98
99
|
"cert_file": ""
|
|
99
100
|
}
|
|
101
|
+
},
|
|
102
|
+
"devicebroker": {
|
|
103
|
+
"getDevice": [
|
|
104
|
+
{
|
|
105
|
+
"path": "/get/devices/{id}",
|
|
106
|
+
"method": "GET",
|
|
107
|
+
"query": {},
|
|
108
|
+
"body": {},
|
|
109
|
+
"headers": {},
|
|
110
|
+
"handleFailure": "ignore",
|
|
111
|
+
"requestFields": {
|
|
112
|
+
"id": "name"
|
|
113
|
+
},
|
|
114
|
+
"responseDatakey": "",
|
|
115
|
+
"responseFields": {
|
|
116
|
+
"name": "host",
|
|
117
|
+
"ostype": "os",
|
|
118
|
+
"ostypePrefix": "system-",
|
|
119
|
+
"ipaddress": "attributes.ipaddr",
|
|
120
|
+
"port": "443"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"getDevicesFiltered": [
|
|
125
|
+
{
|
|
126
|
+
"path": "/get/devices",
|
|
127
|
+
"method": "GET",
|
|
128
|
+
"query": {},
|
|
129
|
+
"body": {},
|
|
130
|
+
"headers": {},
|
|
131
|
+
"handleFailure": "ignore",
|
|
132
|
+
"requestFields": {},
|
|
133
|
+
"responseDatakey": "",
|
|
134
|
+
"responseFields": {
|
|
135
|
+
"name": "host",
|
|
136
|
+
"ostype": "os",
|
|
137
|
+
"ostypePrefix": "system-",
|
|
138
|
+
"ipaddress": "attributes.ipaddr",
|
|
139
|
+
"port": "443"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"isAlive": [
|
|
144
|
+
{
|
|
145
|
+
"path": "/get/devices/{id}/status",
|
|
146
|
+
"method": "GET",
|
|
147
|
+
"query": {},
|
|
148
|
+
"body": {},
|
|
149
|
+
"headers": {},
|
|
150
|
+
"handleFailure": "ignore",
|
|
151
|
+
"requestFields": {
|
|
152
|
+
"id": "name"
|
|
153
|
+
},
|
|
154
|
+
"responseDatakey": "",
|
|
155
|
+
"responseFields": {
|
|
156
|
+
"status": "status",
|
|
157
|
+
"statusValue": "online"
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"getConfig": [
|
|
162
|
+
{
|
|
163
|
+
"path": "/get/devices/{id}/configPart1",
|
|
164
|
+
"method": "GET",
|
|
165
|
+
"query": {},
|
|
166
|
+
"body": {},
|
|
167
|
+
"headers": {},
|
|
168
|
+
"handleFailure": "ignore",
|
|
169
|
+
"requestFields": {
|
|
170
|
+
"id": "name"
|
|
171
|
+
},
|
|
172
|
+
"responseDatakey": "",
|
|
173
|
+
"responseFields": {}
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"getCount": [
|
|
177
|
+
{
|
|
178
|
+
"path": "/get/devices",
|
|
179
|
+
"method": "GET",
|
|
180
|
+
"query": {},
|
|
181
|
+
"body": {},
|
|
182
|
+
"headers": {},
|
|
183
|
+
"handleFailure": "ignore",
|
|
184
|
+
"requestFields": {},
|
|
185
|
+
"responseDatakey": "",
|
|
186
|
+
"responseFields": {}
|
|
187
|
+
}
|
|
188
|
+
]
|
|
100
189
|
}
|
|
101
190
|
},
|
|
102
191
|
"groups": [],
|