@itentialopensource/adapter-azure_devops 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/AUTH.md +39 -0
  2. package/BROKER.md +199 -0
  3. package/CALLS.md +169 -0
  4. package/CHANGELOG.md +17 -2
  5. package/CODE_OF_CONDUCT.md +12 -17
  6. package/CONTRIBUTING.md +88 -74
  7. package/ENHANCE.md +69 -0
  8. package/PROPERTIES.md +641 -0
  9. package/README.md +221 -571
  10. package/SUMMARY.md +9 -0
  11. package/SYSTEMINFO.md +11 -0
  12. package/TROUBLESHOOT.md +47 -0
  13. package/adapter.js +11999 -57
  14. package/adapterBase.js +1007 -253
  15. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/README.md +59 -0
  16. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/specificCallScript.js +97 -0
  17. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/update.js +532 -0
  18. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/adapter.js +11651 -0
  19. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/action.json +43 -0
  20. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/mockdatafiles/mockdata.json +20817 -0
  21. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/schema.json +125 -0
  22. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/action.json +43 -0
  23. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/mockdatafiles/mockdata.json +20817 -0
  24. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/schema.json +125 -0
  25. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/action.json +64 -0
  26. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/mockdatafiles/mockdata.json +20817 -0
  27. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/schema.json +125 -0
  28. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/action.json +85 -0
  29. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/mockdatafiles/mockdata.json +20817 -0
  30. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/schema.json +125 -0
  31. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/action.json +23 -0
  32. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/mockdatafiles/mockdata.json +20817 -0
  33. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/schema.json +125 -0
  34. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/action.json +85 -0
  35. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/mockdatafiles/mockdata.json +20817 -0
  36. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/schema.json +125 -0
  37. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/action.json +84 -0
  38. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/mockdatafiles/mockdata.json +20817 -0
  39. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/schema.json +125 -0
  40. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/action.json +43 -0
  41. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/mockdatafiles/mockdata.json +20817 -0
  42. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/schema.json +125 -0
  43. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/action.json +23 -0
  44. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/mockdatafiles/mockdata.json +20817 -0
  45. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/schema.json +125 -0
  46. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/action.json +43 -0
  47. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/mockdatafiles/mockdata.json +20817 -0
  48. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/schema.json +125 -0
  49. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/action.json +23 -0
  50. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/mockdatafiles/mockdata.json +20817 -0
  51. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/schema.json +125 -0
  52. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/action.json +84 -0
  53. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/mockdatafiles/mockdata.json +20817 -0
  54. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/schema.json +125 -0
  55. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/action.json +63 -0
  56. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/mockdatafiles/mockdata.json +20817 -0
  57. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/schema.json +125 -0
  58. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/action.json +44 -0
  59. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/mockdatafiles/mockdata.json +20817 -0
  60. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/schema.json +125 -0
  61. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/action.json +23 -0
  62. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/mockdatafiles/mockdata.json +20817 -0
  63. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/schema.json +125 -0
  64. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/action.json +104 -0
  65. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/mockdatafiles/mockdata.json +20817 -0
  66. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/schema.json +125 -0
  67. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/action.json +44 -0
  68. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/mockdatafiles/mockdata.json +20817 -0
  69. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/schema.json +125 -0
  70. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/action.json +84 -0
  71. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/mockdatafiles/mockdata.json +20817 -0
  72. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/schema.json +125 -0
  73. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/action.json +43 -0
  74. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/mockdatafiles/mockdata.json +20817 -0
  75. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/schema.json +125 -0
  76. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/action.json +22 -0
  77. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/mockdatafiles/mockdata.json +20817 -0
  78. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/schema.json +125 -0
  79. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/action.json +164 -0
  80. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/mockdatafiles/mockdata.json +20817 -0
  81. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/schema.json +125 -0
  82. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/action.json +22 -0
  83. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/mockdatafiles/mockdata.json +20817 -0
  84. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/schema.json +125 -0
  85. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/action.json +104 -0
  86. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/mockdatafiles/mockdata.json +20817 -0
  87. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/schema.json +125 -0
  88. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/action.json +104 -0
  89. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/mockdatafiles/mockdata.json +20817 -0
  90. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/schema.json +125 -0
  91. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/action.json +84 -0
  92. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/mockdatafiles/mockdata.json +20817 -0
  93. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/schema.json +125 -0
  94. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/action.json +23 -0
  95. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/mockdatafiles/mockdata.json +20817 -0
  96. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/schema.json +125 -0
  97. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/action.json +126 -0
  98. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/mockdatafiles/mockdata.json +20817 -0
  99. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/schema.json +125 -0
  100. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/action.json +64 -0
  101. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/mockdatafiles/mockdata.json +20817 -0
  102. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/schema.json +125 -0
  103. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/action.json +63 -0
  104. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/mockdatafiles/mockdata.json +20817 -0
  105. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/schema.json +125 -0
  106. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/action.json +84 -0
  107. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/mockdatafiles/mockdata.json +20817 -0
  108. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/schema.json +125 -0
  109. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/action.json +186 -0
  110. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/mockdatafiles/mockdata.json +20817 -0
  111. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/schema.json +125 -0
  112. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/action.json +64 -0
  113. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/mockdatafiles/mockdata.json +20817 -0
  114. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/schema.json +125 -0
  115. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/action.json +23 -0
  116. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/mockdatafiles/mockdata.json +20817 -0
  117. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/schema.json +125 -0
  118. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/action.json +43 -0
  119. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/mockdatafiles/mockdata.json +20817 -0
  120. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/schema.json +125 -0
  121. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/action.json +23 -0
  122. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/mockdatafiles/mockdata.json +20817 -0
  123. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/schema.json +125 -0
  124. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/action.json +23 -0
  125. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/mockdatafiles/mockdata.json +20817 -0
  126. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/schema.json +125 -0
  127. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/methods.json +74975 -0
  128. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/pronghorn.json +11730 -0
  129. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/test/integration/adapterTestIntegration.js +5493 -0
  130. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/test/unit/adapterTestUnit.js +10889 -0
  131. package/entities/.generic/action.json +105 -0
  132. package/entities/.generic/schema.json +6 -1
  133. package/entities/AnnotatedTags/action.json +45 -0
  134. package/entities/AnnotatedTags/schema.json +20 -0
  135. package/entities/Blobs/action.json +45 -0
  136. package/entities/Blobs/schema.json +20 -0
  137. package/entities/CherryPicks/action.json +66 -0
  138. package/entities/CherryPicks/schema.json +21 -0
  139. package/entities/Commits/action.json +87 -0
  140. package/entities/Commits/mockdatafiles/commitsGetCommitsBatch-default.json +707 -0
  141. package/entities/Commits/mockdatafiles/commitsGetPushCommits-default.json +336 -0
  142. package/entities/Commits/schema.json +22 -0
  143. package/entities/Diffs/action.json +25 -0
  144. package/entities/Diffs/schema.json +19 -0
  145. package/entities/Forks/action.json +87 -0
  146. package/entities/Forks/mockdatafiles/forksGetForkSyncRequests-default.json +200 -0
  147. package/entities/Forks/mockdatafiles/forksList-default.json +102 -0
  148. package/entities/Forks/schema.json +22 -0
  149. package/entities/ImportRequests/action.json +86 -0
  150. package/entities/ImportRequests/mockdatafiles/importRequestsQuery-default.json +91 -0
  151. package/entities/ImportRequests/schema.json +22 -0
  152. package/entities/Items/action.json +45 -0
  153. package/entities/Items/mockdatafiles/itemsGetItemsBatch-default.json +5 -0
  154. package/entities/Items/mockdatafiles/itemsList-default.json +40 -0
  155. package/entities/Items/schema.json +20 -0
  156. package/entities/MergeBases/action.json +25 -0
  157. package/entities/MergeBases/mockdatafiles/mergeBasesList-default.json +580 -0
  158. package/entities/MergeBases/schema.json +19 -0
  159. package/entities/Merges/action.json +45 -0
  160. package/entities/Merges/schema.json +20 -0
  161. package/entities/PolicyConfigurations/action.json +25 -0
  162. package/entities/PolicyConfigurations/mockdatafiles/policyConfigurationsGet-default.json +20 -0
  163. package/entities/PolicyConfigurations/schema.json +19 -0
  164. package/entities/PullRequestAttachments/action.json +86 -0
  165. package/entities/PullRequestAttachments/mockdatafiles/pullRequestAttachmentsList-default.json +159 -0
  166. package/entities/PullRequestAttachments/schema.json +22 -0
  167. package/entities/PullRequestCommentLikes/action.json +65 -0
  168. package/entities/PullRequestCommentLikes/mockdatafiles/pullRequestCommentLikesList-default.json +10 -0
  169. package/entities/PullRequestCommentLikes/schema.json +21 -0
  170. package/entities/PullRequestCommits/action.json +46 -0
  171. package/entities/PullRequestCommits/mockdatafiles/pullRequestCommitsGetPullRequestCommits-default.json +818 -0
  172. package/entities/PullRequestCommits/mockdatafiles/pullRequestCommitsGetPullRequestIterationCommits-default.json +813 -0
  173. package/entities/PullRequestCommits/schema.json +20 -0
  174. package/entities/PullRequestIterationChanges/action.json +25 -0
  175. package/entities/PullRequestIterationChanges/schema.json +19 -0
  176. package/entities/PullRequestIterationStatuses/action.json +106 -0
  177. package/entities/PullRequestIterationStatuses/mockdatafiles/pullRequestIterationStatusesList-default.json +71 -0
  178. package/entities/PullRequestIterationStatuses/schema.json +23 -0
  179. package/entities/PullRequestIterations/action.json +46 -0
  180. package/entities/PullRequestIterations/mockdatafiles/pullRequestIterationsList-default.json +2403 -0
  181. package/entities/PullRequestIterations/schema.json +20 -0
  182. package/entities/PullRequestLabels/action.json +86 -0
  183. package/entities/PullRequestLabels/mockdatafiles/pullRequestLabelsList-default.json +20 -0
  184. package/entities/PullRequestLabels/schema.json +22 -0
  185. package/entities/PullRequestProperties/action.json +45 -0
  186. package/entities/PullRequestProperties/schema.json +20 -0
  187. package/entities/PullRequestQuery/action.json +24 -0
  188. package/entities/PullRequestQuery/schema.json +19 -0
  189. package/entities/PullRequestReviewers/action.json +166 -0
  190. package/entities/PullRequestReviewers/mockdatafiles/pullRequestReviewersCreatePullRequestReviewers-default.json +10 -0
  191. package/entities/PullRequestReviewers/mockdatafiles/pullRequestReviewersList-default.json +10 -0
  192. package/entities/PullRequestReviewers/schema.json +26 -0
  193. package/entities/PullRequestShare/action.json +24 -0
  194. package/entities/PullRequestShare/schema.json +19 -0
  195. package/entities/PullRequestStatuses/action.json +106 -0
  196. package/entities/PullRequestStatuses/mockdatafiles/pullRequestStatusesList-default.json +48 -0
  197. package/entities/PullRequestStatuses/schema.json +23 -0
  198. package/entities/PullRequestThreadComments/action.json +106 -0
  199. package/entities/PullRequestThreadComments/mockdatafiles/pullRequestThreadCommentsList-default.json +215 -0
  200. package/entities/PullRequestThreadComments/schema.json +23 -0
  201. package/entities/PullRequestThreads/action.json +86 -0
  202. package/entities/PullRequestThreads/mockdatafiles/pullRequestThreadsList-default.json +395 -0
  203. package/entities/PullRequestThreads/schema.json +22 -0
  204. package/entities/PullRequestWorkItems/action.json +25 -0
  205. package/entities/PullRequestWorkItems/mockdatafiles/pullRequestWorkItemsList-default.json +18 -0
  206. package/entities/PullRequestWorkItems/schema.json +19 -0
  207. package/entities/PullRequests/action.json +128 -0
  208. package/entities/PullRequests/mockdatafiles/pullRequestsGetPullRequests-default.json +6555 -0
  209. package/entities/PullRequests/mockdatafiles/pullRequestsGetPullRequestsByProject-default.json +5929 -0
  210. package/entities/PullRequests/schema.json +24 -0
  211. package/entities/Pushes/action.json +66 -0
  212. package/entities/Pushes/mockdatafiles/pushesList-default.json +34 -0
  213. package/entities/Pushes/schema.json +21 -0
  214. package/entities/Refs/action.json +65 -0
  215. package/entities/Refs/mockdatafiles/refsList-default.json +500 -0
  216. package/entities/Refs/mockdatafiles/refsUpdateRefs-default.json +13 -0
  217. package/entities/Refs/schema.json +21 -0
  218. package/entities/RefsFavorites/action.json +86 -0
  219. package/entities/RefsFavorites/mockdatafiles/refsFavoritesList-default.json +35 -0
  220. package/entities/RefsFavorites/schema.json +22 -0
  221. package/entities/Repositories/action.json +188 -0
  222. package/entities/Repositories/mockdatafiles/repositoriesGetDeletedRepositories-default.json +54 -0
  223. package/entities/Repositories/mockdatafiles/repositoriesGetRecycleBinRepositories-default.json +28 -0
  224. package/entities/Repositories/mockdatafiles/repositoriesList-default.json +123 -0
  225. package/entities/Repositories/schema.json +27 -0
  226. package/entities/Reverts/action.json +66 -0
  227. package/entities/Reverts/schema.json +21 -0
  228. package/entities/Stats/action.json +25 -0
  229. package/entities/Stats/mockdatafiles/statsList-default.json +195 -0
  230. package/entities/Stats/schema.json +19 -0
  231. package/entities/Statuses/action.json +45 -0
  232. package/entities/Statuses/mockdatafiles/statusesList-default.json +94 -0
  233. package/entities/Statuses/schema.json +20 -0
  234. package/entities/Suggestions/action.json +25 -0
  235. package/entities/Suggestions/mockdatafiles/suggestionsList-default.json +14 -0
  236. package/entities/Suggestions/schema.json +19 -0
  237. package/entities/Trees/action.json +25 -0
  238. package/entities/Trees/schema.json +19 -0
  239. package/error.json +6 -0
  240. package/package.json +5 -3
  241. package/previousVersion.zip +0 -0
  242. package/pronghorn.json +49635 -378
  243. package/propertiesDecorators.json +14 -0
  244. package/propertiesSchema.json +421 -0
  245. package/refs?service=git-upload-pack +0 -0
  246. package/report/adapterInfo.json +10 -0
  247. package/report/updateReport1653439219306.json +120 -0
  248. package/sampleProperties.json +90 -1
  249. package/test/integration/adapterTestBasicGet.js +1 -1
  250. package/test/integration/adapterTestIntegration.js +4869 -105
  251. package/test/unit/adapterBaseTestUnit.js +30 -25
  252. package/test/unit/adapterTestUnit.js +11057 -159
  253. package/utils/adapterInfo.js +206 -0
  254. package/utils/entitiesToDB.js +12 -57
  255. package/utils/patches2bundledDeps.js +90 -0
  256. package/utils/pre-commit.sh +3 -0
  257. package/utils/tbScript.js +35 -20
  258. package/utils/tbUtils.js +59 -35
  259. package/utils/testRunner.js +16 -16
  260. package/versions.json +135 -0
@@ -0,0 +1,818 @@
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": "all",
16
+ "item": "string",
17
+ "newContent": {
18
+ "content": "string",
19
+ "contentType": "rawText"
20
+ },
21
+ "sourceServerItem": "string",
22
+ "url": "string"
23
+ },
24
+ {
25
+ "changeType": "sourceRename",
26
+ "item": "string",
27
+ "newContent": {
28
+ "content": "string",
29
+ "contentType": "rawText"
30
+ },
31
+ "sourceServerItem": "string",
32
+ "url": "string"
33
+ },
34
+ {
35
+ "changeType": "property",
36
+ "item": "string",
37
+ "newContent": {
38
+ "content": "string",
39
+ "contentType": "base64Encoded"
40
+ },
41
+ "sourceServerItem": "string",
42
+ "url": "string"
43
+ }
44
+ ],
45
+ "comment": "string",
46
+ "commentTruncated": false,
47
+ "commitId": "string",
48
+ "committer": {
49
+ "date": "string",
50
+ "email": "string",
51
+ "imageUrl": "string",
52
+ "name": "string"
53
+ },
54
+ "parents": [
55
+ "string"
56
+ ],
57
+ "push": {
58
+ "_links": {
59
+ "links": {}
60
+ },
61
+ "date": "string",
62
+ "pushedBy": {
63
+ "_links": {
64
+ "links": {}
65
+ },
66
+ "descriptor": "string",
67
+ "displayName": "string",
68
+ "url": "string"
69
+ },
70
+ "pushId": 9,
71
+ "url": "string"
72
+ },
73
+ "remoteUrl": "string",
74
+ "statuses": [
75
+ {
76
+ "_links": {
77
+ "links": {}
78
+ },
79
+ "context": {
80
+ "genre": "string",
81
+ "name": "string"
82
+ },
83
+ "createdBy": {
84
+ "_links": {
85
+ "links": {}
86
+ },
87
+ "descriptor": "string",
88
+ "displayName": "string",
89
+ "url": "string"
90
+ },
91
+ "creationDate": "string",
92
+ "description": "string",
93
+ "id": 5,
94
+ "state": "failed",
95
+ "targetUrl": "string",
96
+ "updatedDate": "string"
97
+ },
98
+ {
99
+ "_links": {
100
+ "links": {}
101
+ },
102
+ "context": {
103
+ "genre": "string",
104
+ "name": "string"
105
+ },
106
+ "createdBy": {
107
+ "_links": {
108
+ "links": {}
109
+ },
110
+ "descriptor": "string",
111
+ "displayName": "string",
112
+ "url": "string"
113
+ },
114
+ "creationDate": "string",
115
+ "description": "string",
116
+ "id": 1,
117
+ "state": "pending",
118
+ "targetUrl": "string",
119
+ "updatedDate": "string"
120
+ },
121
+ {
122
+ "_links": {
123
+ "links": {}
124
+ },
125
+ "context": {
126
+ "genre": "string",
127
+ "name": "string"
128
+ },
129
+ "createdBy": {
130
+ "_links": {
131
+ "links": {}
132
+ },
133
+ "descriptor": "string",
134
+ "displayName": "string",
135
+ "url": "string"
136
+ },
137
+ "creationDate": "string",
138
+ "description": "string",
139
+ "id": 7,
140
+ "state": "notApplicable",
141
+ "targetUrl": "string",
142
+ "updatedDate": "string"
143
+ }
144
+ ],
145
+ "url": "string",
146
+ "workItems": [
147
+ {
148
+ "id": "string",
149
+ "url": "string"
150
+ },
151
+ {
152
+ "id": "string",
153
+ "url": "string"
154
+ },
155
+ {
156
+ "id": "string",
157
+ "url": "string"
158
+ },
159
+ {
160
+ "id": "string",
161
+ "url": "string"
162
+ },
163
+ {
164
+ "id": "string",
165
+ "url": "string"
166
+ },
167
+ {
168
+ "id": "string",
169
+ "url": "string"
170
+ },
171
+ {
172
+ "id": "string",
173
+ "url": "string"
174
+ },
175
+ {
176
+ "id": "string",
177
+ "url": "string"
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ "_links": {
183
+ "links": {}
184
+ },
185
+ "author": {
186
+ "date": "string",
187
+ "email": "string",
188
+ "imageUrl": "string",
189
+ "name": "string"
190
+ },
191
+ "changeCounts": {},
192
+ "changes": [
193
+ {
194
+ "changeType": "property",
195
+ "item": "string",
196
+ "newContent": {
197
+ "content": "string",
198
+ "contentType": "rawText"
199
+ },
200
+ "sourceServerItem": "string",
201
+ "url": "string"
202
+ },
203
+ {
204
+ "changeType": "branch",
205
+ "item": "string",
206
+ "newContent": {
207
+ "content": "string",
208
+ "contentType": "rawText"
209
+ },
210
+ "sourceServerItem": "string",
211
+ "url": "string"
212
+ },
213
+ {
214
+ "changeType": "rename",
215
+ "item": "string",
216
+ "newContent": {
217
+ "content": "string",
218
+ "contentType": "base64Encoded"
219
+ },
220
+ "sourceServerItem": "string",
221
+ "url": "string"
222
+ }
223
+ ],
224
+ "comment": "string",
225
+ "commentTruncated": true,
226
+ "commitId": "string",
227
+ "committer": {
228
+ "date": "string",
229
+ "email": "string",
230
+ "imageUrl": "string",
231
+ "name": "string"
232
+ },
233
+ "parents": [
234
+ "string",
235
+ "string",
236
+ "string",
237
+ "string",
238
+ "string",
239
+ "string",
240
+ "string"
241
+ ],
242
+ "push": {
243
+ "_links": {
244
+ "links": {}
245
+ },
246
+ "date": "string",
247
+ "pushedBy": {
248
+ "_links": {
249
+ "links": {}
250
+ },
251
+ "descriptor": "string",
252
+ "displayName": "string",
253
+ "url": "string"
254
+ },
255
+ "pushId": 1,
256
+ "url": "string"
257
+ },
258
+ "remoteUrl": "string",
259
+ "statuses": [
260
+ {
261
+ "_links": {
262
+ "links": {}
263
+ },
264
+ "context": {
265
+ "genre": "string",
266
+ "name": "string"
267
+ },
268
+ "createdBy": {
269
+ "_links": {
270
+ "links": {}
271
+ },
272
+ "descriptor": "string",
273
+ "displayName": "string",
274
+ "url": "string"
275
+ },
276
+ "creationDate": "string",
277
+ "description": "string",
278
+ "id": 5,
279
+ "state": "failed",
280
+ "targetUrl": "string",
281
+ "updatedDate": "string"
282
+ },
283
+ {
284
+ "_links": {
285
+ "links": {}
286
+ },
287
+ "context": {
288
+ "genre": "string",
289
+ "name": "string"
290
+ },
291
+ "createdBy": {
292
+ "_links": {
293
+ "links": {}
294
+ },
295
+ "descriptor": "string",
296
+ "displayName": "string",
297
+ "url": "string"
298
+ },
299
+ "creationDate": "string",
300
+ "description": "string",
301
+ "id": 10,
302
+ "state": "succeeded",
303
+ "targetUrl": "string",
304
+ "updatedDate": "string"
305
+ },
306
+ {
307
+ "_links": {
308
+ "links": {}
309
+ },
310
+ "context": {
311
+ "genre": "string",
312
+ "name": "string"
313
+ },
314
+ "createdBy": {
315
+ "_links": {
316
+ "links": {}
317
+ },
318
+ "descriptor": "string",
319
+ "displayName": "string",
320
+ "url": "string"
321
+ },
322
+ "creationDate": "string",
323
+ "description": "string",
324
+ "id": 6,
325
+ "state": "pending",
326
+ "targetUrl": "string",
327
+ "updatedDate": "string"
328
+ },
329
+ {
330
+ "_links": {
331
+ "links": {}
332
+ },
333
+ "context": {
334
+ "genre": "string",
335
+ "name": "string"
336
+ },
337
+ "createdBy": {
338
+ "_links": {
339
+ "links": {}
340
+ },
341
+ "descriptor": "string",
342
+ "displayName": "string",
343
+ "url": "string"
344
+ },
345
+ "creationDate": "string",
346
+ "description": "string",
347
+ "id": 1,
348
+ "state": "error",
349
+ "targetUrl": "string",
350
+ "updatedDate": "string"
351
+ },
352
+ {
353
+ "_links": {
354
+ "links": {}
355
+ },
356
+ "context": {
357
+ "genre": "string",
358
+ "name": "string"
359
+ },
360
+ "createdBy": {
361
+ "_links": {
362
+ "links": {}
363
+ },
364
+ "descriptor": "string",
365
+ "displayName": "string",
366
+ "url": "string"
367
+ },
368
+ "creationDate": "string",
369
+ "description": "string",
370
+ "id": 6,
371
+ "state": "notSet",
372
+ "targetUrl": "string",
373
+ "updatedDate": "string"
374
+ },
375
+ {
376
+ "_links": {
377
+ "links": {}
378
+ },
379
+ "context": {
380
+ "genre": "string",
381
+ "name": "string"
382
+ },
383
+ "createdBy": {
384
+ "_links": {
385
+ "links": {}
386
+ },
387
+ "descriptor": "string",
388
+ "displayName": "string",
389
+ "url": "string"
390
+ },
391
+ "creationDate": "string",
392
+ "description": "string",
393
+ "id": 2,
394
+ "state": "succeeded",
395
+ "targetUrl": "string",
396
+ "updatedDate": "string"
397
+ },
398
+ {
399
+ "_links": {
400
+ "links": {}
401
+ },
402
+ "context": {
403
+ "genre": "string",
404
+ "name": "string"
405
+ },
406
+ "createdBy": {
407
+ "_links": {
408
+ "links": {}
409
+ },
410
+ "descriptor": "string",
411
+ "displayName": "string",
412
+ "url": "string"
413
+ },
414
+ "creationDate": "string",
415
+ "description": "string",
416
+ "id": 1,
417
+ "state": "succeeded",
418
+ "targetUrl": "string",
419
+ "updatedDate": "string"
420
+ },
421
+ {
422
+ "_links": {
423
+ "links": {}
424
+ },
425
+ "context": {
426
+ "genre": "string",
427
+ "name": "string"
428
+ },
429
+ "createdBy": {
430
+ "_links": {
431
+ "links": {}
432
+ },
433
+ "descriptor": "string",
434
+ "displayName": "string",
435
+ "url": "string"
436
+ },
437
+ "creationDate": "string",
438
+ "description": "string",
439
+ "id": 6,
440
+ "state": "failed",
441
+ "targetUrl": "string",
442
+ "updatedDate": "string"
443
+ },
444
+ {
445
+ "_links": {
446
+ "links": {}
447
+ },
448
+ "context": {
449
+ "genre": "string",
450
+ "name": "string"
451
+ },
452
+ "createdBy": {
453
+ "_links": {
454
+ "links": {}
455
+ },
456
+ "descriptor": "string",
457
+ "displayName": "string",
458
+ "url": "string"
459
+ },
460
+ "creationDate": "string",
461
+ "description": "string",
462
+ "id": 6,
463
+ "state": "error",
464
+ "targetUrl": "string",
465
+ "updatedDate": "string"
466
+ }
467
+ ],
468
+ "url": "string",
469
+ "workItems": [
470
+ {
471
+ "id": "string",
472
+ "url": "string"
473
+ },
474
+ {
475
+ "id": "string",
476
+ "url": "string"
477
+ },
478
+ {
479
+ "id": "string",
480
+ "url": "string"
481
+ },
482
+ {
483
+ "id": "string",
484
+ "url": "string"
485
+ },
486
+ {
487
+ "id": "string",
488
+ "url": "string"
489
+ },
490
+ {
491
+ "id": "string",
492
+ "url": "string"
493
+ },
494
+ {
495
+ "id": "string",
496
+ "url": "string"
497
+ },
498
+ {
499
+ "id": "string",
500
+ "url": "string"
501
+ },
502
+ {
503
+ "id": "string",
504
+ "url": "string"
505
+ }
506
+ ]
507
+ },
508
+ {
509
+ "_links": {
510
+ "links": {}
511
+ },
512
+ "author": {
513
+ "date": "string",
514
+ "email": "string",
515
+ "imageUrl": "string",
516
+ "name": "string"
517
+ },
518
+ "changeCounts": {},
519
+ "changes": [
520
+ {
521
+ "changeType": "targetRename",
522
+ "item": "string",
523
+ "newContent": {
524
+ "content": "string",
525
+ "contentType": "base64Encoded"
526
+ },
527
+ "sourceServerItem": "string",
528
+ "url": "string"
529
+ },
530
+ {
531
+ "changeType": "all",
532
+ "item": "string",
533
+ "newContent": {
534
+ "content": "string",
535
+ "contentType": "rawText"
536
+ },
537
+ "sourceServerItem": "string",
538
+ "url": "string"
539
+ }
540
+ ],
541
+ "comment": "string",
542
+ "commentTruncated": false,
543
+ "commitId": "string",
544
+ "committer": {
545
+ "date": "string",
546
+ "email": "string",
547
+ "imageUrl": "string",
548
+ "name": "string"
549
+ },
550
+ "parents": [
551
+ "string",
552
+ "string",
553
+ "string",
554
+ "string",
555
+ "string",
556
+ "string",
557
+ "string",
558
+ "string",
559
+ "string"
560
+ ],
561
+ "push": {
562
+ "_links": {
563
+ "links": {}
564
+ },
565
+ "date": "string",
566
+ "pushedBy": {
567
+ "_links": {
568
+ "links": {}
569
+ },
570
+ "descriptor": "string",
571
+ "displayName": "string",
572
+ "url": "string"
573
+ },
574
+ "pushId": 2,
575
+ "url": "string"
576
+ },
577
+ "remoteUrl": "string",
578
+ "statuses": [
579
+ {
580
+ "_links": {
581
+ "links": {}
582
+ },
583
+ "context": {
584
+ "genre": "string",
585
+ "name": "string"
586
+ },
587
+ "createdBy": {
588
+ "_links": {
589
+ "links": {}
590
+ },
591
+ "descriptor": "string",
592
+ "displayName": "string",
593
+ "url": "string"
594
+ },
595
+ "creationDate": "string",
596
+ "description": "string",
597
+ "id": 2,
598
+ "state": "succeeded",
599
+ "targetUrl": "string",
600
+ "updatedDate": "string"
601
+ },
602
+ {
603
+ "_links": {
604
+ "links": {}
605
+ },
606
+ "context": {
607
+ "genre": "string",
608
+ "name": "string"
609
+ },
610
+ "createdBy": {
611
+ "_links": {
612
+ "links": {}
613
+ },
614
+ "descriptor": "string",
615
+ "displayName": "string",
616
+ "url": "string"
617
+ },
618
+ "creationDate": "string",
619
+ "description": "string",
620
+ "id": 8,
621
+ "state": "failed",
622
+ "targetUrl": "string",
623
+ "updatedDate": "string"
624
+ },
625
+ {
626
+ "_links": {
627
+ "links": {}
628
+ },
629
+ "context": {
630
+ "genre": "string",
631
+ "name": "string"
632
+ },
633
+ "createdBy": {
634
+ "_links": {
635
+ "links": {}
636
+ },
637
+ "descriptor": "string",
638
+ "displayName": "string",
639
+ "url": "string"
640
+ },
641
+ "creationDate": "string",
642
+ "description": "string",
643
+ "id": 5,
644
+ "state": "error",
645
+ "targetUrl": "string",
646
+ "updatedDate": "string"
647
+ }
648
+ ],
649
+ "url": "string",
650
+ "workItems": [
651
+ {
652
+ "id": "string",
653
+ "url": "string"
654
+ },
655
+ {
656
+ "id": "string",
657
+ "url": "string"
658
+ },
659
+ {
660
+ "id": "string",
661
+ "url": "string"
662
+ },
663
+ {
664
+ "id": "string",
665
+ "url": "string"
666
+ },
667
+ {
668
+ "id": "string",
669
+ "url": "string"
670
+ },
671
+ {
672
+ "id": "string",
673
+ "url": "string"
674
+ }
675
+ ]
676
+ },
677
+ {
678
+ "_links": {
679
+ "links": {}
680
+ },
681
+ "author": {
682
+ "date": "string",
683
+ "email": "string",
684
+ "imageUrl": "string",
685
+ "name": "string"
686
+ },
687
+ "changeCounts": {},
688
+ "changes": [
689
+ {
690
+ "changeType": "rollback",
691
+ "item": "string",
692
+ "newContent": {
693
+ "content": "string",
694
+ "contentType": "rawText"
695
+ },
696
+ "sourceServerItem": "string",
697
+ "url": "string"
698
+ },
699
+ {
700
+ "changeType": "sourceRename",
701
+ "item": "string",
702
+ "newContent": {
703
+ "content": "string",
704
+ "contentType": "base64Encoded"
705
+ },
706
+ "sourceServerItem": "string",
707
+ "url": "string"
708
+ },
709
+ {
710
+ "changeType": "undelete",
711
+ "item": "string",
712
+ "newContent": {
713
+ "content": "string",
714
+ "contentType": "rawText"
715
+ },
716
+ "sourceServerItem": "string",
717
+ "url": "string"
718
+ },
719
+ {
720
+ "changeType": "branch",
721
+ "item": "string",
722
+ "newContent": {
723
+ "content": "string",
724
+ "contentType": "rawText"
725
+ },
726
+ "sourceServerItem": "string",
727
+ "url": "string"
728
+ },
729
+ {
730
+ "changeType": "edit",
731
+ "item": "string",
732
+ "newContent": {
733
+ "content": "string",
734
+ "contentType": "rawText"
735
+ },
736
+ "sourceServerItem": "string",
737
+ "url": "string"
738
+ }
739
+ ],
740
+ "comment": "string",
741
+ "commentTruncated": false,
742
+ "commitId": "string",
743
+ "committer": {
744
+ "date": "string",
745
+ "email": "string",
746
+ "imageUrl": "string",
747
+ "name": "string"
748
+ },
749
+ "parents": [
750
+ "string",
751
+ "string",
752
+ "string",
753
+ "string",
754
+ "string"
755
+ ],
756
+ "push": {
757
+ "_links": {
758
+ "links": {}
759
+ },
760
+ "date": "string",
761
+ "pushedBy": {
762
+ "_links": {
763
+ "links": {}
764
+ },
765
+ "descriptor": "string",
766
+ "displayName": "string",
767
+ "url": "string"
768
+ },
769
+ "pushId": 9,
770
+ "url": "string"
771
+ },
772
+ "remoteUrl": "string",
773
+ "statuses": [
774
+ {
775
+ "_links": {
776
+ "links": {}
777
+ },
778
+ "context": {
779
+ "genre": "string",
780
+ "name": "string"
781
+ },
782
+ "createdBy": {
783
+ "_links": {
784
+ "links": {}
785
+ },
786
+ "descriptor": "string",
787
+ "displayName": "string",
788
+ "url": "string"
789
+ },
790
+ "creationDate": "string",
791
+ "description": "string",
792
+ "id": 2,
793
+ "state": "notSet",
794
+ "targetUrl": "string",
795
+ "updatedDate": "string"
796
+ }
797
+ ],
798
+ "url": "string",
799
+ "workItems": [
800
+ {
801
+ "id": "string",
802
+ "url": "string"
803
+ },
804
+ {
805
+ "id": "string",
806
+ "url": "string"
807
+ },
808
+ {
809
+ "id": "string",
810
+ "url": "string"
811
+ },
812
+ {
813
+ "id": "string",
814
+ "url": "string"
815
+ }
816
+ ]
817
+ }
818
+ ]