hubspot-api-client 9.0.0 → 9.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1138) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +7 -0
  4. data/Gemfile.lock +12 -13
  5. data/README.md +4 -0
  6. data/Rakefile +1 -0
  7. data/hubspot-api-client.gemspec +5 -3
  8. data/lib/hubspot-api-client.rb +72 -9
  9. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +35 -67
  10. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +16 -11
  11. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
  12. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +394 -0
  13. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  14. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
  15. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
  16. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
  17. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
  18. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
  19. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
  20. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
  21. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
  22. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
  23. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
  24. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
  25. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
  26. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
  27. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +394 -0
  28. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
  29. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
  30. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
  31. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
  32. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
  33. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
  34. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
  35. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
  36. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1201 -0
  37. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
  38. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
  39. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
  40. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
  41. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
  42. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
  43. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
  44. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
  45. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
  46. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +391 -0
  47. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
  48. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
  49. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
  50. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
  51. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
  52. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
  53. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
  54. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
  55. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
  56. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
  57. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
  58. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +394 -0
  59. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  60. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
  61. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
  62. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
  63. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
  64. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
  65. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
  66. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
  67. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
  68. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
  69. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
  70. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
  71. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
  72. data/lib/hubspot/codegen/cms/domains/api_client.rb +35 -67
  73. data/lib/hubspot/codegen/cms/domains/configuration.rb +16 -11
  74. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
  75. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
  76. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
  77. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +36 -68
  78. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  79. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +19 -14
  80. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  81. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  82. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  83. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +2 -2
  84. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  85. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  86. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +2 -2
  87. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +2 -2
  88. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  89. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  90. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  91. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  92. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  93. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
  94. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  95. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -2
  96. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  97. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  98. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  99. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  100. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  101. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  102. data/lib/hubspot/codegen/cms/hubdb/models/{collection_response_with_total_hub_db_table_row_v3.rb → standard_error.rb} +99 -30
  103. data/lib/hubspot/codegen/cms/performance/api_client.rb +35 -67
  104. data/lib/hubspot/codegen/cms/performance/configuration.rb +16 -11
  105. data/lib/hubspot/codegen/cms/site-search/api_client.rb +35 -67
  106. data/lib/hubspot/codegen/cms/site-search/configuration.rb +16 -11
  107. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +35 -67
  108. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +16 -11
  109. data/lib/hubspot/codegen/crm/associations/api_client.rb +35 -67
  110. data/lib/hubspot/codegen/crm/associations/configuration.rb +16 -11
  111. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +1 -1
  112. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +1 -1
  113. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
  114. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
  115. data/lib/hubspot/codegen/crm/companies/api_client.rb +35 -67
  116. data/lib/hubspot/codegen/crm/companies/configuration.rb +16 -11
  117. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +1 -1
  118. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
  119. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
  120. data/lib/hubspot/codegen/crm/contacts/api_client.rb +35 -67
  121. data/lib/hubspot/codegen/crm/contacts/configuration.rb +16 -11
  122. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +1 -1
  123. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
  124. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
  125. data/lib/hubspot/codegen/crm/deals/api_client.rb +35 -67
  126. data/lib/hubspot/codegen/crm/deals/configuration.rb +16 -11
  127. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +1 -1
  128. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
  129. data/lib/hubspot/codegen/{cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb → crm/deals/models/standard_error.rb} +103 -34
  130. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +42 -74
  131. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +16 -11
  132. data/lib/hubspot/codegen/crm/imports/api_client.rb +35 -67
  133. data/lib/hubspot/codegen/crm/imports/configuration.rb +16 -11
  134. data/lib/hubspot/codegen/crm/line_items/api_client.rb +35 -67
  135. data/lib/hubspot/codegen/crm/line_items/configuration.rb +16 -11
  136. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +1 -1
  137. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
  138. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
  139. data/lib/hubspot/codegen/crm/objects/api_client.rb +35 -67
  140. data/lib/hubspot/codegen/crm/objects/configuration.rb +16 -11
  141. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +1 -1
  142. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
  143. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
  144. data/lib/hubspot/codegen/crm/owners/api_client.rb +35 -67
  145. data/lib/hubspot/codegen/crm/owners/configuration.rb +16 -11
  146. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +35 -67
  147. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +16 -11
  148. data/lib/hubspot/codegen/crm/products/api_client.rb +35 -67
  149. data/lib/hubspot/codegen/crm/products/configuration.rb +16 -11
  150. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +1 -1
  151. data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
  152. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
  153. data/lib/hubspot/codegen/crm/properties/api_client.rb +35 -67
  154. data/lib/hubspot/codegen/crm/properties/configuration.rb +16 -11
  155. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +1 -1
  156. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
  157. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
  158. data/lib/hubspot/codegen/crm/quotes/api_client.rb +35 -67
  159. data/lib/hubspot/codegen/crm/quotes/configuration.rb +16 -11
  160. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +1 -1
  161. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
  162. data/lib/hubspot/codegen/{cms/hubdb/models/previous_page.rb → crm/quotes/models/standard_error.rb} +109 -24
  163. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
  164. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +1 -1
  165. data/lib/hubspot/codegen/crm/schemas/api_client.rb +35 -67
  166. data/lib/hubspot/codegen/crm/schemas/configuration.rb +16 -11
  167. data/lib/hubspot/codegen/crm/tickets/api_client.rb +35 -67
  168. data/lib/hubspot/codegen/crm/tickets/configuration.rb +16 -11
  169. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +1 -1
  170. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
  171. data/lib/hubspot/codegen/{cms/hubdb/models/paging.rb → crm/tickets/models/standard_error.rb} +111 -21
  172. data/lib/hubspot/codegen/crm/timeline/api_client.rb +35 -67
  173. data/lib/hubspot/codegen/crm/timeline/configuration.rb +16 -11
  174. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +1 -1
  175. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
  176. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
  177. data/lib/hubspot/codegen/oauth/api_client.rb +42 -75
  178. data/lib/hubspot/codegen/oauth/configuration.rb +16 -11
  179. data/lib/hubspot/codegen/webhooks/api_client.rb +42 -74
  180. data/lib/hubspot/codegen/webhooks/configuration.rb +16 -11
  181. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +1 -1
  182. data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
  183. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
  184. data/lib/hubspot/version.rb +1 -1
  185. data/spec/cms/blogs/authors/api/default_api_spec.rb +158 -0
  186. data/spec/cms/blogs/blog-posts/api/default_api_spec.rb +158 -0
  187. data/spec/cms/blogs/tags/api/default_api_spec.rb +158 -0
  188. data/spec/oauth/api/{tokens_api_spec.rb → default_api_spec.rb} +6 -6
  189. metadata +144 -1959
  190. data/lib/hubspot/codegen/cms/hubdb/api/default_api.rb +0 -1956
  191. data/sample-apps/companies-app/.env.template +0 -2
  192. data/sample-apps/companies-app/.env.test.template +0 -3
  193. data/sample-apps/companies-app/.gitignore +0 -35
  194. data/sample-apps/companies-app/.rspec +0 -1
  195. data/sample-apps/companies-app/.ruby-version +0 -1
  196. data/sample-apps/companies-app/Dockerfile +0 -22
  197. data/sample-apps/companies-app/Gemfile +0 -33
  198. data/sample-apps/companies-app/Gemfile.lock +0 -271
  199. data/sample-apps/companies-app/README.md +0 -31
  200. data/sample-apps/companies-app/Rakefile +0 -6
  201. data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
  202. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  203. data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
  204. data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
  205. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  206. data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
  207. data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
  208. data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
  209. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  210. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
  211. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
  212. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
  213. data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
  214. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  215. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  216. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
  217. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  218. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  219. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
  220. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
  221. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
  222. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
  223. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
  224. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
  225. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
  226. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
  227. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
  228. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -25
  229. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  230. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
  231. data/sample-apps/companies-app/app/models/application_record.rb +0 -3
  232. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  233. data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
  234. data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
  235. data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
  236. data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
  237. data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
  238. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
  239. data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
  240. data/sample-apps/companies-app/bin/bundle +0 -3
  241. data/sample-apps/companies-app/bin/rails +0 -9
  242. data/sample-apps/companies-app/bin/rake +0 -9
  243. data/sample-apps/companies-app/bin/setup +0 -36
  244. data/sample-apps/companies-app/bin/spring +0 -17
  245. data/sample-apps/companies-app/bin/update +0 -31
  246. data/sample-apps/companies-app/bin/yarn +0 -11
  247. data/sample-apps/companies-app/config.ru +0 -5
  248. data/sample-apps/companies-app/config/application.rb +0 -19
  249. data/sample-apps/companies-app/config/boot.rb +0 -3
  250. data/sample-apps/companies-app/config/cable.yml +0 -10
  251. data/sample-apps/companies-app/config/database.yml +0 -25
  252. data/sample-apps/companies-app/config/environment.rb +0 -5
  253. data/sample-apps/companies-app/config/environments/development.rb +0 -61
  254. data/sample-apps/companies-app/config/environments/production.rb +0 -94
  255. data/sample-apps/companies-app/config/environments/test.rb +0 -46
  256. data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
  257. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
  258. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
  259. data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
  260. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
  261. data/sample-apps/companies-app/config/locales/en.yml +0 -33
  262. data/sample-apps/companies-app/config/puma.rb +0 -34
  263. data/sample-apps/companies-app/config/routes.rb +0 -17
  264. data/sample-apps/companies-app/config/spring.rb +0 -6
  265. data/sample-apps/companies-app/db/seeds.rb +0 -7
  266. data/sample-apps/companies-app/docker-compose.yml +0 -11
  267. data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
  268. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  269. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  270. data/sample-apps/companies-app/log/.keep +0 -0
  271. data/sample-apps/companies-app/package.json +0 -5
  272. data/sample-apps/companies-app/public/404.html +0 -67
  273. data/sample-apps/companies-app/public/422.html +0 -67
  274. data/sample-apps/companies-app/public/500.html +0 -66
  275. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  276. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  277. data/sample-apps/companies-app/public/favicon.ico +0 -0
  278. data/sample-apps/companies-app/public/robots.txt +0 -1
  279. data/sample-apps/companies-app/tmp/.keep +0 -0
  280. data/sample-apps/contacts-app/.env.template +0 -2
  281. data/sample-apps/contacts-app/.env.test.template +0 -3
  282. data/sample-apps/contacts-app/.gitignore +0 -35
  283. data/sample-apps/contacts-app/.rspec +0 -1
  284. data/sample-apps/contacts-app/.ruby-version +0 -1
  285. data/sample-apps/contacts-app/Dockerfile +0 -22
  286. data/sample-apps/contacts-app/Gemfile +0 -33
  287. data/sample-apps/contacts-app/Gemfile.lock +0 -271
  288. data/sample-apps/contacts-app/README.md +0 -41
  289. data/sample-apps/contacts-app/Rakefile +0 -6
  290. data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
  291. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  292. data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
  293. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
  294. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  295. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
  296. data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
  297. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  298. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  299. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
  300. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  301. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
  302. data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
  303. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  304. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  305. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  306. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  307. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  308. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  309. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  310. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  311. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
  312. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  313. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  314. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  315. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  316. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -22
  317. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  318. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
  319. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
  320. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -26
  321. data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
  322. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  323. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
  324. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
  325. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
  326. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
  327. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  328. data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
  329. data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
  330. data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
  331. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
  332. data/sample-apps/contacts-app/bin/bundle +0 -3
  333. data/sample-apps/contacts-app/bin/rails +0 -9
  334. data/sample-apps/contacts-app/bin/rake +0 -9
  335. data/sample-apps/contacts-app/bin/setup +0 -36
  336. data/sample-apps/contacts-app/bin/spring +0 -17
  337. data/sample-apps/contacts-app/bin/update +0 -31
  338. data/sample-apps/contacts-app/bin/yarn +0 -11
  339. data/sample-apps/contacts-app/config.ru +0 -5
  340. data/sample-apps/contacts-app/config/application.rb +0 -19
  341. data/sample-apps/contacts-app/config/boot.rb +0 -3
  342. data/sample-apps/contacts-app/config/cable.yml +0 -10
  343. data/sample-apps/contacts-app/config/database.yml +0 -25
  344. data/sample-apps/contacts-app/config/environment.rb +0 -5
  345. data/sample-apps/contacts-app/config/environments/development.rb +0 -61
  346. data/sample-apps/contacts-app/config/environments/production.rb +0 -94
  347. data/sample-apps/contacts-app/config/environments/test.rb +0 -46
  348. data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
  349. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  350. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  351. data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
  352. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
  353. data/sample-apps/contacts-app/config/locales/en.yml +0 -33
  354. data/sample-apps/contacts-app/config/puma.rb +0 -34
  355. data/sample-apps/contacts-app/config/routes.rb +0 -14
  356. data/sample-apps/contacts-app/config/spring.rb +0 -6
  357. data/sample-apps/contacts-app/db/seeds.rb +0 -7
  358. data/sample-apps/contacts-app/docker-compose.yml +0 -11
  359. data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
  360. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  361. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  362. data/sample-apps/contacts-app/log/.keep +0 -0
  363. data/sample-apps/contacts-app/package.json +0 -5
  364. data/sample-apps/contacts-app/public/404.html +0 -67
  365. data/sample-apps/contacts-app/public/422.html +0 -67
  366. data/sample-apps/contacts-app/public/500.html +0 -66
  367. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  368. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  369. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  370. data/sample-apps/contacts-app/public/robots.txt +0 -1
  371. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  372. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  373. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  374. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  375. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  376. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
  377. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  378. data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
  379. data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
  380. data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
  381. data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
  382. data/sample-apps/contacts-app/tmp/.keep +0 -0
  383. data/sample-apps/imports-contacts-app/.env.template +0 -2
  384. data/sample-apps/imports-contacts-app/.env.test.template +0 -3
  385. data/sample-apps/imports-contacts-app/.gitignore +0 -37
  386. data/sample-apps/imports-contacts-app/.rspec +0 -1
  387. data/sample-apps/imports-contacts-app/.ruby-version +0 -1
  388. data/sample-apps/imports-contacts-app/Dockerfile +0 -22
  389. data/sample-apps/imports-contacts-app/Gemfile +0 -33
  390. data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
  391. data/sample-apps/imports-contacts-app/README.md +0 -27
  392. data/sample-apps/imports-contacts-app/Rakefile +0 -6
  393. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
  394. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  395. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
  396. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
  397. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  398. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
  399. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
  400. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  401. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  402. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
  403. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  404. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
  405. data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  406. data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  407. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  408. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  409. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  410. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
  411. data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
  412. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  413. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
  414. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
  415. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  416. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
  417. data/sample-apps/imports-contacts-app/bin/bundle +0 -3
  418. data/sample-apps/imports-contacts-app/bin/rails +0 -9
  419. data/sample-apps/imports-contacts-app/bin/rake +0 -9
  420. data/sample-apps/imports-contacts-app/bin/setup +0 -36
  421. data/sample-apps/imports-contacts-app/bin/spring +0 -17
  422. data/sample-apps/imports-contacts-app/bin/update +0 -31
  423. data/sample-apps/imports-contacts-app/bin/yarn +0 -11
  424. data/sample-apps/imports-contacts-app/config.ru +0 -5
  425. data/sample-apps/imports-contacts-app/config/application.rb +0 -19
  426. data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
  427. data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
  428. data/sample-apps/imports-contacts-app/config/database.yml +0 -25
  429. data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
  430. data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
  431. data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
  432. data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
  433. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
  434. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  435. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  436. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
  437. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  438. data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
  439. data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
  440. data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
  441. data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
  442. data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
  443. data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
  444. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
  445. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  446. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  447. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  448. data/sample-apps/imports-contacts-app/package.json +0 -5
  449. data/sample-apps/imports-contacts-app/public/404.html +0 -67
  450. data/sample-apps/imports-contacts-app/public/422.html +0 -67
  451. data/sample-apps/imports-contacts-app/public/500.html +0 -66
  452. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  453. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  454. data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
  455. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  456. data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
  457. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  458. data/sample-apps/leaky-bucket-app/.env.template +0 -3
  459. data/sample-apps/leaky-bucket-app/.gitignore +0 -34
  460. data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
  461. data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
  462. data/sample-apps/leaky-bucket-app/Gemfile +0 -39
  463. data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
  464. data/sample-apps/leaky-bucket-app/README.md +0 -34
  465. data/sample-apps/leaky-bucket-app/Rakefile +0 -6
  466. data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
  467. data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
  468. data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
  469. data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
  470. data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
  471. data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
  472. data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
  473. data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
  474. data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
  475. data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
  476. data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
  477. data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
  478. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  479. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  480. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
  481. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  482. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  483. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  484. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  485. data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
  486. data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
  487. data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
  488. data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
  489. data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
  490. data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
  491. data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
  492. data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
  493. data/sample-apps/leaky-bucket-app/bin/rails +0 -9
  494. data/sample-apps/leaky-bucket-app/bin/rake +0 -9
  495. data/sample-apps/leaky-bucket-app/bin/setup +0 -36
  496. data/sample-apps/leaky-bucket-app/bin/spring +0 -17
  497. data/sample-apps/leaky-bucket-app/bin/update +0 -31
  498. data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
  499. data/sample-apps/leaky-bucket-app/config.ru +0 -5
  500. data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
  501. data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
  502. data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
  503. data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
  504. data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
  505. data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
  506. data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
  507. data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
  508. data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
  509. data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
  510. data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
  511. data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
  512. data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
  513. data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
  514. data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
  515. data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
  516. data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
  517. data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
  518. data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
  519. data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
  520. data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
  521. data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
  522. data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
  523. data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
  524. data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
  525. data/sample-apps/leaky-bucket-app/log/.keep +0 -0
  526. data/sample-apps/leaky-bucket-app/package.json +0 -5
  527. data/sample-apps/leaky-bucket-app/public/404.html +0 -67
  528. data/sample-apps/leaky-bucket-app/public/422.html +0 -67
  529. data/sample-apps/leaky-bucket-app/public/500.html +0 -66
  530. data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
  531. data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
  532. data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
  533. data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
  534. data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
  535. data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
  536. data/sample-apps/oauth-app/.env.template +0 -2
  537. data/sample-apps/oauth-app/.env.test.template +0 -3
  538. data/sample-apps/oauth-app/.gitignore +0 -35
  539. data/sample-apps/oauth-app/.rspec +0 -1
  540. data/sample-apps/oauth-app/.ruby-version +0 -1
  541. data/sample-apps/oauth-app/Dockerfile +0 -22
  542. data/sample-apps/oauth-app/Gemfile +0 -33
  543. data/sample-apps/oauth-app/Gemfile.lock +0 -270
  544. data/sample-apps/oauth-app/README.md +0 -33
  545. data/sample-apps/oauth-app/Rakefile +0 -6
  546. data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
  547. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  548. data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
  549. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
  550. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  551. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
  552. data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
  553. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  554. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
  555. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
  556. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
  557. data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
  558. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  559. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  560. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
  561. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  562. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  563. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  564. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  565. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  566. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
  567. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  568. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  569. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  570. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  571. data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
  572. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  573. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
  574. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
  575. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
  576. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
  577. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
  578. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
  579. data/sample-apps/oauth-app/bin/bundle +0 -3
  580. data/sample-apps/oauth-app/bin/rails +0 -9
  581. data/sample-apps/oauth-app/bin/rake +0 -9
  582. data/sample-apps/oauth-app/bin/setup +0 -36
  583. data/sample-apps/oauth-app/bin/spring +0 -17
  584. data/sample-apps/oauth-app/bin/update +0 -31
  585. data/sample-apps/oauth-app/bin/yarn +0 -11
  586. data/sample-apps/oauth-app/config.ru +0 -5
  587. data/sample-apps/oauth-app/config/application.rb +0 -19
  588. data/sample-apps/oauth-app/config/boot.rb +0 -3
  589. data/sample-apps/oauth-app/config/cable.yml +0 -10
  590. data/sample-apps/oauth-app/config/database.yml +0 -25
  591. data/sample-apps/oauth-app/config/environment.rb +0 -5
  592. data/sample-apps/oauth-app/config/environments/development.rb +0 -61
  593. data/sample-apps/oauth-app/config/environments/production.rb +0 -94
  594. data/sample-apps/oauth-app/config/environments/test.rb +0 -46
  595. data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
  596. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
  597. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
  598. data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
  599. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
  600. data/sample-apps/oauth-app/config/locales/en.yml +0 -33
  601. data/sample-apps/oauth-app/config/puma.rb +0 -34
  602. data/sample-apps/oauth-app/config/routes.rb +0 -14
  603. data/sample-apps/oauth-app/config/spring.rb +0 -6
  604. data/sample-apps/oauth-app/db/seeds.rb +0 -7
  605. data/sample-apps/oauth-app/docker-compose.yml +0 -11
  606. data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
  607. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  608. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  609. data/sample-apps/oauth-app/log/.keep +0 -0
  610. data/sample-apps/oauth-app/package.json +0 -5
  611. data/sample-apps/oauth-app/public/404.html +0 -67
  612. data/sample-apps/oauth-app/public/422.html +0 -67
  613. data/sample-apps/oauth-app/public/500.html +0 -66
  614. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  615. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  616. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  617. data/sample-apps/oauth-app/public/robots.txt +0 -1
  618. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  619. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  620. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  621. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  622. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  623. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
  624. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  625. data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
  626. data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
  627. data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
  628. data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
  629. data/sample-apps/oauth-app/tmp/.keep +0 -0
  630. data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
  631. data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
  632. data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
  633. data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
  634. data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
  635. data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
  636. data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
  637. data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
  638. data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
  639. data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
  640. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
  641. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
  642. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
  643. data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
  644. data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
  645. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
  646. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  647. data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
  648. data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  649. data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
  650. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  651. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  652. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  653. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  654. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  655. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  656. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  657. data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
  658. data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
  659. data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
  660. data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
  661. data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  662. data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
  663. data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
  664. data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
  665. data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
  666. data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
  667. data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
  668. data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
  669. data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
  670. data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
  671. data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
  672. data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
  673. data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
  674. data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
  675. data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
  676. data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
  677. data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
  678. data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
  679. data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
  680. data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
  681. data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  682. data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
  683. data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
  684. data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
  685. data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
  686. data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
  687. data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
  688. data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
  689. data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
  690. data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
  691. data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
  692. data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
  693. data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
  694. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
  695. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
  696. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
  697. data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
  698. data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
  699. data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
  700. data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
  701. data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
  702. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  703. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
  704. data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
  705. data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
  706. data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
  707. data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
  708. data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
  709. data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
  710. data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
  711. data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
  712. data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
  713. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
  714. data/sample-apps/retry-middleware-sample-app/README.md +0 -33
  715. data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
  716. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
  717. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  718. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
  719. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
  720. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  721. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
  722. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
  723. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  724. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  725. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
  726. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  727. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
  728. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  729. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  730. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  731. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  732. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  733. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
  734. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  735. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
  736. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
  737. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  738. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
  739. data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
  740. data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
  741. data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
  742. data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
  743. data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
  744. data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
  745. data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
  746. data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
  747. data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
  748. data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
  749. data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
  750. data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
  751. data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
  752. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
  753. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
  754. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
  755. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
  756. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  757. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
  758. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
  759. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
  760. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
  761. data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
  762. data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
  763. data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
  764. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
  765. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
  766. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
  767. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  768. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  769. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
  770. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  771. data/sample-apps/retry-middleware-sample-app/package.json +0 -5
  772. data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
  773. data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
  774. data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
  775. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  776. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  777. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  778. data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
  779. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  780. data/sample-apps/search-result-paging-app/.env.template +0 -4
  781. data/sample-apps/search-result-paging-app/.gitignore +0 -35
  782. data/sample-apps/search-result-paging-app/.rspec +0 -1
  783. data/sample-apps/search-result-paging-app/.ruby-version +0 -1
  784. data/sample-apps/search-result-paging-app/Dockerfile +0 -22
  785. data/sample-apps/search-result-paging-app/Gemfile +0 -35
  786. data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
  787. data/sample-apps/search-result-paging-app/README.md +0 -0
  788. data/sample-apps/search-result-paging-app/Rakefile +0 -6
  789. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
  790. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  791. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
  792. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
  793. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  794. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
  795. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
  796. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  797. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
  798. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
  799. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
  800. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
  801. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  802. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  803. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  804. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  805. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  806. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  807. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
  808. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -22
  809. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  810. data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
  811. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  812. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
  813. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
  814. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
  815. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
  816. data/sample-apps/search-result-paging-app/bin/bundle +0 -3
  817. data/sample-apps/search-result-paging-app/bin/rails +0 -9
  818. data/sample-apps/search-result-paging-app/bin/rake +0 -9
  819. data/sample-apps/search-result-paging-app/bin/setup +0 -36
  820. data/sample-apps/search-result-paging-app/bin/spring +0 -17
  821. data/sample-apps/search-result-paging-app/bin/update +0 -31
  822. data/sample-apps/search-result-paging-app/bin/yarn +0 -11
  823. data/sample-apps/search-result-paging-app/config.ru +0 -5
  824. data/sample-apps/search-result-paging-app/config/application.rb +0 -19
  825. data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
  826. data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
  827. data/sample-apps/search-result-paging-app/config/database.yml +0 -25
  828. data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
  829. data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
  830. data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
  831. data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
  832. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
  833. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
  834. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
  835. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
  836. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
  837. data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
  838. data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
  839. data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
  840. data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
  841. data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
  842. data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
  843. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
  844. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  845. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  846. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
  847. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  848. data/sample-apps/search-result-paging-app/package.json +0 -5
  849. data/sample-apps/search-result-paging-app/public/404.html +0 -67
  850. data/sample-apps/search-result-paging-app/public/422.html +0 -67
  851. data/sample-apps/search-result-paging-app/public/500.html +0 -66
  852. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  853. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  854. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  855. data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
  856. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  857. data/sample-apps/timeline-events-app/.env.template +0 -5
  858. data/sample-apps/timeline-events-app/.gitignore +0 -35
  859. data/sample-apps/timeline-events-app/.rspec +0 -1
  860. data/sample-apps/timeline-events-app/.ruby-version +0 -1
  861. data/sample-apps/timeline-events-app/Dockerfile +0 -22
  862. data/sample-apps/timeline-events-app/Gemfile +0 -33
  863. data/sample-apps/timeline-events-app/Gemfile.lock +0 -271
  864. data/sample-apps/timeline-events-app/README.md +0 -30
  865. data/sample-apps/timeline-events-app/Rakefile +0 -6
  866. data/sample-apps/timeline-events-app/app/assets/config/manifest.js +0 -3
  867. data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
  868. data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +0 -15
  869. data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +0 -13
  870. data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
  871. data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +0 -171
  872. data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +0 -12
  873. data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
  874. data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +0 -12
  875. data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +0 -19
  876. data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +0 -37
  877. data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +0 -2
  878. data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  879. data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  880. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +0 -19
  881. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  882. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  883. data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  884. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +0 -20
  885. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +0 -39
  886. data/sample-apps/timeline-events-app/app/models/application_record.rb +0 -3
  887. data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
  888. data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +0 -23
  889. data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +0 -15
  890. data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +0 -12
  891. data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +0 -53
  892. data/sample-apps/timeline-events-app/bin/bundle +0 -3
  893. data/sample-apps/timeline-events-app/bin/rails +0 -9
  894. data/sample-apps/timeline-events-app/bin/rake +0 -9
  895. data/sample-apps/timeline-events-app/bin/setup +0 -36
  896. data/sample-apps/timeline-events-app/bin/spring +0 -17
  897. data/sample-apps/timeline-events-app/bin/update +0 -31
  898. data/sample-apps/timeline-events-app/bin/yarn +0 -11
  899. data/sample-apps/timeline-events-app/config.ru +0 -5
  900. data/sample-apps/timeline-events-app/config/application.rb +0 -19
  901. data/sample-apps/timeline-events-app/config/boot.rb +0 -3
  902. data/sample-apps/timeline-events-app/config/database.yml +0 -25
  903. data/sample-apps/timeline-events-app/config/environment.rb +0 -5
  904. data/sample-apps/timeline-events-app/config/environments/development.rb +0 -61
  905. data/sample-apps/timeline-events-app/config/environments/production.rb +0 -94
  906. data/sample-apps/timeline-events-app/config/environments/test.rb +0 -46
  907. data/sample-apps/timeline-events-app/config/initializers/assets.rb +0 -14
  908. data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +0 -4
  909. data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +0 -3
  910. data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +0 -1
  911. data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +0 -14
  912. data/sample-apps/timeline-events-app/config/locales/en.yml +0 -33
  913. data/sample-apps/timeline-events-app/config/puma.rb +0 -34
  914. data/sample-apps/timeline-events-app/config/routes.rb +0 -7
  915. data/sample-apps/timeline-events-app/config/spring.rb +0 -6
  916. data/sample-apps/timeline-events-app/db/seeds.rb +0 -7
  917. data/sample-apps/timeline-events-app/docker-compose.yml +0 -11
  918. data/sample-apps/timeline-events-app/docker-entrypoint.sh +0 -8
  919. data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
  920. data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
  921. data/sample-apps/timeline-events-app/log/.keep +0 -0
  922. data/sample-apps/timeline-events-app/package.json +0 -5
  923. data/sample-apps/timeline-events-app/public/404.html +0 -67
  924. data/sample-apps/timeline-events-app/public/422.html +0 -67
  925. data/sample-apps/timeline-events-app/public/500.html +0 -66
  926. data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
  927. data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
  928. data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
  929. data/sample-apps/timeline-events-app/public/robots.txt +0 -1
  930. data/sample-apps/timeline-events-app/spec/rails_helper.rb +0 -42
  931. data/sample-apps/timeline-events-app/spec/spec_helper.rb +0 -11
  932. data/sample-apps/timeline-events-app/tmp/.keep +0 -0
  933. data/sample-apps/trello-integration-app/.env.template +0 -7
  934. data/sample-apps/trello-integration-app/.gitignore +0 -35
  935. data/sample-apps/trello-integration-app/.rspec +0 -1
  936. data/sample-apps/trello-integration-app/.ruby-version +0 -1
  937. data/sample-apps/trello-integration-app/Dockerfile +0 -22
  938. data/sample-apps/trello-integration-app/Gemfile +0 -38
  939. data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
  940. data/sample-apps/trello-integration-app/README.md +0 -31
  941. data/sample-apps/trello-integration-app/Rakefile +0 -6
  942. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
  943. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  944. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  945. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
  946. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
  947. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  948. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
  949. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
  950. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
  951. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
  952. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
  953. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
  954. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
  955. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
  956. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
  957. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
  958. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
  959. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  960. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
  961. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
  962. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
  963. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
  964. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
  965. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
  966. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
  967. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
  968. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  969. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  970. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  971. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  972. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  973. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
  974. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
  975. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
  976. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
  977. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
  978. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
  979. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
  980. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
  981. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
  982. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
  983. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
  984. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
  985. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
  986. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
  987. data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
  988. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  989. data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
  990. data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
  991. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
  992. data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
  993. data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
  994. data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
  995. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
  996. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
  997. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
  998. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
  999. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
  1000. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
  1001. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
  1002. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
  1003. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
  1004. data/sample-apps/trello-integration-app/bin/bundle +0 -3
  1005. data/sample-apps/trello-integration-app/bin/rails +0 -9
  1006. data/sample-apps/trello-integration-app/bin/rake +0 -9
  1007. data/sample-apps/trello-integration-app/bin/setup +0 -36
  1008. data/sample-apps/trello-integration-app/bin/spring +0 -17
  1009. data/sample-apps/trello-integration-app/bin/update +0 -31
  1010. data/sample-apps/trello-integration-app/bin/yarn +0 -11
  1011. data/sample-apps/trello-integration-app/config.ru +0 -5
  1012. data/sample-apps/trello-integration-app/config/application.rb +0 -20
  1013. data/sample-apps/trello-integration-app/config/boot.rb +0 -3
  1014. data/sample-apps/trello-integration-app/config/cable.yml +0 -10
  1015. data/sample-apps/trello-integration-app/config/database.yml +0 -16
  1016. data/sample-apps/trello-integration-app/config/environment.rb +0 -5
  1017. data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
  1018. data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
  1019. data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
  1020. data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
  1021. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
  1022. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
  1023. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
  1024. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
  1025. data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
  1026. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
  1027. data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
  1028. data/sample-apps/trello-integration-app/config/puma.rb +0 -34
  1029. data/sample-apps/trello-integration-app/config/routes.rb +0 -29
  1030. data/sample-apps/trello-integration-app/config/spring.rb +0 -6
  1031. data/sample-apps/trello-integration-app/config/storage.yml +0 -34
  1032. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
  1033. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
  1034. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
  1035. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
  1036. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
  1037. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
  1038. data/sample-apps/trello-integration-app/db/schema.rb +0 -52
  1039. data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
  1040. data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
  1041. data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
  1042. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  1043. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
  1044. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  1045. data/sample-apps/trello-integration-app/log/.keep +0 -0
  1046. data/sample-apps/trello-integration-app/package.json +0 -5
  1047. data/sample-apps/trello-integration-app/public/404.html +0 -67
  1048. data/sample-apps/trello-integration-app/public/422.html +0 -67
  1049. data/sample-apps/trello-integration-app/public/500.html +0 -66
  1050. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  1051. data/sample-apps/trello-integration-app/public/robots.txt +0 -1
  1052. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  1053. data/sample-apps/webhooks-contacts-app/.env.template +0 -4
  1054. data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
  1055. data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
  1056. data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
  1057. data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
  1058. data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
  1059. data/sample-apps/webhooks-contacts-app/README.md +0 -54
  1060. data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
  1061. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
  1062. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  1063. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
  1064. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
  1065. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1066. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
  1067. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
  1068. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  1069. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1070. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
  1071. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
  1072. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1073. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
  1074. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
  1075. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  1076. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  1077. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  1078. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  1079. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  1080. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -36
  1081. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
  1082. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
  1083. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
  1084. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
  1085. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
  1086. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  1087. data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
  1088. data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
  1089. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
  1090. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
  1091. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
  1092. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1093. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
  1094. data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
  1095. data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
  1096. data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
  1097. data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
  1098. data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
  1099. data/sample-apps/webhooks-contacts-app/bin/update +0 -31
  1100. data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
  1101. data/sample-apps/webhooks-contacts-app/config.ru +0 -5
  1102. data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
  1103. data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
  1104. data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
  1105. data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
  1106. data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
  1107. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
  1108. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
  1109. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
  1110. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
  1111. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1112. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1113. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
  1114. data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
  1115. data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
  1116. data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
  1117. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
  1118. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
  1119. data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
  1120. data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
  1121. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
  1122. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  1123. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  1124. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  1125. data/sample-apps/webhooks-contacts-app/package.json +0 -5
  1126. data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
  1127. data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
  1128. data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
  1129. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1130. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  1131. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  1132. data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
  1133. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  1134. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  1135. data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
  1136. data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
  1137. data/spec/oauth/models/json_node_spec.rb +0 -165
  1138. data/spec/oauth/models/refresh_token_spec.rb +0 -59
@@ -1,31 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require 'fileutils'
3
- include FileUtils
4
-
5
- # path to your application root.
6
- APP_ROOT = File.expand_path('..', __dir__)
7
-
8
- def system!(*args)
9
- system(*args) || abort("\n== Command #{args} failed ==")
10
- end
11
-
12
- chdir APP_ROOT do
13
- # This script is a way to update your development environment automatically.
14
- # Add necessary update steps to this file.
15
-
16
- puts '== Installing dependencies =='
17
- system! 'gem install bundler --conservative'
18
- system('bundle check') || system!('bundle install')
19
-
20
- # Install JavaScript dependencies if using Yarn
21
- # system('bin/yarn')
22
-
23
- puts "\n== Updating database =="
24
- system! 'bin/rails db:migrate'
25
-
26
- puts "\n== Removing old logs and tempfiles =="
27
- system! 'bin/rails log:clear tmp:clear'
28
-
29
- puts "\n== Restarting application server =="
30
- system! 'bin/rails restart'
31
- end
@@ -1,11 +0,0 @@
1
- #!/usr/bin/env ruby
2
- APP_ROOT = File.expand_path('..', __dir__)
3
- Dir.chdir(APP_ROOT) do
4
- begin
5
- exec "yarnpkg", *ARGV
6
- rescue Errno::ENOENT
7
- $stderr.puts "Yarn executable was not detected in the system."
8
- $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"
9
- exit 1
10
- end
11
- end
@@ -1,5 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require_relative 'config/environment'
4
-
5
- run Rails.application
@@ -1,20 +0,0 @@
1
- require_relative 'boot'
2
-
3
- require 'rails/all'
4
-
5
- # Require the gems listed in Gemfile, including any gems
6
- # you've limited to :test, :development, or :production.
7
- Bundler.require(*Rails.groups)
8
-
9
- module LeakyBucketApp
10
- class Application < Rails::Application
11
- # Initialize configuration defaults for originally generated Rails version.
12
- config.load_defaults 5.2
13
-
14
- # Settings in config/environments/* take precedence over those specified here.
15
- # Application configuration can go into files in config/initializers
16
- # -- all .rb files in that directory are automatically loaded after loading
17
- # the framework and any gems in your application.
18
- config.active_job.queue_adapter = :resque
19
- end
20
- end
@@ -1,3 +0,0 @@
1
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2
-
3
- require 'bundler/setup' # Set up gems listed in the Gemfile.
@@ -1,10 +0,0 @@
1
- development:
2
- adapter: async
3
-
4
- test:
5
- adapter: async
6
-
7
- production:
8
- adapter: redis
9
- url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10
- channel_prefix: redis-sample-app_production
@@ -1,25 +0,0 @@
1
- # SQLite version 3.x
2
- # gem install sqlite3
3
- #
4
- # Ensure the SQLite 3 gem is defined in your Gemfile
5
- # gem 'sqlite3'
6
- #
7
- default: &default
8
- adapter: sqlite3
9
- pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
10
- timeout: 5000
11
-
12
- development:
13
- <<: *default
14
- database: db/development.sqlite3
15
-
16
- # Warning: The database defined as "test" will be erased and
17
- # re-generated from your development database when you run "rake".
18
- # Do not set this db to the same as development or production.
19
- test:
20
- <<: *default
21
- database: db/test.sqlite3
22
-
23
- production:
24
- <<: *default
25
- database: db/production.sqlite3
@@ -1,5 +0,0 @@
1
- # Load the Rails application.
2
- require_relative 'application'
3
-
4
- # Initialize the Rails application.
5
- Rails.application.initialize!
@@ -1,65 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # In the development environment your application's code is reloaded on
5
- # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the web server when you make code changes.
7
- config.cache_classes = false
8
-
9
- # Do not eager load code on boot.
10
- config.eager_load = false
11
-
12
- # Show full error reports.
13
- config.consider_all_requests_local = true
14
-
15
- # Enable/disable caching. By default caching is disabled.
16
- # Run rails dev:cache to toggle caching.
17
- if Rails.root.join('tmp', 'caching-dev.txt').exist?
18
- config.action_controller.perform_caching = true
19
-
20
- config.cache_store = :memory_store
21
- config.public_file_server.headers = {
22
- 'Cache-Control' => "public, max-age=#{2.days.to_i}"
23
- }
24
- else
25
- config.action_controller.perform_caching = false
26
-
27
- config.cache_store = :null_store
28
- end
29
-
30
- # Store uploaded files on the local file system (see config/storage.yml for options)
31
- config.active_storage.service = :local
32
-
33
- # Don't care if the mailer can't send.
34
- config.action_mailer.raise_delivery_errors = false
35
-
36
- config.action_mailer.perform_caching = false
37
-
38
- # Print deprecation notices to the Rails logger.
39
- config.active_support.deprecation = :log
40
-
41
- # Raise an error on page load if there are pending migrations.
42
- config.active_record.migration_error = :page_load
43
-
44
- # Highlight code that triggered database queries in logs.
45
- config.active_record.verbose_query_logs = true
46
-
47
- # Debug mode disables concatenation and preprocessing of assets.
48
- # This option may cause significant delays in view rendering with a large
49
- # number of complex assets.
50
- config.assets.debug = true
51
-
52
- # Suppress logger output for asset requests.
53
- config.assets.quiet = true
54
-
55
- # Raises error for missing translations
56
- # config.action_view.raise_on_missing_translations = true
57
-
58
- # Use an evented file watcher to asynchronously detect changes in source code,
59
- # routes, locales, etc. This feature depends on the listen gem.
60
- config.file_watcher = ActiveSupport::EventedFileUpdateChecker
61
- logger = ActiveSupport::Logger.new(STDOUT)
62
- logger.formatter = config.log_formatter
63
- config.logger = ActiveSupport::TaggedLogging.new(logger)
64
- config.logger.level = Logger::INFO
65
- end
@@ -1,94 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # Code is not reloaded between requests.
5
- config.cache_classes = true
6
-
7
- # Eager load code on boot. This eager loads most of Rails and
8
- # your application in memory, allowing both threaded web servers
9
- # and those relying on copy on write to perform better.
10
- # Rake tasks automatically ignore this option for performance.
11
- config.eager_load = true
12
-
13
- # Full error reports are disabled and caching is turned on.
14
- config.consider_all_requests_local = false
15
- config.action_controller.perform_caching = true
16
-
17
- # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
18
- # or in config/master.key. This key is used to decrypt credentials (and other encrypted files).
19
- # config.require_master_key = true
20
-
21
- # Disable serving static files from the `/public` folder by default since
22
- # Apache or NGINX already handles this.
23
- config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
24
-
25
- # Compress JavaScripts and CSS.
26
- config.assets.js_compressor = :uglifier
27
- # config.assets.css_compressor = :sass
28
-
29
- # Do not fallback to assets pipeline if a precompiled asset is missed.
30
- config.assets.compile = false
31
-
32
- # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
33
-
34
- # Enable serving of images, stylesheets, and JavaScripts from an asset server.
35
- # config.action_controller.asset_host = 'http://assets.example.com'
36
-
37
- # Specifies the header that your server uses for sending files.
38
- # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
39
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
40
-
41
- # Store uploaded files on the local file system (see config/storage.yml for options)
42
- config.active_storage.service = :local
43
-
44
- # Mount Action Cable outside main process or domain
45
- # config.action_cable.mount_path = nil
46
- # config.action_cable.url = 'wss://example.com/cable'
47
- # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
48
-
49
- # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
50
- # config.force_ssl = true
51
-
52
- # Use the lowest log level to ensure availability of diagnostic information
53
- # when problems arise.
54
- config.log_level = :debug
55
-
56
- # Prepend all log lines with the following tags.
57
- config.log_tags = [ :request_id ]
58
-
59
- # Use a different cache store in production.
60
- # config.cache_store = :mem_cache_store
61
-
62
- # Use a real queuing backend for Active Job (and separate queues per environment)
63
- # config.active_job.queue_adapter = :resque
64
- # config.active_job.queue_name_prefix = "leaky-bucket-app_#{Rails.env}"
65
-
66
- config.action_mailer.perform_caching = false
67
-
68
- # Ignore bad email addresses and do not raise email delivery errors.
69
- # Set this to true and configure the email server for immediate delivery to raise delivery errors.
70
- # config.action_mailer.raise_delivery_errors = false
71
-
72
- # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
73
- # the I18n.default_locale when a translation cannot be found).
74
- config.i18n.fallbacks = true
75
-
76
- # Send deprecation notices to registered listeners.
77
- config.active_support.deprecation = :notify
78
-
79
- # Use default logging formatter so that PID and timestamp are not suppressed.
80
- config.log_formatter = ::Logger::Formatter.new
81
-
82
- # Use a different logger for distributed setups.
83
- # require 'syslog/logger'
84
- # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
85
-
86
- if ENV["RAILS_LOG_TO_STDOUT"].present?
87
- logger = ActiveSupport::Logger.new(STDOUT)
88
- logger.formatter = config.log_formatter
89
- config.logger = ActiveSupport::TaggedLogging.new(logger)
90
- end
91
-
92
- # Do not dump schema after migrations.
93
- config.active_record.dump_schema_after_migration = false
94
- end
@@ -1,46 +0,0 @@
1
- Rails.application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb.
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Do not eager load code on boot. This avoids loading your whole application
11
- # just for the purpose of running a single test. If you are using a tool that
12
- # preloads Rails for running tests, you may have to set it to true.
13
- config.eager_load = false
14
-
15
- # Configure public file server for tests with Cache-Control for performance.
16
- config.public_file_server.enabled = true
17
- config.public_file_server.headers = {
18
- 'Cache-Control' => "public, max-age=#{1.hour.to_i}"
19
- }
20
-
21
- # Show full error reports and disable caching.
22
- config.consider_all_requests_local = true
23
- config.action_controller.perform_caching = false
24
-
25
- # Raise exceptions instead of rendering exception templates.
26
- config.action_dispatch.show_exceptions = false
27
-
28
- # Disable request forgery protection in test environment.
29
- config.action_controller.allow_forgery_protection = false
30
-
31
- # Store uploaded files on the local file system in a temporary directory
32
- config.active_storage.service = :test
33
-
34
- config.action_mailer.perform_caching = false
35
-
36
- # Tell Action Mailer not to deliver emails to the real world.
37
- # The :test delivery method accumulates sent emails in the
38
- # ActionMailer::Base.deliveries array.
39
- config.action_mailer.delivery_method = :test
40
-
41
- # Print deprecation notices to the stderr.
42
- config.active_support.deprecation = :stderr
43
-
44
- # Raises error for missing translations
45
- # config.action_view.raise_on_missing_translations = true
46
- end
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Version of your assets, change this if you want to expire all your assets.
4
- Rails.application.config.assets.version = '1.0'
5
-
6
- # Add additional assets to the asset load path.
7
- # Rails.application.config.assets.paths << Emoji.images_path
8
- # Add Yarn node_modules folder to the asset load path.
9
- Rails.application.config.assets.paths << Rails.root.join('node_modules')
10
-
11
- # Precompile additional assets.
12
- # application.js, application.css, and all non-JS/CSS in the app/assets
13
- # folder are already added.
14
- # Rails.application.config.assets.precompile += %w( admin.js admin.css )
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure sensitive parameters which will be filtered from the log file.
4
- Rails.application.config.filter_parameters += [:password]
@@ -1,3 +0,0 @@
1
- Hubspot.configure do |config|
2
- config.params_encoding = :multi
3
- end
@@ -1 +0,0 @@
1
- Mime::Type.register "text/csv", :csv
@@ -1,7 +0,0 @@
1
- require 'resque/server'
2
-
3
- uri = URI.parse(ENV['REDIS_URL'])
4
- Resque.redis = Redis.new(host: uri.host, port: uri.port)
5
- Resque.logger = Rails.logger
6
- Resque.logger.level = Logger::INFO
7
-
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
9
- end
10
-
11
- # To enable root element in JSON for ActiveRecord objects.
12
- # ActiveSupport.on_load(:active_record) do
13
- # self.include_root_in_json = true
14
- # end
@@ -1,33 +0,0 @@
1
- # Files in the config/locales directory are used for internationalization
2
- # and are automatically loaded by Rails. If you want to use locales other
3
- # than English, add the necessary files in this directory.
4
- #
5
- # To use the locales, use `I18n.t`:
6
- #
7
- # I18n.t 'hello'
8
- #
9
- # In views, this is aliased to just `t`:
10
- #
11
- # <%= t('hello') %>
12
- #
13
- # To use a different locale, set it with `I18n.locale`:
14
- #
15
- # I18n.locale = :es
16
- #
17
- # This would use the information in config/locales/es.yml.
18
- #
19
- # The following keys must be escaped otherwise they will not be retrieved by
20
- # the default I18n backend:
21
- #
22
- # true, false, on, off, yes, no
23
- #
24
- # Instead, surround them with single quotes.
25
- #
26
- # en:
27
- # 'true': 'foo'
28
- #
29
- # To learn more, please read the Rails Internationalization guide
30
- # available at http://guides.rubyonrails.org/i18n.html.
31
-
32
- en:
33
- hello: "Hello world"
@@ -1,34 +0,0 @@
1
- # Puma can serve each request in a thread from an internal thread pool.
2
- # The `threads` method setting takes two numbers: a minimum and maximum.
3
- # Any libraries that use thread pools should be configured to match
4
- # the maximum value specified for Puma. Default is set to 5 threads for minimum
5
- # and maximum; this matches the default thread size of Active Record.
6
- #
7
- threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
8
- threads threads_count, threads_count
9
-
10
- # Specifies the `port` that Puma will listen on to receive requests; default is 3000.
11
- #
12
- port ENV.fetch("PORT") { 3000 }
13
-
14
- # Specifies the `environment` that Puma will run in.
15
- #
16
- environment ENV.fetch("RAILS_ENV") { "development" }
17
-
18
- # Specifies the number of `workers` to boot in clustered mode.
19
- # Workers are forked webserver processes. If using threads and workers together
20
- # the concurrency of the application would be max `threads` * `workers`.
21
- # Workers do not work on JRuby or Windows (both of which do not support
22
- # processes).
23
- #
24
- # workers ENV.fetch("WEB_CONCURRENCY") { 2 }
25
-
26
- # Use the `preload_app!` method when specifying a `workers` number.
27
- # This directive tells Puma to first boot the application and load code
28
- # before forking the application. This takes advantage of Copy On Write
29
- # process behavior so workers use less memory.
30
- #
31
- # preload_app!
32
-
33
- # Allow puma to be restarted by `rails restart` command.
34
- plugin :tmp_restart