@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/utils/testRunner.js
CHANGED
|
@@ -47,11 +47,11 @@ function replaceTestVars(test) {
|
|
|
47
47
|
let intTest = fs.readFileSync(test, 'utf8');
|
|
48
48
|
|
|
49
49
|
// replace stub variable but check if it exists first
|
|
50
|
-
let sindex = intTest.indexOf('
|
|
50
|
+
let sindex = intTest.indexOf('samProps.stub');
|
|
51
51
|
let eindex = intTest.indexOf(';', sindex);
|
|
52
52
|
let replStr = intTest.substring(sindex, eindex + 1);
|
|
53
53
|
if (sindex > -1) {
|
|
54
|
-
intTest = intTest.replace(replStr, `
|
|
54
|
+
intTest = intTest.replace(replStr, `samProps.stub = ${stub};`);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
// replace isRapidFail variable but check if it exists first
|
|
@@ -71,46 +71,46 @@ function replaceTestVars(test) {
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
// replace host variable
|
|
74
|
-
sindex = intTest.indexOf('
|
|
74
|
+
sindex = intTest.indexOf('samProps.host');
|
|
75
75
|
eindex = intTest.indexOf(';', sindex);
|
|
76
76
|
replStr = intTest.substring(sindex, eindex + 1);
|
|
77
|
-
intTest = intTest.replace(replStr, `
|
|
77
|
+
intTest = intTest.replace(replStr, `samProps.host = '${host}';`);
|
|
78
78
|
|
|
79
79
|
// replace username variable
|
|
80
|
-
sindex = intTest.indexOf('
|
|
80
|
+
sindex = intTest.indexOf('samProps.authentication.username');
|
|
81
81
|
eindex = intTest.indexOf(';', sindex);
|
|
82
82
|
replStr = intTest.substring(sindex, eindex + 1);
|
|
83
|
-
intTest = intTest.replace(replStr, `
|
|
83
|
+
intTest = intTest.replace(replStr, `samProps.authentication.username = '${username}';`);
|
|
84
84
|
|
|
85
85
|
// replace password variable
|
|
86
|
-
sindex = intTest.indexOf('
|
|
86
|
+
sindex = intTest.indexOf('samProps.authentication.password');
|
|
87
87
|
eindex = intTest.indexOf(';', sindex);
|
|
88
88
|
replStr = intTest.substring(sindex, eindex + 1);
|
|
89
|
-
intTest = intTest.replace(replStr, `
|
|
89
|
+
intTest = intTest.replace(replStr, `samProps.authentication.password = '${password}';`);
|
|
90
90
|
|
|
91
91
|
// replace protocol variable
|
|
92
|
-
sindex = intTest.indexOf('
|
|
92
|
+
sindex = intTest.indexOf('samProps.protocol');
|
|
93
93
|
eindex = intTest.indexOf(';', sindex);
|
|
94
94
|
replStr = intTest.substring(sindex, eindex + 1);
|
|
95
|
-
intTest = intTest.replace(replStr, `
|
|
95
|
+
intTest = intTest.replace(replStr, `samProps.protocol = '${protocol}';`);
|
|
96
96
|
|
|
97
97
|
// replace port variable
|
|
98
|
-
sindex = intTest.indexOf('
|
|
98
|
+
sindex = intTest.indexOf('samProps.port');
|
|
99
99
|
eindex = intTest.indexOf(';', sindex);
|
|
100
100
|
replStr = intTest.substring(sindex, eindex + 1);
|
|
101
|
-
intTest = intTest.replace(replStr, `
|
|
101
|
+
intTest = intTest.replace(replStr, `samProps.port = ${port};`);
|
|
102
102
|
|
|
103
103
|
// replace sslenable variable
|
|
104
|
-
sindex = intTest.indexOf('
|
|
104
|
+
sindex = intTest.indexOf('samProps.ssl.enabled');
|
|
105
105
|
eindex = intTest.indexOf(';', sindex);
|
|
106
106
|
replStr = intTest.substring(sindex, eindex + 1);
|
|
107
|
-
intTest = intTest.replace(replStr, `
|
|
107
|
+
intTest = intTest.replace(replStr, `samProps.ssl.enabled = ${sslenable};`);
|
|
108
108
|
|
|
109
109
|
// replace sslinvalid variable
|
|
110
|
-
sindex = intTest.indexOf('
|
|
110
|
+
sindex = intTest.indexOf('samProps.ssl.accept_invalid_cert');
|
|
111
111
|
eindex = intTest.indexOf(';', sindex);
|
|
112
112
|
replStr = intTest.substring(sindex, eindex + 1);
|
|
113
|
-
intTest = intTest.replace(replStr, `
|
|
113
|
+
intTest = intTest.replace(replStr, `samProps.ssl.accept_invalid_cert = ${sslinvalid};`);
|
|
114
114
|
|
|
115
115
|
console.log(`Updates to ${test} complete`);
|
|
116
116
|
fs.writeFileSync(test, intTest);
|
package/versions.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"constructor": -1,
|
|
3
|
+
"healthCheck": 0,
|
|
4
|
+
"getWorkflowFunctions": 0,
|
|
5
|
+
"updateAdapterConfiguration": 0,
|
|
6
|
+
"findPath": 0,
|
|
7
|
+
"suspend": 0,
|
|
8
|
+
"unsuspend": 0,
|
|
9
|
+
"getQueue": 0,
|
|
10
|
+
"troubleshoot": 0,
|
|
11
|
+
"runHealthcheck": 0,
|
|
12
|
+
"runConnectivity": 0,
|
|
13
|
+
"runBasicGet": 0,
|
|
14
|
+
"hasEntity": -1,
|
|
15
|
+
"verifyCapability": -1,
|
|
16
|
+
"updateEntityCache": -1,
|
|
17
|
+
"genericAdapterRequest": 0,
|
|
18
|
+
"pipelinesCreate": 0,
|
|
19
|
+
"pipelinesList": 0,
|
|
20
|
+
"pipelinesGet": 0,
|
|
21
|
+
"previewPreview": 0,
|
|
22
|
+
"runsList": 0,
|
|
23
|
+
"runsRunPipeline": 0,
|
|
24
|
+
"runsGet": 0,
|
|
25
|
+
"artifactsGet": 0,
|
|
26
|
+
"logsList": 0,
|
|
27
|
+
"logsGet": 0,
|
|
28
|
+
"repositoriesGetDeletedRepositories": 0,
|
|
29
|
+
"repositoriesGetRecycleBinRepositories": 0,
|
|
30
|
+
"repositoriesDeleteRepositoryFromRecycleBin": 0,
|
|
31
|
+
"repositoriesRestoreRepositoryFromRecycleBin": 0,
|
|
32
|
+
"repositoriesCreate": 0,
|
|
33
|
+
"repositoriesList": 0,
|
|
34
|
+
"repositoriesDelete": 0,
|
|
35
|
+
"repositoriesGetRepository": 0,
|
|
36
|
+
"repositoriesUpdate": 0,
|
|
37
|
+
"refsFavoritesCreate": 0,
|
|
38
|
+
"refsFavoritesList": 0,
|
|
39
|
+
"refsFavoritesDelete": 0,
|
|
40
|
+
"refsFavoritesGet": 0,
|
|
41
|
+
"policyConfigurationsGet": 0,
|
|
42
|
+
"pullRequestsGetPullRequestsByProject": 0,
|
|
43
|
+
"pullRequestsGetPullRequestById": 0,
|
|
44
|
+
"pullRequestsCreate": 0,
|
|
45
|
+
"pullRequestsGetPullRequests": 0,
|
|
46
|
+
"pullRequestsGetPullRequest": 0,
|
|
47
|
+
"pullRequestsUpdate": 0,
|
|
48
|
+
"annotatedTagsCreate": 0,
|
|
49
|
+
"annotatedTagsGet": 0,
|
|
50
|
+
"blobsGetBlobsZip": 0,
|
|
51
|
+
"blobsGetBlob": 0,
|
|
52
|
+
"cherryPicksCreate": 0,
|
|
53
|
+
"cherryPicksGetCherryPickForRefName": 0,
|
|
54
|
+
"cherryPicksGetCherryPick": 0,
|
|
55
|
+
"commitsGetPushCommits": 0,
|
|
56
|
+
"commitsGet": 0,
|
|
57
|
+
"commitsGetChanges": 0,
|
|
58
|
+
"commitsGetCommitsBatch": 0,
|
|
59
|
+
"statusesCreate": 0,
|
|
60
|
+
"statusesList": 0,
|
|
61
|
+
"diffsGet": 0,
|
|
62
|
+
"importRequestsCreate": 0,
|
|
63
|
+
"importRequestsQuery": 0,
|
|
64
|
+
"importRequestsGet": 0,
|
|
65
|
+
"importRequestsUpdate": 0,
|
|
66
|
+
"itemsList": 0,
|
|
67
|
+
"itemsGetItemsBatch": 0,
|
|
68
|
+
"pullRequestQueryGet": 0,
|
|
69
|
+
"pullRequestAttachmentsList": 0,
|
|
70
|
+
"pullRequestAttachmentsCreate": 0,
|
|
71
|
+
"pullRequestAttachmentsDelete": 0,
|
|
72
|
+
"pullRequestAttachmentsGet": 0,
|
|
73
|
+
"pullRequestCommitsGetPullRequestCommits": 0,
|
|
74
|
+
"pullRequestCommitsGetPullRequestIterationCommits": 0,
|
|
75
|
+
"pullRequestIterationsList": 0,
|
|
76
|
+
"pullRequestIterationsGet": 0,
|
|
77
|
+
"pullRequestIterationChangesGet": 0,
|
|
78
|
+
"pullRequestIterationStatusesCreate": 0,
|
|
79
|
+
"pullRequestIterationStatusesList": 0,
|
|
80
|
+
"pullRequestIterationStatusesUpdate": 0,
|
|
81
|
+
"pullRequestIterationStatusesDelete": 0,
|
|
82
|
+
"pullRequestIterationStatusesGet": 0,
|
|
83
|
+
"pullRequestLabelsCreate": 0,
|
|
84
|
+
"pullRequestLabelsList": 0,
|
|
85
|
+
"pullRequestLabelsDelete": 0,
|
|
86
|
+
"pullRequestLabelsGet": 0,
|
|
87
|
+
"pullRequestPropertiesList": 0,
|
|
88
|
+
"pullRequestPropertiesUpdate": 0,
|
|
89
|
+
"pullRequestReviewersCreatePullRequestReviewers": 0,
|
|
90
|
+
"pullRequestReviewersCreateUnmaterializedPullRequestReviewer": 0,
|
|
91
|
+
"pullRequestReviewersList": 0,
|
|
92
|
+
"pullRequestReviewersUpdatePullRequestReviewers": 0,
|
|
93
|
+
"pullRequestReviewersCreatePullRequestReviewer": 0,
|
|
94
|
+
"pullRequestReviewersDelete": 0,
|
|
95
|
+
"pullRequestReviewersGet": 0,
|
|
96
|
+
"pullRequestReviewersUpdatePullRequestReviewer": 0,
|
|
97
|
+
"pullRequestShareSharePullRequest": 0,
|
|
98
|
+
"pullRequestStatusesCreate": 0,
|
|
99
|
+
"pullRequestStatusesList": 0,
|
|
100
|
+
"pullRequestStatusesUpdate": 0,
|
|
101
|
+
"pullRequestStatusesDelete": 0,
|
|
102
|
+
"pullRequestStatusesGet": 0,
|
|
103
|
+
"pullRequestThreadsCreate": 0,
|
|
104
|
+
"pullRequestThreadsList": 0,
|
|
105
|
+
"pullRequestThreadsGet": 0,
|
|
106
|
+
"pullRequestThreadsUpdate": 0,
|
|
107
|
+
"pullRequestThreadCommentsCreate": 0,
|
|
108
|
+
"pullRequestThreadCommentsList": 0,
|
|
109
|
+
"pullRequestThreadCommentsDelete": 0,
|
|
110
|
+
"pullRequestThreadCommentsGet": 0,
|
|
111
|
+
"pullRequestThreadCommentsUpdate": 0,
|
|
112
|
+
"pullRequestCommentLikesCreate": 0,
|
|
113
|
+
"pullRequestCommentLikesDelete": 0,
|
|
114
|
+
"pullRequestCommentLikesList": 0,
|
|
115
|
+
"pullRequestWorkItemsList": 0,
|
|
116
|
+
"pushesCreate": 0,
|
|
117
|
+
"pushesList": 0,
|
|
118
|
+
"pushesGet": 0,
|
|
119
|
+
"refsList": 0,
|
|
120
|
+
"refsUpdateRef": 0,
|
|
121
|
+
"refsUpdateRefs": 0,
|
|
122
|
+
"revertsCreate": 0,
|
|
123
|
+
"revertsGetRevertForRefName": 0,
|
|
124
|
+
"revertsGetRevert": 0,
|
|
125
|
+
"statsList": 0,
|
|
126
|
+
"suggestionsList": 0,
|
|
127
|
+
"treesGet": 0,
|
|
128
|
+
"mergeBasesList": 0,
|
|
129
|
+
"forksList": 0,
|
|
130
|
+
"forksCreateForkSyncRequest": 0,
|
|
131
|
+
"forksGetForkSyncRequests": 0,
|
|
132
|
+
"forksGetForkSyncRequest": 0,
|
|
133
|
+
"mergesCreate": 0,
|
|
134
|
+
"mergesGet": 0
|
|
135
|
+
}
|