Created
June 4, 2020 15:00
-
-
Save Marthyn/1792e73e43a3922520539e9a4e949d54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modified: app/controllers/graphql_controller.rb | |
deleted: app/graphql/beequip_platform_private_schema.rb | |
deleted: app/graphql/beequip_platform_public_schema.rb | |
modified: app/graphql/instruments/authorization.rb | |
modified: app/graphql/resolvers/accept_terms.rb | |
modified: app/graphql/resolvers/calculate_lease.rb | |
modified: app/graphql/resolvers/claim_deals.rb | |
modified: app/graphql/resolvers/controllers/abstract_lease_controller.rb | |
modified: app/graphql/resolvers/controllers/controller.rb | |
modified: app/graphql/resolvers/controllers/deal_controller.rb | |
modified: app/graphql/resolvers/controllers/e2e/deal_controller.rb | |
modified: app/graphql/resolvers/controllers/lease_controller.rb | |
deleted: app/graphql/resolvers/customer_calculate_lease.rb | |
deleted: app/graphql/resolvers/customer_create_deal.rb | |
modified: app/graphql/resolvers/customer_request_deal.rb | |
deleted: app/graphql/resolvers/customer_update_deal.rb | |
deleted: app/graphql/resolvers/customer_update_lease.rb | |
modified: app/graphql/resolvers/restricted_lease.rb | |
modified: app/graphql/types/authorized_field.rb | |
modified: app/graphql/types/base_object.rb | |
modified: app/graphql/types/calculate_lease_input_type.rb | |
deleted: app/graphql/types/customer_calculate_lease_input_type.rb | |
deleted: app/graphql/types/customer_deal_create_input_type.rb | |
deleted: app/graphql/types/customer_deal_type.rb | |
deleted: app/graphql/types/customer_deal_update_input_type.rb | |
deleted: app/graphql/types/customer_event_type.rb | |
deleted: app/graphql/types/customer_lease_type.rb | |
deleted: app/graphql/types/customer_organization_type.rb | |
deleted: app/graphql/types/customer_update_lease_input_type.rb | |
modified: app/graphql/types/deal_create_input_type.rb | |
modified: app/graphql/types/deal_type.rb | |
modified: app/graphql/types/deal_update_input_type.rb | |
modified: app/graphql/types/event_type.rb | |
modified: app/graphql/types/lease_group_type.rb | |
modified: app/graphql/types/lease_type.rb | |
modified: app/graphql/types/organization_type.rb | |
modified: app/graphql/types/payment_type.rb | |
deleted: app/graphql/types/private_mutation_type.rb | |
deleted: app/graphql/types/private_query_type.rb | |
deleted: app/graphql/types/public_mutation_type.rb | |
deleted: app/graphql/types/public_query_type.rb | |
modified: app/graphql/types/update_lease_input_type.rb | |
modified: app/models/application_record.rb | |
modified: app/models/events/deal_events/incomplete_request.rb | |
modified: app/models/events/deal_events/request_started.rb | |
modified: app/models/events/deal_events/save_prospect.rb | |
modified: app/models/events/deal_events/sign_contract.rb | |
modified: app/policies/application_policy.rb | |
modified: app/policies/category_group_policy.rb | |
modified: app/policies/customer_user_policy.rb | |
modified: app/policies/deal_policy.rb | |
modified: app/policies/event_policy.rb | |
modified: app/policies/lease_policy.rb | |
modified: app/policies/organization_policy.rb | |
modified: app/policies/region_policy.rb | |
deleted: app/policies/request_incomplete_policy.rb | |
deleted: app/policies/request_started_policy.rb | |
modified: fixtures/vcr_cassettes/create_organization_beequip.yml | |
modified: test/controllers/graphql/mutations/authenticate_mutation_test.rb | |
modified: test/controllers/graphql/mutations/claim_deals_mutation_test.rb | |
modified: test/controllers/graphql/mutations/create_contract_attachment_mutation_test.rb | |
modified: test/controllers/graphql/mutations/create_contract_mutation_test.rb | |
modified: test/controllers/graphql/mutations/create_dropbox_attachment_mutation_test.rb | |
modified: test/controllers/graphql/mutations/customer_create_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/customer_request_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/customer_update_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/customer_update_lease_mutation_test.rb | |
modified: test/controllers/graphql/mutations/fake_digital_identification_by_identifying_person_mutation_test.rb | |
modified: test/controllers/graphql/mutations/fake_digital_signing_by_signatory_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_accept_terms_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_comment_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_create_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_create_indication_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_create_intermediary_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_create_ubo_statement_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_create_user_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_invite_user_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_password_update_user_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_request_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_request_started_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_undo_request_started_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_deal_contact_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_intermediary_fee_percentage_by_intermediary_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_intermediary_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_lease_group_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_lease_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_organization_mutation_test.rb | |
modified: test/controllers/graphql/mutations/intermediary_update_user_mutation_test.rb | |
modified: test/controllers/graphql/mutations/notify_digital_identification_mutation_test.rb | |
modified: test/controllers/graphql/mutations/notify_digital_signing_mutation_test.rb | |
modified: test/controllers/graphql/mutations/public_create_intermediary_mutation_test.rb | |
modified: test/controllers/graphql/mutations/register_mutation_test.rb | |
modified: test/controllers/graphql/mutations/send_login_link_mutation_test.rb | |
modified: test/controllers/graphql/mutations/sign_contract_deal_mutation_test.rb | |
modified: test/controllers/graphql/mutations/upload_dropbox_attachment_mutation_test.rb | |
modified: test/controllers/graphql/queries/calculate_lease_group_query_test.rb | |
modified: test/controllers/graphql/queries/calculate_lease_query_test.rb | |
modified: test/controllers/graphql/queries/customer_calculate_lease_query_test.rb | |
modified: test/controllers/graphql/queries/deal_query_test.rb | |
modified: test/controllers/graphql/queries/signing_request_query_test.rb | |
modified: test/controllers/graphql/queries/user_query_test.rb | |
modified: test/controllers/graphql_controller_test.rb | |
modified: test/factories/payment_factories.rb | |
modified: test/policies/event_policy_test.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment