hubspot-api-client 7.1.0 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +4 -0
- data/CHANGELOG.md +65 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +31 -32
- data/LICENSE +201 -0
- data/README.md +45 -0
- data/Rakefile +1 -0
- data/hubspot-api-client.gemspec +7 -4
- data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
- data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
- data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
- data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
- data/lib/hubspot/codegen/automation/actions/api_client.rb +406 -0
- data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
- data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
- data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
- data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
- data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
- data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
- data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
- data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
- data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
- data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
- data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
- data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
- data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +53 -69
- data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +1 -1
- data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +408 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +408 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1207 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +393 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +408 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
- data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/api_client.rb +53 -69
- data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/domain.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/paging.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
- data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
- data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
- data/lib/hubspot/codegen/cms/hubdb/api_client.rb +406 -0
- data/lib/hubspot/codegen/cms/hubdb/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/hubdb/configuration.rb +263 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +333 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +388 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +288 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +243 -0
- data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +241 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +293 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +243 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +392 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +295 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +241 -0
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +263 -0
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +257 -0
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +257 -0
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/cms/performance/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/api_client.rb +53 -69
- data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/performance/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +3 -6
- data/lib/hubspot/codegen/cms/site-search/api_client.rb +53 -69
- data/lib/hubspot/codegen/cms/site-search/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +20 -3
- data/lib/hubspot/codegen/cms/site-search/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +6 -3
- data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +16 -16
- data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +53 -69
- data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +1 -1
- data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +406 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api/types_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +2 -2
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +2 -2
- data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/companies/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/companies/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +21 -21
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/companies/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/companies/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +2 -13
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/contacts/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +21 -21
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/contacts/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +2 -13
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/deals/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/deals/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +21 -21
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/deals/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/deals/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +2 -13
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +408 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +408 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
- data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +408 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
- data/lib/hubspot/codegen/crm/imports/api/core_api.rb +4 -4
- data/lib/hubspot/codegen/crm/imports/api/default_api.rb +90 -0
- data/lib/hubspot/codegen/crm/imports/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/imports/models/action_response.rb +16 -5
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +238 -0
- data/lib/hubspot/codegen/crm/imports/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +353 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +38 -29
- data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/line_items/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +21 -21
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/line_items/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +2 -13
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +272 -0
- data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +402 -0
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +309 -0
- data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/api_client.rb +406 -0
- data/lib/hubspot/codegen/crm/objects/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/objects/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +100 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +175 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +408 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +212 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +279 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +290 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +313 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +333 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/objects/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/objects/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/objects/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/objects/models/paging.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +277 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/owners/api/default_api.rb +10 -4
- data/lib/hubspot/codegen/crm/owners/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/owners/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/owners/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/products/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/products/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/products/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/products/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +21 -21
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/products/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/products/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/products/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/products/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +2 -13
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api/core_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/properties/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/option.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/option_input.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_create.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_name.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_update.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +10 -4
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +7 -7
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/quotes/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +17 -19
- data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +21 -21
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/quotes/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +2 -13
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +484 -0
- data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +84 -0
- data/lib/hubspot/codegen/crm/schemas/api_client.rb +406 -0
- data/lib/hubspot/codegen/crm/schemas/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/schemas/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +276 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +241 -0
- data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +217 -0
- data/lib/hubspot/codegen/crm/schemas/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +403 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +325 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +378 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +221 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +265 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +356 -0
- data/lib/hubspot/codegen/crm/schemas/models/option.rb +266 -0
- data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +271 -0
- data/lib/hubspot/codegen/crm/schemas/models/property.rb +465 -0
- data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +252 -0
- data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +53 -69
- data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +21 -21
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/tickets/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +2 -13
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +27 -19
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +31 -23
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +25 -17
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +54 -70
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +19 -14
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +32 -43
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +333 -0
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/paging.rb +15 -6
- data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +21 -21
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +30 -30
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +56 -56
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +21 -21
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +48 -48
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +21 -21
- data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
- data/lib/hubspot/codegen/events/api_client.rb +404 -0
- data/lib/hubspot/codegen/events/api_error.rb +59 -0
- data/lib/hubspot/codegen/events/configuration.rb +261 -0
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
- data/lib/hubspot/codegen/events/models/error.rb +290 -0
- data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
- data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
- data/lib/hubspot/codegen/events/models/paging.rb +208 -0
- data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
- data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
- data/lib/hubspot/codegen/files/files/api_client.rb +406 -0
- data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
- data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
- data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
- data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
- data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
- data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
- data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
- data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
- data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
- data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
- data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
- data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
- data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
- data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
- data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
- data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
- data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
- data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +406 -0
- data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
- data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
- data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
- data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
- data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
- data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
- data/lib/hubspot/codegen/oauth/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/oauth/api_client.rb +53 -70
- data/lib/hubspot/codegen/oauth/api_error.rb +1 -1
- data/lib/hubspot/codegen/oauth/configuration.rb +17 -12
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +18 -2
- data/lib/hubspot/codegen/oauth/models/error.rb +1 -1
- data/lib/hubspot/codegen/oauth/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +1 -1
- data/lib/hubspot/codegen/oauth/models/token_response_if.rb +20 -20
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +1 -1
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +1 -1
- data/lib/hubspot/codegen/webhooks/api_client.rb +53 -69
- data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
- data/lib/hubspot/codegen/webhooks/configuration.rb +17 -12
- data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +2 -2
- data/lib/hubspot/codegen/webhooks/models/error.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
- data/lib/hubspot/codegen/webhooks/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +1 -1
- data/lib/hubspot/version.rb +1 -1
- data/lib/hubspot-api-client.rb +8 -451
- data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
- data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
- data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
- data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
- data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
- data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
- data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
- data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
- data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
- data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
- data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
- data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
- data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
- data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
- data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
- data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
- data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
- data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
- data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
- data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +158 -0
- data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
- data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
- data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
- data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
- data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
- data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
- data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
- data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
- data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
- data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
- data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
- data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
- data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
- data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
- data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +158 -0
- data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
- data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
- data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
- data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
- data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
- data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
- data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
- data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
- data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
- data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
- data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
- data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
- data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
- data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
- data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
- data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
- data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
- data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
- data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
- data/spec/codegen/cms/site-search/api/default_api_spec.rb +77 -0
- data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
- data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
- data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
- data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
- data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
- data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
- data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
- data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
- data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
- data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
- data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
- data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
- data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
- data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
- data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
- data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
- data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
- data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
- data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
- data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
- data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/companies/api/associations_api_spec.rb +77 -0
- data/spec/codegen/crm/companies/api/basic_api_spec.rb +105 -0
- data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
- data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/companies/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/contacts/api/associations_api_spec.rb +77 -0
- data/spec/codegen/crm/contacts/api/basic_api_spec.rb +105 -0
- data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
- data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/deals/api/associations_api_spec.rb +77 -0
- data/spec/codegen/crm/deals/api/basic_api_spec.rb +105 -0
- data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
- data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/deals/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
- data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
- data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
- data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
- data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
- data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
- data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
- data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
- data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
- data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
- data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
- data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
- data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
- data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
- data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
- data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
- data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
- data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
- data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
- data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
- data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
- data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
- data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
- data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
- data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
- data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
- data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
- data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
- data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
- data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
- data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
- data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
- data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
- data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
- data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
- data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
- data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
- data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
- data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
- data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
- data/spec/codegen/crm/imports/api/default_api_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
- data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
- data/spec/codegen/crm/imports/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/imports/models/import_row_core_spec.rb +53 -0
- data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/public_import_error_spec.rb +97 -0
- data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
- data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
- data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
- data/spec/codegen/crm/line_items/api/associations_api_spec.rb +77 -0
- data/spec/codegen/crm/line_items/api/basic_api_spec.rb +105 -0
- data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
- data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/objects/api/associations_api_spec.rb +80 -0
- data/spec/codegen/crm/objects/api/basic_api_spec.rb +110 -0
- data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
- data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +49 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +67 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
- data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/objects/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/owners/api/default_api_spec.rb +62 -0
- data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/owners/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/owners/models/error_spec.rb +77 -0
- data/spec/codegen/crm/owners/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/owners/models/public_owner_spec.rb +89 -0
- data/spec/codegen/crm/owners/models/public_team_spec.rb +57 -0
- data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +123 -0
- data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +117 -0
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +47 -0
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
- data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/pipelines/models/error_spec.rb +77 -0
- data/spec/codegen/crm/pipelines/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/pipelines/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +53 -0
- data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +53 -0
- data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +83 -0
- data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +53 -0
- data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
- data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +83 -0
- data/spec/codegen/crm/products/api/associations_api_spec.rb +77 -0
- data/spec/codegen/crm/products/api/basic_api_spec.rb +105 -0
- data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/products/models/error_spec.rb +77 -0
- data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/products/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/products/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/properties/api/batch_api_spec.rb +74 -0
- data/spec/codegen/crm/properties/api/core_api_spec.rb +102 -0
- data/spec/codegen/crm/properties/api/groups_api_spec.rb +100 -0
- data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +87 -0
- data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/properties/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/properties/models/error_spec.rb +77 -0
- data/spec/codegen/crm/properties/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/option_input_spec.rb +65 -0
- data/spec/codegen/crm/properties/models/option_spec.rb +65 -0
- data/spec/codegen/crm/properties/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/property_create_spec.rb +109 -0
- data/spec/codegen/crm/properties/models/property_group_create_spec.rb +53 -0
- data/spec/codegen/crm/properties/models/property_group_spec.rb +59 -0
- data/spec/codegen/crm/properties/models/property_group_update_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +59 -0
- data/spec/codegen/crm/properties/models/property_name_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/property_spec.rb +173 -0
- data/spec/codegen/crm/properties/models/property_update_spec.rb +97 -0
- data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/quotes/api/associations_api_spec.rb +49 -0
- data/spec/codegen/crm/quotes/api/basic_api_spec.rb +67 -0
- data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
- data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
- data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/schemas/api/core_api_spec.rb +123 -0
- data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
- data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +53 -0
- data/spec/codegen/crm/schemas/models/association_definition_spec.rb +71 -0
- data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +41 -0
- data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
- data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +83 -0
- data/spec/codegen/crm/schemas/models/object_schema_spec.rb +119 -0
- data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
- data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
- data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +113 -0
- data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +99 -0
- data/spec/codegen/crm/schemas/models/option_input_spec.rb +65 -0
- data/spec/codegen/crm/schemas/models/option_spec.rb +65 -0
- data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
- data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
- data/spec/codegen/crm/tickets/api/associations_api_spec.rb +77 -0
- data/spec/codegen/crm/tickets/api/basic_api_spec.rb +105 -0
- data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
- data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
- data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +71 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
- data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
- data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
- data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
- data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
- data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
- data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
- data/spec/codegen/events/api/events_api_spec.rb +54 -0
- data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
- data/spec/codegen/events/models/error_detail_spec.rb +65 -0
- data/spec/codegen/events/models/error_spec.rb +77 -0
- data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
- data/spec/codegen/events/models/next_page_spec.rb +47 -0
- data/spec/codegen/events/models/paging_spec.rb +41 -0
- data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
- data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
- data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
- data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
- data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
- data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
- data/spec/codegen/files/files/models/error_spec.rb +77 -0
- data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
- data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
- data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
- data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
- data/spec/codegen/files/files/models/folder_spec.rb +83 -0
- data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
- data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
- data/spec/codegen/files/files/models/hubspot_file_spec.rb +147 -0
- data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
- data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
- data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
- data/spec/codegen/files/files/models/paging_spec.rb +47 -0
- data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
- data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
- data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
- data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
- data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
- data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
- data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
- data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
- data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
- data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
- data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
- data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
- data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
- data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
- data/spec/codegen/oauth/models/error_spec.rb +77 -0
- data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
- data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
- data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
- data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
- data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
- data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
- data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
- data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
- data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
- data/spec/codegen/webhooks/models/error_spec.rb +77 -0
- data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
- data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
- data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
- data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
- data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
- data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
- data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
- data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
- data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
- data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
- data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
- data/spec/features/automation/actions/functions_api_spec.rb +13 -0
- data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
- data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
- data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
- data/spec/features/cms/domains/domains_api_spec.rb +8 -0
- data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
- data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
- data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
- data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
- data/spec/features/cms/site-search/default_api_spec.rb +8 -0
- data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
- data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
- data/spec/features/crm/associations/batch_api_spec.rb +9 -0
- data/spec/features/crm/associations/types_api_spec.rb +7 -0
- data/spec/features/crm/companies/associations_api_spec.rb +9 -0
- data/spec/features/crm/companies/basic_api_spec.rb +11 -0
- data/spec/features/crm/companies/batch_api_spec.rb +10 -0
- data/spec/features/crm/companies/search_api_spec.rb +7 -0
- data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
- data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
- data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
- data/spec/features/crm/contacts/search_api_spec.rb +7 -0
- data/spec/features/crm/deals/associations_api_spec.rb +9 -0
- data/spec/features/crm/deals/basic_api_spec.rb +11 -0
- data/spec/features/crm/deals/batch_api_spec.rb +10 -0
- data/spec/features/crm/deals/search_api_spec.rb +7 -0
- data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
- data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
- data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
- data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
- data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
- data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
- data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
- data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
- data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
- data/spec/features/crm/imports/core_api_spec.rb +10 -0
- data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
- data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
- data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
- data/spec/features/crm/line_items/search_api_spec.rb +7 -0
- data/spec/features/crm/objects/associations_api_spec.rb +9 -0
- data/spec/features/crm/objects/basic_api_spec.rb +11 -0
- data/spec/features/crm/objects/batch_api_spec.rb +10 -0
- data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
- data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
- data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
- data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
- data/spec/features/crm/objects/search_api_spec.rb +7 -0
- data/spec/features/crm/owners/default_api_spec.rb +8 -0
- data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
- data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
- data/spec/features/crm/products/associations_api_spec.rb +9 -0
- data/spec/features/crm/products/basic_api_spec.rb +11 -0
- data/spec/features/crm/products/batch_api_spec.rb +10 -0
- data/spec/features/crm/products/search_api_spec.rb +7 -0
- data/spec/features/crm/properties/batch_api_spec.rb +9 -0
- data/spec/features/crm/properties/core_api_spec.rb +11 -0
- data/spec/features/crm/properties/groups_api_spec.rb +11 -0
- data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
- data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
- data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
- data/spec/features/crm/quotes/search_api_spec.rb +7 -0
- data/spec/features/crm/schemas/core_api_spec.rb +13 -0
- data/spec/features/crm/schemas/default_api_spec.rb +7 -0
- data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
- data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
- data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
- data/spec/features/crm/tickets/search_api_spec.rb +7 -0
- data/spec/features/crm/timeline/events_api_spec.rb +11 -0
- data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
- data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
- data/spec/features/events/events_api_spec.rb +7 -0
- data/spec/features/files/files/files_api_spec.rb +16 -0
- data/spec/features/files/files/folders_api_spec.rb +14 -0
- data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
- data/spec/features/oauth/default_api_spec.rb +10 -0
- data/spec/features/webhooks/settings_api_spec.rb +9 -0
- data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
- metadata +1963 -1852
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +0 -226
- data/lib/hubspot/codegen/crm/owners/models/paging.rb +0 -210
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +0 -426
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/sample-apps/companies-app/.env.template +0 -2
- data/sample-apps/companies-app/.env.test.template +0 -3
- data/sample-apps/companies-app/.gitignore +0 -35
- data/sample-apps/companies-app/.rspec +0 -1
- data/sample-apps/companies-app/.ruby-version +0 -1
- data/sample-apps/companies-app/Dockerfile +0 -22
- data/sample-apps/companies-app/Gemfile +0 -33
- data/sample-apps/companies-app/Gemfile.lock +0 -271
- data/sample-apps/companies-app/README.md +0 -31
- data/sample-apps/companies-app/Rakefile +0 -6
- data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/companies-app/app/assets/images/.keep +0 -0
- data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
- data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
- data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
- data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
- data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
- data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -26
- data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
- data/sample-apps/companies-app/app/models/application_record.rb +0 -3
- data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
- data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
- data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
- data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
- data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
- data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/companies-app/bin/bundle +0 -3
- data/sample-apps/companies-app/bin/rails +0 -9
- data/sample-apps/companies-app/bin/rake +0 -9
- data/sample-apps/companies-app/bin/setup +0 -36
- data/sample-apps/companies-app/bin/spring +0 -17
- data/sample-apps/companies-app/bin/update +0 -31
- data/sample-apps/companies-app/bin/yarn +0 -11
- data/sample-apps/companies-app/config/application.rb +0 -19
- data/sample-apps/companies-app/config/boot.rb +0 -3
- data/sample-apps/companies-app/config/cable.yml +0 -10
- data/sample-apps/companies-app/config/database.yml +0 -25
- data/sample-apps/companies-app/config/environment.rb +0 -5
- data/sample-apps/companies-app/config/environments/development.rb +0 -61
- data/sample-apps/companies-app/config/environments/production.rb +0 -94
- data/sample-apps/companies-app/config/environments/test.rb +0 -46
- data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
- data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/companies-app/config/locales/en.yml +0 -33
- data/sample-apps/companies-app/config/puma.rb +0 -34
- data/sample-apps/companies-app/config/routes.rb +0 -17
- data/sample-apps/companies-app/config/spring.rb +0 -6
- data/sample-apps/companies-app/config.ru +0 -5
- data/sample-apps/companies-app/db/seeds.rb +0 -7
- data/sample-apps/companies-app/docker-compose.yml +0 -11
- data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
- data/sample-apps/companies-app/lib/assets/.keep +0 -0
- data/sample-apps/companies-app/lib/tasks/.keep +0 -0
- data/sample-apps/companies-app/log/.keep +0 -0
- data/sample-apps/companies-app/package.json +0 -5
- data/sample-apps/companies-app/public/404.html +0 -67
- data/sample-apps/companies-app/public/422.html +0 -67
- data/sample-apps/companies-app/public/500.html +0 -66
- data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/companies-app/public/favicon.ico +0 -0
- data/sample-apps/companies-app/public/robots.txt +0 -1
- data/sample-apps/companies-app/tmp/.keep +0 -0
- data/sample-apps/contacts-app/.env +0 -4
- data/sample-apps/contacts-app/.env.template +0 -2
- data/sample-apps/contacts-app/.env.test.template +0 -3
- data/sample-apps/contacts-app/.gitignore +0 -35
- data/sample-apps/contacts-app/.rspec +0 -1
- data/sample-apps/contacts-app/.ruby-version +0 -1
- data/sample-apps/contacts-app/Dockerfile +0 -22
- data/sample-apps/contacts-app/Gemfile +0 -33
- data/sample-apps/contacts-app/Gemfile.lock +0 -271
- data/sample-apps/contacts-app/README.md +0 -41
- data/sample-apps/contacts-app/Rakefile +0 -6
- data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
- data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
- data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
- data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
- data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -24
- data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -23
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -27
- data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
- data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
- data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
- data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
- data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
- data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
- data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
- data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
- data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
- data/sample-apps/contacts-app/bin/bundle +0 -3
- data/sample-apps/contacts-app/bin/rails +0 -9
- data/sample-apps/contacts-app/bin/rake +0 -9
- data/sample-apps/contacts-app/bin/setup +0 -36
- data/sample-apps/contacts-app/bin/spring +0 -17
- data/sample-apps/contacts-app/bin/update +0 -31
- data/sample-apps/contacts-app/bin/yarn +0 -11
- data/sample-apps/contacts-app/config/application.rb +0 -19
- data/sample-apps/contacts-app/config/boot.rb +0 -3
- data/sample-apps/contacts-app/config/cable.yml +0 -10
- data/sample-apps/contacts-app/config/database.yml +0 -25
- data/sample-apps/contacts-app/config/environment.rb +0 -5
- data/sample-apps/contacts-app/config/environments/development.rb +0 -61
- data/sample-apps/contacts-app/config/environments/production.rb +0 -94
- data/sample-apps/contacts-app/config/environments/test.rb +0 -46
- data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
- data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/contacts-app/config/locales/en.yml +0 -33
- data/sample-apps/contacts-app/config/puma.rb +0 -34
- data/sample-apps/contacts-app/config/routes.rb +0 -14
- data/sample-apps/contacts-app/config/spring.rb +0 -6
- data/sample-apps/contacts-app/config.ru +0 -5
- data/sample-apps/contacts-app/db/development.sqlite3 +0 -0
- data/sample-apps/contacts-app/db/seeds.rb +0 -7
- data/sample-apps/contacts-app/docker-compose.yml +0 -11
- data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
- data/sample-apps/contacts-app/lib/assets/.keep +0 -0
- data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
- data/sample-apps/contacts-app/log/.keep +0 -0
- data/sample-apps/contacts-app/log/development.log +0 -453
- data/sample-apps/contacts-app/package.json +0 -5
- data/sample-apps/contacts-app/public/404.html +0 -67
- data/sample-apps/contacts-app/public/422.html +0 -67
- data/sample-apps/contacts-app/public/500.html +0 -66
- data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/contacts-app/public/favicon.ico +0 -0
- data/sample-apps/contacts-app/public/robots.txt +0 -1
- data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
- data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
- data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
- data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
- data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
- data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
- data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
- data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
- data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
- data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
- data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
- data/sample-apps/contacts-app/tmp/.keep +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
- data/sample-apps/contacts-app/tmp/development_secret.txt +0 -1
- data/sample-apps/contacts-app/tmp/restart.txt +0 -0
- data/sample-apps/imports-contacts-app/.env +0 -2
- data/sample-apps/imports-contacts-app/.env.template +0 -2
- data/sample-apps/imports-contacts-app/.env.test.template +0 -3
- data/sample-apps/imports-contacts-app/.gitignore +0 -37
- data/sample-apps/imports-contacts-app/.rspec +0 -1
- data/sample-apps/imports-contacts-app/.ruby-version +0 -1
- data/sample-apps/imports-contacts-app/Dockerfile +0 -22
- data/sample-apps/imports-contacts-app/Gemfile +0 -33
- data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
- data/sample-apps/imports-contacts-app/README.md +0 -27
- data/sample-apps/imports-contacts-app/Rakefile +0 -6
- data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
- data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
- data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
- data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
- data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
- data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/imports-contacts-app/bin/bundle +0 -3
- data/sample-apps/imports-contacts-app/bin/rails +0 -9
- data/sample-apps/imports-contacts-app/bin/rake +0 -9
- data/sample-apps/imports-contacts-app/bin/setup +0 -36
- data/sample-apps/imports-contacts-app/bin/spring +0 -17
- data/sample-apps/imports-contacts-app/bin/update +0 -31
- data/sample-apps/imports-contacts-app/bin/yarn +0 -11
- data/sample-apps/imports-contacts-app/config/application.rb +0 -19
- data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
- data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
- data/sample-apps/imports-contacts-app/config/database.yml +0 -25
- data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
- data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
- data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
- data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
- data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
- data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
- data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
- data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
- data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
- data/sample-apps/imports-contacts-app/config.ru +0 -5
- data/sample-apps/imports-contacts-app/db/development.sqlite3 +0 -0
- data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
- data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
- data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
- data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
- data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
- data/sample-apps/imports-contacts-app/log/.keep +0 -0
- data/sample-apps/imports-contacts-app/log/development.log +0 -2295
- data/sample-apps/imports-contacts-app/package.json +0 -5
- data/sample-apps/imports-contacts-app/public/404.html +0 -67
- data/sample-apps/imports-contacts-app/public/422.html +0 -67
- data/sample-apps/imports-contacts-app/public/500.html +0 -66
- data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
- data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
- data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
- data/sample-apps/imports-contacts-app/public/uploads/example (1).csv +0 -2
- data/sample-apps/imports-contacts-app/public/uploads/example (3).csv +0 -2
- data/sample-apps/imports-contacts-app/public/uploads/example.csv +0 -2
- data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1I/1I14HHAK265I2PGgxv5CpO2EYk8bMp2JbpfUtO_Ickw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2b/2bUrVwRXdlf5k1WyAOV_QQgrrjcFDr5klxgy1TDj9xs.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2s/2s2gAjZc7F_-Rjp0vG5iZ9MwJyiKyKVf7tgVwr-Y1G0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4Y/4YFQ6Jj2k_ULPzPxCpa_uppM3Fno-0x9NNlTIcJhKwI.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/5n/5niguSuB10XlUdtzROWfBysA-iqSNljzYmrDjS7hlbA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/8r/8rPArh5y-A-q0IzgIvVM6oeS8kUoHqAqAgiL-D0GYjQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ac/Ac5jYEIBt5Ff3XSnrQs7N4lxdjpoNvzq47W3pQiv5eM.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/CZ/CZUzFE3tmsiTY9Ax55RowfhHburo5LPCm9YdoOrRuHw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/E-/E-kZngDb76cM7v4FwZDwgkKrZHr59sZ-Qv9o1KYbI8w.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ei/EiyJdspNvCwI6AaDujfTXwizEUBzhJg45uo_r0saeow.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/GM/GMTEbRvz2pataOE-_mUSfQ1XtSVHvZoYL4cVBUzEx7U.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Jg/JgE4Hb8Uyw7t_Txi6oe9f1dd7VLbcOxkzxKMdqAV-SQ.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/KH/KHATqyqgx0uCiLKkPqRPcpUKwqaPIO_20DgOxMOf458.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kh/Kh7pMT3YugMDzgr_WWO1zyJTVtYz23U_0cRxE7YDunc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Nb/Nbljn20QBVy7JLY5WiTNY1dwi3OjR-x6cZqE3wE36I4.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/O5/O5T_XTuo3tyiotB_7j0xPlyaZ7AOshcOsggFXBiI-DI.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PC/PC4fTAz_NsDfcw_TzK-O_b47mGbVxeeACqRVlrA-MUg.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PK/PK072ZQCODmSuHUvU_XHRMg65sT1mRZya61-SgaB9rM.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qe/QeNLJolkbSiGnmDz1rnxhxJ4A333lQin6C73iKk6q78.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/TZ/TZE023BPt1r4Dln3db25E5UdwuNeaIxBaGTvKM_KXeY.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WO/WOWs2UJa9r-c7GU_vNlQU1_HR7lOgInY7gGdcHQAz58.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/_j/_jCXmSg0Bl9dwaoNdBA-xlqm9hz5fHuESNKw6I5jgf4.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aJ/aJLcCN8xOLsBDuGouPgWmpttemuHaexX3Hx2V53Mk-I.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/bs/bsCH_jV5U4ZmwPI5iDKRq870WVBYPKy9TM_ZgFIW50M.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gz/gzQai9JDIcAUMrRxa_WiQlCoyhs8R-9It59P2FU011A.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hQ/hQLxpW5YR8Ww1LCNqKe0RL5gc6zCFkLr6wfhzl2d7LA.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ht/htll_8REPZ_LqLlxwFg-4Z6cVvebWJPww0Sl_S6R5Qo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/if/ifXmScZ-rzDZvV3zmxfM72sb3UhalhNwgcMno9FM1ds.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/jP/jPLCjoNU6LMKfBPog1q2NLumjoTH3naqSkF_sWbo0Lk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/la/larBqvHNrVMYkmnIr2NNujIkvLxxdcHpYxAUq0Wh2V0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nI/nIQu_Kt_4g0rdk5UkjMEBKGlXZ2HpcLyxjSitPbQW4s.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nl/nliegy632tc0cUAL0j5DKD1e52itwinNPELowTVpXws.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ox/oxLqDGkqO4d5e5c1LxaAKBgIapawlOhdQVehTe59t8k.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vK/vK5ZPqLkFhsi1_6tTsiQcFM3iyqvDyiAo17i9_wtaOM.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/development_secret.txt +0 -1
- data/sample-apps/imports-contacts-app/tmp/restart.txt +0 -0
- data/sample-apps/leaky-bucket-app/.env +0 -3
- data/sample-apps/leaky-bucket-app/.env.template +0 -3
- data/sample-apps/leaky-bucket-app/.gitignore +0 -34
- data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
- data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
- data/sample-apps/leaky-bucket-app/Gemfile +0 -39
- data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
- data/sample-apps/leaky-bucket-app/README.md +0 -34
- data/sample-apps/leaky-bucket-app/Rakefile +0 -6
- data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
- data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
- data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
- data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
- data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
- data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
- data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
- data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
- data/sample-apps/leaky-bucket-app/bin/rails +0 -9
- data/sample-apps/leaky-bucket-app/bin/rake +0 -9
- data/sample-apps/leaky-bucket-app/bin/setup +0 -36
- data/sample-apps/leaky-bucket-app/bin/spring +0 -17
- data/sample-apps/leaky-bucket-app/bin/update +0 -31
- data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
- data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
- data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
- data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
- data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
- data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
- data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
- data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
- data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
- data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
- data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
- data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
- data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
- data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
- data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
- data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
- data/sample-apps/leaky-bucket-app/config.ru +0 -5
- data/sample-apps/leaky-bucket-app/db/development.sqlite3 +0 -0
- data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
- data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
- data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
- data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
- data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
- data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
- data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
- data/sample-apps/leaky-bucket-app/log/.keep +0 -0
- data/sample-apps/leaky-bucket-app/package.json +0 -5
- data/sample-apps/leaky-bucket-app/public/404.html +0 -67
- data/sample-apps/leaky-bucket-app/public/422.html +0 -67
- data/sample-apps/leaky-bucket-app/public/500.html +0 -66
- data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
- data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
- data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
- data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/3i/3iGcB4HFJSCib6hd2s7NHyA3p3m7WmwbnwoKbFDNkbU.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/F9/F9Cr6ENgXbyOBwpTZ8D9adNYcj0LUld_VXL2ACB69rQ.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fo/FoZvtPYqmTQXyBxMZA_g3iFKEBR1z4vvQt3054qOa8I.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aQ/aQTFIUhrXBb2LvUDWZkgEeWr6CeBshkDOFNO44m9Ee8.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dC/dCeNBKGKdDiAU7F6_2GEqpvTtykUJZwmaat5fGdP8Ho.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/er/erMUdJdhdd1rYhxzKZuXOaV1w5v5L_remJqi4Vk6OvQ.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/hw/hwfcCbCulgrifkp9iZUNXey6lL-s6DjR25afiktYu5Q.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/development_secret.txt +0 -1
- data/sample-apps/leaky-bucket-app/tmp/restart.txt +0 -0
- data/sample-apps/oauth-app/.env +0 -2
- data/sample-apps/oauth-app/.env.template +0 -2
- data/sample-apps/oauth-app/.env.test +0 -3
- data/sample-apps/oauth-app/.env.test.template +0 -3
- data/sample-apps/oauth-app/.gitignore +0 -35
- data/sample-apps/oauth-app/.rspec +0 -1
- data/sample-apps/oauth-app/.ruby-version +0 -1
- data/sample-apps/oauth-app/Dockerfile +0 -22
- data/sample-apps/oauth-app/Gemfile +0 -33
- data/sample-apps/oauth-app/Gemfile.lock +0 -270
- data/sample-apps/oauth-app/README.md +0 -33
- data/sample-apps/oauth-app/Rakefile +0 -6
- data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
- data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
- data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
- data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -24
- data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
- data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
- data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
- data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
- data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
- data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
- data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/oauth-app/bin/bundle +0 -3
- data/sample-apps/oauth-app/bin/rails +0 -9
- data/sample-apps/oauth-app/bin/rake +0 -9
- data/sample-apps/oauth-app/bin/setup +0 -36
- data/sample-apps/oauth-app/bin/spring +0 -17
- data/sample-apps/oauth-app/bin/update +0 -31
- data/sample-apps/oauth-app/bin/yarn +0 -11
- data/sample-apps/oauth-app/config/application.rb +0 -19
- data/sample-apps/oauth-app/config/boot.rb +0 -3
- data/sample-apps/oauth-app/config/cable.yml +0 -10
- data/sample-apps/oauth-app/config/database.yml +0 -25
- data/sample-apps/oauth-app/config/environment.rb +0 -5
- data/sample-apps/oauth-app/config/environments/development.rb +0 -61
- data/sample-apps/oauth-app/config/environments/production.rb +0 -94
- data/sample-apps/oauth-app/config/environments/test.rb +0 -46
- data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
- data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/oauth-app/config/locales/en.yml +0 -33
- data/sample-apps/oauth-app/config/puma.rb +0 -34
- data/sample-apps/oauth-app/config/routes.rb +0 -14
- data/sample-apps/oauth-app/config/spring.rb +0 -6
- data/sample-apps/oauth-app/config.ru +0 -5
- data/sample-apps/oauth-app/db/development.sqlite3 +0 -0
- data/sample-apps/oauth-app/db/seeds.rb +0 -7
- data/sample-apps/oauth-app/db/test.sqlite3 +0 -0
- data/sample-apps/oauth-app/docker-compose.yml +0 -11
- data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
- data/sample-apps/oauth-app/lib/assets/.keep +0 -0
- data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
- data/sample-apps/oauth-app/log/.keep +0 -0
- data/sample-apps/oauth-app/log/development.log +0 -276
- data/sample-apps/oauth-app/log/test.log +0 -1890
- data/sample-apps/oauth-app/package.json +0 -5
- data/sample-apps/oauth-app/public/404.html +0 -67
- data/sample-apps/oauth-app/public/422.html +0 -67
- data/sample-apps/oauth-app/public/500.html +0 -66
- data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/oauth-app/public/favicon.ico +0 -0
- data/sample-apps/oauth-app/public/robots.txt +0 -1
- data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
- data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
- data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
- data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
- data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
- data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
- data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
- data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
- data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
- data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
- data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
- data/sample-apps/oauth-app/tmp/.keep +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1U/1UpJmI14JpcnoWoA6uDWd4rgiR_j5c8y03sN2BVXiL0.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2A/2A3umH19vP49evH2cz_iW72sD271nGL_AQr7_jImNS8.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2X/2XrkSiz6V3CxNAjlQovZ-2sP1KhSZNjwmo4Rh66fVxc.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2l/2lwE97im5rEyOKzkyeiXzzKA4wJvO1a-4bRF4jVlcfc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/5h/5hkQ5P4i1GpzLLijVLIsXSqZ_WNhtLB3vSyd_dFGYVQ.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/6P/6P40XW9SqAEdFZNbhI1JXI6-I_6QpCCWjocyWXETdqk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/7E/7E7Nuvl6VeCk9ogBf-sjyEcJ3bUtpzf6Gfhvs7kr1Kk.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/8c/8ceD6_zKe5lkXrzQV8cEc2zj3Kebok7XVGkQCRBcMtY.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9_/9_izg9Ggk04FfxOKL8rbBUdEfPNTIxOmyh6PnrZpDiE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/F3/F3uRXATXkV2e4xbCxkYkZMjcoKFgcBsnj0CrAH85zrU.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GS/GSBK0N5lJj_XczWwGi4JVtZb16zRUVbPRyhY_uht-Hs.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GW/GWRGtlV2tqVfKE1nrepXB4e9VNCXqSrDjxW5JxAcHa0.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GX/GXzR7cuJCtf39GycH4xdLirHJm6mYIw1QfU_GwCeowc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gh/GhM37-QGcwa88RfUqi5h1HSwpLSoqoSEpzz6TbCsKZY.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Hk/HkYdZUPzYQ3Q1Pr6bo_HO5LRP6CLGMSkRBPwFATKUwI.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JI/JIQ-x0_0stzkRnJRs7aLNsqPdSbycEmmQ9n2e8vB6jE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KE/KEXu4mBVQ9tCHVcr5pZZSaz0OlE6_OjQJam8B9azk5c.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OE/OEoP-Ip0lOwjKi1CAOqKtTFjbuXR0xHj2E9vX5EhQ38.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZP/ZPYZUrz8EEO6iXDcj89MiJb-lzG3NdhxTcuN0p416Ng.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/as/asUAsSUA8OS6GBculKKCDhykc7tVlm1dV0jYhFBSgl8.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cS/cSKYgeFmTk99894qWor4qXk49tOyFtR-BRglseffG5Y.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lj/lj1FdyB4qiwguimK3HPW0IcRJMBjBlfa3FQwhWNdNWA.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lo/loOcKfP8WcX11h3XgrCvHAs6HuLyzigd1UNhEmO-Qg0.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mb/mb-pbkvkIFToyFuY-rytXlQbE5rhiZkClbhJbt-eVYU.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/nd/ndEH3n8MArADcLJZ9egl1C48gLKA6bSUCnPj0Nmkh44.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qX/qXsui7_QHuZS7FOheHdZad1hG6UcIDg5QhNMPb36Zkw.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qY/qYSbZAwy_X9lsON4TU2V9QV-2Dk2QuR4cBW-_yheVEE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/tQ/tQmGA3_-Vkn3XJPnxBPOO2YYPk87F8xivfxGUM7gQoM.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vo/voRG1m2OjsNcTw8TEKQK_cSfMIKwh2j9OMUY_lZVRXQ.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/oauth-app/tmp/development_secret.txt +0 -1
- data/sample-apps/oauth-app/tmp/restart.txt +0 -0
- data/sample-apps/rate-limits-redis-sample-app/.env +0 -3
- data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
- data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
- data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
- data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
- data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
- data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
- data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
- data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
- data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
- data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
- data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
- data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
- data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
- data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
- data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
- data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
- data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
- data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
- data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
- data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
- data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
- data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
- data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
- data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
- data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
- data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
- data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
- data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
- data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
- data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
- data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
- data/sample-apps/rate-limits-redis-sample-app/db/development.sqlite3 +0 -0
- data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
- data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
- data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
- data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
- data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
- data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/log/development.log +0 -3655
- data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
- data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
- data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
- data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
- data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
- data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
- data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
- data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/05/05mY0RH3KVXbxi_8QMO2AjTvjFkMrw0sL3eu456WCNM.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0w/0wd4hVd2PGefLT96PSBJ4q_V7YlIlhe8B8M0O8mlu8M.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1I/1I0t1TbMbCjf7qbhb8p3zga0KkU7QjrISNkG8XGY3kY.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/4g/4gjaSdLo486NJil5KpIX27RTk5r1xKJ1wS7HBeE4OSg.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/8u/8u7VsYM4U_AzrtPYjRmgS8TA_lS1QaM1eJBJixYfsIE.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/A8/A84zIr_xRMK7K5wPIfehA7CsPrV84D1mQwOAU_IXZwk.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/AV/AVLIjJPjzfMs7uRBp8uKbFjnBedL6elViGobr0JQhU0.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Js/Js_pTD7eevNKX06DhzyZ3L_n9V-THarTZIJY3oUN9ew.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Mc/MctJBNy0BH03VpWeleQ_f0cZLcGz5-yB45eKztZQb7s.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/QV/QVmS9oZuc0P8BKVODhRtxVvHjhE0ypJOwYOGJGt5CHg.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/S6/S6eKBpl0am5i_K7ToPc_qvqwl985_NTY8-FfnaXKHPI.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qC/qCAP7B4UFgKgffwrkw79bg2f9hbbL9tc4tGIeoaqH8o.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/w1/w1qUIahMwqRv2JYaDZwmKuelFJ5IgHlPcWF-d6M3hrs.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xE/xEooB6YhEh726vxbr3jL-GkBuLrJrxC2nNa_GxuHnXM.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xp/xpDO5giOX5RD31ailSNeTjlcjTktmEMGIujMCrYalWI.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/development_secret.txt +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/restart.txt +0 -0
- data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
- data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
- data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
- data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
- data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
- data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
- data/sample-apps/retry-middleware-sample-app/README.md +0 -33
- data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
- data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
- data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
- data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
- data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
- data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
- data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
- data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
- data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
- data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
- data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
- data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
- data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
- data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
- data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
- data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
- data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
- data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
- data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
- data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
- data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
- data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
- data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
- data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
- data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
- data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
- data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
- data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
- data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
- data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
- data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/package.json +0 -5
- data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
- data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
- data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
- data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
- data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
- data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
- data/sample-apps/search-result-paging-app/.env +0 -4
- data/sample-apps/search-result-paging-app/.env.template +0 -4
- data/sample-apps/search-result-paging-app/.gitignore +0 -35
- data/sample-apps/search-result-paging-app/.rspec +0 -1
- data/sample-apps/search-result-paging-app/.ruby-version +0 -1
- data/sample-apps/search-result-paging-app/Dockerfile +0 -22
- data/sample-apps/search-result-paging-app/Gemfile +0 -35
- data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
- data/sample-apps/search-result-paging-app/README.md +0 -0
- data/sample-apps/search-result-paging-app/Rakefile +0 -6
- data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
- data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
- data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -23
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
- data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
- data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
- data/sample-apps/search-result-paging-app/bin/bundle +0 -3
- data/sample-apps/search-result-paging-app/bin/rails +0 -9
- data/sample-apps/search-result-paging-app/bin/rake +0 -9
- data/sample-apps/search-result-paging-app/bin/setup +0 -36
- data/sample-apps/search-result-paging-app/bin/spring +0 -17
- data/sample-apps/search-result-paging-app/bin/update +0 -31
- data/sample-apps/search-result-paging-app/bin/yarn +0 -11
- data/sample-apps/search-result-paging-app/config/application.rb +0 -19
- data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
- data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
- data/sample-apps/search-result-paging-app/config/database.yml +0 -25
- data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
- data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
- data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
- data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
- data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
- data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
- data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
- data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
- data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
- data/sample-apps/search-result-paging-app/config.ru +0 -5
- data/sample-apps/search-result-paging-app/db/development.sqlite3 +0 -0
- data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
- data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
- data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
- data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
- data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
- data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
- data/sample-apps/search-result-paging-app/log/.keep +0 -0
- data/sample-apps/search-result-paging-app/log/development.log +0 -2187
- data/sample-apps/search-result-paging-app/package.json +0 -5
- data/sample-apps/search-result-paging-app/public/404.html +0 -67
- data/sample-apps/search-result-paging-app/public/422.html +0 -67
- data/sample-apps/search-result-paging-app/public/500.html +0 -66
- data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
- data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
- data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache +0 -3
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -7
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/development_secret.txt +0 -1
- data/sample-apps/search-result-paging-app/tmp/restart.txt +0 -0
- data/sample-apps/trello-integration-app/.env +0 -13
- data/sample-apps/trello-integration-app/.env.template +0 -7
- data/sample-apps/trello-integration-app/.gitignore +0 -35
- data/sample-apps/trello-integration-app/.rspec +0 -1
- data/sample-apps/trello-integration-app/.ruby-version +0 -1
- data/sample-apps/trello-integration-app/Dockerfile +0 -22
- data/sample-apps/trello-integration-app/Gemfile +0 -38
- data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
- data/sample-apps/trello-integration-app/README.md +0 -31
- data/sample-apps/trello-integration-app/Rakefile +0 -6
- data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
- data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
- data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
- data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
- data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
- data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
- data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
- data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
- data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
- data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
- data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
- data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
- data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
- data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
- data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
- data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
- data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
- data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
- data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
- data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
- data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
- data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
- data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
- data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
- data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
- data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
- data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
- data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
- data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
- data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
- data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
- data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
- data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
- data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
- data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
- data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
- data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
- data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
- data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
- data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
- data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
- data/sample-apps/trello-integration-app/bin/bundle +0 -3
- data/sample-apps/trello-integration-app/bin/rails +0 -9
- data/sample-apps/trello-integration-app/bin/rake +0 -9
- data/sample-apps/trello-integration-app/bin/setup +0 -36
- data/sample-apps/trello-integration-app/bin/spring +0 -17
- data/sample-apps/trello-integration-app/bin/update +0 -31
- data/sample-apps/trello-integration-app/bin/yarn +0 -11
- data/sample-apps/trello-integration-app/config/application.rb +0 -20
- data/sample-apps/trello-integration-app/config/boot.rb +0 -3
- data/sample-apps/trello-integration-app/config/cable.yml +0 -10
- data/sample-apps/trello-integration-app/config/database.yml +0 -16
- data/sample-apps/trello-integration-app/config/environment.rb +0 -5
- data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
- data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
- data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
- data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
- data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
- data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
- data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
- data/sample-apps/trello-integration-app/config/puma.rb +0 -34
- data/sample-apps/trello-integration-app/config/routes.rb +0 -29
- data/sample-apps/trello-integration-app/config/spring.rb +0 -6
- data/sample-apps/trello-integration-app/config/storage.yml +0 -34
- data/sample-apps/trello-integration-app/config.ru +0 -5
- data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
- data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
- data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
- data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
- data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
- data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
- data/sample-apps/trello-integration-app/db/schema.rb +0 -52
- data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
- data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
- data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
- data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
- data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
- data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
- data/sample-apps/trello-integration-app/log/.keep +0 -0
- data/sample-apps/trello-integration-app/log/development.log +0 -9458
- data/sample-apps/trello-integration-app/package.json +0 -5
- data/sample-apps/trello-integration-app/public/404.html +0 -67
- data/sample-apps/trello-integration-app/public/422.html +0 -67
- data/sample-apps/trello-integration-app/public/500.html +0 -66
- data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
- data/sample-apps/trello-integration-app/public/robots.txt +0 -1
- data/sample-apps/trello-integration-app/tmp/.keep +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/-5/-5IQLCGeMEVABOZfTtCI7jAP59s3gIKoFcUrPHF6cRg.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1M/1MIa4owWAXM3DE3nn5ZIqs_XEfGXzqflAhza_kXwTDc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1i/1imEhsNCIy2fAJ63nSZG4EwUgtvcghYpmgyo4ZhDR40.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/21/21_uawo73AYegLYSTeDlvwfV9Utx2cadH6AjAtmgCQc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/2l/2lLEp9zP0rNgbSVfE8xQYu1VU3p63BikVHdu_cToP54.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/33/33P8II3n2NSOHCnt4BhkKLa4cH0_vP6GXXXl8ra2b4M.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/3v/3vVkN-vWJvSYJXb_JLZ64MPdM6PagRLJjiVNlTh_vm0.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4d/4d5ws2hCOW840rIPYQ8pjrtDPI1JGIMrPrfGvDFfbTQ.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4t/4tS7Kks-W0kO57E-2syU3eShBn8W1Q9w36P6Fsfcgo0.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4v/4vuJrhXN-pxG6n5IfuNdMz8_FsIYKj-fElSODkrt4AQ.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/6j/6jYDdSmPkIUK3DW0nVlT6Kf3aUDCNL-irPIlCMssNFY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9A/9AOXJU1xKC2LmruUREUliKtZk0ysQGX45jeVklP7ozo.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9E/9EzUvwM2DX5UGOaP8z5v9a0fHEobrbfp3eLZtTLyXt8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/AA/AA5_0J3GyFIY79_KiyFady2ZJJ-o1rDP-bwtevwJVuY.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/BR/BRGFuw7M9XuD-y23pOt1EL_DLcfRImkjQ0yzDyW3bOE.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/C4/C4VsgK-RhAE1XVxk0QLfjhqU_LiJ-qgNPbt8O_x94fM.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Cl/ClI93B7UZ6jGQMdlSf-z2BZkPwo4ZAPc6NQYXF2aCW0.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Da/DaHmw8V0fiWvHA5af1ehm-ZYy1JjXu4PbJb3fAqHIdU.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EM/EMt4g95xPhDuUZK0IoqMVCTpWNYG72BlusUhU3qWa6Q.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Er/ErIP6ktHQNoOJA-K1Km62d62DjG_GGiedMMJrpoBs98.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ev/EvAj2kJ2dwux14VZrEABFg1ojO9rwRZ_7HQWXIQbGMk.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fo/FozpKz0BlJKhxk6Y5ZSFkC2weBkvW7fEfj_TJS2lbcU.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/GK/GKxgqeOG0nQQcSU0Dp7Tky2B5pqg5Xz2Xv-RUIxCiQM.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/IF/IFtTiYvPKpcddKBW6kSbbXSj2nHsT9-0e__M_Q3Ydwc.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/II/IIPvGX0Vm8TVSGGurS7Spr3UKR6qu-5j1LmYNImm_JQ.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/JO/JOFYZ78eHKCOJNksYpp-KNV0_WErea0ucgvqWvxoTWg.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ja/Jawz4NLXjjzxtdy8wxOOx7QhbRhQumkQJmOKMmFZg5A.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/KS/KSuG_K9XWDeRmkg1aki-m-v5NQz_jul3p5rEoxQzygk.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Mu/MuVSyemz8nKlOKCKaZUhD1J703apuKikoqlx0L8l2gw.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/N5/N5zOlD0a_6dV7b8XNEnH_bhrdAz-PcVA2_FH-fesFAw.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/NQ/NQXCo8VzytKS6zmbf2mHRuQ9p1dszxC0M_W5nBdxfnU.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/QU/QUELNS-UKkXy-aHIYE_PavCQ9D7aaPr0zHiS4X-eLBY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/RB/RBXEUm7Ur58juoS_oHSncpm1FQ2_wk6Svtkpnx0UXPk.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S1/S1kQ3eQcvROz0Baua51wj2V769FaA_8OLk3M751zWW8.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S_/S_s8-kaJemyjvXLCG6ElV64FYdfUXVKshCNSzYwwg6k.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/TD/TDBM4lXvTNWSR45QUXjQRRkCXOIAZ4C4GoEn1jpxPfM.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/T_/T_RSgEXy7oMt3ndzJsOS-ebKMgiAe3u-2P8ICTtNzXs.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/V4/V4Ep5i91uzhre0mC674b233pIerWSE9Z8I4ZXE2EUVY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WM/WMV3aHZbU71jzKeF0Zbrh5HCFrPvL1ZVIp0GGYjySrY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WS/WSjW9cPxxweuDoySziMbK44N4uj8GzWYwnjnm7i-LAE.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wg/WgqE1e0njA-qgTJ4VnjoGrRm12ekCA88LG-GQTh7o3Y.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wl/Wls93jnZw9MP1AaTqf_kj7QkI1YjaPge38JN2xc9K-M.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Xu/Xu0XM23ILAuTly3JScuaLm-H4iL4aEfZkrjkid6tKHE.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Yc/YcPGytUuXCB3Iy533hUM2bbaqujcuoGI8bdVbbscn4A.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/_V/_VXOq8NOcWHt8J3hvaz4ZG8AF7u2sNfDdzL6o8vzEYA.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b8/b8dgpzld6JaG-3Pz0ODBXpeDvRo0hMBmDjEx19KJ9ck.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b_/b_MeFQEHG92wmeDGDWl4Mxcd0zcgj3KzgpD-m8-7F5o.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/c4/c4JrhgYKhvoDqMoyvQwF0bvuMjaCmNQh488InFTjGfA.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cF/cFyy2Nd_8i8pDti5ajoouKVOFBUoGwpWyK41rd1aJtg.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ce/ceyLCDG3-DQdZt2OywV1eHFXkhOgUqaUzMQ8yxeHFyo.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cs/csVCFI5Dmlgj2qo-AvtiC2f9_2wBR0SZ8uJ90XWMe48.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dj/djlvnYQpcj6N2uQvct8RK42TAuwW4hwZ-yQ8t8UuTf4.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ec/ec2nqBrb69Fz1aZTRv_WFr81zn-qw1sd5g67JyPmzU8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/fC/fCtxdjXxPx4x7QkxfqIqo-m6jJWx3KfVemtGYAa0bNs.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gI/gIsS03KKKoIhpo_gWbC5doCbOwIb_fxs1tX_D82AMVI.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gd/gdKJ69-j9AYGRIgSaZGzfSFOE3nSfCPI6CtfPHMG6wI.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/hw/hw4QvE0qt0hV7bvN_FsEvv5XOtzCIm4xZi3IDjjdyeA.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/iY/iYpAxlEH4DLiUQ6zfRen_n9yX4J1S2uFaJuX8sYrZ6c.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jV/jVux5l8pQoU-_Llv3BbOW5oabZGnw06SILnpq-46EAI.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jX/jXvGEwHuqSJvARGbVRsMQVI_7-Ij449UyBloEtxA1w8.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/nQ/nQh_KENYOBEW4lwlJeBwuAB3Ze32jmh92VVdhAJrnfU.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oD/oDRVPFLUWIEOHvOyfFue-aNLuU71Vor8ClUEvS9raFE.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oO/oOy0NVcBBQIe557HWqmTdZ92wLicODWfCk_Ls0dBZqc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pt/ptR_wbPnsO710yGC5H6xeZJv12VSCcJ4PDzHGgat9Wc.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/qk/qkmgOnsJcZuyHM4QuJL-TrqoNlfiyhep8KWUFopItLM.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rK/rKNLhg6Vz6-dTlBEKyNqYW_cTUQQMou2h79JNy8OQoE.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/tL/tLfyRwlD0eZ8g6WBM1YaOKujrILNutlRUEoLox3kpuU.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ud/ud0EKIfekOhYeEq51HRWS0b6PbNaf1jw77HtqqbuFPM.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/v5/v59xeeJBoNorMAJRYDIlA0dCKyFjm4xPCy0gT5ohJLw.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wL/wLW8hVhjt49mpyche47kjprMBpzCjUdN70PsDHESd4w.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wn/wnNHayXp8SlmDqVkYO6y-a2V6dqdf6tlklpuBGck0hA.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/x-/x-xnlwr31pcSkiXjUzhgvqIViWBQe8vhSS2kBHEQoZ8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/xi/xiqX6T0sRUIY8wNtp4HQLTfbGBblT4-I-CFSAZFScAY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/y5/y5P7ijIrYw3KoJxyJKHXXiPlB6WePmNVwB_n2CKmB48.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yW/yWmahJm8XA0QAPcA5o1hJ3XPaG6IgMHmS3UF5oSnr9I.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yX/yX9b5ebHE375rOe7dXKt7ownzOgXaQTJS4mB-z80Ns8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yo/yo-3ZSeBhkQ3CKCZfUr_KsQXXXfha4sukV1d7rYFdL8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zC/zCXz6AtijAHttkBPC6wWo3jUWXncLWWWETF3XnceGDY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zU/zU4lVt60UEWFJRhHYJ7o0E9ezVDrhPfb03Q-Ay6Q-jc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zy/zycabP--QQi6NTlFOYosfiJ-qUlAgUBQSOYsjPyBAnY.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/development_secret.txt +0 -1
- data/sample-apps/trello-integration-app/tmp/restart.txt +0 -0
- data/sample-apps/webhooks-contacts-app/.env +0 -9
- data/sample-apps/webhooks-contacts-app/.env.template +0 -4
- data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
- data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
- data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
- data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
- data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
- data/sample-apps/webhooks-contacts-app/README.md +0 -54
- data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
- data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
- data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
- data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
- data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
- data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
- data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
- data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -39
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
- data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
- data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
- data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
- data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
- data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
- data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
- data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
- data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
- data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
- data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
- data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
- data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
- data/sample-apps/webhooks-contacts-app/bin/update +0 -31
- data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
- data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
- data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
- data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
- data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
- data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
- data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
- data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
- data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
- data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
- data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
- data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
- data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
- data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
- data/sample-apps/webhooks-contacts-app/config.ru +0 -5
- data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
- data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
- data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
- data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
- data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
- data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/log/development.log +0 -5020
- data/sample-apps/webhooks-contacts-app/package.json +0 -5
- data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
- data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
- data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
- data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
- data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
- data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/-W/-Wj48K_L16QgDa2lj_1RP-64FqXiv-gf5upPzb3oSNE.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/6c/6cU7c6FWMgwl-Om3Osg4h1c3at-OG0yFh0y8heYbtvI.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7J/7Jm8KMSzbwO4UTr-296E9Rm4q_LO6kcqlWive4RWYgE.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7N/7Np3i2f3VEUT2-Lo5CVwW47vRGB8psXxf3dpHKgP51s.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7_/7_5k-la1uvY7R4MzZZ3WcFbcv4pQ1kulSRQI9hiDVqY.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/8n/8n_oGmL_N3r0NvnpqUrQHuTdB007n_rS9bsQzOgDUsc.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9w/9wC8bbyVbEeodlunFVtc95pkN-cpdO1_xX7huNjswzM.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AR/ARbc5x_ZCy9YvUGc5i6p4SDZIVb2arv4Sw8mPVjey4Q.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AW/AWJKjhsT4ECmHvvfK4i5IhctfbA19wHGHv_EcRfdMX4.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Av/Avkb_ZuBojcBLZBbV4Kt2p7aI-frESfh4tKdIr662vA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/CU/CU09k2FKtEBiskD4DqvCbwkKFej1Y0WWmc0MLgJId0Y.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Cx/Cx3fKp_E39zioceQpjtiEWGuslkrUXZnM5huQaNPyXA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Di/DiefcSekzbYCO_272QXFs0wraAbi33ofijHu3ChyR1M.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EK/EKaLesBc8WBBEZlYFHTQcKhtUODxhbdB128r1ojFozA.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EZ/EZY9LIYVY4ExiS0dGbVpOUO_X8Kw9xoDiVHl7tUqs4s.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ee/Ee-5TJC36vqTabfPXtwlpWwoL4__raeYnO1KhZwdx6U.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HI/HIZuPJW4igaq27COKzM86cTDxNBW7PDyDoBJFNrrSt0.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HW/HWxsST64bGQpGgzMluiUuqYiCjH2-Rep9DnlHhIczto.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/JF/JF6szNDdBz6Egejiu256zUeNEUTuS3HR4bgLD2ZzIhg.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/LI/LIbreHn2pUggz5-AdbYz-bi7LrtYezOesn0aKV691Xk.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/M0/M0uON7F4KwLFzPry4pvoWUPFhBRUzBL1NqmYxU-40Q0.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Nt/NtKs5QMmxOtZKo92abbiYL-CF7URD8bMG8oXB1r62tY.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/QN/QN9yHYrNptig_wJ1Yd24yG8RtIi34f_Yj9tJktazpOA.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Tz/Tzpcmt8IPVGEPzDykPY9Q7_IRrIZQc_tpZz8G7hKaUc.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vc/VcBy-FTgXZJItBq-aM2ChhXz56IdV3fvOSJ4gleypyQ.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vx/VxhAEbEmIOh9JJu5evfXbOAQrVPysHAQtm-w7KfGA-Q.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/W5/W5oLt0tjrqXnREY_Tepi8fLw8ldXF4DwFnRjEs80EJE.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wy/WyZbdvdvm2SBW_vV3g8JoEW99snARNtdrixIGaLr2Ms.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Yk/Yk3OZtfiOfGXCF8Git0IVNaYXHLEOq7cJIY6rDQr5bI.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ys/YsM7zwDniTLZ0SIa2prcP_uXUEsrrsUYKWovfmCzYVk.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/_8/_8nWaaYCINY0zGO8ybFpPSrSZnM6y-N1MZHKS_zasZY.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bP/bPg2_5JojOk4MkqLYyA-pPde_jhvrRZ8YcJB8QESVA0.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bn/bnabMNaSxvQ3UagFpnAE3--3rERmzaDUyi7tjHcgL1Q.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/eQ/eQNe4XyxIOp86hnsIckEdAOAfnQIglxK10f0B6VmF08.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fg/fg1gpLJnT6TIjV9dinI8yzK3tDnkRMsmT-Tjydu3vTA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fu/fuCQbw8B2b6rOoZ3f-5Nf-zuxY5DfoLDddHzKhh4ck4.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/g5/g5US_8q3_3ysmEagGioEqsE0REQeR6SfN8ZWo_lU_SQ.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/h6/h6bq5vMdelb70cFWVBfc1-m9n8hckk9XHERCeM99dUY.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/hc/hcBmw7Axi-BDF4y7xon8QUs1Aq5XI2S2-h5F42xo8rc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/iH/iHLmFSKy-i491t8Cs9Z2KYZRxlB-iIC9yPMwQO7BCOA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/i_/i_nnYtqRvg5s4UVGrAlEA-4gweV9vgjUqBwV2D3S5ic.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/j4/j4eXF4uL1uytqRgfsuxqNQH4cD8lN8nL1a3IAlGG524.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jK/jKtC8duvDDb8D1gvYgamO4AueElXFfbiX9bqRLGzsHc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jL/jLAe-kMe4KlwPG_3GFm8WJWAY7MIdpoHohVzo_5zs_o.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/o2/o2Bj8Kun6Bk-x9ac434RVaZb8629zt5BGM9j1ndoWuM.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pb/pbwnVH8uCbFyEUeTexWFaLoQu8RL8CWgzPSy0RzDrp0.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/rI/rIItq87zl0qRVae__D7Ff80b3sF_txw2maupTPUDvzw.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/sv/svo_HizkIeGbfciflyY22xSsVi2-5CxIfMo7tqyTZ2M.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/uD/uD6wmisg2jQrGvW1gJorzE_ZS7wGIN7edR03ud2ckOs.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/wQ/wQTH--vc5U0SSxsBr_z4_Jgx2nX5HszAe5Va8NbSIPo.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/xX/xX3YOd5QzR6hJc0aQrlPahIEcLMK3U4-jcE94wbyWOc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/development_secret.txt +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/restart.txt +0 -0
- data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
- data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
- data/spec/oauth/api/tokens_api_spec.rb +0 -51
- data/spec/oauth/api_client_spec.rb +0 -226
- data/spec/oauth/configuration_spec.rb +0 -42
- data/spec/oauth/models/access_token_info_response_spec.rb +0 -89
- data/spec/oauth/models/error_detail_spec.rb +0 -53
- data/spec/oauth/models/error_spec.rb +0 -71
- data/spec/oauth/models/json_node_spec.rb +0 -165
- data/spec/oauth/models/refresh_token_info_response_spec.rb +0 -83
- data/spec/oauth/models/refresh_token_spec.rb +0 -59
- data/spec/owners/api/default_api_spec.rb +0 -60
- data/spec/owners/api_client_spec.rb +0 -226
- data/spec/owners/configuration_spec.rb +0 -42
- data/spec/owners/models/collection_response_public_owner_spec.rb +0 -47
- data/spec/owners/models/error_detail_spec.rb +0 -53
- data/spec/owners/models/error_spec.rb +0 -71
- data/spec/owners/models/next_page_spec.rb +0 -47
- data/spec/owners/models/paging_spec.rb +0 -41
- data/spec/owners/models/public_owner_spec.rb +0 -89
- data/spec/owners/models/public_team_spec.rb +0 -57
- data/spec/pipelines/api/pipeline_stages_api_spec.rb +0 -123
- data/spec/pipelines/api/pipelines_api_spec.rb +0 -117
- data/spec/pipelines/api_client_spec.rb +0 -226
- data/spec/pipelines/configuration_spec.rb +0 -42
- data/spec/pipelines/models/collection_response_pipeline_spec.rb +0 -47
- data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
- data/spec/pipelines/models/error_detail_spec.rb +0 -53
- data/spec/pipelines/models/error_spec.rb +0 -71
- data/spec/pipelines/models/next_page_spec.rb +0 -47
- data/spec/pipelines/models/paging_spec.rb +0 -41
- data/spec/pipelines/models/pipeline_input_spec.rb +0 -53
- data/spec/pipelines/models/pipeline_patch_input_spec.rb +0 -53
- data/spec/pipelines/models/pipeline_spec.rb +0 -83
- data/spec/pipelines/models/pipeline_stage_input_spec.rb +0 -53
- data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
- data/spec/pipelines/models/pipeline_stage_spec.rb +0 -83
- data/spec/properties/api/batch_api_spec.rb +0 -74
- data/spec/properties/api/core_api_spec.rb +0 -102
- data/spec/properties/api/groups_api_spec.rb +0 -100
- data/spec/properties/api_client_spec.rb +0 -226
- data/spec/properties/configuration_spec.rb +0 -42
- data/spec/properties/models/batch_input_property_create_spec.rb +0 -41
- data/spec/properties/models/batch_input_property_name_spec.rb +0 -41
- data/spec/properties/models/batch_read_input_property_name_spec.rb +0 -47
- data/spec/properties/models/batch_response_property_spec.rb +0 -81
- data/spec/properties/models/collection_response_property_group_spec.rb +0 -47
- data/spec/properties/models/collection_response_property_spec.rb +0 -47
- data/spec/properties/models/error_detail_spec.rb +0 -65
- data/spec/properties/models/error_spec.rb +0 -71
- data/spec/properties/models/next_page_spec.rb +0 -47
- data/spec/properties/models/option_input_spec.rb +0 -65
- data/spec/properties/models/option_spec.rb +0 -65
- data/spec/properties/models/paging_spec.rb +0 -41
- data/spec/properties/models/property_create_spec.rb +0 -103
- data/spec/properties/models/property_group_create_spec.rb +0 -53
- data/spec/properties/models/property_group_spec.rb +0 -59
- data/spec/properties/models/property_group_update_spec.rb +0 -47
- data/spec/properties/models/property_modification_metadata_spec.rb +0 -59
- data/spec/properties/models/property_name_spec.rb +0 -41
- data/spec/properties/models/property_spec.rb +0 -177
- data/spec/properties/models/property_update_spec.rb +0 -91
@@ -1,2187 +0,0 @@
|
|
1
|
-
Started GET "/" for ::1 at 2020-04-23 17:16:48 +0300
|
2
|
-
Processing by ContactsController#index as HTML
|
3
|
-
Rendering contacts/index.html.erb within layouts/application
|
4
|
-
Rendered contacts/index.html.erb within layouts/application (2.6ms)
|
5
|
-
Rendered shared/_header.html.erb (0.3ms)
|
6
|
-
Completed 200 OK in 353ms (Views: 349.6ms | ActiveRecord: 0.0ms)
|
7
|
-
|
8
|
-
|
9
|
-
Started GET "/" for ::1 at 2020-04-29 12:42:37 +0300
|
10
|
-
Processing by ContactsController#index as HTML
|
11
|
-
Rendering contacts/index.html.erb within layouts/application
|
12
|
-
Rendered contacts/index.html.erb within layouts/application (3.5ms)
|
13
|
-
Rendered shared/_header.html.erb (0.5ms)
|
14
|
-
Completed 200 OK in 244ms (Views: 242.8ms | ActiveRecord: 0.0ms)
|
15
|
-
|
16
|
-
|
17
|
-
Started GET "/" for ::1 at 2020-04-29 12:43:07 +0300
|
18
|
-
Processing by ContactsController#index as HTML
|
19
|
-
Rendering contacts/index.html.erb within layouts/application
|
20
|
-
Rendered contacts/index.html.erb within layouts/application (23.1ms)
|
21
|
-
Completed 500 Internal Server Error in 740ms (ActiveRecord: 0.0ms)
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
ActionView::Template::Error (undefined method `each' for nil:NilClass):
|
26
|
-
36: </tr>
|
27
|
-
37: </thead>
|
28
|
-
38: <tbody>
|
29
|
-
39: <% @contacts.each do |contact| %>
|
30
|
-
40: <tr class="contact">
|
31
|
-
41: <td>
|
32
|
-
42: <a href="/contacts/<%= contact.id %>">
|
33
|
-
|
34
|
-
app/views/contacts/index.html.erb:39:in `_app_views_contacts_index_html_erb__4535125083818244246_69928752537200'
|
35
|
-
Started GET "/" for ::1 at 2020-04-29 12:43:22 +0300
|
36
|
-
Processing by ContactsController#index as HTML
|
37
|
-
Rendering contacts/index.html.erb within layouts/application
|
38
|
-
Rendered contacts/index.html.erb within layouts/application (29.4ms)
|
39
|
-
Rendered shared/_header.html.erb (0.2ms)
|
40
|
-
Completed 200 OK in 1595ms (Views: 315.7ms | ActiveRecord: 0.0ms)
|
41
|
-
|
42
|
-
|
43
|
-
Started GET "/" for ::1 at 2020-04-29 12:43:59 +0300
|
44
|
-
Processing by ContactsController#index as HTML
|
45
|
-
Rendering contacts/index.html.erb within layouts/application
|
46
|
-
Rendered contacts/index.html.erb within layouts/application (65.7ms)
|
47
|
-
Rendered shared/_header.html.erb (0.7ms)
|
48
|
-
Completed 200 OK in 1370ms (Views: 85.0ms | ActiveRecord: 0.0ms)
|
49
|
-
|
50
|
-
|
51
|
-
Started GET "/" for ::1 at 2020-04-29 12:44:13 +0300
|
52
|
-
Processing by ContactsController#index as HTML
|
53
|
-
Rendering contacts/index.html.erb within layouts/application
|
54
|
-
Rendered contacts/index.html.erb within layouts/application (29.9ms)
|
55
|
-
Rendered shared/_header.html.erb (0.8ms)
|
56
|
-
Completed 200 OK in 1066ms (Views: 45.0ms | ActiveRecord: 0.0ms)
|
57
|
-
|
58
|
-
|
59
|
-
Started GET "/" for ::1 at 2020-04-29 12:45:07 +0300
|
60
|
-
Processing by ContactsController#index as HTML
|
61
|
-
Rendering contacts/index.html.erb within layouts/application
|
62
|
-
Rendered contacts/index.html.erb within layouts/application (34.8ms)
|
63
|
-
Rendered shared/_header.html.erb (0.3ms)
|
64
|
-
Completed 200 OK in 1463ms (Views: 328.4ms | ActiveRecord: 0.0ms)
|
65
|
-
|
66
|
-
|
67
|
-
Started GET "/" for ::1 at 2020-04-29 12:57:59 +0300
|
68
|
-
Processing by ContactsController#index as HTML
|
69
|
-
Rendering contacts/index.html.erb within layouts/application
|
70
|
-
Rendered contacts/index.html.erb within layouts/application (50.1ms)
|
71
|
-
Rendered shared/_header.html.erb (0.4ms)
|
72
|
-
Completed 200 OK in 1046ms (Views: 95.7ms | ActiveRecord: 0.0ms)
|
73
|
-
|
74
|
-
|
75
|
-
Started GET "/" for ::1 at 2020-04-29 13:17:20 +0300
|
76
|
-
Processing by ContactsController#index as HTML
|
77
|
-
Rendering contacts/index.html.erb within layouts/application
|
78
|
-
Rendered contacts/index.html.erb within layouts/application (65.9ms)
|
79
|
-
Rendered shared/_header.html.erb (0.3ms)
|
80
|
-
Completed 200 OK in 1232ms (Views: 83.2ms | ActiveRecord: 0.0ms)
|
81
|
-
|
82
|
-
|
83
|
-
Started GET "/" for ::1 at 2020-04-29 13:17:43 +0300
|
84
|
-
Processing by ContactsController#index as HTML
|
85
|
-
Completed 500 Internal Server Error in 372ms (ActiveRecord: 0.0ms)
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
90
|
-
HTTP status code: 400
|
91
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:17:43 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d29e39ec6b5637b17ff308a53296af88f1588155463; expires=Fri, 29-May-20 10:17:43 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B7A31C80F973A1BE367788C351DE5386B01CDE6929FB36026E7C38A0A01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249998", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b8465fda64ffc4-WAW", "cf-request-id"=>"02670a4fe90000ffc46f098200000001"}
|
92
|
-
Response body: {"status":"error","message":"Unable to process JSON","correlationId":"7fa4fccd-10cc-41aa-80d7-996320f8b6e9","requestId":"58346630-2886-4215-b239-11d39299a06e"}):
|
93
|
-
|
94
|
-
app/controllers/contacts_controller.rb:12:in `index'
|
95
|
-
Started GET "/" for ::1 at 2020-04-29 13:18:52 +0300
|
96
|
-
Processing by ContactsController#index as HTML
|
97
|
-
Completed 500 Internal Server Error in 342ms (ActiveRecord: 0.0ms)
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
102
|
-
HTTP status code: 400
|
103
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:18:52 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d150db31a5c120874d9f553e10c814c241588155532; expires=Fri, 29-May-20 10:18:52 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B8A0799E404AA39F1C67A92E5320FFFA72CB4522533D3F9E10AB1712301", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249997", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b8480d7b88f298-WAW", "cf-request-id"=>"02670b5c6f0000f29864354200000001"}
|
104
|
-
Response body: {"status":"error","message":"Unable to process JSON","correlationId":"31ea9aa3-d054-4fc1-b28d-fece19b44f69","requestId":"c69bff0e-af94-4a23-9aef-ddad325f6300"}):
|
105
|
-
|
106
|
-
app/controllers/contacts_controller.rb:12:in `index'
|
107
|
-
Started GET "/" for ::1 at 2020-04-29 13:19:37 +0300
|
108
|
-
Processing by ContactsController#index as HTML
|
109
|
-
Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
NameError (uninitialized constant ContactsController::True):
|
114
|
-
|
115
|
-
app/controllers/contacts_controller.rb:15:in `index'
|
116
|
-
Started GET "/" for ::1 at 2020-04-29 13:19:51 +0300
|
117
|
-
Processing by ContactsController#index as HTML
|
118
|
-
Completed 500 Internal Server Error in 502ms (ActiveRecord: 0.0ms)
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
123
|
-
HTTP status code: 400
|
124
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:19:51 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d6dce67fb7f930264a3ccda23a3e518e91588155591; expires=Fri, 29-May-20 10:19:51 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BAA18278BE0FA4025F98E900E8C560807E228731C4F04CA25249C55AA01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249996", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b8497f2ad4cca7-WAW", "cf-request-id"=>"02670c437d0000cca7cfbef200000001"}
|
125
|
-
Response body: {"status":"error","message":"Unable to process JSON","correlationId":"c6b6453c-10ec-4828-8dfa-e315e810a3f9","requestId":"5ebe7f0e-666d-4d44-b535-fabbc1beadba"}):
|
126
|
-
|
127
|
-
app/controllers/contacts_controller.rb:34:in `index'
|
128
|
-
Started GET "/" for ::1 at 2020-04-29 13:20:25 +0300
|
129
|
-
Processing by ContactsController#index as HTML
|
130
|
-
Completed 500 Internal Server Error in 54424ms (ActiveRecord: 0.0ms)
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
135
|
-
HTTP status code: 400
|
136
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:21:19 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dfd3bbedc3433c7b27859a4ded536ef8c1588155679; expires=Fri, 29-May-20 10:21:19 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BDFCA77F3F1FE4A6ECA5C0F852AE765A4732FBB0D5AEDD61785253F1E01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249995", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b84ba4daa4cc93-WAW", "cf-request-id"=>"02670d9b040000cc93aab62200000001"}
|
137
|
-
Response body: {"status":"error","message":"Unable to process JSON","correlationId":"448e7357-6129-4bfd-adb2-3a812ba11aac","requestId":"d0a0a89d-fbfd-48a9-9322-1e940aa6b08c"}):
|
138
|
-
|
139
|
-
app/controllers/contacts_controller.rb:35:in `index'
|
140
|
-
Started GET "/" for ::1 at 2020-04-29 13:21:49 +0300
|
141
|
-
Processing by ContactsController#index as HTML
|
142
|
-
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
TypeError (no implicit conversion of Hash into String):
|
147
|
-
|
148
|
-
app/controllers/contacts_controller.rb:35:in `index'
|
149
|
-
Started GET "/" for ::1 at 2020-04-29 13:22:08 +0300
|
150
|
-
Processing by ContactsController#index as HTML
|
151
|
-
Completed 500 Internal Server Error in 344ms (ActiveRecord: 0.0ms)
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
156
|
-
HTTP status code: 500
|
157
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:22:08 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"151", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d9bac3eebc9da86793f7901c47effded01588155728; expires=Fri, 29-May-20 10:22:08 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B240D5B54037EBC450A8ABDC411006801E7CD42387E12D85AFE10DF6701", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249994", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b84cd7ceacf2c0-WAW", "cf-request-id"=>"02670e5ada0000f2c0578a8200000001"}
|
158
|
-
Response body: {"status":"error","message":"internal error","correlationId":"5f244408-9b7e-45cb-9315-5c926fcb4536","requestId":"8998e869-1ed7-44ab-9836-cc84c128d3de"}):
|
159
|
-
|
160
|
-
app/controllers/contacts_controller.rb:34:in `index'
|
161
|
-
Started GET "/" for ::1 at 2020-04-29 13:42:43 +0300
|
162
|
-
Processing by ContactsController#index as HTML
|
163
|
-
Completed 500 Internal Server Error in 494ms (ActiveRecord: 0.0ms)
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
168
|
-
HTTP status code: 400
|
169
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:42:43 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"212", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d8038e11d09e6afc9976cb5ba8fd6c30d1588156963; expires=Fri, 29-May-20 10:42:43 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BDE5F2F090162F67954C47F2E1AD6025F520A8CE6D220288A2787295A01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249993", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b86afdee34f290-WAW", "cf-request-id"=>"02672132ad0000f29038b8d200000001"}
|
170
|
-
Response body: {"status":"error","message":"Import cannot be processed without file data!","correlationId":"3fba0112-87d3-4ec7-95f6-ea95d8b49ae7","category":"VALIDATION_ERROR","requestId":"025f41cb-c605-4582-906c-1488469fe4b1"}):
|
171
|
-
|
172
|
-
app/controllers/contacts_controller.rb:34:in `index'
|
173
|
-
Started GET "/" for ::1 at 2020-04-29 13:43:11 +0300
|
174
|
-
Processing by ContactsController#index as HTML
|
175
|
-
Completed 500 Internal Server Error in 243ms (ActiveRecord: 0.0ms)
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
180
|
-
HTTP status code: 500
|
181
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:43:12 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"151", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=ddb4071dbd30ba107e2a6f99cf4f490591588156991; expires=Fri, 29-May-20 10:43:11 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B3AD34F5351A8F30192593B6B18963E426D78393C10235AF14E6657B901", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249992", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b86baf3c34f29c-WAW", "cf-request-id"=>"026721a1800000f29c01a65200000001"}
|
182
|
-
Response body: {"status":"error","message":"internal error","correlationId":"9f51c444-fe9d-4bd6-8bfa-649796d3ee68","requestId":"7518347a-2fdf-4a7a-a6f8-34267e6a9a4e"}):
|
183
|
-
|
184
|
-
app/controllers/contacts_controller.rb:34:in `index'
|
185
|
-
Started GET "/" for ::1 at 2020-04-29 13:44:46 +0300
|
186
|
-
Processing by ContactsController#index as HTML
|
187
|
-
Completed 500 Internal Server Error in 2435785ms (ActiveRecord: 0.0ms)
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
|
192
|
-
HTTP status code: 500
|
193
|
-
Response headers: {"date"=>"Wed, 29 Apr 2020 10:44:47 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"151", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dd8294e993ee1090fd7a40ce16527dc011588157086; expires=Fri, 29-May-20 10:44:46 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B424D6BD62A16E995463D8E518E3B2CF629F3AE44E78C4A2B66CE72CA01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249991", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b86e00acccf2c4-WAW", "cf-request-id"=>"026723146d0000f2c44d944200000001"}
|
194
|
-
Response body: {"status":"error","message":"internal error","correlationId":"90d0681c-ebb4-45f7-a87f-d93f4543d942","requestId":"8a907875-6721-47fd-8191-c24990576c8e"}):
|
195
|
-
|
196
|
-
app/controllers/contacts_controller.rb:34:in `index'
|
197
|
-
Started GET "/" for ::1 at 2020-06-03 20:47:16 +0300
|
198
|
-
|
199
|
-
AbstractController::ActionNotFound (The action 'index' could not be found for ContactsController):
|
200
|
-
|
201
|
-
actionpack (5.2.3) lib/abstract_controller/base.rb:129:in `process'
|
202
|
-
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
203
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
204
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
205
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
206
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
207
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
208
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
209
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
210
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
211
|
-
rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
|
212
|
-
rack (2.2.2) lib/rack/etag.rb:27:in `call'
|
213
|
-
rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
|
214
|
-
rack (2.2.2) lib/rack/head.rb:12:in `call'
|
215
|
-
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
216
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
|
217
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
|
218
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
219
|
-
activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
|
220
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
221
|
-
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
222
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
223
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
224
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
225
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
226
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
227
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
228
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
229
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
230
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
231
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
232
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
233
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
234
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
235
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
236
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
237
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
238
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
239
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
240
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
241
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
242
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
243
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
244
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
245
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
246
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
247
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
248
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
249
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
250
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
251
|
-
Started GET "/" for ::1 at 2020-06-03 20:48:13 +0300
|
252
|
-
|
253
|
-
LoadError (Unable to autoload constant HomeController, expected /home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/controllers/home_controller.rb to define it):
|
254
|
-
|
255
|
-
activesupport (5.2.3) lib/active_support/dependencies.rb:511:in `load_missing_constant'
|
256
|
-
activesupport (5.2.3) lib/active_support/dependencies.rb:195:in `const_missing'
|
257
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `const_get'
|
258
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `block in constantize'
|
259
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `each'
|
260
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `inject'
|
261
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `constantize'
|
262
|
-
activesupport (5.2.3) lib/active_support/dependencies.rb:582:in `get'
|
263
|
-
activesupport (5.2.3) lib/active_support/dependencies.rb:613:in `constantize'
|
264
|
-
actionpack (5.2.3) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
|
265
|
-
actionpack (5.2.3) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?'
|
266
|
-
actionpack (5.2.3) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding'
|
267
|
-
actionpack (5.2.3) lib/action_dispatch/http/parameters.rb:69:in `path_parameters='
|
268
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
269
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
270
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
271
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
272
|
-
rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
|
273
|
-
rack (2.2.2) lib/rack/etag.rb:27:in `call'
|
274
|
-
rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
|
275
|
-
rack (2.2.2) lib/rack/head.rb:12:in `call'
|
276
|
-
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
277
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
|
278
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
|
279
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
280
|
-
activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
|
281
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
282
|
-
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
283
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
284
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
285
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
286
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
287
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
288
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
289
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
290
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
291
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
292
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
293
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
294
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
295
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
296
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
297
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
298
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
299
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
300
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
301
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
302
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
303
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
304
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
305
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
306
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
307
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
308
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
309
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
310
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
311
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
312
|
-
Started GET "/" for ::1 at 2020-06-03 20:48:33 +0300
|
313
|
-
Processing by HomeController#index as HTML
|
314
|
-
Completed 500 Internal Server Error in 374ms (ActiveRecord: 0.0ms)
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
Hubspot::OAuth::ApiError (Error message: the server returns an error
|
319
|
-
HTTP status code: 400
|
320
|
-
Response headers: {"date"=>"Wed, 03 Jun 2020 17:48:33 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=de1da59b260e3dfe2222b5319d12371031591206513; expires=Fri, 03-Jul-20 17:48:33 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BF131BA52655B9E209B008C166D4C8C29711CDEBF000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce5a2560000cca3af907200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db3ee3b8a1cca3-WAW"}
|
321
|
-
Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"3dccdeb7-55e5-42b4-a019-149b31cd3107"}):
|
322
|
-
|
323
|
-
app/lib/services/authorization/tokens/refresh.rb:19:in `refresh_tokens'
|
324
|
-
app/lib/services/authorization/tokens/refresh.rb:11:in `call'
|
325
|
-
app/controllers/home_controller.rb:12:in `authorize'
|
326
|
-
Started GET "/" for ::1 at 2020-06-03 20:48:52 +0300
|
327
|
-
Processing by HomeController#index as HTML
|
328
|
-
Completed 500 Internal Server Error in 592ms (ActiveRecord: 0.0ms)
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
Hubspot::OAuth::ApiError (Error message: the server returns an error
|
333
|
-
HTTP status code: 400
|
334
|
-
Response headers: {"date"=>"Wed, 03 Jun 2020 17:48:53 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d39c98e7c3e448f5bdd0a19621a63e8c41591206532; expires=Fri, 03-Jul-20 17:48:52 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BA1852066B00D288E94112D6AB4445C8043742E74000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce5ef430000f2d895b5c200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db3f5ed934f2d8-WAW"}
|
335
|
-
Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"1ed0773a-2fb3-4699-9146-6e40090e6952"}):
|
336
|
-
|
337
|
-
app/lib/services/authorization/tokens/refresh.rb:19:in `refresh_tokens'
|
338
|
-
app/lib/services/authorization/tokens/refresh.rb:11:in `call'
|
339
|
-
app/controllers/home_controller.rb:12:in `authorize'
|
340
|
-
Started GET "/" for ::1 at 2020-06-03 20:52:03 +0300
|
341
|
-
Processing by HomeController#index as HTML
|
342
|
-
Completed 500 Internal Server Error in 688ms (ActiveRecord: 0.0ms)
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
Hubspot::OAuth::ApiError (Error message: the server returns an error
|
347
|
-
HTTP status code: 400
|
348
|
-
Response headers: {"date"=>"Wed, 03 Jun 2020 17:52:04 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dab8906cf2266c6f3c648a397d3cecc5b1591206724; expires=Fri, 03-Jul-20 17:52:04 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B46F47F88A3EA547C693898FD4096277CB4FDA889000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce8d9cc0000f29cdd134200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db44094a65f29c-WAW"}
|
349
|
-
Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"5710b42b-f090-4252-8afb-c3e15be9d1a8"}):
|
350
|
-
|
351
|
-
app/lib/services/hubspot/authorization/tokens/refresh.rb:20:in `refresh_tokens'
|
352
|
-
app/lib/services/hubspot/authorization/tokens/refresh.rb:12:in `call'
|
353
|
-
app/controllers/home_controller.rb:12:in `authorize'
|
354
|
-
Started GET "/" for ::1 at 2020-06-03 20:52:14 +0300
|
355
|
-
Processing by HomeController#index as HTML
|
356
|
-
Completed 500 Internal Server Error in 278ms (ActiveRecord: 0.0ms)
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
Hubspot::OAuth::ApiError (Error message: the server returns an error
|
361
|
-
HTTP status code: 400
|
362
|
-
Response headers: {"date"=>"Wed, 03 Jun 2020 17:52:14 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d0b90282e7b5dd376fe3343b050274b861591206734; expires=Fri, 03-Jul-20 17:52:14 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BB721EA2E074AD3D97B3E3D36CCCBCAD1CFFA5A0A000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce9038d0000ffc89589a200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db444c1d67ffc8-WAW"}
|
363
|
-
Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"aa6ed3bf-6a0b-4222-a000-6d0a3eba8ef8"}):
|
364
|
-
|
365
|
-
app/lib/services/hubspot/authorization/tokens/refresh.rb:20:in `refresh_tokens'
|
366
|
-
app/lib/services/hubspot/authorization/tokens/refresh.rb:12:in `call'
|
367
|
-
app/controllers/home_controller.rb:12:in `authorize'
|
368
|
-
Started GET "/" for ::1 at 2020-06-03 20:52:21 +0300
|
369
|
-
Processing by HomeController#index as HTML
|
370
|
-
Redirected to http://localhost:3000/login
|
371
|
-
Filter chain halted as :authorize rendered or redirected
|
372
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
373
|
-
|
374
|
-
|
375
|
-
Started GET "/login" for ::1 at 2020-06-03 20:52:21 +0300
|
376
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
377
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
378
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.9ms)
|
379
|
-
Rendered shared/_header.html.erb (0.4ms)
|
380
|
-
Completed 200 OK in 146ms (Views: 145.0ms | ActiveRecord: 0.0ms)
|
381
|
-
|
382
|
-
|
383
|
-
Started GET "/login" for ::1 at 2020-06-03 20:52:39 +0300
|
384
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
385
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
386
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (2.0ms)
|
387
|
-
Rendered shared/_header.html.erb (0.6ms)
|
388
|
-
Completed 200 OK in 47ms (Views: 44.1ms | ActiveRecord: 0.0ms)
|
389
|
-
|
390
|
-
|
391
|
-
Started GET "/login" for ::1 at 2020-06-03 20:52:42 +0300
|
392
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
393
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
394
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (1.5ms)
|
395
|
-
Rendered shared/_header.html.erb (0.5ms)
|
396
|
-
Completed 200 OK in 54ms (Views: 52.1ms | ActiveRecord: 0.0ms)
|
397
|
-
|
398
|
-
|
399
|
-
Started GET "/oauth" for ::1 at 2020-06-03 20:52:44 +0300
|
400
|
-
Processing by Oauth::AuthorizationController#authorize as HTML
|
401
|
-
Redirected to https://app.hubspot.com/oauth/authorize?client_id=967ad59f-41cd-44c2-8384-3806f9435151&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts&
|
402
|
-
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
403
|
-
|
404
|
-
|
405
|
-
Started GET "/oauth/callback?code=9032a514-04e3-43c5-9586-061088384a28" for ::1 at 2020-06-03 20:52:49 +0300
|
406
|
-
Processing by Oauth::AuthorizationController#callback as HTML
|
407
|
-
Parameters: {"code"=>"9032a514-04e3-43c5-9586-061088384a28"}
|
408
|
-
Completed 500 Internal Server Error in 253ms (ActiveRecord: 0.0ms)
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
NameError (uninitialized constant Services::Hubspot::Authorization::AuthorizeHubspot):
|
413
|
-
|
414
|
-
app/controllers/oauth/authorization_controller.rb:13:in `callback'
|
415
|
-
Started GET "/oauth/callback?code=9032a514-04e3-43c5-9586-061088384a28" for ::1 at 2020-06-03 20:53:27 +0300
|
416
|
-
Processing by Oauth::AuthorizationController#callback as HTML
|
417
|
-
Parameters: {"code"=>"9032a514-04e3-43c5-9586-061088384a28"}
|
418
|
-
Completed 500 Internal Server Error in 273ms (ActiveRecord: 0.0ms)
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
Hubspot::OAuth::ApiError (Error message: the server returns an error
|
423
|
-
HTTP status code: 400
|
424
|
-
Response headers: {"date"=>"Wed, 03 Jun 2020 17:53:27 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"122", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d9c523ef2834f698dc95e072b19ddb9e31591206807; expires=Fri, 03-Jul-20 17:53:27 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BADDBFA6437220B99BAD544D1EF84BC33745703BA000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031cea20090000f2b060831200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db46134940f2b0-WAW"}
|
425
|
-
Response body: {"status":"BAD_AUTH_CODE","message":"missing or unknown auth code","correlationId":"b58b4ae0-5e70-4cfd-a192-dcac309e510d"}):
|
426
|
-
|
427
|
-
app/lib/services/hubspot/authorization/tokens/generate.rb:13:in `call'
|
428
|
-
app/controllers/oauth/authorization_controller.rb:12:in `callback'
|
429
|
-
Started GET "/" for ::1 at 2020-06-03 20:53:33 +0300
|
430
|
-
Processing by HomeController#index as HTML
|
431
|
-
Redirected to http://localhost:3000/login
|
432
|
-
Filter chain halted as :authorize rendered or redirected
|
433
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
434
|
-
|
435
|
-
|
436
|
-
Started GET "/login" for ::1 at 2020-06-03 20:53:33 +0300
|
437
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
438
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
439
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.5ms)
|
440
|
-
Rendered shared/_header.html.erb (0.4ms)
|
441
|
-
Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
|
442
|
-
|
443
|
-
|
444
|
-
Started GET "/oauth" for ::1 at 2020-06-03 20:53:34 +0300
|
445
|
-
Processing by Oauth::AuthorizationController#authorize as HTML
|
446
|
-
Redirected to https://app.hubspot.com/oauth/authorize?client_id=967ad59f-41cd-44c2-8384-3806f9435151&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts&
|
447
|
-
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
448
|
-
|
449
|
-
|
450
|
-
Started GET "/oauth/callback?code=cbc7ebbc-7692-4f20-a6f3-c639d78e6181" for ::1 at 2020-06-03 20:53:39 +0300
|
451
|
-
Processing by Oauth::AuthorizationController#callback as HTML
|
452
|
-
Parameters: {"code"=>"cbc7ebbc-7692-4f20-a6f3-c639d78e6181"}
|
453
|
-
Redirected to http://localhost:3000/
|
454
|
-
Completed 302 Found in 869ms (ActiveRecord: 0.0ms)
|
455
|
-
|
456
|
-
|
457
|
-
Started GET "/" for ::1 at 2020-06-03 20:53:40 +0300
|
458
|
-
Processing by HomeController#index as HTML
|
459
|
-
Completed 406 Not Acceptable in 37ms (ActiveRecord: 0.0ms)
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
ActionController::UnknownFormat (HomeController#index is missing a template for this request format and variant.
|
464
|
-
|
465
|
-
request.formats: ["text/html"]
|
466
|
-
request.variant: []
|
467
|
-
|
468
|
-
NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.):
|
469
|
-
|
470
|
-
actionpack (5.2.3) lib/action_controller/metal/implicit_render.rb:55:in `default_render'
|
471
|
-
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
|
472
|
-
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
|
473
|
-
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
474
|
-
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
475
|
-
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
476
|
-
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
477
|
-
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
478
|
-
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
479
|
-
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
480
|
-
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
481
|
-
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
482
|
-
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
483
|
-
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
484
|
-
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
485
|
-
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
486
|
-
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
487
|
-
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
488
|
-
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
489
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
490
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
491
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
492
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
493
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
494
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
495
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
496
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
497
|
-
rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
|
498
|
-
rack (2.2.2) lib/rack/etag.rb:27:in `call'
|
499
|
-
rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
|
500
|
-
rack (2.2.2) lib/rack/head.rb:12:in `call'
|
501
|
-
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
502
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
|
503
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
|
504
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
505
|
-
activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
|
506
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
507
|
-
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
508
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
509
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
510
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
511
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
512
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
513
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
514
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
515
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
516
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
517
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
518
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
519
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
520
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
521
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
522
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
523
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
524
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
525
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
526
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
527
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
528
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
529
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
530
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
531
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
532
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
533
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
534
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
535
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
536
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
537
|
-
Started GET "/" for ::1 at 2020-06-03 20:54:26 +0300
|
538
|
-
Processing by ContactsController#search as HTML
|
539
|
-
Completed 500 Internal Server Error in 270ms (ActiveRecord: 0.0ms)
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
Hubspot::Crm::Contacts::ApiError (Error message: the server returns an error
|
544
|
-
HTTP status code: 400
|
545
|
-
Response headers: {"date"=>"Wed, 03 Jun 2020 17:54:26 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"253", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dfc8d8dc18a171901ff0e2d5622e475f91591206866; expires=Fri, 03-Jul-20 17:54:26 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B80895FB653BC7980DBA56E7FECBB6AAF50CB6892000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ceb060a0000f290b4921200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db47834feaf290-WAW"}
|
546
|
-
Response body: {"status":"error","message":"Invalid input JSON on line 1, column 69: Cannot construct instance of `com.hubspot.inbounddb.publicobject.core.v3.search.Filter`, problem: operator EQ requires a value","correlationId":"ffc2954f-50c8-4321-aac9-d970e2358732"}):
|
547
|
-
|
548
|
-
app/lib/services/hubspot/contacts/search.rb:11:in `call'
|
549
|
-
app/controllers/contacts_controller.rb:6:in `search'
|
550
|
-
Started GET "/" for ::1 at 2020-06-03 20:55:42 +0300
|
551
|
-
|
552
|
-
AbstractController::ActionNotFound (The action 'search' could not be found for ContactsController):
|
553
|
-
|
554
|
-
actionpack (5.2.3) lib/abstract_controller/base.rb:129:in `process'
|
555
|
-
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
556
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
557
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
558
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
559
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
560
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
561
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
562
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
563
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
564
|
-
rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
|
565
|
-
rack (2.2.2) lib/rack/etag.rb:27:in `call'
|
566
|
-
rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
|
567
|
-
rack (2.2.2) lib/rack/head.rb:12:in `call'
|
568
|
-
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
569
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
|
570
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
|
571
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
572
|
-
activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
|
573
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
574
|
-
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
575
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
576
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
577
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
578
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
579
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
580
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
581
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
582
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
583
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
584
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
585
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
586
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
587
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
588
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
589
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
590
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
591
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
592
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
593
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
594
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
595
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
596
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
597
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
598
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
599
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
600
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
601
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
602
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
603
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
604
|
-
Started GET "/" for ::1 at 2020-06-03 20:55:48 +0300
|
605
|
-
|
606
|
-
AbstractController::ActionNotFound (The action 'search' could not be found for ContactsController):
|
607
|
-
|
608
|
-
actionpack (5.2.3) lib/abstract_controller/base.rb:129:in `process'
|
609
|
-
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
610
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
611
|
-
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
612
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
613
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
614
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
615
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
616
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
617
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
618
|
-
rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
|
619
|
-
rack (2.2.2) lib/rack/etag.rb:27:in `call'
|
620
|
-
rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
|
621
|
-
rack (2.2.2) lib/rack/head.rb:12:in `call'
|
622
|
-
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
623
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
|
624
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
|
625
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
626
|
-
activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
|
627
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
628
|
-
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
629
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
630
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
631
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
632
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
633
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
634
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
635
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
636
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
637
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
638
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
639
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
640
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
641
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
642
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
643
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
644
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
645
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
646
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
647
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
648
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
649
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
650
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
651
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
652
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
653
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
654
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
655
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
656
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
657
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
658
|
-
Started GET "/" for ::1 at 2020-06-03 20:56:17 +0300
|
659
|
-
Processing by ContactsController#index as HTML
|
660
|
-
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
NameError (uninitialized constant Services::Hubspot::Contacts::GetPage):
|
665
|
-
|
666
|
-
app/controllers/contacts_controller.rb:11:in `index'
|
667
|
-
Started GET "/" for ::1 at 2020-06-03 20:56:49 +0300
|
668
|
-
Processing by ContactsController#index as HTML
|
669
|
-
Rendering contacts/index.html.erb within layouts/application
|
670
|
-
Rendered contacts/index.html.erb within layouts/application (278.5ms)
|
671
|
-
Completed 500 Internal Server Error in 1310ms (ActiveRecord: 0.0ms)
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
ActionView::Template::Error (undefined local variable or method `new_contact_path' for #<#<Class:0x00007f71a48b5f98>:0x00007f71a48c47f0>):
|
676
|
-
10: <p>Export to CSV</p>
|
677
|
-
11: <p># app/lib/services/hubspot/contacts/export.rb</p>
|
678
|
-
12: </pre>
|
679
|
-
13: <%= link_to('New Contact', new_contact_path, class: 'button', id: 'new-contact') %>
|
680
|
-
14: <%= link_to('Export To CSV', export_contacts_path(format: :csv), class: 'button', id: 'export') %>
|
681
|
-
15: </div>
|
682
|
-
16:
|
683
|
-
|
684
|
-
app/views/contacts/index.html.erb:13:in `_app_views_contacts_index_html_erb__2973491045842057667_70063034296680'
|
685
|
-
Started GET "/" for ::1 at 2020-06-03 20:57:11 +0300
|
686
|
-
Processing by ContactsController#index as HTML
|
687
|
-
Rendering contacts/index.html.erb within layouts/application
|
688
|
-
Rendered contacts/index.html.erb within layouts/application (10.0ms)
|
689
|
-
Rendered shared/_header.html.erb (0.5ms)
|
690
|
-
Completed 200 OK in 618ms (Views: 47.3ms | ActiveRecord: 0.0ms)
|
691
|
-
|
692
|
-
|
693
|
-
Started GET "/" for ::1 at 2020-06-03 20:57:26 +0300
|
694
|
-
Processing by ContactsController#index as HTML
|
695
|
-
Rendering contacts/index.html.erb within layouts/application
|
696
|
-
Rendered contacts/index.html.erb within layouts/application (1.5ms)
|
697
|
-
Rendered shared/_header.html.erb (0.2ms)
|
698
|
-
Completed 200 OK in 650ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
699
|
-
|
700
|
-
|
701
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=w" for ::1 at 2020-06-03 20:57:31 +0300
|
702
|
-
|
703
|
-
ActionController::RoutingError (No route matches [GET] "/contacts"):
|
704
|
-
|
705
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
706
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
707
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
708
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
709
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
710
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
711
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
712
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
713
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
714
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
715
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
716
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
717
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
718
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
719
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
720
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
721
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
722
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
723
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
724
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
725
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
726
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
727
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
728
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
729
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
730
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
731
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
732
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=w" for ::1 at 2020-06-03 20:58:27 +0300
|
733
|
-
|
734
|
-
SyntaxError (/home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/config/routes.rb:5: syntax error, unexpected tSTRING_BEG, expecting do or '{' or '('
|
735
|
-
get '/contacts', to 'contacts#index'
|
736
|
-
^):
|
737
|
-
|
738
|
-
config/routes.rb:5: syntax error, unexpected tSTRING_BEG, expecting do or '{' or '('
|
739
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=w" for ::1 at 2020-06-03 20:58:36 +0300
|
740
|
-
Processing by ContactsController#index as HTML
|
741
|
-
Parameters: {"utf8"=>"✓", "search"=>"w"}
|
742
|
-
Rendering contacts/index.html.erb within layouts/application
|
743
|
-
Rendered contacts/index.html.erb within layouts/application (7.5ms)
|
744
|
-
Rendered shared/_header.html.erb (0.5ms)
|
745
|
-
Completed 200 OK in 440ms (Views: 109.7ms | ActiveRecord: 0.0ms)
|
746
|
-
|
747
|
-
|
748
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=" for ::1 at 2020-06-03 20:58:39 +0300
|
749
|
-
Processing by ContactsController#index as HTML
|
750
|
-
Parameters: {"utf8"=>"✓", "search"=>""}
|
751
|
-
Rendering contacts/index.html.erb within layouts/application
|
752
|
-
Rendered contacts/index.html.erb within layouts/application (6.9ms)
|
753
|
-
Rendered shared/_header.html.erb (0.4ms)
|
754
|
-
Completed 200 OK in 582ms (Views: 53.6ms | ActiveRecord: 0.0ms)
|
755
|
-
|
756
|
-
|
757
|
-
Started GET "/contacts/6439" for ::1 at 2020-06-03 20:58:44 +0300
|
758
|
-
|
759
|
-
ActionController::RoutingError (No route matches [GET] "/contacts/6439"):
|
760
|
-
|
761
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
762
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
763
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
764
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
765
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
766
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
767
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
768
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
769
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
770
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
771
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
772
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
773
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
774
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
775
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
776
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
777
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
778
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
779
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
780
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
781
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
782
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
783
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
784
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
785
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
786
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
787
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
788
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=" for ::1 at 2020-06-03 20:59:10 +0300
|
789
|
-
Processing by ContactsController#index as HTML
|
790
|
-
Parameters: {"utf8"=>"✓", "search"=>""}
|
791
|
-
Rendering contacts/index.html.erb within layouts/application
|
792
|
-
Rendered contacts/index.html.erb within layouts/application (6.6ms)
|
793
|
-
Rendered shared/_header.html.erb (1.1ms)
|
794
|
-
Completed 200 OK in 986ms (Views: 49.0ms | ActiveRecord: 0.0ms)
|
795
|
-
|
796
|
-
|
797
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=tgaigerg1%40smugmugmock.com" for ::1 at 2020-06-03 20:59:15 +0300
|
798
|
-
Processing by ContactsController#index as HTML
|
799
|
-
Parameters: {"utf8"=>"✓", "search"=>"tgaigerg1@smugmugmock.com"}
|
800
|
-
Rendering contacts/index.html.erb within layouts/application
|
801
|
-
Rendered contacts/index.html.erb within layouts/application (3.1ms)
|
802
|
-
Rendered shared/_header.html.erb (1.2ms)
|
803
|
-
Completed 200 OK in 372ms (Views: 56.2ms | ActiveRecord: 0.0ms)
|
804
|
-
|
805
|
-
|
806
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=t" for ::1 at 2020-06-03 20:59:19 +0300
|
807
|
-
Processing by ContactsController#index as HTML
|
808
|
-
Parameters: {"utf8"=>"✓", "search"=>"t"}
|
809
|
-
Rendering contacts/index.html.erb within layouts/application
|
810
|
-
Rendered contacts/index.html.erb within layouts/application (4.1ms)
|
811
|
-
Rendered shared/_header.html.erb (1.6ms)
|
812
|
-
Completed 200 OK in 393ms (Views: 51.8ms | ActiveRecord: 0.0ms)
|
813
|
-
|
814
|
-
|
815
|
-
Started GET "/contacts?utf8=%E2%9C%93&search=t" for ::1 at 2020-06-03 21:27:23 +0300
|
816
|
-
Processing by ContactsController#index as HTML
|
817
|
-
Parameters: {"utf8"=>"✓", "search"=>"t"}
|
818
|
-
Rendering contacts/index.html.erb within layouts/application
|
819
|
-
Rendered contacts/index.html.erb within layouts/application (4.1ms)
|
820
|
-
Rendered shared/_header.html.erb (1.2ms)
|
821
|
-
Completed 200 OK in 554ms (Views: 72.7ms | ActiveRecord: 0.0ms)
|
822
|
-
|
823
|
-
|
824
|
-
Started GET "/" for ::1 at 2020-06-04 16:22:26 +0300
|
825
|
-
Processing by ContactsController#index as HTML
|
826
|
-
Rendering contacts/index.html.erb within layouts/application
|
827
|
-
Rendered contacts/index.html.erb within layouts/application (6.3ms)
|
828
|
-
Rendered shared/_header.html.erb (0.5ms)
|
829
|
-
Completed 200 OK in 2376ms (Views: 307.3ms | ActiveRecord: 0.0ms)
|
830
|
-
|
831
|
-
|
832
|
-
Started GET "/" for ::1 at 2020-06-04 16:27:07 +0300
|
833
|
-
|
834
|
-
ActionController::RoutingError (uninitialized constant ContactsController):
|
835
|
-
|
836
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `const_get'
|
837
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `block in constantize'
|
838
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `each'
|
839
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `inject'
|
840
|
-
activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `constantize'
|
841
|
-
actionpack (5.2.3) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
|
842
|
-
actionpack (5.2.3) lib/action_dispatch/http/request.rb:81:in `controller_class'
|
843
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:46:in `controller'
|
844
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:32:in `serve'
|
845
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
846
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
847
|
-
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
848
|
-
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
849
|
-
rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
|
850
|
-
rack (2.2.2) lib/rack/etag.rb:27:in `call'
|
851
|
-
rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
|
852
|
-
rack (2.2.2) lib/rack/head.rb:12:in `call'
|
853
|
-
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
854
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
|
855
|
-
rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
|
856
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
857
|
-
activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
|
858
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
859
|
-
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
860
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
861
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
862
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
863
|
-
web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
|
864
|
-
web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
|
865
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
|
866
|
-
web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
|
867
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
868
|
-
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
869
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
870
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
871
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
872
|
-
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
873
|
-
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
874
|
-
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
875
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
876
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
877
|
-
rack (2.2.2) lib/rack/method_override.rb:24:in `call'
|
878
|
-
rack (2.2.2) lib/rack/runtime.rb:22:in `call'
|
879
|
-
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
880
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
881
|
-
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
882
|
-
rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
|
883
|
-
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
884
|
-
puma (4.3.1) lib/puma/configuration.rb:228:in `call'
|
885
|
-
puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
|
886
|
-
puma (4.3.1) lib/puma/server.rb:472:in `process_client'
|
887
|
-
puma (4.3.1) lib/puma/server.rb:328:in `block in run'
|
888
|
-
puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
|
889
|
-
Started GET "/" for ::1 at 2020-06-04 16:27:34 +0300
|
890
|
-
Processing by HomeController#index as HTML
|
891
|
-
Rendering home/index.html.erb within layouts/application
|
892
|
-
Rendered home/index.html.erb within layouts/application (0.6ms)
|
893
|
-
Rendered shared/_header.html.erb (0.5ms)
|
894
|
-
Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.0ms)
|
895
|
-
|
896
|
-
|
897
|
-
Started GET "/" for ::1 at 2020-06-04 16:28:01 +0300
|
898
|
-
Processing by HomeController#index as HTML
|
899
|
-
Rendering home/index.html.erb within layouts/application
|
900
|
-
Rendered home/index.html.erb within layouts/application (0.8ms)
|
901
|
-
Rendered shared/_header.html.erb (0.5ms)
|
902
|
-
Completed 200 OK in 82ms (Views: 78.1ms | ActiveRecord: 0.0ms)
|
903
|
-
|
904
|
-
|
905
|
-
Started GET "/" for ::1 at 2020-06-05 11:26:30 +0300
|
906
|
-
Processing by HomeController#index as HTML
|
907
|
-
Rendering home/index.html.erb within layouts/application
|
908
|
-
Rendered home/index.html.erb within layouts/application (7.6ms)
|
909
|
-
Rendered shared/_header.html.erb (0.2ms)
|
910
|
-
Completed 200 OK in 522ms (Views: 233.4ms | ActiveRecord: 0.0ms)
|
911
|
-
|
912
|
-
|
913
|
-
Started GET "/" for ::1 at 2020-06-05 11:51:31 +0300
|
914
|
-
Processing by HomeController#index as HTML
|
915
|
-
Rendering home/index.html.erb within layouts/application
|
916
|
-
Rendered home/index.html.erb within layouts/application (1.8ms)
|
917
|
-
Rendered shared/_header.html.erb (1.4ms)
|
918
|
-
Completed 200 OK in 68ms (Views: 62.8ms | ActiveRecord: 0.0ms)
|
919
|
-
|
920
|
-
|
921
|
-
Processing contact_id = 1
|
922
|
-
Processing contact_id = 1
|
923
|
-
Processing contact_id = 51
|
924
|
-
Processing contact_id = 5601
|
925
|
-
Processing contact_id = 5651
|
926
|
-
Processing contact_id = 5701
|
927
|
-
Processing contact_id = 5751
|
928
|
-
Processing contact_id = 5801
|
929
|
-
Processing contact_id = 6001
|
930
|
-
Processing contact_id = 6051
|
931
|
-
Processing contact_id = 6101
|
932
|
-
Processing contact_id = 6151
|
933
|
-
Processing contact_id = 6201
|
934
|
-
Processing contact_id = 6251
|
935
|
-
Processing contact_id = 6301
|
936
|
-
Processing contact_id = 6351
|
937
|
-
Processing contact_id = 6401
|
938
|
-
Processing contact_id = 6404
|
939
|
-
Processing contact_id = 6405
|
940
|
-
Processing contact_id = 6406
|
941
|
-
Processing contact_id = 6408
|
942
|
-
Processing contact_id = 6409
|
943
|
-
Processing contact_id = 6410
|
944
|
-
Processing contact_id = 6412
|
945
|
-
Processing contact_id = 6417
|
946
|
-
Processing contact_id = 6418
|
947
|
-
Processing contact_id = 6420
|
948
|
-
Processing contact_id = 6423
|
949
|
-
Processing contact_id = 6424
|
950
|
-
Processing contact_id = 6426
|
951
|
-
Processing contact_id = 6427
|
952
|
-
Processing contact_id = 6429
|
953
|
-
Processing contact_id = 6431
|
954
|
-
Processing contact_id = 6433
|
955
|
-
Processing contact_id = 6434
|
956
|
-
Processing contact_id = 6435
|
957
|
-
Processing contact_id = 6437
|
958
|
-
Processing contact_id = 6438
|
959
|
-
Processing contact_id = 6440
|
960
|
-
Processing contact_id = 6451
|
961
|
-
Processing contact_id = 6501
|
962
|
-
Processing contact_id = 6502
|
963
|
-
Processing contact_id = 6503
|
964
|
-
Processing contact_id = 6508
|
965
|
-
Processing contact_id = 6510
|
966
|
-
Processing contact_id = 6511
|
967
|
-
Processing contact_id = 6512
|
968
|
-
Processing contact_id = 6513
|
969
|
-
Processing contact_id = 6515
|
970
|
-
Processing contact_id = 6517
|
971
|
-
Processing contact_id = 6518
|
972
|
-
Processing contact_id = 6520
|
973
|
-
Processing contact_id = 6524
|
974
|
-
Processing contact_id = 6525
|
975
|
-
Processing contact_id = 6526
|
976
|
-
Processing contact_id = 6527
|
977
|
-
Processing contact_id = 6528
|
978
|
-
Processing contact_id = 6531
|
979
|
-
Processing contact_id = 6532
|
980
|
-
Processing contact_id = 6533
|
981
|
-
Processing contact_id = 6534
|
982
|
-
Processing contact_id = 6535
|
983
|
-
Processing contact_id = 6536
|
984
|
-
Processing contact_id = 6537
|
985
|
-
Processing contact_id = 6538
|
986
|
-
Processing contact_id = 6539
|
987
|
-
Processing contact_id = 6541
|
988
|
-
Processing contact_id = 6542
|
989
|
-
Processing contact_id = 6543
|
990
|
-
Processing contact_id = 6549
|
991
|
-
Processing contact_id = 6550
|
992
|
-
Processing contact_id = 6551
|
993
|
-
Processing contact_id = 6552
|
994
|
-
Processing contact_id = 6553
|
995
|
-
Processing contact_id = 6554
|
996
|
-
Processing contact_id = 6555
|
997
|
-
Processing contact_id = 6556
|
998
|
-
Processing contact_id = 6561
|
999
|
-
Processing contact_id = 6563
|
1000
|
-
Processing contact_id = 6564
|
1001
|
-
Processing contact_id = 6567
|
1002
|
-
Processing contact_id = 6568
|
1003
|
-
Processing contact_id = 6571
|
1004
|
-
Processing contact_id = 6575
|
1005
|
-
Processing contact_id = 6576
|
1006
|
-
Processing contact_id = 6577
|
1007
|
-
Processing contact_id = 6578
|
1008
|
-
Processing contact_id = 6581
|
1009
|
-
Processing contact_id = 6582
|
1010
|
-
Processing contact_id = 6583
|
1011
|
-
Processing contact_id = 6584
|
1012
|
-
Processing contact_id = 6585
|
1013
|
-
Processing contact_id = 6586
|
1014
|
-
Processing contact_id = 6587
|
1015
|
-
Processing contact_id = 6588
|
1016
|
-
Processing contact_id = 6589
|
1017
|
-
Processing contact_id = 6590
|
1018
|
-
Processing contact_id = 6591
|
1019
|
-
Processing contact_id = 6592
|
1020
|
-
Processing contact_id = 6593
|
1021
|
-
Processing contact_id = 6594
|
1022
|
-
Processing contact_id = 6595
|
1023
|
-
Processing contact_id = 6596
|
1024
|
-
Processing contact_id = 6597
|
1025
|
-
Processing contact_id = 6598
|
1026
|
-
Processing contact_id = 6600
|
1027
|
-
Processing contact_id = 6601
|
1028
|
-
Processing contact_id = 6651
|
1029
|
-
Processing contact_id = 6652
|
1030
|
-
Processing contact_id = 6653
|
1031
|
-
Processing contact_id = 6654
|
1032
|
-
Processing contact_id = 6655
|
1033
|
-
Processing contact_id = 6656
|
1034
|
-
Processing contact_id = 6657
|
1035
|
-
Processing contact_id = 6658
|
1036
|
-
Processing contact_id = 6659
|
1037
|
-
Processing contact_id = 6660
|
1038
|
-
Processing contact_id = 6661
|
1039
|
-
Processing contact_id = 6664
|
1040
|
-
Processing contact_id = 6665
|
1041
|
-
Processing contact_id = 6667
|
1042
|
-
Processing contact_id = 6670
|
1043
|
-
Processing contact_id = 6672
|
1044
|
-
Processing contact_id = 6674
|
1045
|
-
Processing contact_id = 6675
|
1046
|
-
Processing contact_id = 6678
|
1047
|
-
Processing contact_id = 6679
|
1048
|
-
Processing contact_id = 6681
|
1049
|
-
Processing contact_id = 6682
|
1050
|
-
Processing contact_id = 6684
|
1051
|
-
Processing contact_id = 6686
|
1052
|
-
Processing contact_id = 6689
|
1053
|
-
Processing contact_id = 6690
|
1054
|
-
Processing contact_id = 6691
|
1055
|
-
Processing contact_id = 6692
|
1056
|
-
Processing contact_id = 6693
|
1057
|
-
Processing contact_id = 6694
|
1058
|
-
Processing contact_id = 6695
|
1059
|
-
Processing contact_id = 6697
|
1060
|
-
Processing contact_id = 6698
|
1061
|
-
Processing contact_id = 6699
|
1062
|
-
Processing contact_id = 6702
|
1063
|
-
Processing contact_id = 6703
|
1064
|
-
Processing contact_id = 6704
|
1065
|
-
Processing contact_id = 6705
|
1066
|
-
Processing contact_id = 6707
|
1067
|
-
Processing contact_id = 6708
|
1068
|
-
Processing contact_id = 6709
|
1069
|
-
Processing contact_id = 6711
|
1070
|
-
Processing contact_id = 6712
|
1071
|
-
Processing contact_id = 6715
|
1072
|
-
Processing contact_id = 6717
|
1073
|
-
Processing contact_id = 6718
|
1074
|
-
Processing contact_id = 6719
|
1075
|
-
Processing contact_id = 6720
|
1076
|
-
Processing contact_id = 6722
|
1077
|
-
Processing contact_id = 6726
|
1078
|
-
Processing contact_id = 6727
|
1079
|
-
Processing contact_id = 6730
|
1080
|
-
Processing contact_id = 6731
|
1081
|
-
Processing contact_id = 6735
|
1082
|
-
Processing contact_id = 6736
|
1083
|
-
Processing contact_id = 6739
|
1084
|
-
Processing contact_id = 6740
|
1085
|
-
Processing contact_id = 6741
|
1086
|
-
Processing contact_id = 6745
|
1087
|
-
Processing contact_id = 6746
|
1088
|
-
Processing contact_id = 6747
|
1089
|
-
Processing contact_id = 6748
|
1090
|
-
Processing contact_id = 6749
|
1091
|
-
Processing contact_id = 6851
|
1092
|
-
Processing contact_id = 6852
|
1093
|
-
Processing contact_id = 6853
|
1094
|
-
Processing contact_id = 6854
|
1095
|
-
Processing contact_id = 6855
|
1096
|
-
Processing contact_id = 6857
|
1097
|
-
Processing contact_id = 6859
|
1098
|
-
Processing contact_id = 6861
|
1099
|
-
Processing contact_id = 6862
|
1100
|
-
Processing contact_id = 6863
|
1101
|
-
Processing contact_id = 6866
|
1102
|
-
Processing contact_id = 6867
|
1103
|
-
Processing contact_id = 6868
|
1104
|
-
Processing contact_id = 6870
|
1105
|
-
Processing contact_id = 6871
|
1106
|
-
Processing contact_id = 6872
|
1107
|
-
Processing contact_id = 6873
|
1108
|
-
Processing contact_id = 6874
|
1109
|
-
Processing contact_id = 6878
|
1110
|
-
Processing contact_id = 6879
|
1111
|
-
Processing contact_id = 6880
|
1112
|
-
Processing contact_id = 6881
|
1113
|
-
Processing contact_id = 6882
|
1114
|
-
Processing contact_id = 6887
|
1115
|
-
Processing contact_id = 6892
|
1116
|
-
Processing contact_id = 6894
|
1117
|
-
Processing contact_id = 6896
|
1118
|
-
Processing contact_id = 6897
|
1119
|
-
Processing contact_id = 6898
|
1120
|
-
Processing contact_id = 6899
|
1121
|
-
Processing contact_id = 6900
|
1122
|
-
Processing contact_id = 6952
|
1123
|
-
Processing contact_id = 6954
|
1124
|
-
Processing contact_id = 6955
|
1125
|
-
Processing contact_id = 6956
|
1126
|
-
Processing contact_id = 6957
|
1127
|
-
Processing contact_id = 6959
|
1128
|
-
Processing contact_id = 6960
|
1129
|
-
Processing contact_id = 6961
|
1130
|
-
Processing contact_id = 6962
|
1131
|
-
Processing contact_id = 6963
|
1132
|
-
Processing contact_id = 6964
|
1133
|
-
Processing contact_id = 6965
|
1134
|
-
Processing contact_id = 6966
|
1135
|
-
Processing contact_id = 6967
|
1136
|
-
Processing contact_id = 6969
|
1137
|
-
Processing contact_id = 6970
|
1138
|
-
Processing contact_id = 6972
|
1139
|
-
Processing contact_id = 6973
|
1140
|
-
Processing contact_id = 6975
|
1141
|
-
Processing contact_id = 6976
|
1142
|
-
Processing contact_id = 6977
|
1143
|
-
Processing contact_id = 6980
|
1144
|
-
Processing contact_id = 6982
|
1145
|
-
Processing contact_id = 6984
|
1146
|
-
Processing contact_id = 6985
|
1147
|
-
Processing contact_id = 6986
|
1148
|
-
Processing contact_id = 6989
|
1149
|
-
Processing contact_id = 6991
|
1150
|
-
Processing contact_id = 6992
|
1151
|
-
Processing contact_id = 6993
|
1152
|
-
Processing contact_id = 6994
|
1153
|
-
Processing contact_id = 6995
|
1154
|
-
Processing contact_id = 6997
|
1155
|
-
Processing contact_id = 7000
|
1156
|
-
Processing contact_id = 7001
|
1157
|
-
Processing contact_id = 7002
|
1158
|
-
Processing contact_id = 7003
|
1159
|
-
Processing contact_id = 7005
|
1160
|
-
Processing contact_id = 7006
|
1161
|
-
Processing contact_id = 7008
|
1162
|
-
Processing contact_id = 7009
|
1163
|
-
Processing contact_id = 7011
|
1164
|
-
Processing contact_id = 7014
|
1165
|
-
Processing contact_id = 7015
|
1166
|
-
Processing contact_id = 7016
|
1167
|
-
Processing contact_id = 7017
|
1168
|
-
Processing contact_id = 7018
|
1169
|
-
Processing contact_id = 7019
|
1170
|
-
Processing contact_id = 7020
|
1171
|
-
Processing contact_id = 7022
|
1172
|
-
Processing contact_id = 7023
|
1173
|
-
Processing contact_id = 7025
|
1174
|
-
Processing contact_id = 7026
|
1175
|
-
Processing contact_id = 7027
|
1176
|
-
Processing contact_id = 7028
|
1177
|
-
Processing contact_id = 7029
|
1178
|
-
Processing contact_id = 7030
|
1179
|
-
Processing contact_id = 7031
|
1180
|
-
Processing contact_id = 7032
|
1181
|
-
Processing contact_id = 7034
|
1182
|
-
Processing contact_id = 7035
|
1183
|
-
Processing contact_id = 7036
|
1184
|
-
Processing contact_id = 7043
|
1185
|
-
Processing contact_id = 7044
|
1186
|
-
Processing contact_id = 7045
|
1187
|
-
Processing contact_id = 7047
|
1188
|
-
Processing contact_id = 7050
|
1189
|
-
Processing contact_id = 7051
|
1190
|
-
Processing contact_id = 7052
|
1191
|
-
Processing contact_id = 7053
|
1192
|
-
Processing contact_id = 7054
|
1193
|
-
Processing contact_id = 7056
|
1194
|
-
Processing contact_id = 7058
|
1195
|
-
Processing contact_id = 7059
|
1196
|
-
Processing contact_id = 7060
|
1197
|
-
Processing contact_id = 7061
|
1198
|
-
Processing contact_id = 7062
|
1199
|
-
Processing contact_id = 7064
|
1200
|
-
Processing contact_id = 7066
|
1201
|
-
Processing contact_id = 7067
|
1202
|
-
Processing contact_id = 7068
|
1203
|
-
Processing contact_id = 7071
|
1204
|
-
Processing contact_id = 7072
|
1205
|
-
Processing contact_id = 7073
|
1206
|
-
Processing contact_id = 7074
|
1207
|
-
Processing contact_id = 7075
|
1208
|
-
Processing contact_id = 7076
|
1209
|
-
Processing contact_id = 7077
|
1210
|
-
Processing contact_id = 7078
|
1211
|
-
Processing contact_id = 7085
|
1212
|
-
Processing contact_id = 7089
|
1213
|
-
Processing contact_id = 7090
|
1214
|
-
Processing contact_id = 7092
|
1215
|
-
Processing contact_id = 7093
|
1216
|
-
Processing contact_id = 7094
|
1217
|
-
Processing contact_id = 7095
|
1218
|
-
Processing contact_id = 7098
|
1219
|
-
Processing contact_id = 7099
|
1220
|
-
Processing contact_id = 7100
|
1221
|
-
Processing contact_id = 7101
|
1222
|
-
Processing contact_id = 7151
|
1223
|
-
Processing contact_id = 7152
|
1224
|
-
Processing contact_id = 7154
|
1225
|
-
Processing contact_id = 7155
|
1226
|
-
Processing contact_id = 7156
|
1227
|
-
Processing contact_id = 7158
|
1228
|
-
Processing contact_id = 7159
|
1229
|
-
Processing contact_id = 7160
|
1230
|
-
Processing contact_id = 7169
|
1231
|
-
Processing contact_id = 7170
|
1232
|
-
Processing contact_id = 7171
|
1233
|
-
Processing contact_id = 7172
|
1234
|
-
Processing contact_id = 7175
|
1235
|
-
Processing contact_id = 7176
|
1236
|
-
Processing contact_id = 7177
|
1237
|
-
Processing contact_id = 7179
|
1238
|
-
Processing contact_id = 7183
|
1239
|
-
Processing contact_id = 7184
|
1240
|
-
Processing contact_id = 7186
|
1241
|
-
Processing contact_id = 7187
|
1242
|
-
Processing contact_id = 7188
|
1243
|
-
Processing contact_id = 7191
|
1244
|
-
Processing contact_id = 7192
|
1245
|
-
Processing contact_id = 7193
|
1246
|
-
Processing contact_id = 7194
|
1247
|
-
Processing contact_id = 7197
|
1248
|
-
Processing contact_id = 7198
|
1249
|
-
Processing contact_id = 7199
|
1250
|
-
Processing contact_id = 7200
|
1251
|
-
Processing contact_id = 7205
|
1252
|
-
Processing contact_id = 7206
|
1253
|
-
Processing contact_id = 7207
|
1254
|
-
Processing contact_id = 7208
|
1255
|
-
Processing contact_id = 7209
|
1256
|
-
Processing contact_id = 7210
|
1257
|
-
Processing contact_id = 7211
|
1258
|
-
Processing contact_id = 7213
|
1259
|
-
Processing contact_id = 7218
|
1260
|
-
Processing contact_id = 7220
|
1261
|
-
Processing contact_id = 7221
|
1262
|
-
Processing contact_id = 7225
|
1263
|
-
Processing contact_id = 7226
|
1264
|
-
Processing contact_id = 7228
|
1265
|
-
Processing contact_id = 7229
|
1266
|
-
Processing contact_id = 7231
|
1267
|
-
Processing contact_id = 7232
|
1268
|
-
Processing contact_id = 7234
|
1269
|
-
Processing contact_id = 7235
|
1270
|
-
Processing contact_id = 7236
|
1271
|
-
Processing contact_id = 7237
|
1272
|
-
Processing contact_id = 7238
|
1273
|
-
Processing contact_id = 7239
|
1274
|
-
Processing contact_id = 7240
|
1275
|
-
Processing contact_id = 7241
|
1276
|
-
Processing contact_id = 7244
|
1277
|
-
Processing contact_id = 7248
|
1278
|
-
Processing contact_id = 7249
|
1279
|
-
Processing contact_id = 7250
|
1280
|
-
Processing contact_id = 7252
|
1281
|
-
Processing contact_id = 7301
|
1282
|
-
Processing contact_id = 7351
|
1283
|
-
Processing contact_id = 7352
|
1284
|
-
Processing contact_id = 7353
|
1285
|
-
Processing contact_id = 7354
|
1286
|
-
Processing contact_id = 7355
|
1287
|
-
Processing contact_id = 7357
|
1288
|
-
Processing contact_id = 7358
|
1289
|
-
Processing contact_id = 7359
|
1290
|
-
Processing contact_id = 7362
|
1291
|
-
Processing contact_id = 7363
|
1292
|
-
Processing contact_id = 7364
|
1293
|
-
Processing contact_id = 7365
|
1294
|
-
Processing contact_id = 7366
|
1295
|
-
Processing contact_id = 7367
|
1296
|
-
Processing contact_id = 7368
|
1297
|
-
Processing contact_id = 7369
|
1298
|
-
Processing contact_id = 7370
|
1299
|
-
Processing contact_id = 7372
|
1300
|
-
Processing contact_id = 7374
|
1301
|
-
Processing contact_id = 7375
|
1302
|
-
Processing contact_id = 7376
|
1303
|
-
Processing contact_id = 7377
|
1304
|
-
Processing contact_id = 7378
|
1305
|
-
Processing contact_id = 7379
|
1306
|
-
Processing contact_id = 7380
|
1307
|
-
Processing contact_id = 7382
|
1308
|
-
Processing contact_id = 7383
|
1309
|
-
Processing contact_id = 7384
|
1310
|
-
Processing contact_id = 7385
|
1311
|
-
Processing contact_id = 7387
|
1312
|
-
Processing contact_id = 7388
|
1313
|
-
Processing contact_id = 7389
|
1314
|
-
Processing contact_id = 7391
|
1315
|
-
Processing contact_id = 7393
|
1316
|
-
Processing contact_id = 7395
|
1317
|
-
Processing contact_id = 7399
|
1318
|
-
Processing contact_id = 7400
|
1319
|
-
Processing contact_id = 7401
|
1320
|
-
Processing contact_id = 7402
|
1321
|
-
Processing contact_id = 7403
|
1322
|
-
Processing contact_id = 7404
|
1323
|
-
Processing contact_id = 7405
|
1324
|
-
Processing contact_id = 7409
|
1325
|
-
Processing contact_id = 7410
|
1326
|
-
Processing contact_id = 7411
|
1327
|
-
Processing contact_id = 7412
|
1328
|
-
Processing contact_id = 7413
|
1329
|
-
Processing contact_id = 7416
|
1330
|
-
Processing contact_id = 7417
|
1331
|
-
Processing contact_id = 7418
|
1332
|
-
Processing contact_id = 7421
|
1333
|
-
Processing contact_id = 7423
|
1334
|
-
Processing contact_id = 7424
|
1335
|
-
Processing contact_id = 7425
|
1336
|
-
Processing contact_id = 7427
|
1337
|
-
Processing contact_id = 7428
|
1338
|
-
Processing contact_id = 7429
|
1339
|
-
Processing contact_id = 7430
|
1340
|
-
Processing contact_id = 7431
|
1341
|
-
Processing contact_id = 7432
|
1342
|
-
Processing contact_id = 7436
|
1343
|
-
Processing contact_id = 7437
|
1344
|
-
Processing contact_id = 7438
|
1345
|
-
Processing contact_id = 7440
|
1346
|
-
Processing contact_id = 7441
|
1347
|
-
Processing contact_id = 7451
|
1348
|
-
Processing contact_id = 7453
|
1349
|
-
Processing contact_id = 7458
|
1350
|
-
Processing contact_id = 7459
|
1351
|
-
Processing contact_id = 7461
|
1352
|
-
Processing contact_id = 7462
|
1353
|
-
Processing contact_id = 7463
|
1354
|
-
Processing contact_id = 7465
|
1355
|
-
Processing contact_id = 7466
|
1356
|
-
Processing contact_id = 7467
|
1357
|
-
Processing contact_id = 7471
|
1358
|
-
Processing contact_id = 7472
|
1359
|
-
Processing contact_id = 7473
|
1360
|
-
Processing contact_id = 7476
|
1361
|
-
Processing contact_id = 7478
|
1362
|
-
Processing contact_id = 7479
|
1363
|
-
Processing contact_id = 7480
|
1364
|
-
Processing contact_id = 7482
|
1365
|
-
Processing contact_id = 7483
|
1366
|
-
Processing contact_id = 7484
|
1367
|
-
Processing contact_id = 7485
|
1368
|
-
Processing contact_id = 7502
|
1369
|
-
Processing contact_id = 7503
|
1370
|
-
Processing contact_id = 7504
|
1371
|
-
Processing contact_id = 7506
|
1372
|
-
Processing contact_id = 7507
|
1373
|
-
Processing contact_id = 7508
|
1374
|
-
Processing contact_id = 7510
|
1375
|
-
Processing contact_id = 7511
|
1376
|
-
Processing contact_id = 7512
|
1377
|
-
Processing contact_id = 7514
|
1378
|
-
Processing contact_id = 7516
|
1379
|
-
Processing contact_id = 7517
|
1380
|
-
Processing contact_id = 7518
|
1381
|
-
Processing contact_id = 7519
|
1382
|
-
Processing contact_id = 7520
|
1383
|
-
Processing contact_id = 7524
|
1384
|
-
Processing contact_id = 7525
|
1385
|
-
Processing contact_id = 7526
|
1386
|
-
Processing contact_id = 7527
|
1387
|
-
Processing contact_id = 7551
|
1388
|
-
Processing contact_id = 7553
|
1389
|
-
Processing contact_id = 7555
|
1390
|
-
Processing contact_id = 7557
|
1391
|
-
Processing contact_id = 7558
|
1392
|
-
Processing contact_id = 7559
|
1393
|
-
Processing contact_id = 7561
|
1394
|
-
Processing contact_id = 7562
|
1395
|
-
Processing contact_id = 7563
|
1396
|
-
Processing contact_id = 7566
|
1397
|
-
Processing contact_id = 7569
|
1398
|
-
Processing contact_id = 7571
|
1399
|
-
Processing contact_id = 7572
|
1400
|
-
Processing contact_id = 7573
|
1401
|
-
Processing contact_id = 7574
|
1402
|
-
Processing contact_id = 7576
|
1403
|
-
Processing contact_id = 7577
|
1404
|
-
Processing contact_id = 7579
|
1405
|
-
Processing contact_id = 7604
|
1406
|
-
Processing contact_id = 7605
|
1407
|
-
Processing contact_id = 7607
|
1408
|
-
Processing contact_id = 7608
|
1409
|
-
Processing contact_id = 7611
|
1410
|
-
Processing contact_id = 7612
|
1411
|
-
Processing contact_id = 7613
|
1412
|
-
Processing contact_id = 7615
|
1413
|
-
Processing contact_id = 7618
|
1414
|
-
Processing contact_id = 7620
|
1415
|
-
Processing contact_id = 7621
|
1416
|
-
Processing contact_id = 7623
|
1417
|
-
Processing contact_id = 7624
|
1418
|
-
Processing contact_id = 7626
|
1419
|
-
Processing contact_id = 7628
|
1420
|
-
Processing contact_id = 7629
|
1421
|
-
Processing contact_id = 7630
|
1422
|
-
Processing contact_id = 7631
|
1423
|
-
Processing contact_id = 7632
|
1424
|
-
Processing contact_id = 7633
|
1425
|
-
Processing contact_id = 7635
|
1426
|
-
Processing contact_id = 7636
|
1427
|
-
Processing contact_id = 7637
|
1428
|
-
Processing contact_id = 7638
|
1429
|
-
Processing contact_id = 7639
|
1430
|
-
Processing contact_id = 7640
|
1431
|
-
Processing contact_id = 7643
|
1432
|
-
Processing contact_id = 7646
|
1433
|
-
Processing contact_id = 7651
|
1434
|
-
Processing contact_id = 7701
|
1435
|
-
Processing contact_id = 7704
|
1436
|
-
Processing contact_id = 7705
|
1437
|
-
Processing contact_id = 7706
|
1438
|
-
Processing contact_id = 7707
|
1439
|
-
Processing contact_id = 7709
|
1440
|
-
Processing contact_id = 7710
|
1441
|
-
Processing contact_id = 7711
|
1442
|
-
Processing contact_id = 7712
|
1443
|
-
Processing contact_id = 7713
|
1444
|
-
Processing contact_id = 7714
|
1445
|
-
Processing contact_id = 7715
|
1446
|
-
Processing contact_id = 7716
|
1447
|
-
Processing contact_id = 7717
|
1448
|
-
Processing contact_id = 7720
|
1449
|
-
Processing contact_id = 7721
|
1450
|
-
Processing contact_id = 7722
|
1451
|
-
Processing contact_id = 7723
|
1452
|
-
Processing contact_id = 7729
|
1453
|
-
Processing contact_id = 7730
|
1454
|
-
Processing contact_id = 7731
|
1455
|
-
Processing contact_id = 7733
|
1456
|
-
Processing contact_id = 7752
|
1457
|
-
Processing contact_id = 7753
|
1458
|
-
Processing contact_id = 7756
|
1459
|
-
Processing contact_id = 7757
|
1460
|
-
Processing contact_id = 7760
|
1461
|
-
Processing contact_id = 7761
|
1462
|
-
Processing contact_id = 7762
|
1463
|
-
Processing contact_id = 7763
|
1464
|
-
Processing contact_id = 7765
|
1465
|
-
Processing contact_id = 7767
|
1466
|
-
Processing contact_id = 7768
|
1467
|
-
Processing contact_id = 7769
|
1468
|
-
Processing contact_id = 7770
|
1469
|
-
Processing contact_id = 7771
|
1470
|
-
Processing contact_id = 7773
|
1471
|
-
Processing contact_id = 7776
|
1472
|
-
Processing contact_id = 7777
|
1473
|
-
Processing contact_id = 7802
|
1474
|
-
Processing contact_id = 7806
|
1475
|
-
Processing contact_id = 7807
|
1476
|
-
Processing contact_id = 7808
|
1477
|
-
Processing contact_id = 7810
|
1478
|
-
Processing contact_id = 7812
|
1479
|
-
Processing contact_id = 7813
|
1480
|
-
Processing contact_id = 7814
|
1481
|
-
Processing contact_id = 7816
|
1482
|
-
Processing contact_id = 7817
|
1483
|
-
Processing contact_id = 7818
|
1484
|
-
Processing contact_id = 7819
|
1485
|
-
Processing contact_id = 7821
|
1486
|
-
Processing contact_id = 7822
|
1487
|
-
Processing contact_id = 7823
|
1488
|
-
Processing contact_id = 7824
|
1489
|
-
Processing contact_id = 7826
|
1490
|
-
Processing contact_id = 7827
|
1491
|
-
Processing contact_id = 7851
|
1492
|
-
Processing contact_id = 7852
|
1493
|
-
Processing contact_id = 7854
|
1494
|
-
Processing contact_id = 7855
|
1495
|
-
Processing contact_id = 7860
|
1496
|
-
Processing contact_id = 7862
|
1497
|
-
Processing contact_id = 7863
|
1498
|
-
Processing contact_id = 7867
|
1499
|
-
Processing contact_id = 7868
|
1500
|
-
Processing contact_id = 7874
|
1501
|
-
Processing contact_id = 7875
|
1502
|
-
Processing contact_id = 7876
|
1503
|
-
Processing contact_id = 7877
|
1504
|
-
Processing contact_id = 7901
|
1505
|
-
Processing contact_id = 7904
|
1506
|
-
Processing contact_id = 7905
|
1507
|
-
Processing contact_id = 7906
|
1508
|
-
Processing contact_id = 7908
|
1509
|
-
Processing contact_id = 7909
|
1510
|
-
Processing contact_id = 7910
|
1511
|
-
Processing contact_id = 7911
|
1512
|
-
Processing contact_id = 7913
|
1513
|
-
Processing contact_id = 7914
|
1514
|
-
Processing contact_id = 7915
|
1515
|
-
Processing contact_id = 7917
|
1516
|
-
Processing contact_id = 7918
|
1517
|
-
Processing contact_id = 7921
|
1518
|
-
Processing contact_id = 7924
|
1519
|
-
Processing contact_id = 7925
|
1520
|
-
Processing contact_id = 7927
|
1521
|
-
Processing contact_id = 7928
|
1522
|
-
Processing contact_id = 7929
|
1523
|
-
Processing contact_id = 7933
|
1524
|
-
Processing contact_id = 7934
|
1525
|
-
Processing contact_id = 7936
|
1526
|
-
Processing contact_id = 7937
|
1527
|
-
Processing contact_id = 7951
|
1528
|
-
Processing contact_id = 7953
|
1529
|
-
Processing contact_id = 7955
|
1530
|
-
Processing contact_id = 7956
|
1531
|
-
Processing contact_id = 7958
|
1532
|
-
Processing contact_id = 7959
|
1533
|
-
Processing contact_id = 7960
|
1534
|
-
Processing contact_id = 7962
|
1535
|
-
Processing contact_id = 7963
|
1536
|
-
Processing contact_id = 7965
|
1537
|
-
Processing contact_id = 7966
|
1538
|
-
Processing contact_id = 8002
|
1539
|
-
Processing contact_id = 8003
|
1540
|
-
Processing contact_id = 8008
|
1541
|
-
Processing contact_id = 8009
|
1542
|
-
Processing contact_id = 8010
|
1543
|
-
Processing contact_id = 8011
|
1544
|
-
Processing contact_id = 8012
|
1545
|
-
Processing contact_id = 8052
|
1546
|
-
Processing contact_id = 8053
|
1547
|
-
Processing contact_id = 8104
|
1548
|
-
Processing contact_id = 8105
|
1549
|
-
Processing contact_id = 8106
|
1550
|
-
Processing contact_id = 8110
|
1551
|
-
Processing contact_id = 8111
|
1552
|
-
Processing contact_id = 8113
|
1553
|
-
Processing contact_id = 8114
|
1554
|
-
Processing contact_id = 8116
|
1555
|
-
Processing contact_id = 8117
|
1556
|
-
Processing contact_id = 8120
|
1557
|
-
Processing contact_id = 8122
|
1558
|
-
Processing contact_id = 8123
|
1559
|
-
Processing contact_id = 8124
|
1560
|
-
Processing contact_id = 8125
|
1561
|
-
Processing contact_id = 8126
|
1562
|
-
Processing contact_id = 8127
|
1563
|
-
Processing contact_id = 8128
|
1564
|
-
Processing contact_id = 8129
|
1565
|
-
Processing contact_id = 8133
|
1566
|
-
Processing contact_id = 8134
|
1567
|
-
Processing contact_id = 8136
|
1568
|
-
Processing contact_id = 8137
|
1569
|
-
Processing contact_id = 8140
|
1570
|
-
Processing contact_id = 8142
|
1571
|
-
Processing contact_id = 8143
|
1572
|
-
Processing contact_id = 8144
|
1573
|
-
Processing contact_id = 8145
|
1574
|
-
Processing contact_id = 8146
|
1575
|
-
Processing contact_id = 8147
|
1576
|
-
Processing contact_id = 8148
|
1577
|
-
Processing contact_id = 8201
|
1578
|
-
Processing contact_id = 8251
|
1579
|
-
Processing contact_id = 8252
|
1580
|
-
Processing contact_id = 8253
|
1581
|
-
Processing contact_id = 8256
|
1582
|
-
Processing contact_id = 8257
|
1583
|
-
Processing contact_id = 8258
|
1584
|
-
Processing contact_id = 8259
|
1585
|
-
Processing contact_id = 8260
|
1586
|
-
Processing contact_id = 8261
|
1587
|
-
Processing contact_id = 8264
|
1588
|
-
Processing contact_id = 8265
|
1589
|
-
Processing contact_id = 8266
|
1590
|
-
Processing contact_id = 8270
|
1591
|
-
Processing contact_id = 8271
|
1592
|
-
Processing contact_id = 8272
|
1593
|
-
Processing contact_id = 8273
|
1594
|
-
Processing contact_id = 8274
|
1595
|
-
Processing contact_id = 8276
|
1596
|
-
Processing contact_id = 8277
|
1597
|
-
Processing contact_id = 8278
|
1598
|
-
Processing contact_id = 8279
|
1599
|
-
Processing contact_id = 8280
|
1600
|
-
Processing contact_id = 8282
|
1601
|
-
Processing contact_id = 8283
|
1602
|
-
Processing contact_id = 8284
|
1603
|
-
Processing contact_id = 8286
|
1604
|
-
Processing contact_id = 8288
|
1605
|
-
Processing contact_id = 8289
|
1606
|
-
Processing contact_id = 8292
|
1607
|
-
Processing contact_id = 8293
|
1608
|
-
Processing contact_id = 8295
|
1609
|
-
Processing contact_id = 8297
|
1610
|
-
Processing contact_id = 8299
|
1611
|
-
Processing contact_id = 8302
|
1612
|
-
Processing contact_id = 8303
|
1613
|
-
Processing contact_id = 8305
|
1614
|
-
Processing contact_id = 8306
|
1615
|
-
Processing contact_id = 8310
|
1616
|
-
Processing contact_id = 8311
|
1617
|
-
Processing contact_id = 8312
|
1618
|
-
Processing contact_id = 8313
|
1619
|
-
Processing contact_id = 8314
|
1620
|
-
Processing contact_id = 8315
|
1621
|
-
Processing contact_id = 8316
|
1622
|
-
Processing contact_id = 8317
|
1623
|
-
Processing contact_id = 8318
|
1624
|
-
Processing contact_id = 8320
|
1625
|
-
Processing contact_id = 8321
|
1626
|
-
Processing contact_id = 8322
|
1627
|
-
Processing contact_id = 8324
|
1628
|
-
Processing contact_id = 8327
|
1629
|
-
Processing contact_id = 8328
|
1630
|
-
Processing contact_id = 8330
|
1631
|
-
Processing contact_id = 8331
|
1632
|
-
Processing contact_id = 8337
|
1633
|
-
Processing contact_id = 8338
|
1634
|
-
Processing contact_id = 8340
|
1635
|
-
Processing contact_id = 8342
|
1636
|
-
Processing contact_id = 8343
|
1637
|
-
Processing contact_id = 8345
|
1638
|
-
Processing contact_id = 8346
|
1639
|
-
Processing contact_id = 8347
|
1640
|
-
Processing contact_id = 8349
|
1641
|
-
Processing contact_id = 8351
|
1642
|
-
Processing contact_id = 8401
|
1643
|
-
Processing contact_id = 8501
|
1644
|
-
Processing contact_id = 8503
|
1645
|
-
Processing contact_id = 8504
|
1646
|
-
Processing contact_id = 8507
|
1647
|
-
Processing contact_id = 8508
|
1648
|
-
Processing contact_id = 8509
|
1649
|
-
Processing contact_id = 8510
|
1650
|
-
Processing contact_id = 8511
|
1651
|
-
Processing contact_id = 8516
|
1652
|
-
Processing contact_id = 8518
|
1653
|
-
Processing contact_id = 8519
|
1654
|
-
Processing contact_id = 8520
|
1655
|
-
Processing contact_id = 8521
|
1656
|
-
Processing contact_id = 8522
|
1657
|
-
Processing contact_id = 8523
|
1658
|
-
Processing contact_id = 8524
|
1659
|
-
Processing contact_id = 8525
|
1660
|
-
Processing contact_id = 8526
|
1661
|
-
Processing contact_id = 8527
|
1662
|
-
Processing contact_id = 8529
|
1663
|
-
Processing contact_id = 8530
|
1664
|
-
Processing contact_id = 8531
|
1665
|
-
Processing contact_id = 8534
|
1666
|
-
Processing contact_id = 8538
|
1667
|
-
Processing contact_id = 8540
|
1668
|
-
Processing contact_id = 8541
|
1669
|
-
Processing contact_id = 8542
|
1670
|
-
Processing contact_id = 8543
|
1671
|
-
Processing contact_id = 8544
|
1672
|
-
Processing contact_id = 8548
|
1673
|
-
Processing contact_id = 8549
|
1674
|
-
Processing contact_id = 8550
|
1675
|
-
Processing contact_id = 8551
|
1676
|
-
Processing contact_id = 8602
|
1677
|
-
Processing contact_id = 8603
|
1678
|
-
Processing contact_id = 8604
|
1679
|
-
Processing contact_id = 8651
|
1680
|
-
Processing contact_id = 8701
|
1681
|
-
Processing contact_id = 8703
|
1682
|
-
Processing contact_id = 8704
|
1683
|
-
Processing contact_id = 8707
|
1684
|
-
Processing contact_id = 8709
|
1685
|
-
Processing contact_id = 8711
|
1686
|
-
Processing contact_id = 8712
|
1687
|
-
Processing contact_id = 8715
|
1688
|
-
Processing contact_id = 8716
|
1689
|
-
Processing contact_id = 8719
|
1690
|
-
Processing contact_id = 8720
|
1691
|
-
Processing contact_id = 8722
|
1692
|
-
Processing contact_id = 8723
|
1693
|
-
Processing contact_id = 8724
|
1694
|
-
Processing contact_id = 8725
|
1695
|
-
Processing contact_id = 8726
|
1696
|
-
Processing contact_id = 8727
|
1697
|
-
Processing contact_id = 8731
|
1698
|
-
Processing contact_id = 8732
|
1699
|
-
Processing contact_id = 8733
|
1700
|
-
Processing contact_id = 8735
|
1701
|
-
Processing contact_id = 8736
|
1702
|
-
Processing contact_id = 8738
|
1703
|
-
Processing contact_id = 8741
|
1704
|
-
Processing contact_id = 8745
|
1705
|
-
Processing contact_id = 8748
|
1706
|
-
Processing contact_id = 8749
|
1707
|
-
Processing contact_id = 8750
|
1708
|
-
Processing contact_id = 8753
|
1709
|
-
Processing contact_id = 8754
|
1710
|
-
Processing contact_id = 8755
|
1711
|
-
Processing contact_id = 8756
|
1712
|
-
Processing contact_id = 8757
|
1713
|
-
Processing contact_id = 8758
|
1714
|
-
Processing contact_id = 8761
|
1715
|
-
Processing contact_id = 8762
|
1716
|
-
Processing contact_id = 8764
|
1717
|
-
Processing contact_id = 8765
|
1718
|
-
Processing contact_id = 8766
|
1719
|
-
Processing contact_id = 8767
|
1720
|
-
Processing contact_id = 8768
|
1721
|
-
Processing contact_id = 8769
|
1722
|
-
Processing contact_id = 8770
|
1723
|
-
Processing contact_id = 8772
|
1724
|
-
Processing contact_id = 8775
|
1725
|
-
Processing contact_id = 8777
|
1726
|
-
Processing contact_id = 8779
|
1727
|
-
Processing contact_id = 8781
|
1728
|
-
Processing contact_id = 8782
|
1729
|
-
Processing contact_id = 8783
|
1730
|
-
Processing contact_id = 8784
|
1731
|
-
Processing contact_id = 8785
|
1732
|
-
Processing contact_id = 8788
|
1733
|
-
Processing contact_id = 8789
|
1734
|
-
Processing contact_id = 8790
|
1735
|
-
Processing contact_id = 8791
|
1736
|
-
Processing contact_id = 8792
|
1737
|
-
Processing contact_id = 8794
|
1738
|
-
Processing contact_id = 8795
|
1739
|
-
Processing contact_id = 8797
|
1740
|
-
Processing contact_id = 8798
|
1741
|
-
Processing contact_id = 8801
|
1742
|
-
Processing contact_id = 8855
|
1743
|
-
Processing contact_id = 8856
|
1744
|
-
Processing contact_id = 8857
|
1745
|
-
Processing contact_id = 8858
|
1746
|
-
Processing contact_id = 8859
|
1747
|
-
Processing contact_id = 8860
|
1748
|
-
Processing contact_id = 8861
|
1749
|
-
Processing contact_id = 8863
|
1750
|
-
Processing contact_id = 8864
|
1751
|
-
Processing contact_id = 8865
|
1752
|
-
Processing contact_id = 8866
|
1753
|
-
Processing contact_id = 8867
|
1754
|
-
Processing contact_id = 8869
|
1755
|
-
Processing contact_id = 8870
|
1756
|
-
Processing contact_id = 8872
|
1757
|
-
Processing contact_id = 8873
|
1758
|
-
Processing contact_id = 8877
|
1759
|
-
Processing contact_id = 8879
|
1760
|
-
Processing contact_id = 8880
|
1761
|
-
Processing contact_id = 8881
|
1762
|
-
Processing contact_id = 8882
|
1763
|
-
Processing contact_id = 8883
|
1764
|
-
Processing contact_id = 8884
|
1765
|
-
Processing contact_id = 8885
|
1766
|
-
Processing contact_id = 8886
|
1767
|
-
Processing contact_id = 8887
|
1768
|
-
Processing contact_id = 8888
|
1769
|
-
Processing contact_id = 8889
|
1770
|
-
Processing contact_id = 8892
|
1771
|
-
Processing contact_id = 8893
|
1772
|
-
Processing contact_id = 8894
|
1773
|
-
Processing contact_id = 8903
|
1774
|
-
Processing contact_id = 8906
|
1775
|
-
Processing contact_id = 8908
|
1776
|
-
Processing contact_id = 8909
|
1777
|
-
Processing contact_id = 8910
|
1778
|
-
Processing contact_id = 8911
|
1779
|
-
Processing contact_id = 8914
|
1780
|
-
Processing contact_id = 8916
|
1781
|
-
Processing contact_id = 8917
|
1782
|
-
Processing contact_id = 8918
|
1783
|
-
Processing contact_id = 8919
|
1784
|
-
Processing contact_id = 8922
|
1785
|
-
Processing contact_id = 8923
|
1786
|
-
Processing contact_id = 8924
|
1787
|
-
Processing contact_id = 8925
|
1788
|
-
Processing contact_id = 8926
|
1789
|
-
Processing contact_id = 8928
|
1790
|
-
Processing contact_id = 8929
|
1791
|
-
Processing contact_id = 8930
|
1792
|
-
Processing contact_id = 8931
|
1793
|
-
Processing contact_id = 8932
|
1794
|
-
Processing contact_id = 8933
|
1795
|
-
Processing contact_id = 8934
|
1796
|
-
Processing contact_id = 8935
|
1797
|
-
Processing contact_id = 8936
|
1798
|
-
Processing contact_id = 8937
|
1799
|
-
Processing contact_id = 8938
|
1800
|
-
Processing contact_id = 8940
|
1801
|
-
Processing contact_id = 8941
|
1802
|
-
Processing contact_id = 8942
|
1803
|
-
Processing contact_id = 8951
|
1804
|
-
Processing contact_id = 9001
|
1805
|
-
Processing contact_id = 9051
|
1806
|
-
Processing contact_id = 9052
|
1807
|
-
Processing contact_id = 9054
|
1808
|
-
Processing contact_id = 9056
|
1809
|
-
Processing contact_id = 9057
|
1810
|
-
Processing contact_id = 9060
|
1811
|
-
Processing contact_id = 9061
|
1812
|
-
Processing contact_id = 9062
|
1813
|
-
Processing contact_id = 9064
|
1814
|
-
Processing contact_id = 9068
|
1815
|
-
Processing contact_id = 9069
|
1816
|
-
Processing contact_id = 9070
|
1817
|
-
Processing contact_id = 9071
|
1818
|
-
Processing contact_id = 9072
|
1819
|
-
Processing contact_id = 9074
|
1820
|
-
Processing contact_id = 9075
|
1821
|
-
Processing contact_id = 9077
|
1822
|
-
Processing contact_id = 9079
|
1823
|
-
Processing contact_id = 9080
|
1824
|
-
Processing contact_id = 9081
|
1825
|
-
Processing contact_id = 9082
|
1826
|
-
Processing contact_id = 9083
|
1827
|
-
Processing contact_id = 9086
|
1828
|
-
Processing contact_id = 9087
|
1829
|
-
Processing contact_id = 9088
|
1830
|
-
Processing contact_id = 9089
|
1831
|
-
Processing contact_id = 9090
|
1832
|
-
Processing contact_id = 9091
|
1833
|
-
Processing contact_id = 9092
|
1834
|
-
Processing contact_id = 9094
|
1835
|
-
Processing contact_id = 9096
|
1836
|
-
Processing contact_id = 9098
|
1837
|
-
Processing contact_id = 9099
|
1838
|
-
Processing contact_id = 9101
|
1839
|
-
Processing contact_id = 9104
|
1840
|
-
Processing contact_id = 9105
|
1841
|
-
Processing contact_id = 9106
|
1842
|
-
Processing contact_id = 9107
|
1843
|
-
Processing contact_id = 9108
|
1844
|
-
Processing contact_id = 9109
|
1845
|
-
Processing contact_id = 9110
|
1846
|
-
Processing contact_id = 9111
|
1847
|
-
Processing contact_id = 9115
|
1848
|
-
Processing contact_id = 9116
|
1849
|
-
Processing contact_id = 9117
|
1850
|
-
Processing contact_id = 9118
|
1851
|
-
Processing contact_id = 9119
|
1852
|
-
Processing contact_id = 9122
|
1853
|
-
Processing contact_id = 9123
|
1854
|
-
Processing contact_id = 9126
|
1855
|
-
Processing contact_id = 9127
|
1856
|
-
Processing contact_id = 9128
|
1857
|
-
Processing contact_id = 9129
|
1858
|
-
Processing contact_id = 9130
|
1859
|
-
Processing contact_id = 9133
|
1860
|
-
Processing contact_id = 9134
|
1861
|
-
Processing contact_id = 9135
|
1862
|
-
Processing contact_id = 9136
|
1863
|
-
Processing contact_id = 9137
|
1864
|
-
Processing contact_id = 9151
|
1865
|
-
Processing contact_id = 9152
|
1866
|
-
Processing contact_id = 9153
|
1867
|
-
Processing contact_id = 9154
|
1868
|
-
Processing contact_id = 9155
|
1869
|
-
Processing contact_id = 9156
|
1870
|
-
Processing contact_id = 9157
|
1871
|
-
Processing contact_id = 9158
|
1872
|
-
Processing contact_id = 9159
|
1873
|
-
Processing contact_id = 9160
|
1874
|
-
Processing contact_id = 9161
|
1875
|
-
Processing contact_id = 9163
|
1876
|
-
Processing contact_id = 9164
|
1877
|
-
Processing contact_id = 9201
|
1878
|
-
Processing contact_id = 9202
|
1879
|
-
Processing contact_id = 9204
|
1880
|
-
Processing contact_id = 9206
|
1881
|
-
Processing contact_id = 9207
|
1882
|
-
Processing contact_id = 9210
|
1883
|
-
Processing contact_id = 9211
|
1884
|
-
Processing contact_id = 9213
|
1885
|
-
Processing contact_id = 9251
|
1886
|
-
Processing contact_id = 9252
|
1887
|
-
Processing contact_id = 9302
|
1888
|
-
Processing contact_id = 9304
|
1889
|
-
Processing contact_id = 9305
|
1890
|
-
Processing contact_id = 9306
|
1891
|
-
Processing contact_id = 9307
|
1892
|
-
Processing contact_id = 9308
|
1893
|
-
Processing contact_id = 9309
|
1894
|
-
Processing contact_id = 9351
|
1895
|
-
Processing contact_id = 9352
|
1896
|
-
Processing contact_id = 9401
|
1897
|
-
Processing contact_id = 9451
|
1898
|
-
Processing contact_id = 9453
|
1899
|
-
Processing contact_id = 9951
|
1900
|
-
Processing contact_id = 9953
|
1901
|
-
Processing contact_id = 9954
|
1902
|
-
Processing contact_id = 9955
|
1903
|
-
Processing contact_id = 9957
|
1904
|
-
Processing contact_id = 9959
|
1905
|
-
Processing contact_id = 9960
|
1906
|
-
Processing contact_id = 9961
|
1907
|
-
Processing contact_id = 9962
|
1908
|
-
Processing contact_id = 9963
|
1909
|
-
Processing contact_id = 9964
|
1910
|
-
Processing contact_id = 9965
|
1911
|
-
Processing contact_id = 9966
|
1912
|
-
Processing contact_id = 9967
|
1913
|
-
Processing contact_id = 9968
|
1914
|
-
Processing contact_id = 9969
|
1915
|
-
Processing contact_id = 10052
|
1916
|
-
Processing contact_id = 10053
|
1917
|
-
Processing contact_id = 10056
|
1918
|
-
Processing contact_id = 10057
|
1919
|
-
Processing contact_id = 10058
|
1920
|
-
Processing contact_id = 10059
|
1921
|
-
Processing contact_id = 10060
|
1922
|
-
Processing contact_id = 10061
|
1923
|
-
Processing contact_id = 10063
|
1924
|
-
Processing contact_id = 10065
|
1925
|
-
Processing contact_id = 10101
|
1926
|
-
Processing contact_id = 10106
|
1927
|
-
Processing contact_id = 10109
|
1928
|
-
Processing contact_id = 10110
|
1929
|
-
Processing contact_id = 10111
|
1930
|
-
Processing contact_id = 10112
|
1931
|
-
Processing contact_id = 10113
|
1932
|
-
Processing contact_id = 10115
|
1933
|
-
Processing contact_id = 10116
|
1934
|
-
Processing contact_id = 10117
|
1935
|
-
Processing contact_id = 10118
|
1936
|
-
Processing contact_id = 10121
|
1937
|
-
Processing contact_id = 10122
|
1938
|
-
Processing contact_id = 10123
|
1939
|
-
Processing contact_id = 10124
|
1940
|
-
Processing contact_id = 10125
|
1941
|
-
Processing contact_id = 10151
|
1942
|
-
Processing contact_id = 10152
|
1943
|
-
Processing contact_id = 10153
|
1944
|
-
Processing contact_id = 10201
|
1945
|
-
Processing contact_id = 10252
|
1946
|
-
Processing contact_id = 10253
|
1947
|
-
Processing contact_id = 10254
|
1948
|
-
Processing contact_id = 10255
|
1949
|
-
Processing contact_id = 10256
|
1950
|
-
Processing contact_id = 10257
|
1951
|
-
Processing contact_id = 10259
|
1952
|
-
Processing contact_id = 10260
|
1953
|
-
Processing contact_id = 10261
|
1954
|
-
Processing contact_id = 10301
|
1955
|
-
Processing contact_id = 10302
|
1956
|
-
Processing contact_id = 10305
|
1957
|
-
Processing contact_id = 10306
|
1958
|
-
Processing contact_id = 10307
|
1959
|
-
Processing contact_id = 10308
|
1960
|
-
Processing contact_id = 10309
|
1961
|
-
Processing contact_id = 10310
|
1962
|
-
Processing contact_id = 10311
|
1963
|
-
Processing contact_id = 10312
|
1964
|
-
Processing contact_id = 10314
|
1965
|
-
Processing contact_id = 10315
|
1966
|
-
Processing contact_id = 10316
|
1967
|
-
Processing contact_id = 10318
|
1968
|
-
Processing contact_id = 10319
|
1969
|
-
Processing contact_id = 10321
|
1970
|
-
Processing contact_id = 10322
|
1971
|
-
Processing contact_id = 10323
|
1972
|
-
Processing contact_id = 10324
|
1973
|
-
Processing contact_id = 10351
|
1974
|
-
Processing contact_id = 10352
|
1975
|
-
Processing contact_id = 10354
|
1976
|
-
Processing contact_id = 10355
|
1977
|
-
Processing contact_id = 10356
|
1978
|
-
Processing contact_id = 10357
|
1979
|
-
Processing contact_id = 10358
|
1980
|
-
Processing contact_id = 10360
|
1981
|
-
Processing contact_id = 10367
|
1982
|
-
Processing contact_id = 10368
|
1983
|
-
Processing contact_id = 10401
|
1984
|
-
Processing contact_id = 10451
|
1985
|
-
Processing contact_id = 10452
|
1986
|
-
Processing contact_id = 10453
|
1987
|
-
Processing contact_id = 10455
|
1988
|
-
Processing contact_id = 10457
|
1989
|
-
Processing contact_id = 10458
|
1990
|
-
Processing contact_id = 10459
|
1991
|
-
Processing contact_id = 10462
|
1992
|
-
Processing contact_id = 10463
|
1993
|
-
Processing contact_id = 10501
|
1994
|
-
Processing contact_id = 10551
|
1995
|
-
Processing contact_id = 10553
|
1996
|
-
Processing contact_id = 10554
|
1997
|
-
Processing contact_id = 10555
|
1998
|
-
Processing contact_id = 10556
|
1999
|
-
Processing contact_id = 10557
|
2000
|
-
Processing contact_id = 10558
|
2001
|
-
Processing contact_id = 10560
|
2002
|
-
Processing contact_id = 10563
|
2003
|
-
Processing contact_id = 10564
|
2004
|
-
Processing contact_id = 10566
|
2005
|
-
Processing contact_id = 10568
|
2006
|
-
Processing contact_id = 10569
|
2007
|
-
Processing contact_id = 10570
|
2008
|
-
Processing contact_id = 10601
|
2009
|
-
Processing contact_id = 10602
|
2010
|
-
Processing contact_id = 10603
|
2011
|
-
Processing contact_id = 10606
|
2012
|
-
Processing contact_id = 10607
|
2013
|
-
Processing contact_id = 10608
|
2014
|
-
Processing contact_id = 10651
|
2015
|
-
Processing contact_id = 10652
|
2016
|
-
Processing contact_id = 10653
|
2017
|
-
Processing contact_id = 10654
|
2018
|
-
Processing contact_id = 10656
|
2019
|
-
Processing contact_id = 10657
|
2020
|
-
Processing contact_id = 10659
|
2021
|
-
Processing contact_id = 10661
|
2022
|
-
Processing contact_id = 10662
|
2023
|
-
Processing contact_id = 10664
|
2024
|
-
Processing contact_id = 10665
|
2025
|
-
Processing contact_id = 10703
|
2026
|
-
Processing contact_id = 10704
|
2027
|
-
Processing contact_id = 10751
|
2028
|
-
Processing contact_id = 10753
|
2029
|
-
Processing contact_id = 10754
|
2030
|
-
Processing contact_id = 10755
|
2031
|
-
Processing contact_id = 10756
|
2032
|
-
Processing contact_id = 10801
|
2033
|
-
Processing contact_id = 10851
|
2034
|
-
Processing contact_id = 10852
|
2035
|
-
Processing contact_id = 16051
|
2036
|
-
Started GET "/" for ::1 at 2020-06-05 13:00:55 +0300
|
2037
|
-
Processing by HomeController#index as HTML
|
2038
|
-
Rendering home/index.html.erb within layouts/application
|
2039
|
-
Rendered home/index.html.erb within layouts/application (0.4ms)
|
2040
|
-
Rendered shared/_header.html.erb (0.4ms)
|
2041
|
-
Completed 200 OK in 46ms (Views: 39.7ms | ActiveRecord: 0.0ms)
|
2042
|
-
|
2043
|
-
|
2044
|
-
Started GET "/" for ::1 at 2020-06-05 13:00:56 +0300
|
2045
|
-
Processing by HomeController#index as HTML
|
2046
|
-
Rendering home/index.html.erb within layouts/application
|
2047
|
-
Rendered home/index.html.erb within layouts/application (2.5ms)
|
2048
|
-
Rendered shared/_header.html.erb (0.7ms)
|
2049
|
-
Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 0.0ms)
|
2050
|
-
|
2051
|
-
|
2052
|
-
Started GET "/" for ::1 at 2020-06-05 13:01:54 +0300
|
2053
|
-
Processing by HomeController#index as HTML
|
2054
|
-
Rendering home/index.html.erb within layouts/application
|
2055
|
-
Rendered home/index.html.erb within layouts/application (1.1ms)
|
2056
|
-
Rendered shared/_header.html.erb (0.3ms)
|
2057
|
-
Completed 200 OK in 222ms (Views: 209.4ms | ActiveRecord: 0.0ms)
|
2058
|
-
|
2059
|
-
|
2060
|
-
Started GET "/" for ::1 at 2020-06-05 13:01:57 +0300
|
2061
|
-
Processing by HomeController#index as HTML
|
2062
|
-
Rendering home/index.html.erb within layouts/application
|
2063
|
-
Rendered home/index.html.erb within layouts/application (0.8ms)
|
2064
|
-
Rendered shared/_header.html.erb (0.3ms)
|
2065
|
-
Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.0ms)
|
2066
|
-
|
2067
|
-
|
2068
|
-
Started GET "/" for ::1 at 2020-06-05 13:02:05 +0300
|
2069
|
-
Processing by HomeController#index as HTML
|
2070
|
-
Redirected to http://localhost:3000/login
|
2071
|
-
Filter chain halted as :authorize rendered or redirected
|
2072
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2073
|
-
|
2074
|
-
|
2075
|
-
Started GET "/login" for ::1 at 2020-06-05 13:02:05 +0300
|
2076
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
2077
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
2078
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.4ms)
|
2079
|
-
Rendered shared/_header.html.erb (0.3ms)
|
2080
|
-
Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
|
2081
|
-
|
2082
|
-
|
2083
|
-
Started GET "/login" for ::1 at 2020-06-05 13:05:01 +0300
|
2084
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
2085
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
2086
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.5ms)
|
2087
|
-
Rendered shared/_header.html.erb (0.4ms)
|
2088
|
-
Completed 200 OK in 52ms (Views: 46.4ms | ActiveRecord: 0.0ms)
|
2089
|
-
|
2090
|
-
|
2091
|
-
Started GET "/login" for ::1 at 2020-06-05 13:05:04 +0300
|
2092
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
2093
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
2094
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.7ms)
|
2095
|
-
Rendered shared/_header.html.erb (0.3ms)
|
2096
|
-
Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.0ms)
|
2097
|
-
|
2098
|
-
|
2099
|
-
Started GET "/login" for ::1 at 2020-06-05 13:05:09 +0300
|
2100
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
2101
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
2102
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.9ms)
|
2103
|
-
Rendered shared/_header.html.erb (0.4ms)
|
2104
|
-
Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.0ms)
|
2105
|
-
|
2106
|
-
|
2107
|
-
Started GET "/login" for ::1 at 2020-06-05 13:07:10 +0300
|
2108
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
2109
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
2110
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.4ms)
|
2111
|
-
Rendered shared/_header.html.erb (0.7ms)
|
2112
|
-
Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.0ms)
|
2113
|
-
|
2114
|
-
|
2115
|
-
Started GET "/login" for ::1 at 2020-06-05 13:07:12 +0300
|
2116
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
2117
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
2118
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.7ms)
|
2119
|
-
Rendered shared/_header.html.erb (0.6ms)
|
2120
|
-
Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms)
|
2121
|
-
|
2122
|
-
|
2123
|
-
Started GET "/login" for ::1 at 2020-06-05 13:07:21 +0300
|
2124
|
-
Processing by Oauth::AuthorizationController#login as HTML
|
2125
|
-
Rendering oauth/authorization/login.html.erb within layouts/application
|
2126
|
-
Rendered oauth/authorization/login.html.erb within layouts/application (0.4ms)
|
2127
|
-
Rendered shared/_header.html.erb (0.4ms)
|
2128
|
-
Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)
|
2129
|
-
|
2130
|
-
|
2131
|
-
Started GET "/oauth" for ::1 at 2020-06-05 13:07:22 +0300
|
2132
|
-
Processing by Oauth::AuthorizationController#authorize as HTML
|
2133
|
-
Redirected to https://app.hubspot.com/oauth/authorize?client_id=967ad59f-41cd-44c2-8384-3806f9435151&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts&
|
2134
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2135
|
-
|
2136
|
-
|
2137
|
-
Started GET "/oauth/callback?code=4bf26878-5b10-425d-9111-dbf80608b671" for ::1 at 2020-06-05 13:07:27 +0300
|
2138
|
-
Processing by Oauth::AuthorizationController#callback as HTML
|
2139
|
-
Parameters: {"code"=>"4bf26878-5b10-425d-9111-dbf80608b671"}
|
2140
|
-
Redirected to http://localhost:3000/
|
2141
|
-
Completed 302 Found in 705ms (ActiveRecord: 0.0ms)
|
2142
|
-
|
2143
|
-
|
2144
|
-
Started GET "/" for ::1 at 2020-06-05 13:07:28 +0300
|
2145
|
-
Processing by HomeController#index as HTML
|
2146
|
-
Rendering home/index.html.erb within layouts/application
|
2147
|
-
Rendered home/index.html.erb within layouts/application (0.8ms)
|
2148
|
-
Rendered shared/_header.html.erb (0.4ms)
|
2149
|
-
Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.0ms)
|
2150
|
-
|
2151
|
-
|
2152
|
-
Started GET "/" for ::1 at 2020-06-05 13:09:46 +0300
|
2153
|
-
Processing by HomeController#index as HTML
|
2154
|
-
Rendering home/index.html.erb within layouts/application
|
2155
|
-
Rendered home/index.html.erb within layouts/application (1.2ms)
|
2156
|
-
Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2160
|
-
ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'
|
2161
|
-
Checked in these paths:
|
2162
|
-
/home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/config
|
2163
|
-
/home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/images
|
2164
|
-
/home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/javascripts
|
2165
|
-
/home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/stylesheets
|
2166
|
-
/home/ermolkin/.rvm/gems/ruby-2.6.3/gems/actioncable-5.2.3/lib/assets/compiled
|
2167
|
-
/home/ermolkin/.rvm/gems/ruby-2.6.3/gems/activestorage-5.2.3/app/assets/javascripts
|
2168
|
-
/home/ermolkin/.rvm/gems/ruby-2.6.3/gems/actionview-5.2.3/lib/assets/compiled
|
2169
|
-
/home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/node_modules):
|
2170
|
-
11: <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.css">
|
2171
|
-
12:
|
2172
|
-
13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
2173
|
-
14: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
|
2174
|
-
15: </head>
|
2175
|
-
16:
|
2176
|
-
17: <body>
|
2177
|
-
|
2178
|
-
app/assets/javascripts/application.js:14
|
2179
|
-
app/views/layouts/application.html.erb:14:in `_app_views_layouts_application_html_erb__3032248099603034983_69971393183520'
|
2180
|
-
Started GET "/" for ::1 at 2020-06-05 13:10:50 +0300
|
2181
|
-
Processing by HomeController#index as HTML
|
2182
|
-
Rendering home/index.html.erb within layouts/application
|
2183
|
-
Rendered home/index.html.erb within layouts/application (1.1ms)
|
2184
|
-
Rendered shared/_header.html.erb (0.3ms)
|
2185
|
-
Completed 200 OK in 671ms (Views: 664.4ms | ActiveRecord: 0.0ms)
|
2186
|
-
|
2187
|
-
|