hatchet-sdk 0.0.1 → 0.1.0.pre.alpha

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 (443) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -2
  3. data/CLAUDE.md +20 -0
  4. data/INTEGRATION_TESTING.md +176 -0
  5. data/LICENSE.txt +1 -1
  6. data/REST_API_GENERATION.md +257 -0
  7. data/Rakefile +9 -0
  8. data/Rakefile.rest +133 -0
  9. data/config/openapi_generator_config.json +31 -0
  10. data/lib/hatchet/clients/rest/.gitignore +39 -0
  11. data/lib/hatchet/clients/rest/.gitlab-ci.yml +26 -0
  12. data/lib/hatchet/clients/rest/.openapi-generator/FILES +420 -0
  13. data/lib/hatchet/clients/rest/.openapi-generator/VERSION +1 -0
  14. data/lib/hatchet/clients/rest/.openapi-generator-ignore +23 -0
  15. data/lib/hatchet/clients/rest/.rspec +2 -0
  16. data/lib/hatchet/clients/rest/.rubocop.yml +148 -0
  17. data/lib/hatchet/clients/rest/.travis.yml +11 -0
  18. data/lib/hatchet/clients/rest/Gemfile +9 -0
  19. data/lib/hatchet/clients/rest/README.md +420 -0
  20. data/lib/hatchet/clients/rest/Rakefile +10 -0
  21. data/lib/hatchet/clients/rest/docs/APIError.md +24 -0
  22. data/lib/hatchet/clients/rest/docs/APIErrors.md +18 -0
  23. data/lib/hatchet/clients/rest/docs/APIMeta.md +30 -0
  24. data/lib/hatchet/clients/rest/docs/APIMetaAuth.md +18 -0
  25. data/lib/hatchet/clients/rest/docs/APIMetaIntegration.md +20 -0
  26. data/lib/hatchet/clients/rest/docs/APIMetaPosthog.md +20 -0
  27. data/lib/hatchet/clients/rest/docs/APIResourceMeta.md +22 -0
  28. data/lib/hatchet/clients/rest/docs/APIToken.md +22 -0
  29. data/lib/hatchet/clients/rest/docs/APITokenApi.md +235 -0
  30. data/lib/hatchet/clients/rest/docs/AcceptInviteRequest.md +18 -0
  31. data/lib/hatchet/clients/rest/docs/BulkCreateEventRequest.md +18 -0
  32. data/lib/hatchet/clients/rest/docs/CancelEventRequest.md +18 -0
  33. data/lib/hatchet/clients/rest/docs/ConcurrencyLimitStrategy.md +15 -0
  34. data/lib/hatchet/clients/rest/docs/CreateAPITokenRequest.md +20 -0
  35. data/lib/hatchet/clients/rest/docs/CreateAPITokenResponse.md +18 -0
  36. data/lib/hatchet/clients/rest/docs/CreateCronWorkflowTriggerRequest.md +26 -0
  37. data/lib/hatchet/clients/rest/docs/CreateEventRequest.md +26 -0
  38. data/lib/hatchet/clients/rest/docs/CreatePullRequestFromStepRun.md +18 -0
  39. data/lib/hatchet/clients/rest/docs/CreateSNSIntegrationRequest.md +18 -0
  40. data/lib/hatchet/clients/rest/docs/CreateTenantAlertEmailGroupRequest.md +18 -0
  41. data/lib/hatchet/clients/rest/docs/CreateTenantInviteRequest.md +20 -0
  42. data/lib/hatchet/clients/rest/docs/CreateTenantRequest.md +24 -0
  43. data/lib/hatchet/clients/rest/docs/CronWorkflows.md +40 -0
  44. data/lib/hatchet/clients/rest/docs/CronWorkflowsList.md +20 -0
  45. data/lib/hatchet/clients/rest/docs/CronWorkflowsMethod.md +15 -0
  46. data/lib/hatchet/clients/rest/docs/CronWorkflowsOrderByField.md +15 -0
  47. data/lib/hatchet/clients/rest/docs/DefaultApi.md +602 -0
  48. data/lib/hatchet/clients/rest/docs/Event.md +28 -0
  49. data/lib/hatchet/clients/rest/docs/EventApi.md +809 -0
  50. data/lib/hatchet/clients/rest/docs/EventData.md +18 -0
  51. data/lib/hatchet/clients/rest/docs/EventKeyList.md +20 -0
  52. data/lib/hatchet/clients/rest/docs/EventList.md +20 -0
  53. data/lib/hatchet/clients/rest/docs/EventOrderByDirection.md +15 -0
  54. data/lib/hatchet/clients/rest/docs/EventOrderByField.md +15 -0
  55. data/lib/hatchet/clients/rest/docs/EventUpdateCancel200Response.md +18 -0
  56. data/lib/hatchet/clients/rest/docs/EventWorkflowRunSummary.md +28 -0
  57. data/lib/hatchet/clients/rest/docs/Events.md +20 -0
  58. data/lib/hatchet/clients/rest/docs/FilterApi.md +402 -0
  59. data/lib/hatchet/clients/rest/docs/GetStepRunDiffResponse.md +18 -0
  60. data/lib/hatchet/clients/rest/docs/GithubApi.md +73 -0
  61. data/lib/hatchet/clients/rest/docs/HealthcheckApi.md +129 -0
  62. data/lib/hatchet/clients/rest/docs/InfoGetVersion200Response.md +18 -0
  63. data/lib/hatchet/clients/rest/docs/Job.md +30 -0
  64. data/lib/hatchet/clients/rest/docs/JobRun.md +48 -0
  65. data/lib/hatchet/clients/rest/docs/JobRunStatus.md +15 -0
  66. data/lib/hatchet/clients/rest/docs/ListAPITokensResponse.md +20 -0
  67. data/lib/hatchet/clients/rest/docs/ListPullRequestsResponse.md +18 -0
  68. data/lib/hatchet/clients/rest/docs/ListSNSIntegrations.md +20 -0
  69. data/lib/hatchet/clients/rest/docs/ListSlackWebhooks.md +20 -0
  70. data/lib/hatchet/clients/rest/docs/LogApi.md +171 -0
  71. data/lib/hatchet/clients/rest/docs/LogLine.md +22 -0
  72. data/lib/hatchet/clients/rest/docs/LogLineLevel.md +15 -0
  73. data/lib/hatchet/clients/rest/docs/LogLineList.md +20 -0
  74. data/lib/hatchet/clients/rest/docs/LogLineOrderByDirection.md +15 -0
  75. data/lib/hatchet/clients/rest/docs/LogLineOrderByField.md +15 -0
  76. data/lib/hatchet/clients/rest/docs/MetadataApi.md +203 -0
  77. data/lib/hatchet/clients/rest/docs/PaginationResponse.md +22 -0
  78. data/lib/hatchet/clients/rest/docs/PullRequest.md +32 -0
  79. data/lib/hatchet/clients/rest/docs/PullRequestState.md +15 -0
  80. data/lib/hatchet/clients/rest/docs/QueueMetrics.md +22 -0
  81. data/lib/hatchet/clients/rest/docs/RateLimit.md +28 -0
  82. data/lib/hatchet/clients/rest/docs/RateLimitList.md +20 -0
  83. data/lib/hatchet/clients/rest/docs/RateLimitOrderByDirection.md +15 -0
  84. data/lib/hatchet/clients/rest/docs/RateLimitOrderByField.md +15 -0
  85. data/lib/hatchet/clients/rest/docs/RateLimitsApi.md +94 -0
  86. data/lib/hatchet/clients/rest/docs/RecentStepRuns.md +30 -0
  87. data/lib/hatchet/clients/rest/docs/RejectInviteRequest.md +18 -0
  88. data/lib/hatchet/clients/rest/docs/ReplayEventRequest.md +18 -0
  89. data/lib/hatchet/clients/rest/docs/ReplayWorkflowRunsRequest.md +18 -0
  90. data/lib/hatchet/clients/rest/docs/ReplayWorkflowRunsResponse.md +18 -0
  91. data/lib/hatchet/clients/rest/docs/RerunStepRunRequest.md +18 -0
  92. data/lib/hatchet/clients/rest/docs/SNSApi.md +235 -0
  93. data/lib/hatchet/clients/rest/docs/SNSIntegration.md +24 -0
  94. data/lib/hatchet/clients/rest/docs/ScheduleWorkflowRunRequest.md +24 -0
  95. data/lib/hatchet/clients/rest/docs/ScheduledRunStatus.md +15 -0
  96. data/lib/hatchet/clients/rest/docs/ScheduledWorkflows.md +44 -0
  97. data/lib/hatchet/clients/rest/docs/ScheduledWorkflowsList.md +20 -0
  98. data/lib/hatchet/clients/rest/docs/ScheduledWorkflowsMethod.md +15 -0
  99. data/lib/hatchet/clients/rest/docs/ScheduledWorkflowsOrderByField.md +15 -0
  100. data/lib/hatchet/clients/rest/docs/SemaphoreSlots.md +28 -0
  101. data/lib/hatchet/clients/rest/docs/SlackApi.md +156 -0
  102. data/lib/hatchet/clients/rest/docs/SlackWebhook.md +28 -0
  103. data/lib/hatchet/clients/rest/docs/Step.md +32 -0
  104. data/lib/hatchet/clients/rest/docs/StepRun.md +68 -0
  105. data/lib/hatchet/clients/rest/docs/StepRunApi.md +560 -0
  106. data/lib/hatchet/clients/rest/docs/StepRunArchive.md +50 -0
  107. data/lib/hatchet/clients/rest/docs/StepRunArchiveList.md +20 -0
  108. data/lib/hatchet/clients/rest/docs/StepRunDiff.md +22 -0
  109. data/lib/hatchet/clients/rest/docs/StepRunEvent.md +36 -0
  110. data/lib/hatchet/clients/rest/docs/StepRunEventList.md +20 -0
  111. data/lib/hatchet/clients/rest/docs/StepRunEventReason.md +15 -0
  112. data/lib/hatchet/clients/rest/docs/StepRunEventSeverity.md +15 -0
  113. data/lib/hatchet/clients/rest/docs/StepRunStatus.md +15 -0
  114. data/lib/hatchet/clients/rest/docs/TaskApi.md +566 -0
  115. data/lib/hatchet/clients/rest/docs/Tenant.md +30 -0
  116. data/lib/hatchet/clients/rest/docs/TenantAlertEmailGroup.md +20 -0
  117. data/lib/hatchet/clients/rest/docs/TenantAlertEmailGroupList.md +20 -0
  118. data/lib/hatchet/clients/rest/docs/TenantAlertingSettings.md +30 -0
  119. data/lib/hatchet/clients/rest/docs/TenantApi.md +1362 -0
  120. data/lib/hatchet/clients/rest/docs/TenantInvite.md +28 -0
  121. data/lib/hatchet/clients/rest/docs/TenantInviteList.md +20 -0
  122. data/lib/hatchet/clients/rest/docs/TenantList.md +20 -0
  123. data/lib/hatchet/clients/rest/docs/TenantMember.md +24 -0
  124. data/lib/hatchet/clients/rest/docs/TenantMemberList.md +20 -0
  125. data/lib/hatchet/clients/rest/docs/TenantMemberRole.md +15 -0
  126. data/lib/hatchet/clients/rest/docs/TenantQueueMetrics.md +22 -0
  127. data/lib/hatchet/clients/rest/docs/TenantResource.md +15 -0
  128. data/lib/hatchet/clients/rest/docs/TenantResourceLimit.md +30 -0
  129. data/lib/hatchet/clients/rest/docs/TenantResourcePolicy.md +18 -0
  130. data/lib/hatchet/clients/rest/docs/TenantStepRunQueueMetrics.md +18 -0
  131. data/lib/hatchet/clients/rest/docs/TenantUIVersion.md +15 -0
  132. data/lib/hatchet/clients/rest/docs/TenantVersion.md +15 -0
  133. data/lib/hatchet/clients/rest/docs/TriggerWorkflowRunRequest.md +20 -0
  134. data/lib/hatchet/clients/rest/docs/UpdateTenantAlertEmailGroupRequest.md +18 -0
  135. data/lib/hatchet/clients/rest/docs/UpdateTenantInviteRequest.md +18 -0
  136. data/lib/hatchet/clients/rest/docs/UpdateTenantRequest.md +34 -0
  137. data/lib/hatchet/clients/rest/docs/UpdateWorkerRequest.md +18 -0
  138. data/lib/hatchet/clients/rest/docs/User.md +28 -0
  139. data/lib/hatchet/clients/rest/docs/UserApi.md +805 -0
  140. data/lib/hatchet/clients/rest/docs/UserChangePasswordRequest.md +20 -0
  141. data/lib/hatchet/clients/rest/docs/UserLoginRequest.md +20 -0
  142. data/lib/hatchet/clients/rest/docs/UserRegisterRequest.md +22 -0
  143. data/lib/hatchet/clients/rest/docs/UserTenantMembershipsList.md +20 -0
  144. data/lib/hatchet/clients/rest/docs/UserTenantPublic.md +20 -0
  145. data/lib/hatchet/clients/rest/docs/V1CancelTaskRequest.md +20 -0
  146. data/lib/hatchet/clients/rest/docs/V1CancelledTasks.md +18 -0
  147. data/lib/hatchet/clients/rest/docs/V1CreateFilterRequest.md +24 -0
  148. data/lib/hatchet/clients/rest/docs/V1DagChildren.md +20 -0
  149. data/lib/hatchet/clients/rest/docs/V1Event.md +36 -0
  150. data/lib/hatchet/clients/rest/docs/V1EventList.md +20 -0
  151. data/lib/hatchet/clients/rest/docs/V1EventTriggeredRun.md +20 -0
  152. data/lib/hatchet/clients/rest/docs/V1EventWorkflowRunSummary.md +26 -0
  153. data/lib/hatchet/clients/rest/docs/V1Filter.md +28 -0
  154. data/lib/hatchet/clients/rest/docs/V1FilterList.md +20 -0
  155. data/lib/hatchet/clients/rest/docs/V1LogLine.md +28 -0
  156. data/lib/hatchet/clients/rest/docs/V1LogLineLevel.md +15 -0
  157. data/lib/hatchet/clients/rest/docs/V1LogLineList.md +20 -0
  158. data/lib/hatchet/clients/rest/docs/V1ReplayTaskRequest.md +20 -0
  159. data/lib/hatchet/clients/rest/docs/V1ReplayedTasks.md +18 -0
  160. data/lib/hatchet/clients/rest/docs/V1TaskEvent.md +38 -0
  161. data/lib/hatchet/clients/rest/docs/V1TaskEventList.md +20 -0
  162. data/lib/hatchet/clients/rest/docs/V1TaskEventType.md +15 -0
  163. data/lib/hatchet/clients/rest/docs/V1TaskFilter.md +26 -0
  164. data/lib/hatchet/clients/rest/docs/V1TaskPointMetric.md +22 -0
  165. data/lib/hatchet/clients/rest/docs/V1TaskPointMetrics.md +18 -0
  166. data/lib/hatchet/clients/rest/docs/V1TaskRunMetric.md +20 -0
  167. data/lib/hatchet/clients/rest/docs/V1TaskRunStatus.md +15 -0
  168. data/lib/hatchet/clients/rest/docs/V1TaskStatus.md +15 -0
  169. data/lib/hatchet/clients/rest/docs/V1TaskSummary.md +72 -0
  170. data/lib/hatchet/clients/rest/docs/V1TaskSummaryList.md +20 -0
  171. data/lib/hatchet/clients/rest/docs/V1TaskTiming.md +46 -0
  172. data/lib/hatchet/clients/rest/docs/V1TaskTimingList.md +20 -0
  173. data/lib/hatchet/clients/rest/docs/V1TriggerWorkflowRunRequest.md +24 -0
  174. data/lib/hatchet/clients/rest/docs/V1UpdateFilterRequest.md +22 -0
  175. data/lib/hatchet/clients/rest/docs/V1WorkflowRun.md +46 -0
  176. data/lib/hatchet/clients/rest/docs/V1WorkflowRunDetails.md +26 -0
  177. data/lib/hatchet/clients/rest/docs/V1WorkflowRunDisplayName.md +20 -0
  178. data/lib/hatchet/clients/rest/docs/V1WorkflowRunDisplayNameList.md +20 -0
  179. data/lib/hatchet/clients/rest/docs/V1WorkflowType.md +15 -0
  180. data/lib/hatchet/clients/rest/docs/WebhookWorker.md +22 -0
  181. data/lib/hatchet/clients/rest/docs/WebhookWorkerCreateRequest.md +22 -0
  182. data/lib/hatchet/clients/rest/docs/WebhookWorkerCreateResponse.md +18 -0
  183. data/lib/hatchet/clients/rest/docs/WebhookWorkerCreated.md +24 -0
  184. data/lib/hatchet/clients/rest/docs/WebhookWorkerListResponse.md +20 -0
  185. data/lib/hatchet/clients/rest/docs/WebhookWorkerRequest.md +22 -0
  186. data/lib/hatchet/clients/rest/docs/WebhookWorkerRequestListResponse.md +18 -0
  187. data/lib/hatchet/clients/rest/docs/WebhookWorkerRequestMethod.md +15 -0
  188. data/lib/hatchet/clients/rest/docs/Worker.md +48 -0
  189. data/lib/hatchet/clients/rest/docs/WorkerApi.md +234 -0
  190. data/lib/hatchet/clients/rest/docs/WorkerLabel.md +22 -0
  191. data/lib/hatchet/clients/rest/docs/WorkerList.md +20 -0
  192. data/lib/hatchet/clients/rest/docs/WorkerRuntimeInfo.md +26 -0
  193. data/lib/hatchet/clients/rest/docs/WorkerRuntimeSDKs.md +15 -0
  194. data/lib/hatchet/clients/rest/docs/WorkerType.md +15 -0
  195. data/lib/hatchet/clients/rest/docs/Workflow.md +32 -0
  196. data/lib/hatchet/clients/rest/docs/WorkflowApi.md +1480 -0
  197. data/lib/hatchet/clients/rest/docs/WorkflowConcurrency.md +22 -0
  198. data/lib/hatchet/clients/rest/docs/WorkflowKind.md +15 -0
  199. data/lib/hatchet/clients/rest/docs/WorkflowList.md +22 -0
  200. data/lib/hatchet/clients/rest/docs/WorkflowMetrics.md +20 -0
  201. data/lib/hatchet/clients/rest/docs/WorkflowRun.md +48 -0
  202. data/lib/hatchet/clients/rest/docs/WorkflowRunApi.md +477 -0
  203. data/lib/hatchet/clients/rest/docs/WorkflowRunList.md +20 -0
  204. data/lib/hatchet/clients/rest/docs/WorkflowRunOrderByDirection.md +15 -0
  205. data/lib/hatchet/clients/rest/docs/WorkflowRunOrderByField.md +15 -0
  206. data/lib/hatchet/clients/rest/docs/WorkflowRunShape.md +50 -0
  207. data/lib/hatchet/clients/rest/docs/WorkflowRunShapeItemForWorkflowRunDetails.md +24 -0
  208. data/lib/hatchet/clients/rest/docs/WorkflowRunStatus.md +15 -0
  209. data/lib/hatchet/clients/rest/docs/WorkflowRunTriggeredBy.md +26 -0
  210. data/lib/hatchet/clients/rest/docs/WorkflowRunsApi.md +572 -0
  211. data/lib/hatchet/clients/rest/docs/WorkflowRunsCancelRequest.md +18 -0
  212. data/lib/hatchet/clients/rest/docs/WorkflowRunsMetrics.md +18 -0
  213. data/lib/hatchet/clients/rest/docs/WorkflowRunsMetricsCounts.md +28 -0
  214. data/lib/hatchet/clients/rest/docs/WorkflowTag.md +20 -0
  215. data/lib/hatchet/clients/rest/docs/WorkflowTriggerCronRef.md +20 -0
  216. data/lib/hatchet/clients/rest/docs/WorkflowTriggerEventRef.md +20 -0
  217. data/lib/hatchet/clients/rest/docs/WorkflowTriggers.md +26 -0
  218. data/lib/hatchet/clients/rest/docs/WorkflowUpdateRequest.md +18 -0
  219. data/lib/hatchet/clients/rest/docs/WorkflowVersion.md +40 -0
  220. data/lib/hatchet/clients/rest/docs/WorkflowVersionDefinition.md +18 -0
  221. data/lib/hatchet/clients/rest/docs/WorkflowVersionMeta.md +26 -0
  222. data/lib/hatchet/clients/rest/docs/WorkflowWorkersCount.md +22 -0
  223. data/lib/hatchet/clients/rest/git_push.sh +57 -0
  224. data/lib/hatchet/clients/rest/hatchet-sdk-rest.gemspec +41 -0
  225. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/api_token_api.rb +242 -0
  226. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/default_api.rb +622 -0
  227. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/event_api.rb +836 -0
  228. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/filter_api.rb +449 -0
  229. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/github_api.rb +107 -0
  230. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/healthcheck_api.rb +132 -0
  231. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/log_api.rb +182 -0
  232. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/metadata_api.rb +193 -0
  233. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/rate_limits_api.rb +108 -0
  234. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/slack_api.rb +164 -0
  235. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/sns_api.rb +242 -0
  236. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/step_run_api.rb +615 -0
  237. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/task_api.rb +599 -0
  238. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/tenant_api.rb +1327 -0
  239. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/user_api.rb +729 -0
  240. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/worker_api.rb +246 -0
  241. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/workflow_api.rb +1654 -0
  242. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/workflow_run_api.rb +540 -0
  243. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api/workflow_runs_api.rb +614 -0
  244. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api_client.rb +437 -0
  245. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/api_error.rb +58 -0
  246. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/configuration.rb +399 -0
  247. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/accept_invite_request.rb +255 -0
  248. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_error.rb +268 -0
  249. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_errors.rb +239 -0
  250. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_meta.rb +279 -0
  251. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_meta_auth.rb +223 -0
  252. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_meta_integration.rb +265 -0
  253. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_meta_posthog.rb +231 -0
  254. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_resource_meta.rb +310 -0
  255. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/api_token.rb +300 -0
  256. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/bulk_create_event_request.rb +239 -0
  257. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/cancel_event_request.rb +239 -0
  258. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/concurrency_limit_strategy.rb +42 -0
  259. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_api_token_request.rb +257 -0
  260. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_api_token_response.rb +238 -0
  261. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_cron_workflow_trigger_request.rb +352 -0
  262. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_event_request.rb +295 -0
  263. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_pull_request_from_step_run.rb +237 -0
  264. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_sns_integration_request.rb +238 -0
  265. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_tenant_alert_email_group_request.rb +240 -0
  266. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_tenant_invite_request.rb +287 -0
  267. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/create_tenant_request.rb +307 -0
  268. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/cron_workflows.rb +509 -0
  269. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/cron_workflows_list.rb +231 -0
  270. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/cron_workflows_method.rb +40 -0
  271. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/cron_workflows_order_by_field.rb +40 -0
  272. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event.rb +321 -0
  273. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event_data.rb +238 -0
  274. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event_key_list.rb +231 -0
  275. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event_list.rb +231 -0
  276. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event_order_by_direction.rb +40 -0
  277. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event_order_by_field.rb +39 -0
  278. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event_update_cancel200_response.rb +222 -0
  279. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/event_workflow_run_summary.rb +271 -0
  280. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/events.rb +266 -0
  281. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/get_step_run_diff_response.rb +239 -0
  282. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/info_get_version200_response.rb +237 -0
  283. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/job.rb +363 -0
  284. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/job_run.rb +464 -0
  285. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/job_run_status.rb +44 -0
  286. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/list_api_tokens_response.rb +231 -0
  287. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/list_pull_requests_response.rb +239 -0
  288. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/list_slack_webhooks.rb +265 -0
  289. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/list_sns_integrations.rb +265 -0
  290. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/log_line.rb +292 -0
  291. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/log_line_level.rb +42 -0
  292. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/log_line_list.rb +231 -0
  293. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/log_line_order_by_direction.rb +40 -0
  294. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/log_line_order_by_field.rb +39 -0
  295. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/pagination_response.rb +241 -0
  296. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/pull_request.rb +441 -0
  297. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/pull_request_state.rb +40 -0
  298. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/queue_metrics.rb +292 -0
  299. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/rate_limit.rb +373 -0
  300. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/rate_limit_list.rb +231 -0
  301. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/rate_limit_order_by_direction.rb +40 -0
  302. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/rate_limit_order_by_field.rb +41 -0
  303. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/recent_step_runs.rb +365 -0
  304. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/reject_invite_request.rb +255 -0
  305. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/replay_event_request.rb +239 -0
  306. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/replay_workflow_runs_request.rb +239 -0
  307. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/replay_workflow_runs_response.rb +239 -0
  308. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/rerun_step_run_request.rb +237 -0
  309. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/schedule_workflow_run_request.rb +326 -0
  310. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/scheduled_run_status.rb +45 -0
  311. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/scheduled_workflows.rb +538 -0
  312. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/scheduled_workflows_list.rb +231 -0
  313. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/scheduled_workflows_method.rb +40 -0
  314. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/scheduled_workflows_order_by_field.rb +40 -0
  315. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/semaphore_slots.rb +343 -0
  316. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/slack_webhook.rb +372 -0
  317. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/sns_integration.rb +301 -0
  318. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step.rb +374 -0
  319. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run.rb +556 -0
  320. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_archive.rb +432 -0
  321. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_archive_list.rb +231 -0
  322. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_diff.rb +289 -0
  323. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_event.rb +442 -0
  324. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_event_list.rb +231 -0
  325. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_event_reason.rb +55 -0
  326. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_event_severity.rb +41 -0
  327. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/step_run_status.rb +47 -0
  328. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant.rb +370 -0
  329. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_alert_email_group.rb +266 -0
  330. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_alert_email_group_list.rb +231 -0
  331. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_alerting_settings.rb +314 -0
  332. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_invite.rb +377 -0
  333. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_invite_list.rb +231 -0
  334. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_list.rb +231 -0
  335. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_member.rb +323 -0
  336. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_member_list.rb +231 -0
  337. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_member_role.rb +41 -0
  338. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_queue_metrics.rb +243 -0
  339. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_resource.rb +45 -0
  340. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_resource_limit.rb +370 -0
  341. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_resource_policy.rb +240 -0
  342. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_step_run_queue_metrics.rb +220 -0
  343. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_ui_version.rb +40 -0
  344. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/tenant_version.rb +40 -0
  345. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/trigger_workflow_run_request.rb +246 -0
  346. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/update_tenant_alert_email_group_request.rb +240 -0
  347. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/update_tenant_invite_request.rb +260 -0
  348. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/update_tenant_request.rb +323 -0
  349. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/update_worker_request.rb +221 -0
  350. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/user.rb +321 -0
  351. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/user_change_password_request.rb +265 -0
  352. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/user_login_request.rb +265 -0
  353. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/user_register_request.rb +292 -0
  354. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/user_tenant_memberships_list.rb +231 -0
  355. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/user_tenant_public.rb +248 -0
  356. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_cancel_task_request.rb +232 -0
  357. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_cancelled_tasks.rb +223 -0
  358. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_create_filter_request.rb +320 -0
  359. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_dag_children.rb +231 -0
  360. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_event.rb +380 -0
  361. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_event_list.rb +231 -0
  362. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_event_triggered_run.rb +266 -0
  363. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_event_workflow_run_summary.rb +346 -0
  364. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_filter.rb +390 -0
  365. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_filter_list.rb +231 -0
  366. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_log_line.rb +344 -0
  367. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_log_line_level.rb +42 -0
  368. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_log_line_list.rb +231 -0
  369. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_replay_task_request.rb +232 -0
  370. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_replayed_tasks.rb +223 -0
  371. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_event.rb +419 -0
  372. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_event_list.rb +231 -0
  373. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_event_type.rb +58 -0
  374. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_filter.rb +279 -0
  375. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_point_metric.rb +289 -0
  376. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_point_metrics.rb +222 -0
  377. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_run_metric.rb +285 -0
  378. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_run_status.rb +43 -0
  379. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_status.rb +43 -0
  380. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_summary.rb +812 -0
  381. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_summary_list.rb +266 -0
  382. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_timing.rb +581 -0
  383. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_task_timing_list.rb +266 -0
  384. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_trigger_workflow_run_request.rb +283 -0
  385. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_update_filter_request.rb +241 -0
  386. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_workflow_run.rb +544 -0
  387. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_workflow_run_details.rb +331 -0
  388. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_workflow_run_display_name.rb +263 -0
  389. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_workflow_run_display_name_list.rb +266 -0
  390. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/v1_workflow_type.rb +40 -0
  391. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker.rb +291 -0
  392. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker_create_request.rb +294 -0
  393. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker_create_response.rb +220 -0
  394. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker_created.rb +318 -0
  395. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker_list_response.rb +231 -0
  396. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker_request.rb +314 -0
  397. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker_request_list_response.rb +223 -0
  398. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/webhook_worker_request_method.rb +41 -0
  399. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/worker.rb +489 -0
  400. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/worker_label.rb +274 -0
  401. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/worker_list.rb +231 -0
  402. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/worker_runtime_info.rb +278 -0
  403. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/worker_runtime_sdks.rb +41 -0
  404. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/worker_type.rb +41 -0
  405. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow.rb +346 -0
  406. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_concurrency.rb +314 -0
  407. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_kind.rb +41 -0
  408. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_list.rb +240 -0
  409. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_metrics.rb +231 -0
  410. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run.rb +524 -0
  411. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run_list.rb +231 -0
  412. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run_order_by_direction.rb +40 -0
  413. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run_order_by_field.rb +42 -0
  414. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run_shape.rb +533 -0
  415. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run_shape_item_for_workflow_run_details.rb +353 -0
  416. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run_status.rb +45 -0
  417. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_run_triggered_by.rb +273 -0
  418. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_runs_cancel_request.rb +239 -0
  419. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_runs_metrics.rb +220 -0
  420. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_runs_metrics_counts.rb +265 -0
  421. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_tag.rb +265 -0
  422. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_trigger_cron_ref.rb +229 -0
  423. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_trigger_event_ref.rb +229 -0
  424. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_triggers.rb +260 -0
  425. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_update_request.rb +221 -0
  426. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_version.rb +392 -0
  427. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_version_definition.rb +238 -0
  428. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_version_meta.rb +325 -0
  429. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/models/workflow_workers_count.rb +238 -0
  430. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest/version.rb +15 -0
  431. data/lib/hatchet/clients/rest/lib/hatchet-sdk-rest.rb +241 -0
  432. data/lib/hatchet/clients/rest/spec/spec_helper.rb +111 -0
  433. data/lib/hatchet/clients/rest.rb +126 -0
  434. data/lib/hatchet/clients.rb +71 -0
  435. data/lib/hatchet/config.rb +7 -7
  436. data/lib/hatchet/features/events.rb +265 -0
  437. data/lib/hatchet/features/runs.rb +423 -0
  438. data/lib/hatchet/version.rb +1 -1
  439. data/lib/hatchet-sdk.rb +21 -0
  440. data/scripts/generate.sh +167 -0
  441. data/scripts/generate_api.rb +174 -0
  442. data/sig/hatchet-sdk.rbs +425 -3
  443. metadata +490 -1
@@ -0,0 +1,39 @@
1
+ # Generated by: https://openapi-generator.tech
2
+ #
3
+
4
+ *.gem
5
+ *.rbc
6
+ /.config
7
+ /coverage/
8
+ /InstalledFiles
9
+ /pkg/
10
+ /spec/reports/
11
+ /spec/examples.txt
12
+ /test/tmp/
13
+ /test/version_tmp/
14
+ /tmp/
15
+
16
+ ## Specific to RubyMotion:
17
+ .dat*
18
+ .repl_history
19
+ build/
20
+
21
+ ## Documentation cache and generated files:
22
+ /.yardoc/
23
+ /_yardoc/
24
+ /doc/
25
+ /rdoc/
26
+
27
+ ## Environment normalization:
28
+ /.bundle/
29
+ /vendor/bundle
30
+ /lib/bundler/man/
31
+
32
+ # for a library or gem, you might want to ignore these files since the code is
33
+ # intended to run in multiple environments; otherwise, check them in:
34
+ # Gemfile.lock
35
+ # .ruby-version
36
+ # .ruby-gemset
37
+
38
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
39
+ .rvmrc
@@ -0,0 +1,26 @@
1
+ .ruby: &ruby
2
+ variables:
3
+ LANG: "C.UTF-8"
4
+ before_script:
5
+ - ruby -v
6
+ - bundle config set --local deployment true
7
+ - bundle install -j $(nproc)
8
+ parallel:
9
+ matrix:
10
+ - RUBY_VERSION: ['2.7', '3.0', '3.1']
11
+ image: "ruby:$RUBY_VERSION"
12
+ cache:
13
+ paths:
14
+ - vendor/ruby
15
+ key: 'ruby-$RUBY_VERSION'
16
+
17
+ gem:
18
+ extends: .ruby
19
+ script:
20
+ - bundle exec rspec
21
+ - bundle exec rake build
22
+ - bundle exec rake install
23
+ artifacts:
24
+ paths:
25
+ - pkg/*.gem
26
+
@@ -0,0 +1,420 @@
1
+ .gitignore
2
+ .gitlab-ci.yml
3
+ .rspec
4
+ .rubocop.yml
5
+ .travis.yml
6
+ Gemfile
7
+ README.md
8
+ Rakefile
9
+ docs/APIError.md
10
+ docs/APIErrors.md
11
+ docs/APIMeta.md
12
+ docs/APIMetaAuth.md
13
+ docs/APIMetaIntegration.md
14
+ docs/APIMetaPosthog.md
15
+ docs/APIResourceMeta.md
16
+ docs/APIToken.md
17
+ docs/APITokenApi.md
18
+ docs/AcceptInviteRequest.md
19
+ docs/BulkCreateEventRequest.md
20
+ docs/CancelEventRequest.md
21
+ docs/ConcurrencyLimitStrategy.md
22
+ docs/CreateAPITokenRequest.md
23
+ docs/CreateAPITokenResponse.md
24
+ docs/CreateCronWorkflowTriggerRequest.md
25
+ docs/CreateEventRequest.md
26
+ docs/CreatePullRequestFromStepRun.md
27
+ docs/CreateSNSIntegrationRequest.md
28
+ docs/CreateTenantAlertEmailGroupRequest.md
29
+ docs/CreateTenantInviteRequest.md
30
+ docs/CreateTenantRequest.md
31
+ docs/CronWorkflows.md
32
+ docs/CronWorkflowsList.md
33
+ docs/CronWorkflowsMethod.md
34
+ docs/CronWorkflowsOrderByField.md
35
+ docs/DefaultApi.md
36
+ docs/Event.md
37
+ docs/EventApi.md
38
+ docs/EventData.md
39
+ docs/EventKeyList.md
40
+ docs/EventList.md
41
+ docs/EventOrderByDirection.md
42
+ docs/EventOrderByField.md
43
+ docs/EventUpdateCancel200Response.md
44
+ docs/EventWorkflowRunSummary.md
45
+ docs/Events.md
46
+ docs/FilterApi.md
47
+ docs/GetStepRunDiffResponse.md
48
+ docs/GithubApi.md
49
+ docs/HealthcheckApi.md
50
+ docs/InfoGetVersion200Response.md
51
+ docs/Job.md
52
+ docs/JobRun.md
53
+ docs/JobRunStatus.md
54
+ docs/ListAPITokensResponse.md
55
+ docs/ListPullRequestsResponse.md
56
+ docs/ListSNSIntegrations.md
57
+ docs/ListSlackWebhooks.md
58
+ docs/LogApi.md
59
+ docs/LogLine.md
60
+ docs/LogLineLevel.md
61
+ docs/LogLineList.md
62
+ docs/LogLineOrderByDirection.md
63
+ docs/LogLineOrderByField.md
64
+ docs/MetadataApi.md
65
+ docs/PaginationResponse.md
66
+ docs/PullRequest.md
67
+ docs/PullRequestState.md
68
+ docs/QueueMetrics.md
69
+ docs/RateLimit.md
70
+ docs/RateLimitList.md
71
+ docs/RateLimitOrderByDirection.md
72
+ docs/RateLimitOrderByField.md
73
+ docs/RateLimitsApi.md
74
+ docs/RecentStepRuns.md
75
+ docs/RejectInviteRequest.md
76
+ docs/ReplayEventRequest.md
77
+ docs/ReplayWorkflowRunsRequest.md
78
+ docs/ReplayWorkflowRunsResponse.md
79
+ docs/RerunStepRunRequest.md
80
+ docs/SNSApi.md
81
+ docs/SNSIntegration.md
82
+ docs/ScheduleWorkflowRunRequest.md
83
+ docs/ScheduledRunStatus.md
84
+ docs/ScheduledWorkflows.md
85
+ docs/ScheduledWorkflowsList.md
86
+ docs/ScheduledWorkflowsMethod.md
87
+ docs/ScheduledWorkflowsOrderByField.md
88
+ docs/SemaphoreSlots.md
89
+ docs/SlackApi.md
90
+ docs/SlackWebhook.md
91
+ docs/Step.md
92
+ docs/StepRun.md
93
+ docs/StepRunApi.md
94
+ docs/StepRunArchive.md
95
+ docs/StepRunArchiveList.md
96
+ docs/StepRunDiff.md
97
+ docs/StepRunEvent.md
98
+ docs/StepRunEventList.md
99
+ docs/StepRunEventReason.md
100
+ docs/StepRunEventSeverity.md
101
+ docs/StepRunStatus.md
102
+ docs/TaskApi.md
103
+ docs/Tenant.md
104
+ docs/TenantAlertEmailGroup.md
105
+ docs/TenantAlertEmailGroupList.md
106
+ docs/TenantAlertingSettings.md
107
+ docs/TenantApi.md
108
+ docs/TenantInvite.md
109
+ docs/TenantInviteList.md
110
+ docs/TenantList.md
111
+ docs/TenantMember.md
112
+ docs/TenantMemberList.md
113
+ docs/TenantMemberRole.md
114
+ docs/TenantQueueMetrics.md
115
+ docs/TenantResource.md
116
+ docs/TenantResourceLimit.md
117
+ docs/TenantResourcePolicy.md
118
+ docs/TenantStepRunQueueMetrics.md
119
+ docs/TenantUIVersion.md
120
+ docs/TenantVersion.md
121
+ docs/TriggerWorkflowRunRequest.md
122
+ docs/UpdateTenantAlertEmailGroupRequest.md
123
+ docs/UpdateTenantInviteRequest.md
124
+ docs/UpdateTenantRequest.md
125
+ docs/UpdateWorkerRequest.md
126
+ docs/User.md
127
+ docs/UserApi.md
128
+ docs/UserChangePasswordRequest.md
129
+ docs/UserLoginRequest.md
130
+ docs/UserRegisterRequest.md
131
+ docs/UserTenantMembershipsList.md
132
+ docs/UserTenantPublic.md
133
+ docs/V1CancelTaskRequest.md
134
+ docs/V1CancelledTasks.md
135
+ docs/V1CreateFilterRequest.md
136
+ docs/V1DagChildren.md
137
+ docs/V1Event.md
138
+ docs/V1EventList.md
139
+ docs/V1EventTriggeredRun.md
140
+ docs/V1EventWorkflowRunSummary.md
141
+ docs/V1Filter.md
142
+ docs/V1FilterList.md
143
+ docs/V1LogLine.md
144
+ docs/V1LogLineLevel.md
145
+ docs/V1LogLineList.md
146
+ docs/V1ReplayTaskRequest.md
147
+ docs/V1ReplayedTasks.md
148
+ docs/V1TaskEvent.md
149
+ docs/V1TaskEventList.md
150
+ docs/V1TaskEventType.md
151
+ docs/V1TaskFilter.md
152
+ docs/V1TaskPointMetric.md
153
+ docs/V1TaskPointMetrics.md
154
+ docs/V1TaskRunMetric.md
155
+ docs/V1TaskRunStatus.md
156
+ docs/V1TaskStatus.md
157
+ docs/V1TaskSummary.md
158
+ docs/V1TaskSummaryList.md
159
+ docs/V1TaskTiming.md
160
+ docs/V1TaskTimingList.md
161
+ docs/V1TriggerWorkflowRunRequest.md
162
+ docs/V1UpdateFilterRequest.md
163
+ docs/V1WorkflowRun.md
164
+ docs/V1WorkflowRunDetails.md
165
+ docs/V1WorkflowRunDisplayName.md
166
+ docs/V1WorkflowRunDisplayNameList.md
167
+ docs/V1WorkflowType.md
168
+ docs/WebhookWorker.md
169
+ docs/WebhookWorkerCreateRequest.md
170
+ docs/WebhookWorkerCreateResponse.md
171
+ docs/WebhookWorkerCreated.md
172
+ docs/WebhookWorkerListResponse.md
173
+ docs/WebhookWorkerRequest.md
174
+ docs/WebhookWorkerRequestListResponse.md
175
+ docs/WebhookWorkerRequestMethod.md
176
+ docs/Worker.md
177
+ docs/WorkerApi.md
178
+ docs/WorkerLabel.md
179
+ docs/WorkerList.md
180
+ docs/WorkerRuntimeInfo.md
181
+ docs/WorkerRuntimeSDKs.md
182
+ docs/WorkerType.md
183
+ docs/Workflow.md
184
+ docs/WorkflowApi.md
185
+ docs/WorkflowConcurrency.md
186
+ docs/WorkflowKind.md
187
+ docs/WorkflowList.md
188
+ docs/WorkflowMetrics.md
189
+ docs/WorkflowRun.md
190
+ docs/WorkflowRunApi.md
191
+ docs/WorkflowRunList.md
192
+ docs/WorkflowRunOrderByDirection.md
193
+ docs/WorkflowRunOrderByField.md
194
+ docs/WorkflowRunShape.md
195
+ docs/WorkflowRunShapeItemForWorkflowRunDetails.md
196
+ docs/WorkflowRunStatus.md
197
+ docs/WorkflowRunTriggeredBy.md
198
+ docs/WorkflowRunsApi.md
199
+ docs/WorkflowRunsCancelRequest.md
200
+ docs/WorkflowRunsMetrics.md
201
+ docs/WorkflowRunsMetricsCounts.md
202
+ docs/WorkflowTag.md
203
+ docs/WorkflowTriggerCronRef.md
204
+ docs/WorkflowTriggerEventRef.md
205
+ docs/WorkflowTriggers.md
206
+ docs/WorkflowUpdateRequest.md
207
+ docs/WorkflowVersion.md
208
+ docs/WorkflowVersionDefinition.md
209
+ docs/WorkflowVersionMeta.md
210
+ docs/WorkflowWorkersCount.md
211
+ git_push.sh
212
+ hatchet-sdk-rest.gemspec
213
+ lib/hatchet-sdk-rest.rb
214
+ lib/hatchet-sdk-rest/api/api_token_api.rb
215
+ lib/hatchet-sdk-rest/api/default_api.rb
216
+ lib/hatchet-sdk-rest/api/event_api.rb
217
+ lib/hatchet-sdk-rest/api/filter_api.rb
218
+ lib/hatchet-sdk-rest/api/github_api.rb
219
+ lib/hatchet-sdk-rest/api/healthcheck_api.rb
220
+ lib/hatchet-sdk-rest/api/log_api.rb
221
+ lib/hatchet-sdk-rest/api/metadata_api.rb
222
+ lib/hatchet-sdk-rest/api/rate_limits_api.rb
223
+ lib/hatchet-sdk-rest/api/slack_api.rb
224
+ lib/hatchet-sdk-rest/api/sns_api.rb
225
+ lib/hatchet-sdk-rest/api/step_run_api.rb
226
+ lib/hatchet-sdk-rest/api/task_api.rb
227
+ lib/hatchet-sdk-rest/api/tenant_api.rb
228
+ lib/hatchet-sdk-rest/api/user_api.rb
229
+ lib/hatchet-sdk-rest/api/worker_api.rb
230
+ lib/hatchet-sdk-rest/api/workflow_api.rb
231
+ lib/hatchet-sdk-rest/api/workflow_run_api.rb
232
+ lib/hatchet-sdk-rest/api/workflow_runs_api.rb
233
+ lib/hatchet-sdk-rest/api_client.rb
234
+ lib/hatchet-sdk-rest/api_error.rb
235
+ lib/hatchet-sdk-rest/configuration.rb
236
+ lib/hatchet-sdk-rest/models/accept_invite_request.rb
237
+ lib/hatchet-sdk-rest/models/api_error.rb
238
+ lib/hatchet-sdk-rest/models/api_errors.rb
239
+ lib/hatchet-sdk-rest/models/api_meta.rb
240
+ lib/hatchet-sdk-rest/models/api_meta_auth.rb
241
+ lib/hatchet-sdk-rest/models/api_meta_integration.rb
242
+ lib/hatchet-sdk-rest/models/api_meta_posthog.rb
243
+ lib/hatchet-sdk-rest/models/api_resource_meta.rb
244
+ lib/hatchet-sdk-rest/models/api_token.rb
245
+ lib/hatchet-sdk-rest/models/bulk_create_event_request.rb
246
+ lib/hatchet-sdk-rest/models/cancel_event_request.rb
247
+ lib/hatchet-sdk-rest/models/concurrency_limit_strategy.rb
248
+ lib/hatchet-sdk-rest/models/create_api_token_request.rb
249
+ lib/hatchet-sdk-rest/models/create_api_token_response.rb
250
+ lib/hatchet-sdk-rest/models/create_cron_workflow_trigger_request.rb
251
+ lib/hatchet-sdk-rest/models/create_event_request.rb
252
+ lib/hatchet-sdk-rest/models/create_pull_request_from_step_run.rb
253
+ lib/hatchet-sdk-rest/models/create_sns_integration_request.rb
254
+ lib/hatchet-sdk-rest/models/create_tenant_alert_email_group_request.rb
255
+ lib/hatchet-sdk-rest/models/create_tenant_invite_request.rb
256
+ lib/hatchet-sdk-rest/models/create_tenant_request.rb
257
+ lib/hatchet-sdk-rest/models/cron_workflows.rb
258
+ lib/hatchet-sdk-rest/models/cron_workflows_list.rb
259
+ lib/hatchet-sdk-rest/models/cron_workflows_method.rb
260
+ lib/hatchet-sdk-rest/models/cron_workflows_order_by_field.rb
261
+ lib/hatchet-sdk-rest/models/event.rb
262
+ lib/hatchet-sdk-rest/models/event_data.rb
263
+ lib/hatchet-sdk-rest/models/event_key_list.rb
264
+ lib/hatchet-sdk-rest/models/event_list.rb
265
+ lib/hatchet-sdk-rest/models/event_order_by_direction.rb
266
+ lib/hatchet-sdk-rest/models/event_order_by_field.rb
267
+ lib/hatchet-sdk-rest/models/event_update_cancel200_response.rb
268
+ lib/hatchet-sdk-rest/models/event_workflow_run_summary.rb
269
+ lib/hatchet-sdk-rest/models/events.rb
270
+ lib/hatchet-sdk-rest/models/get_step_run_diff_response.rb
271
+ lib/hatchet-sdk-rest/models/info_get_version200_response.rb
272
+ lib/hatchet-sdk-rest/models/job.rb
273
+ lib/hatchet-sdk-rest/models/job_run.rb
274
+ lib/hatchet-sdk-rest/models/job_run_status.rb
275
+ lib/hatchet-sdk-rest/models/list_api_tokens_response.rb
276
+ lib/hatchet-sdk-rest/models/list_pull_requests_response.rb
277
+ lib/hatchet-sdk-rest/models/list_slack_webhooks.rb
278
+ lib/hatchet-sdk-rest/models/list_sns_integrations.rb
279
+ lib/hatchet-sdk-rest/models/log_line.rb
280
+ lib/hatchet-sdk-rest/models/log_line_level.rb
281
+ lib/hatchet-sdk-rest/models/log_line_list.rb
282
+ lib/hatchet-sdk-rest/models/log_line_order_by_direction.rb
283
+ lib/hatchet-sdk-rest/models/log_line_order_by_field.rb
284
+ lib/hatchet-sdk-rest/models/pagination_response.rb
285
+ lib/hatchet-sdk-rest/models/pull_request.rb
286
+ lib/hatchet-sdk-rest/models/pull_request_state.rb
287
+ lib/hatchet-sdk-rest/models/queue_metrics.rb
288
+ lib/hatchet-sdk-rest/models/rate_limit.rb
289
+ lib/hatchet-sdk-rest/models/rate_limit_list.rb
290
+ lib/hatchet-sdk-rest/models/rate_limit_order_by_direction.rb
291
+ lib/hatchet-sdk-rest/models/rate_limit_order_by_field.rb
292
+ lib/hatchet-sdk-rest/models/recent_step_runs.rb
293
+ lib/hatchet-sdk-rest/models/reject_invite_request.rb
294
+ lib/hatchet-sdk-rest/models/replay_event_request.rb
295
+ lib/hatchet-sdk-rest/models/replay_workflow_runs_request.rb
296
+ lib/hatchet-sdk-rest/models/replay_workflow_runs_response.rb
297
+ lib/hatchet-sdk-rest/models/rerun_step_run_request.rb
298
+ lib/hatchet-sdk-rest/models/schedule_workflow_run_request.rb
299
+ lib/hatchet-sdk-rest/models/scheduled_run_status.rb
300
+ lib/hatchet-sdk-rest/models/scheduled_workflows.rb
301
+ lib/hatchet-sdk-rest/models/scheduled_workflows_list.rb
302
+ lib/hatchet-sdk-rest/models/scheduled_workflows_method.rb
303
+ lib/hatchet-sdk-rest/models/scheduled_workflows_order_by_field.rb
304
+ lib/hatchet-sdk-rest/models/semaphore_slots.rb
305
+ lib/hatchet-sdk-rest/models/slack_webhook.rb
306
+ lib/hatchet-sdk-rest/models/sns_integration.rb
307
+ lib/hatchet-sdk-rest/models/step.rb
308
+ lib/hatchet-sdk-rest/models/step_run.rb
309
+ lib/hatchet-sdk-rest/models/step_run_archive.rb
310
+ lib/hatchet-sdk-rest/models/step_run_archive_list.rb
311
+ lib/hatchet-sdk-rest/models/step_run_diff.rb
312
+ lib/hatchet-sdk-rest/models/step_run_event.rb
313
+ lib/hatchet-sdk-rest/models/step_run_event_list.rb
314
+ lib/hatchet-sdk-rest/models/step_run_event_reason.rb
315
+ lib/hatchet-sdk-rest/models/step_run_event_severity.rb
316
+ lib/hatchet-sdk-rest/models/step_run_status.rb
317
+ lib/hatchet-sdk-rest/models/tenant.rb
318
+ lib/hatchet-sdk-rest/models/tenant_alert_email_group.rb
319
+ lib/hatchet-sdk-rest/models/tenant_alert_email_group_list.rb
320
+ lib/hatchet-sdk-rest/models/tenant_alerting_settings.rb
321
+ lib/hatchet-sdk-rest/models/tenant_invite.rb
322
+ lib/hatchet-sdk-rest/models/tenant_invite_list.rb
323
+ lib/hatchet-sdk-rest/models/tenant_list.rb
324
+ lib/hatchet-sdk-rest/models/tenant_member.rb
325
+ lib/hatchet-sdk-rest/models/tenant_member_list.rb
326
+ lib/hatchet-sdk-rest/models/tenant_member_role.rb
327
+ lib/hatchet-sdk-rest/models/tenant_queue_metrics.rb
328
+ lib/hatchet-sdk-rest/models/tenant_resource.rb
329
+ lib/hatchet-sdk-rest/models/tenant_resource_limit.rb
330
+ lib/hatchet-sdk-rest/models/tenant_resource_policy.rb
331
+ lib/hatchet-sdk-rest/models/tenant_step_run_queue_metrics.rb
332
+ lib/hatchet-sdk-rest/models/tenant_ui_version.rb
333
+ lib/hatchet-sdk-rest/models/tenant_version.rb
334
+ lib/hatchet-sdk-rest/models/trigger_workflow_run_request.rb
335
+ lib/hatchet-sdk-rest/models/update_tenant_alert_email_group_request.rb
336
+ lib/hatchet-sdk-rest/models/update_tenant_invite_request.rb
337
+ lib/hatchet-sdk-rest/models/update_tenant_request.rb
338
+ lib/hatchet-sdk-rest/models/update_worker_request.rb
339
+ lib/hatchet-sdk-rest/models/user.rb
340
+ lib/hatchet-sdk-rest/models/user_change_password_request.rb
341
+ lib/hatchet-sdk-rest/models/user_login_request.rb
342
+ lib/hatchet-sdk-rest/models/user_register_request.rb
343
+ lib/hatchet-sdk-rest/models/user_tenant_memberships_list.rb
344
+ lib/hatchet-sdk-rest/models/user_tenant_public.rb
345
+ lib/hatchet-sdk-rest/models/v1_cancel_task_request.rb
346
+ lib/hatchet-sdk-rest/models/v1_cancelled_tasks.rb
347
+ lib/hatchet-sdk-rest/models/v1_create_filter_request.rb
348
+ lib/hatchet-sdk-rest/models/v1_dag_children.rb
349
+ lib/hatchet-sdk-rest/models/v1_event.rb
350
+ lib/hatchet-sdk-rest/models/v1_event_list.rb
351
+ lib/hatchet-sdk-rest/models/v1_event_triggered_run.rb
352
+ lib/hatchet-sdk-rest/models/v1_event_workflow_run_summary.rb
353
+ lib/hatchet-sdk-rest/models/v1_filter.rb
354
+ lib/hatchet-sdk-rest/models/v1_filter_list.rb
355
+ lib/hatchet-sdk-rest/models/v1_log_line.rb
356
+ lib/hatchet-sdk-rest/models/v1_log_line_level.rb
357
+ lib/hatchet-sdk-rest/models/v1_log_line_list.rb
358
+ lib/hatchet-sdk-rest/models/v1_replay_task_request.rb
359
+ lib/hatchet-sdk-rest/models/v1_replayed_tasks.rb
360
+ lib/hatchet-sdk-rest/models/v1_task_event.rb
361
+ lib/hatchet-sdk-rest/models/v1_task_event_list.rb
362
+ lib/hatchet-sdk-rest/models/v1_task_event_type.rb
363
+ lib/hatchet-sdk-rest/models/v1_task_filter.rb
364
+ lib/hatchet-sdk-rest/models/v1_task_point_metric.rb
365
+ lib/hatchet-sdk-rest/models/v1_task_point_metrics.rb
366
+ lib/hatchet-sdk-rest/models/v1_task_run_metric.rb
367
+ lib/hatchet-sdk-rest/models/v1_task_run_status.rb
368
+ lib/hatchet-sdk-rest/models/v1_task_status.rb
369
+ lib/hatchet-sdk-rest/models/v1_task_summary.rb
370
+ lib/hatchet-sdk-rest/models/v1_task_summary_list.rb
371
+ lib/hatchet-sdk-rest/models/v1_task_timing.rb
372
+ lib/hatchet-sdk-rest/models/v1_task_timing_list.rb
373
+ lib/hatchet-sdk-rest/models/v1_trigger_workflow_run_request.rb
374
+ lib/hatchet-sdk-rest/models/v1_update_filter_request.rb
375
+ lib/hatchet-sdk-rest/models/v1_workflow_run.rb
376
+ lib/hatchet-sdk-rest/models/v1_workflow_run_details.rb
377
+ lib/hatchet-sdk-rest/models/v1_workflow_run_display_name.rb
378
+ lib/hatchet-sdk-rest/models/v1_workflow_run_display_name_list.rb
379
+ lib/hatchet-sdk-rest/models/v1_workflow_type.rb
380
+ lib/hatchet-sdk-rest/models/webhook_worker.rb
381
+ lib/hatchet-sdk-rest/models/webhook_worker_create_request.rb
382
+ lib/hatchet-sdk-rest/models/webhook_worker_create_response.rb
383
+ lib/hatchet-sdk-rest/models/webhook_worker_created.rb
384
+ lib/hatchet-sdk-rest/models/webhook_worker_list_response.rb
385
+ lib/hatchet-sdk-rest/models/webhook_worker_request.rb
386
+ lib/hatchet-sdk-rest/models/webhook_worker_request_list_response.rb
387
+ lib/hatchet-sdk-rest/models/webhook_worker_request_method.rb
388
+ lib/hatchet-sdk-rest/models/worker.rb
389
+ lib/hatchet-sdk-rest/models/worker_label.rb
390
+ lib/hatchet-sdk-rest/models/worker_list.rb
391
+ lib/hatchet-sdk-rest/models/worker_runtime_info.rb
392
+ lib/hatchet-sdk-rest/models/worker_runtime_sdks.rb
393
+ lib/hatchet-sdk-rest/models/worker_type.rb
394
+ lib/hatchet-sdk-rest/models/workflow.rb
395
+ lib/hatchet-sdk-rest/models/workflow_concurrency.rb
396
+ lib/hatchet-sdk-rest/models/workflow_kind.rb
397
+ lib/hatchet-sdk-rest/models/workflow_list.rb
398
+ lib/hatchet-sdk-rest/models/workflow_metrics.rb
399
+ lib/hatchet-sdk-rest/models/workflow_run.rb
400
+ lib/hatchet-sdk-rest/models/workflow_run_list.rb
401
+ lib/hatchet-sdk-rest/models/workflow_run_order_by_direction.rb
402
+ lib/hatchet-sdk-rest/models/workflow_run_order_by_field.rb
403
+ lib/hatchet-sdk-rest/models/workflow_run_shape.rb
404
+ lib/hatchet-sdk-rest/models/workflow_run_shape_item_for_workflow_run_details.rb
405
+ lib/hatchet-sdk-rest/models/workflow_run_status.rb
406
+ lib/hatchet-sdk-rest/models/workflow_run_triggered_by.rb
407
+ lib/hatchet-sdk-rest/models/workflow_runs_cancel_request.rb
408
+ lib/hatchet-sdk-rest/models/workflow_runs_metrics.rb
409
+ lib/hatchet-sdk-rest/models/workflow_runs_metrics_counts.rb
410
+ lib/hatchet-sdk-rest/models/workflow_tag.rb
411
+ lib/hatchet-sdk-rest/models/workflow_trigger_cron_ref.rb
412
+ lib/hatchet-sdk-rest/models/workflow_trigger_event_ref.rb
413
+ lib/hatchet-sdk-rest/models/workflow_triggers.rb
414
+ lib/hatchet-sdk-rest/models/workflow_update_request.rb
415
+ lib/hatchet-sdk-rest/models/workflow_version.rb
416
+ lib/hatchet-sdk-rest/models/workflow_version_definition.rb
417
+ lib/hatchet-sdk-rest/models/workflow_version_meta.rb
418
+ lib/hatchet-sdk-rest/models/workflow_workers_count.rb
419
+ lib/hatchet-sdk-rest/version.rb
420
+ spec/spec_helper.rb
@@ -0,0 +1,23 @@
1
+ # OpenAPI Generator Ignore
2
+ # Generated by openapi-generator https://github.com/openapitools/openapi-generator
3
+
4
+ # Use this file to prevent files from being overwritten by the generator.
5
+ # The patterns follow closely to .gitignore or .dockerignore.
6
+
7
+ # As an example, the C# client generator defines ApiClient.cs.
8
+ # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9
+ #ApiClient.cs
10
+
11
+ # You can match any string of characters against a directory, file or extension with a single asterisk (*):
12
+ #foo/*/qux
13
+ # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14
+
15
+ # You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16
+ #foo/**/qux
17
+ # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18
+
19
+ # You can also negate patterns with an exclamation (!).
20
+ # For example, you can ignore all files in a docs folder with the file extension .md:
21
+ #docs/*.md
22
+ # Then explicitly reverse the ignore rule for a single file:
23
+ #!docs/README.md
@@ -0,0 +1,2 @@
1
+ --color
2
+ --require spec_helper
@@ -0,0 +1,148 @@
1
+ # This file is based on https://github.com/rails/rails/blob/master/.rubocop.yml (MIT license)
2
+ # Automatically generated by OpenAPI Generator (https://openapi-generator.tech)
3
+ AllCops:
4
+ TargetRubyVersion: 2.4
5
+ # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
6
+ # to ignore them, so only the ones explicitly set in this file are enabled.
7
+ DisabledByDefault: true
8
+ Exclude:
9
+ - '**/templates/**/*'
10
+ - '**/vendor/**/*'
11
+ - 'actionpack/lib/action_dispatch/journey/parser.rb'
12
+
13
+ # Prefer &&/|| over and/or.
14
+ Style/AndOr:
15
+ Enabled: true
16
+
17
+ # Align `when` with `case`.
18
+ Layout/CaseIndentation:
19
+ Enabled: true
20
+
21
+ # Align comments with method definitions.
22
+ Layout/CommentIndentation:
23
+ Enabled: true
24
+
25
+ Layout/ElseAlignment:
26
+ Enabled: true
27
+
28
+ Layout/EmptyLineAfterMagicComment:
29
+ Enabled: true
30
+
31
+ # In a regular class definition, no empty lines around the body.
32
+ Layout/EmptyLinesAroundClassBody:
33
+ Enabled: true
34
+
35
+ # In a regular method definition, no empty lines around the body.
36
+ Layout/EmptyLinesAroundMethodBody:
37
+ Enabled: true
38
+
39
+ # In a regular module definition, no empty lines around the body.
40
+ Layout/EmptyLinesAroundModuleBody:
41
+ Enabled: true
42
+
43
+ Layout/FirstArgumentIndentation:
44
+ Enabled: true
45
+
46
+ # Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
47
+ Style/HashSyntax:
48
+ Enabled: false
49
+
50
+ # Method definitions after `private` or `protected` isolated calls need one
51
+ # extra level of indentation.
52
+ Layout/IndentationConsistency:
53
+ Enabled: true
54
+ EnforcedStyle: indented_internal_methods
55
+
56
+ # Two spaces, no tabs (for indentation).
57
+ Layout/IndentationWidth:
58
+ Enabled: true
59
+
60
+ Layout/LeadingCommentSpace:
61
+ Enabled: true
62
+
63
+ Layout/SpaceAfterColon:
64
+ Enabled: true
65
+
66
+ Layout/SpaceAfterComma:
67
+ Enabled: true
68
+
69
+ Layout/SpaceAroundEqualsInParameterDefault:
70
+ Enabled: true
71
+
72
+ Layout/SpaceAroundKeyword:
73
+ Enabled: true
74
+
75
+ Layout/SpaceAroundOperators:
76
+ Enabled: true
77
+
78
+ Layout/SpaceBeforeComma:
79
+ Enabled: true
80
+
81
+ Layout/SpaceBeforeFirstArg:
82
+ Enabled: true
83
+
84
+ Style/DefWithParentheses:
85
+ Enabled: true
86
+
87
+ # Defining a method with parameters needs parentheses.
88
+ Style/MethodDefParentheses:
89
+ Enabled: true
90
+
91
+ Style/FrozenStringLiteralComment:
92
+ Enabled: false
93
+ EnforcedStyle: always
94
+
95
+ # Use `foo {}` not `foo{}`.
96
+ Layout/SpaceBeforeBlockBraces:
97
+ Enabled: true
98
+
99
+ # Use `foo { bar }` not `foo {bar}`.
100
+ Layout/SpaceInsideBlockBraces:
101
+ Enabled: true
102
+
103
+ # Use `{ a: 1 }` not `{a:1}`.
104
+ Layout/SpaceInsideHashLiteralBraces:
105
+ Enabled: true
106
+
107
+ Layout/SpaceInsideParens:
108
+ Enabled: true
109
+
110
+ # Check quotes usage according to lint rule below.
111
+ #Style/StringLiterals:
112
+ # Enabled: true
113
+ # EnforcedStyle: single_quotes
114
+
115
+ # Detect hard tabs, no hard tabs.
116
+ Layout/IndentationStyle:
117
+ Enabled: true
118
+
119
+ # Blank lines should not have any spaces.
120
+ Layout/TrailingEmptyLines:
121
+ Enabled: true
122
+
123
+ # No trailing whitespace.
124
+ Layout/TrailingWhitespace:
125
+ Enabled: false
126
+
127
+ # Use quotes for string literals when they are enough.
128
+ Style/RedundantPercentQ:
129
+ Enabled: true
130
+
131
+ # Align `end` with the matching keyword or starting expression except for
132
+ # assignments, where it should be aligned with the LHS.
133
+ Layout/EndAlignment:
134
+ Enabled: true
135
+ EnforcedStyleAlignWith: variable
136
+ AutoCorrect: true
137
+
138
+ # Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
139
+ Lint/RequireParentheses:
140
+ Enabled: true
141
+
142
+ Style/RedundantReturn:
143
+ Enabled: true
144
+ AllowMultipleReturnValues: true
145
+
146
+ Style/Semicolon:
147
+ Enabled: true
148
+ AllowAsExpressionSeparator: true
@@ -0,0 +1,11 @@
1
+ language: ruby
2
+ cache: bundler
3
+ rvm:
4
+ - 2.7
5
+ - 3.0
6
+ - 3.1
7
+ script:
8
+ - bundle install --path vendor/bundle
9
+ - bundle exec rspec
10
+ - gem build hatchet-sdk-rest.gemspec
11
+ - gem install ./hatchet-sdk-rest-0.0.1.gem
@@ -0,0 +1,9 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
4
+
5
+ group :development, :test do
6
+ gem 'rake', '~> 13.0.1'
7
+ gem 'pry-byebug'
8
+ gem 'rubocop', '~> 0.66.0'
9
+ end