@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
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"_links": {
|
|
4
|
+
"links": {}
|
|
5
|
+
},
|
|
6
|
+
"author": {
|
|
7
|
+
"date": "string",
|
|
8
|
+
"email": "string",
|
|
9
|
+
"imageUrl": "string",
|
|
10
|
+
"name": "string"
|
|
11
|
+
},
|
|
12
|
+
"changeCounts": {},
|
|
13
|
+
"changes": [
|
|
14
|
+
{
|
|
15
|
+
"changeType": "branch",
|
|
16
|
+
"item": "string",
|
|
17
|
+
"newContent": {
|
|
18
|
+
"content": "string",
|
|
19
|
+
"contentType": "base64Encoded"
|
|
20
|
+
},
|
|
21
|
+
"sourceServerItem": "string",
|
|
22
|
+
"url": "string"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"changeType": "merge",
|
|
26
|
+
"item": "string",
|
|
27
|
+
"newContent": {
|
|
28
|
+
"content": "string",
|
|
29
|
+
"contentType": "base64Encoded"
|
|
30
|
+
},
|
|
31
|
+
"sourceServerItem": "string",
|
|
32
|
+
"url": "string"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"changeType": "property",
|
|
36
|
+
"item": "string",
|
|
37
|
+
"newContent": {
|
|
38
|
+
"content": "string",
|
|
39
|
+
"contentType": "rawText"
|
|
40
|
+
},
|
|
41
|
+
"sourceServerItem": "string",
|
|
42
|
+
"url": "string"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"changeType": "rollback",
|
|
46
|
+
"item": "string",
|
|
47
|
+
"newContent": {
|
|
48
|
+
"content": "string",
|
|
49
|
+
"contentType": "rawText"
|
|
50
|
+
},
|
|
51
|
+
"sourceServerItem": "string",
|
|
52
|
+
"url": "string"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"comment": "string",
|
|
56
|
+
"commentTruncated": false,
|
|
57
|
+
"commitId": "string",
|
|
58
|
+
"committer": {
|
|
59
|
+
"date": "string",
|
|
60
|
+
"email": "string",
|
|
61
|
+
"imageUrl": "string",
|
|
62
|
+
"name": "string"
|
|
63
|
+
},
|
|
64
|
+
"parents": [
|
|
65
|
+
"string",
|
|
66
|
+
"string",
|
|
67
|
+
"string",
|
|
68
|
+
"string",
|
|
69
|
+
"string",
|
|
70
|
+
"string",
|
|
71
|
+
"string",
|
|
72
|
+
"string",
|
|
73
|
+
"string"
|
|
74
|
+
],
|
|
75
|
+
"push": {
|
|
76
|
+
"_links": {
|
|
77
|
+
"links": {}
|
|
78
|
+
},
|
|
79
|
+
"date": "string",
|
|
80
|
+
"pushedBy": {
|
|
81
|
+
"_links": {
|
|
82
|
+
"links": {}
|
|
83
|
+
},
|
|
84
|
+
"descriptor": "string",
|
|
85
|
+
"displayName": "string",
|
|
86
|
+
"url": "string"
|
|
87
|
+
},
|
|
88
|
+
"pushId": 5,
|
|
89
|
+
"url": "string"
|
|
90
|
+
},
|
|
91
|
+
"remoteUrl": "string",
|
|
92
|
+
"statuses": [
|
|
93
|
+
{
|
|
94
|
+
"_links": {
|
|
95
|
+
"links": {}
|
|
96
|
+
},
|
|
97
|
+
"context": {
|
|
98
|
+
"genre": "string",
|
|
99
|
+
"name": "string"
|
|
100
|
+
},
|
|
101
|
+
"createdBy": {
|
|
102
|
+
"_links": {
|
|
103
|
+
"links": {}
|
|
104
|
+
},
|
|
105
|
+
"descriptor": "string",
|
|
106
|
+
"displayName": "string",
|
|
107
|
+
"url": "string"
|
|
108
|
+
},
|
|
109
|
+
"creationDate": "string",
|
|
110
|
+
"description": "string",
|
|
111
|
+
"id": 8,
|
|
112
|
+
"state": "error",
|
|
113
|
+
"targetUrl": "string",
|
|
114
|
+
"updatedDate": "string"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"_links": {
|
|
118
|
+
"links": {}
|
|
119
|
+
},
|
|
120
|
+
"context": {
|
|
121
|
+
"genre": "string",
|
|
122
|
+
"name": "string"
|
|
123
|
+
},
|
|
124
|
+
"createdBy": {
|
|
125
|
+
"_links": {
|
|
126
|
+
"links": {}
|
|
127
|
+
},
|
|
128
|
+
"descriptor": "string",
|
|
129
|
+
"displayName": "string",
|
|
130
|
+
"url": "string"
|
|
131
|
+
},
|
|
132
|
+
"creationDate": "string",
|
|
133
|
+
"description": "string",
|
|
134
|
+
"id": 5,
|
|
135
|
+
"state": "failed",
|
|
136
|
+
"targetUrl": "string",
|
|
137
|
+
"updatedDate": "string"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"_links": {
|
|
141
|
+
"links": {}
|
|
142
|
+
},
|
|
143
|
+
"context": {
|
|
144
|
+
"genre": "string",
|
|
145
|
+
"name": "string"
|
|
146
|
+
},
|
|
147
|
+
"createdBy": {
|
|
148
|
+
"_links": {
|
|
149
|
+
"links": {}
|
|
150
|
+
},
|
|
151
|
+
"descriptor": "string",
|
|
152
|
+
"displayName": "string",
|
|
153
|
+
"url": "string"
|
|
154
|
+
},
|
|
155
|
+
"creationDate": "string",
|
|
156
|
+
"description": "string",
|
|
157
|
+
"id": 4,
|
|
158
|
+
"state": "succeeded",
|
|
159
|
+
"targetUrl": "string",
|
|
160
|
+
"updatedDate": "string"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"_links": {
|
|
164
|
+
"links": {}
|
|
165
|
+
},
|
|
166
|
+
"context": {
|
|
167
|
+
"genre": "string",
|
|
168
|
+
"name": "string"
|
|
169
|
+
},
|
|
170
|
+
"createdBy": {
|
|
171
|
+
"_links": {
|
|
172
|
+
"links": {}
|
|
173
|
+
},
|
|
174
|
+
"descriptor": "string",
|
|
175
|
+
"displayName": "string",
|
|
176
|
+
"url": "string"
|
|
177
|
+
},
|
|
178
|
+
"creationDate": "string",
|
|
179
|
+
"description": "string",
|
|
180
|
+
"id": 7,
|
|
181
|
+
"state": "notApplicable",
|
|
182
|
+
"targetUrl": "string",
|
|
183
|
+
"updatedDate": "string"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"_links": {
|
|
187
|
+
"links": {}
|
|
188
|
+
},
|
|
189
|
+
"context": {
|
|
190
|
+
"genre": "string",
|
|
191
|
+
"name": "string"
|
|
192
|
+
},
|
|
193
|
+
"createdBy": {
|
|
194
|
+
"_links": {
|
|
195
|
+
"links": {}
|
|
196
|
+
},
|
|
197
|
+
"descriptor": "string",
|
|
198
|
+
"displayName": "string",
|
|
199
|
+
"url": "string"
|
|
200
|
+
},
|
|
201
|
+
"creationDate": "string",
|
|
202
|
+
"description": "string",
|
|
203
|
+
"id": 3,
|
|
204
|
+
"state": "notApplicable",
|
|
205
|
+
"targetUrl": "string",
|
|
206
|
+
"updatedDate": "string"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"_links": {
|
|
210
|
+
"links": {}
|
|
211
|
+
},
|
|
212
|
+
"context": {
|
|
213
|
+
"genre": "string",
|
|
214
|
+
"name": "string"
|
|
215
|
+
},
|
|
216
|
+
"createdBy": {
|
|
217
|
+
"_links": {
|
|
218
|
+
"links": {}
|
|
219
|
+
},
|
|
220
|
+
"descriptor": "string",
|
|
221
|
+
"displayName": "string",
|
|
222
|
+
"url": "string"
|
|
223
|
+
},
|
|
224
|
+
"creationDate": "string",
|
|
225
|
+
"description": "string",
|
|
226
|
+
"id": 8,
|
|
227
|
+
"state": "notApplicable",
|
|
228
|
+
"targetUrl": "string",
|
|
229
|
+
"updatedDate": "string"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"_links": {
|
|
233
|
+
"links": {}
|
|
234
|
+
},
|
|
235
|
+
"context": {
|
|
236
|
+
"genre": "string",
|
|
237
|
+
"name": "string"
|
|
238
|
+
},
|
|
239
|
+
"createdBy": {
|
|
240
|
+
"_links": {
|
|
241
|
+
"links": {}
|
|
242
|
+
},
|
|
243
|
+
"descriptor": "string",
|
|
244
|
+
"displayName": "string",
|
|
245
|
+
"url": "string"
|
|
246
|
+
},
|
|
247
|
+
"creationDate": "string",
|
|
248
|
+
"description": "string",
|
|
249
|
+
"id": 2,
|
|
250
|
+
"state": "pending",
|
|
251
|
+
"targetUrl": "string",
|
|
252
|
+
"updatedDate": "string"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"_links": {
|
|
256
|
+
"links": {}
|
|
257
|
+
},
|
|
258
|
+
"context": {
|
|
259
|
+
"genre": "string",
|
|
260
|
+
"name": "string"
|
|
261
|
+
},
|
|
262
|
+
"createdBy": {
|
|
263
|
+
"_links": {
|
|
264
|
+
"links": {}
|
|
265
|
+
},
|
|
266
|
+
"descriptor": "string",
|
|
267
|
+
"displayName": "string",
|
|
268
|
+
"url": "string"
|
|
269
|
+
},
|
|
270
|
+
"creationDate": "string",
|
|
271
|
+
"description": "string",
|
|
272
|
+
"id": 1,
|
|
273
|
+
"state": "notSet",
|
|
274
|
+
"targetUrl": "string",
|
|
275
|
+
"updatedDate": "string"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"_links": {
|
|
279
|
+
"links": {}
|
|
280
|
+
},
|
|
281
|
+
"context": {
|
|
282
|
+
"genre": "string",
|
|
283
|
+
"name": "string"
|
|
284
|
+
},
|
|
285
|
+
"createdBy": {
|
|
286
|
+
"_links": {
|
|
287
|
+
"links": {}
|
|
288
|
+
},
|
|
289
|
+
"descriptor": "string",
|
|
290
|
+
"displayName": "string",
|
|
291
|
+
"url": "string"
|
|
292
|
+
},
|
|
293
|
+
"creationDate": "string",
|
|
294
|
+
"description": "string",
|
|
295
|
+
"id": 4,
|
|
296
|
+
"state": "error",
|
|
297
|
+
"targetUrl": "string",
|
|
298
|
+
"updatedDate": "string"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"_links": {
|
|
302
|
+
"links": {}
|
|
303
|
+
},
|
|
304
|
+
"context": {
|
|
305
|
+
"genre": "string",
|
|
306
|
+
"name": "string"
|
|
307
|
+
},
|
|
308
|
+
"createdBy": {
|
|
309
|
+
"_links": {
|
|
310
|
+
"links": {}
|
|
311
|
+
},
|
|
312
|
+
"descriptor": "string",
|
|
313
|
+
"displayName": "string",
|
|
314
|
+
"url": "string"
|
|
315
|
+
},
|
|
316
|
+
"creationDate": "string",
|
|
317
|
+
"description": "string",
|
|
318
|
+
"id": 7,
|
|
319
|
+
"state": "pending",
|
|
320
|
+
"targetUrl": "string",
|
|
321
|
+
"updatedDate": "string"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"url": "string",
|
|
325
|
+
"workItems": [
|
|
326
|
+
{
|
|
327
|
+
"id": "string",
|
|
328
|
+
"url": "string"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "string",
|
|
332
|
+
"url": "string"
|
|
333
|
+
}
|
|
334
|
+
]
|
|
335
|
+
}
|
|
336
|
+
]
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "",
|
|
12
|
+
"enum": [
|
|
13
|
+
"commitsGetPushCommits",
|
|
14
|
+
"commitsGet",
|
|
15
|
+
"commitsGetChanges",
|
|
16
|
+
"commitsGetCommitsBatch"
|
|
17
|
+
],
|
|
18
|
+
"external_name": "ph_request_type"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"definitions": {}
|
|
22
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "diffsGet",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/git/repositories/{pathv3}/diffs/commits?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "",
|
|
12
|
+
"enum": [
|
|
13
|
+
"diffsGet"
|
|
14
|
+
],
|
|
15
|
+
"external_name": "ph_request_type"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"definitions": {}
|
|
19
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "forksList",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/git/repositories/{pathv3}/forks/{pathv4}?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": "mockdatafiles/forksList-default.json"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "forksCreateForkSyncRequest",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/git/repositories/{pathv3}/forkSyncRequests?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"requestDatatype": "JSON",
|
|
34
|
+
"responseDatatype": "JSON",
|
|
35
|
+
"headers": {},
|
|
36
|
+
"responseObjects": [
|
|
37
|
+
{
|
|
38
|
+
"type": "default",
|
|
39
|
+
"key": "",
|
|
40
|
+
"mockFile": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "forksGetForkSyncRequests",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/git/repositories/{pathv3}/forkSyncRequests?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"sendGetBody": false,
|
|
54
|
+
"requestDatatype": "JSON",
|
|
55
|
+
"responseDatatype": "JSON",
|
|
56
|
+
"headers": {},
|
|
57
|
+
"responseObjects": [
|
|
58
|
+
{
|
|
59
|
+
"type": "default",
|
|
60
|
+
"key": "",
|
|
61
|
+
"mockFile": "mockdatafiles/forksGetForkSyncRequests-default.json"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "forksGetForkSyncRequest",
|
|
67
|
+
"protocol": "REST",
|
|
68
|
+
"method": "GET",
|
|
69
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/git/repositories/{pathv3}/forkSyncRequests/{pathv4}?{query}",
|
|
70
|
+
"requestSchema": "schema.json",
|
|
71
|
+
"responseSchema": "schema.json",
|
|
72
|
+
"timeout": 0,
|
|
73
|
+
"sendEmpty": false,
|
|
74
|
+
"sendGetBody": false,
|
|
75
|
+
"requestDatatype": "JSON",
|
|
76
|
+
"responseDatatype": "JSON",
|
|
77
|
+
"headers": {},
|
|
78
|
+
"responseObjects": [
|
|
79
|
+
{
|
|
80
|
+
"type": "default",
|
|
81
|
+
"key": "",
|
|
82
|
+
"mockFile": ""
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"_links": {
|
|
4
|
+
"links": {}
|
|
5
|
+
},
|
|
6
|
+
"detailedStatus": {
|
|
7
|
+
"allSteps": [
|
|
8
|
+
"string"
|
|
9
|
+
],
|
|
10
|
+
"currentStep": 4,
|
|
11
|
+
"errorMessage": "string"
|
|
12
|
+
},
|
|
13
|
+
"operationId": 3,
|
|
14
|
+
"source": {
|
|
15
|
+
"collectionId": "string",
|
|
16
|
+
"projectId": "string",
|
|
17
|
+
"repositoryId": "string"
|
|
18
|
+
},
|
|
19
|
+
"sourceToTargetRefs": [
|
|
20
|
+
{
|
|
21
|
+
"sourceRef": "string",
|
|
22
|
+
"targetRef": "string"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"sourceRef": "string",
|
|
26
|
+
"targetRef": "string"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"status": "queued"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"_links": {
|
|
33
|
+
"links": {}
|
|
34
|
+
},
|
|
35
|
+
"detailedStatus": {
|
|
36
|
+
"allSteps": [
|
|
37
|
+
"string",
|
|
38
|
+
"string",
|
|
39
|
+
"string",
|
|
40
|
+
"string",
|
|
41
|
+
"string",
|
|
42
|
+
"string"
|
|
43
|
+
],
|
|
44
|
+
"currentStep": 7,
|
|
45
|
+
"errorMessage": "string"
|
|
46
|
+
},
|
|
47
|
+
"operationId": 10,
|
|
48
|
+
"source": {
|
|
49
|
+
"collectionId": "string",
|
|
50
|
+
"projectId": "string",
|
|
51
|
+
"repositoryId": "string"
|
|
52
|
+
},
|
|
53
|
+
"sourceToTargetRefs": [
|
|
54
|
+
{
|
|
55
|
+
"sourceRef": "string",
|
|
56
|
+
"targetRef": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"sourceRef": "string",
|
|
60
|
+
"targetRef": "string"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"sourceRef": "string",
|
|
64
|
+
"targetRef": "string"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"sourceRef": "string",
|
|
68
|
+
"targetRef": "string"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"sourceRef": "string",
|
|
72
|
+
"targetRef": "string"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"sourceRef": "string",
|
|
76
|
+
"targetRef": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"sourceRef": "string",
|
|
80
|
+
"targetRef": "string"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"sourceRef": "string",
|
|
84
|
+
"targetRef": "string"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"sourceRef": "string",
|
|
88
|
+
"targetRef": "string"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"sourceRef": "string",
|
|
92
|
+
"targetRef": "string"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"status": "inProgress"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"_links": {
|
|
99
|
+
"links": {}
|
|
100
|
+
},
|
|
101
|
+
"detailedStatus": {
|
|
102
|
+
"allSteps": [
|
|
103
|
+
"string",
|
|
104
|
+
"string",
|
|
105
|
+
"string",
|
|
106
|
+
"string",
|
|
107
|
+
"string",
|
|
108
|
+
"string",
|
|
109
|
+
"string",
|
|
110
|
+
"string",
|
|
111
|
+
"string"
|
|
112
|
+
],
|
|
113
|
+
"currentStep": 3,
|
|
114
|
+
"errorMessage": "string"
|
|
115
|
+
},
|
|
116
|
+
"operationId": 4,
|
|
117
|
+
"source": {
|
|
118
|
+
"collectionId": "string",
|
|
119
|
+
"projectId": "string",
|
|
120
|
+
"repositoryId": "string"
|
|
121
|
+
},
|
|
122
|
+
"sourceToTargetRefs": [
|
|
123
|
+
{
|
|
124
|
+
"sourceRef": "string",
|
|
125
|
+
"targetRef": "string"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"sourceRef": "string",
|
|
129
|
+
"targetRef": "string"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"sourceRef": "string",
|
|
133
|
+
"targetRef": "string"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"sourceRef": "string",
|
|
137
|
+
"targetRef": "string"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"status": "queued"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"_links": {
|
|
144
|
+
"links": {}
|
|
145
|
+
},
|
|
146
|
+
"detailedStatus": {
|
|
147
|
+
"allSteps": [
|
|
148
|
+
"string",
|
|
149
|
+
"string",
|
|
150
|
+
"string",
|
|
151
|
+
"string",
|
|
152
|
+
"string",
|
|
153
|
+
"string"
|
|
154
|
+
],
|
|
155
|
+
"currentStep": 8,
|
|
156
|
+
"errorMessage": "string"
|
|
157
|
+
},
|
|
158
|
+
"operationId": 10,
|
|
159
|
+
"source": {
|
|
160
|
+
"collectionId": "string",
|
|
161
|
+
"projectId": "string",
|
|
162
|
+
"repositoryId": "string"
|
|
163
|
+
},
|
|
164
|
+
"sourceToTargetRefs": [
|
|
165
|
+
{
|
|
166
|
+
"sourceRef": "string",
|
|
167
|
+
"targetRef": "string"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"sourceRef": "string",
|
|
171
|
+
"targetRef": "string"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"sourceRef": "string",
|
|
175
|
+
"targetRef": "string"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"sourceRef": "string",
|
|
179
|
+
"targetRef": "string"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"sourceRef": "string",
|
|
183
|
+
"targetRef": "string"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"sourceRef": "string",
|
|
187
|
+
"targetRef": "string"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"sourceRef": "string",
|
|
191
|
+
"targetRef": "string"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"sourceRef": "string",
|
|
195
|
+
"targetRef": "string"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"status": "failed"
|
|
199
|
+
}
|
|
200
|
+
]
|