@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,707 @@
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": "base64Encoded"
20
+ },
21
+ "sourceServerItem": "string",
22
+ "url": "string"
23
+ },
24
+ {
25
+ "changeType": "rollback",
26
+ "item": "string",
27
+ "newContent": {
28
+ "content": "string",
29
+ "contentType": "base64Encoded"
30
+ },
31
+ "sourceServerItem": "string",
32
+ "url": "string"
33
+ }
34
+ ],
35
+ "comment": "string",
36
+ "commentTruncated": false,
37
+ "commitId": "string",
38
+ "committer": {
39
+ "date": "string",
40
+ "email": "string",
41
+ "imageUrl": "string",
42
+ "name": "string"
43
+ },
44
+ "parents": [
45
+ "string",
46
+ "string",
47
+ "string",
48
+ "string"
49
+ ],
50
+ "push": {
51
+ "_links": {
52
+ "links": {}
53
+ },
54
+ "date": "string",
55
+ "pushedBy": {
56
+ "_links": {
57
+ "links": {}
58
+ },
59
+ "descriptor": "string",
60
+ "displayName": "string",
61
+ "url": "string"
62
+ },
63
+ "pushId": 5,
64
+ "url": "string"
65
+ },
66
+ "remoteUrl": "string",
67
+ "statuses": [
68
+ {
69
+ "_links": {
70
+ "links": {}
71
+ },
72
+ "context": {
73
+ "genre": "string",
74
+ "name": "string"
75
+ },
76
+ "createdBy": {
77
+ "_links": {
78
+ "links": {}
79
+ },
80
+ "descriptor": "string",
81
+ "displayName": "string",
82
+ "url": "string"
83
+ },
84
+ "creationDate": "string",
85
+ "description": "string",
86
+ "id": 4,
87
+ "state": "notSet",
88
+ "targetUrl": "string",
89
+ "updatedDate": "string"
90
+ },
91
+ {
92
+ "_links": {
93
+ "links": {}
94
+ },
95
+ "context": {
96
+ "genre": "string",
97
+ "name": "string"
98
+ },
99
+ "createdBy": {
100
+ "_links": {
101
+ "links": {}
102
+ },
103
+ "descriptor": "string",
104
+ "displayName": "string",
105
+ "url": "string"
106
+ },
107
+ "creationDate": "string",
108
+ "description": "string",
109
+ "id": 4,
110
+ "state": "notApplicable",
111
+ "targetUrl": "string",
112
+ "updatedDate": "string"
113
+ },
114
+ {
115
+ "_links": {
116
+ "links": {}
117
+ },
118
+ "context": {
119
+ "genre": "string",
120
+ "name": "string"
121
+ },
122
+ "createdBy": {
123
+ "_links": {
124
+ "links": {}
125
+ },
126
+ "descriptor": "string",
127
+ "displayName": "string",
128
+ "url": "string"
129
+ },
130
+ "creationDate": "string",
131
+ "description": "string",
132
+ "id": 9,
133
+ "state": "succeeded",
134
+ "targetUrl": "string",
135
+ "updatedDate": "string"
136
+ },
137
+ {
138
+ "_links": {
139
+ "links": {}
140
+ },
141
+ "context": {
142
+ "genre": "string",
143
+ "name": "string"
144
+ },
145
+ "createdBy": {
146
+ "_links": {
147
+ "links": {}
148
+ },
149
+ "descriptor": "string",
150
+ "displayName": "string",
151
+ "url": "string"
152
+ },
153
+ "creationDate": "string",
154
+ "description": "string",
155
+ "id": 6,
156
+ "state": "notApplicable",
157
+ "targetUrl": "string",
158
+ "updatedDate": "string"
159
+ },
160
+ {
161
+ "_links": {
162
+ "links": {}
163
+ },
164
+ "context": {
165
+ "genre": "string",
166
+ "name": "string"
167
+ },
168
+ "createdBy": {
169
+ "_links": {
170
+ "links": {}
171
+ },
172
+ "descriptor": "string",
173
+ "displayName": "string",
174
+ "url": "string"
175
+ },
176
+ "creationDate": "string",
177
+ "description": "string",
178
+ "id": 8,
179
+ "state": "failed",
180
+ "targetUrl": "string",
181
+ "updatedDate": "string"
182
+ },
183
+ {
184
+ "_links": {
185
+ "links": {}
186
+ },
187
+ "context": {
188
+ "genre": "string",
189
+ "name": "string"
190
+ },
191
+ "createdBy": {
192
+ "_links": {
193
+ "links": {}
194
+ },
195
+ "descriptor": "string",
196
+ "displayName": "string",
197
+ "url": "string"
198
+ },
199
+ "creationDate": "string",
200
+ "description": "string",
201
+ "id": 1,
202
+ "state": "succeeded",
203
+ "targetUrl": "string",
204
+ "updatedDate": "string"
205
+ },
206
+ {
207
+ "_links": {
208
+ "links": {}
209
+ },
210
+ "context": {
211
+ "genre": "string",
212
+ "name": "string"
213
+ },
214
+ "createdBy": {
215
+ "_links": {
216
+ "links": {}
217
+ },
218
+ "descriptor": "string",
219
+ "displayName": "string",
220
+ "url": "string"
221
+ },
222
+ "creationDate": "string",
223
+ "description": "string",
224
+ "id": 5,
225
+ "state": "failed",
226
+ "targetUrl": "string",
227
+ "updatedDate": "string"
228
+ },
229
+ {
230
+ "_links": {
231
+ "links": {}
232
+ },
233
+ "context": {
234
+ "genre": "string",
235
+ "name": "string"
236
+ },
237
+ "createdBy": {
238
+ "_links": {
239
+ "links": {}
240
+ },
241
+ "descriptor": "string",
242
+ "displayName": "string",
243
+ "url": "string"
244
+ },
245
+ "creationDate": "string",
246
+ "description": "string",
247
+ "id": 1,
248
+ "state": "failed",
249
+ "targetUrl": "string",
250
+ "updatedDate": "string"
251
+ }
252
+ ],
253
+ "url": "string",
254
+ "workItems": [
255
+ {
256
+ "id": "string",
257
+ "url": "string"
258
+ }
259
+ ]
260
+ },
261
+ {
262
+ "_links": {
263
+ "links": {}
264
+ },
265
+ "author": {
266
+ "date": "string",
267
+ "email": "string",
268
+ "imageUrl": "string",
269
+ "name": "string"
270
+ },
271
+ "changeCounts": {},
272
+ "changes": [
273
+ {
274
+ "changeType": "rollback",
275
+ "item": "string",
276
+ "newContent": {
277
+ "content": "string",
278
+ "contentType": "rawText"
279
+ },
280
+ "sourceServerItem": "string",
281
+ "url": "string"
282
+ },
283
+ {
284
+ "changeType": "none",
285
+ "item": "string",
286
+ "newContent": {
287
+ "content": "string",
288
+ "contentType": "rawText"
289
+ },
290
+ "sourceServerItem": "string",
291
+ "url": "string"
292
+ },
293
+ {
294
+ "changeType": "targetRename",
295
+ "item": "string",
296
+ "newContent": {
297
+ "content": "string",
298
+ "contentType": "base64Encoded"
299
+ },
300
+ "sourceServerItem": "string",
301
+ "url": "string"
302
+ },
303
+ {
304
+ "changeType": "property",
305
+ "item": "string",
306
+ "newContent": {
307
+ "content": "string",
308
+ "contentType": "base64Encoded"
309
+ },
310
+ "sourceServerItem": "string",
311
+ "url": "string"
312
+ },
313
+ {
314
+ "changeType": "undelete",
315
+ "item": "string",
316
+ "newContent": {
317
+ "content": "string",
318
+ "contentType": "base64Encoded"
319
+ },
320
+ "sourceServerItem": "string",
321
+ "url": "string"
322
+ },
323
+ {
324
+ "changeType": "rename",
325
+ "item": "string",
326
+ "newContent": {
327
+ "content": "string",
328
+ "contentType": "base64Encoded"
329
+ },
330
+ "sourceServerItem": "string",
331
+ "url": "string"
332
+ },
333
+ {
334
+ "changeType": "lock",
335
+ "item": "string",
336
+ "newContent": {
337
+ "content": "string",
338
+ "contentType": "base64Encoded"
339
+ },
340
+ "sourceServerItem": "string",
341
+ "url": "string"
342
+ },
343
+ {
344
+ "changeType": "property",
345
+ "item": "string",
346
+ "newContent": {
347
+ "content": "string",
348
+ "contentType": "base64Encoded"
349
+ },
350
+ "sourceServerItem": "string",
351
+ "url": "string"
352
+ }
353
+ ],
354
+ "comment": "string",
355
+ "commentTruncated": true,
356
+ "commitId": "string",
357
+ "committer": {
358
+ "date": "string",
359
+ "email": "string",
360
+ "imageUrl": "string",
361
+ "name": "string"
362
+ },
363
+ "parents": [
364
+ "string",
365
+ "string",
366
+ "string",
367
+ "string",
368
+ "string",
369
+ "string",
370
+ "string",
371
+ "string"
372
+ ],
373
+ "push": {
374
+ "_links": {
375
+ "links": {}
376
+ },
377
+ "date": "string",
378
+ "pushedBy": {
379
+ "_links": {
380
+ "links": {}
381
+ },
382
+ "descriptor": "string",
383
+ "displayName": "string",
384
+ "url": "string"
385
+ },
386
+ "pushId": 4,
387
+ "url": "string"
388
+ },
389
+ "remoteUrl": "string",
390
+ "statuses": [
391
+ {
392
+ "_links": {
393
+ "links": {}
394
+ },
395
+ "context": {
396
+ "genre": "string",
397
+ "name": "string"
398
+ },
399
+ "createdBy": {
400
+ "_links": {
401
+ "links": {}
402
+ },
403
+ "descriptor": "string",
404
+ "displayName": "string",
405
+ "url": "string"
406
+ },
407
+ "creationDate": "string",
408
+ "description": "string",
409
+ "id": 8,
410
+ "state": "notSet",
411
+ "targetUrl": "string",
412
+ "updatedDate": "string"
413
+ },
414
+ {
415
+ "_links": {
416
+ "links": {}
417
+ },
418
+ "context": {
419
+ "genre": "string",
420
+ "name": "string"
421
+ },
422
+ "createdBy": {
423
+ "_links": {
424
+ "links": {}
425
+ },
426
+ "descriptor": "string",
427
+ "displayName": "string",
428
+ "url": "string"
429
+ },
430
+ "creationDate": "string",
431
+ "description": "string",
432
+ "id": 7,
433
+ "state": "pending",
434
+ "targetUrl": "string",
435
+ "updatedDate": "string"
436
+ }
437
+ ],
438
+ "url": "string",
439
+ "workItems": [
440
+ {
441
+ "id": "string",
442
+ "url": "string"
443
+ },
444
+ {
445
+ "id": "string",
446
+ "url": "string"
447
+ },
448
+ {
449
+ "id": "string",
450
+ "url": "string"
451
+ }
452
+ ]
453
+ },
454
+ {
455
+ "_links": {
456
+ "links": {}
457
+ },
458
+ "author": {
459
+ "date": "string",
460
+ "email": "string",
461
+ "imageUrl": "string",
462
+ "name": "string"
463
+ },
464
+ "changeCounts": {},
465
+ "changes": [
466
+ {
467
+ "changeType": "none",
468
+ "item": "string",
469
+ "newContent": {
470
+ "content": "string",
471
+ "contentType": "rawText"
472
+ },
473
+ "sourceServerItem": "string",
474
+ "url": "string"
475
+ }
476
+ ],
477
+ "comment": "string",
478
+ "commentTruncated": true,
479
+ "commitId": "string",
480
+ "committer": {
481
+ "date": "string",
482
+ "email": "string",
483
+ "imageUrl": "string",
484
+ "name": "string"
485
+ },
486
+ "parents": [
487
+ "string",
488
+ "string",
489
+ "string",
490
+ "string",
491
+ "string",
492
+ "string",
493
+ "string",
494
+ "string"
495
+ ],
496
+ "push": {
497
+ "_links": {
498
+ "links": {}
499
+ },
500
+ "date": "string",
501
+ "pushedBy": {
502
+ "_links": {
503
+ "links": {}
504
+ },
505
+ "descriptor": "string",
506
+ "displayName": "string",
507
+ "url": "string"
508
+ },
509
+ "pushId": 7,
510
+ "url": "string"
511
+ },
512
+ "remoteUrl": "string",
513
+ "statuses": [
514
+ {
515
+ "_links": {
516
+ "links": {}
517
+ },
518
+ "context": {
519
+ "genre": "string",
520
+ "name": "string"
521
+ },
522
+ "createdBy": {
523
+ "_links": {
524
+ "links": {}
525
+ },
526
+ "descriptor": "string",
527
+ "displayName": "string",
528
+ "url": "string"
529
+ },
530
+ "creationDate": "string",
531
+ "description": "string",
532
+ "id": 4,
533
+ "state": "notApplicable",
534
+ "targetUrl": "string",
535
+ "updatedDate": "string"
536
+ },
537
+ {
538
+ "_links": {
539
+ "links": {}
540
+ },
541
+ "context": {
542
+ "genre": "string",
543
+ "name": "string"
544
+ },
545
+ "createdBy": {
546
+ "_links": {
547
+ "links": {}
548
+ },
549
+ "descriptor": "string",
550
+ "displayName": "string",
551
+ "url": "string"
552
+ },
553
+ "creationDate": "string",
554
+ "description": "string",
555
+ "id": 8,
556
+ "state": "notApplicable",
557
+ "targetUrl": "string",
558
+ "updatedDate": "string"
559
+ },
560
+ {
561
+ "_links": {
562
+ "links": {}
563
+ },
564
+ "context": {
565
+ "genre": "string",
566
+ "name": "string"
567
+ },
568
+ "createdBy": {
569
+ "_links": {
570
+ "links": {}
571
+ },
572
+ "descriptor": "string",
573
+ "displayName": "string",
574
+ "url": "string"
575
+ },
576
+ "creationDate": "string",
577
+ "description": "string",
578
+ "id": 7,
579
+ "state": "failed",
580
+ "targetUrl": "string",
581
+ "updatedDate": "string"
582
+ },
583
+ {
584
+ "_links": {
585
+ "links": {}
586
+ },
587
+ "context": {
588
+ "genre": "string",
589
+ "name": "string"
590
+ },
591
+ "createdBy": {
592
+ "_links": {
593
+ "links": {}
594
+ },
595
+ "descriptor": "string",
596
+ "displayName": "string",
597
+ "url": "string"
598
+ },
599
+ "creationDate": "string",
600
+ "description": "string",
601
+ "id": 8,
602
+ "state": "pending",
603
+ "targetUrl": "string",
604
+ "updatedDate": "string"
605
+ },
606
+ {
607
+ "_links": {
608
+ "links": {}
609
+ },
610
+ "context": {
611
+ "genre": "string",
612
+ "name": "string"
613
+ },
614
+ "createdBy": {
615
+ "_links": {
616
+ "links": {}
617
+ },
618
+ "descriptor": "string",
619
+ "displayName": "string",
620
+ "url": "string"
621
+ },
622
+ "creationDate": "string",
623
+ "description": "string",
624
+ "id": 6,
625
+ "state": "error",
626
+ "targetUrl": "string",
627
+ "updatedDate": "string"
628
+ },
629
+ {
630
+ "_links": {
631
+ "links": {}
632
+ },
633
+ "context": {
634
+ "genre": "string",
635
+ "name": "string"
636
+ },
637
+ "createdBy": {
638
+ "_links": {
639
+ "links": {}
640
+ },
641
+ "descriptor": "string",
642
+ "displayName": "string",
643
+ "url": "string"
644
+ },
645
+ "creationDate": "string",
646
+ "description": "string",
647
+ "id": 7,
648
+ "state": "error",
649
+ "targetUrl": "string",
650
+ "updatedDate": "string"
651
+ },
652
+ {
653
+ "_links": {
654
+ "links": {}
655
+ },
656
+ "context": {
657
+ "genre": "string",
658
+ "name": "string"
659
+ },
660
+ "createdBy": {
661
+ "_links": {
662
+ "links": {}
663
+ },
664
+ "descriptor": "string",
665
+ "displayName": "string",
666
+ "url": "string"
667
+ },
668
+ "creationDate": "string",
669
+ "description": "string",
670
+ "id": 6,
671
+ "state": "pending",
672
+ "targetUrl": "string",
673
+ "updatedDate": "string"
674
+ },
675
+ {
676
+ "_links": {
677
+ "links": {}
678
+ },
679
+ "context": {
680
+ "genre": "string",
681
+ "name": "string"
682
+ },
683
+ "createdBy": {
684
+ "_links": {
685
+ "links": {}
686
+ },
687
+ "descriptor": "string",
688
+ "displayName": "string",
689
+ "url": "string"
690
+ },
691
+ "creationDate": "string",
692
+ "description": "string",
693
+ "id": 3,
694
+ "state": "error",
695
+ "targetUrl": "string",
696
+ "updatedDate": "string"
697
+ }
698
+ ],
699
+ "url": "string",
700
+ "workItems": [
701
+ {
702
+ "id": "string",
703
+ "url": "string"
704
+ }
705
+ ]
706
+ }
707
+ ]