velocity-python 0.1.101__tar.gz → 0.1.102__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {velocity_python-0.1.101 → velocity_python-0.1.102}/PKG-INFO +1 -1
- {velocity_python-0.1.101 → velocity_python-0.1.102}/pyproject.toml +1 -1
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/__init__.py +1 -1
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/mixins/data_service.py +213 -4
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/response.py +27 -1
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/ssm_config.py +9 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/braintree_adapter.py +29 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity_python.egg-info/PKG-INFO +1 -1
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity_python.egg-info/SOURCES.txt +4 -0
- velocity_python-0.1.102/tests/test_data_service_query_cap.py +115 -0
- velocity_python-0.1.102/tests/test_data_service_renumber.py +93 -0
- velocity_python-0.1.102/tests/test_data_service_save_as.py +190 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_payment_braintree_adapter.py +38 -0
- velocity_python-0.1.102/tests/test_response.py +32 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_ssm_config.py +13 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/LICENSE +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/README.md +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/setup.cfg +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/amplify.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/amplify_build.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/assets/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/assets/backfill.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/assets/indexing.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/assets/references.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/assets/service.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/assets/usage_index.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/blobs.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/deploy/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/deploy/config.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/deploy/operations.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/deploy/policies.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/deploy/reconcile.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/deploy/targets.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/dirty_pipeline.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/email.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/base_handler.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/context.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/context_factory.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/exceptions.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/lambda_handler.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/masquerade.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/mixins/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/mixins/job_handler.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/mixins/web_handler.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/perf.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/sqs_handler.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/job_results.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/s3.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/sms.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_amplify_build_policy_size.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_amplify_build_shim.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_base_handler_error_response.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_deploy_policies.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_deploy_reconcile.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_email.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_lambda_handler_json_serialization.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_response.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/tests/test_sms.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/async_support.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/column.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/database.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/decorators.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/engine.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/jsonproxy.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/result.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/row.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/sequence.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/table.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/transaction.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/core/view.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/exceptions.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/maintenance.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/migrations.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/base/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/base/initializer.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/base/operators.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/base/sql.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/base/types.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/mysql/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/mysql/operators.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/mysql/reserved.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/mysql/sql.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/mysql/types.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/postgres/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/postgres/operators.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/postgres/reserved.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/postgres/sql.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/postgres/types.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlite/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlite/operators.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlite/reserved.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlite/sql.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlite/types.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlserver/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlserver/operators.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlserver/reserved.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlserver/sql.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/sqlserver/types.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/servers/tablehelper.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/common_db_test.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/common.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/conftest.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_column.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_connections.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_database.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_engine.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_general_usage.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_imports.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_result.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_row.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_row_comprehensive.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_schema_locking.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_schema_locking_unit.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_sequence.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_sql_comprehensive.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_table.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_table_comprehensive.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/postgres/test_transaction.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/sql/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/sql/common.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/sql/test_postgres_select_advanced.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/sql/test_postgres_select_variances.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_cursor_rowcount_fix.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_db_utils.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_postgres.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_postgres_unchanged.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_process_error_robustness.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_result_caching.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_result_sql_aware.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_row_get_missing_column.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_schema_locking_initializers.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_schema_locking_simple.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_sql_builder.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_tablehelper.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/tests/test_view_helper.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/db/utils.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/logging.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/conv/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/conv/iconv.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/conv/oconv.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/db.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/export.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/format.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/mail.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/merge.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/pdf.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_db.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_fix.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_format.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_iconv.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_mail_send.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_merge.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_oconv.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_original_error.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tests/test_timer.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/timer.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/misc/tools.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/core/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/core/capabilities.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/core/store.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/core/where.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/exceptions.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/base/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/cassandra/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/cassandra/translation.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/couchbase/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/couchbase/translation.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/dynamodb/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/dynamodb/translation.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/elasticsearch/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/elasticsearch/translation.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/memory/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/mongodb/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/mongodb/translation.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/nosql/servers/redis/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/__init__.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/authorizenet_adapter.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/authorizenet_mirror.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/base_adapter.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/braintree_mirror.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/charge_rules.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/stripe_adapter.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/stripe_mirror.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity_python.egg-info/dependency_links.txt +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity_python.egg-info/entry_points.txt +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity_python.egg-info/requires.txt +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity_python.egg-info/top_level.txt +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_activity_tracking_aborted_tx.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_amplify_build.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_asset_indexing.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_asset_references.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_assets_service.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_async_support.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_batch_operations.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_blob_store.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_column_tx_arg.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_concurrency_safety.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_connection_pool.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_connection_resilience.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_context_job_descriptions.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_db_credentials_ssm_cascade.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_db_maintenance.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_decorators.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_delete_hook_fk_blocked.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_dirty_pipeline_fast_path.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_email_processing.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_enqueue_send_failures.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_get_cognito_user_provider.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_http_handler_rollback.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_iconv_money_to_cents.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_identifier_injection_guard.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_job_handler.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_job_results.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_json_columns.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_jsonb_dict_adapter.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_lambda_handler.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_lambda_handler_auth.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_lambda_handler_masquerade.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_masquerade_grant.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_mixins_import.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_n_plus_one.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_nosql_dynamodb.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_nosql_memory.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_nosql_mongodb.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_nosql_redis.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_nosql_translation.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_nosql_where.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_observability.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_on_commit.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_payment_authorizenet_adapter.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_payment_braintree_mirror.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_payment_mirror_empty_table.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_payment_profile_sorting.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_payment_stripe_adapter.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_pdf.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_prepared_statements.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_psycopg3_upgrade.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_query_cache.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_query_missing_table_unlocked.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_restricted_direct_tables.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_retry_side_effect_guard.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_return_default_safety.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_row_batch_update.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_row_cache_staleness.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_schema_migrations.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_security_hardening.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_server_cursor.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_single_autocommit_safety.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_spreadsheet_functions.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_sqlite_backend.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_sqs_per_record_transactions.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_store_user_data.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_sys_modified_count_postgres_demo.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_table_alter.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_transaction_class_wrapping.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_transaction_commit_and_ownership.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_transaction_edge_cases.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_where_clause_validation.py +0 -0
- {velocity_python-0.1.101 → velocity_python-0.1.102}/tests/test_write_hook_create_flow.py +0 -0
{velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/aws/handlers/mixins/data_service.py
RENAMED
|
@@ -15,7 +15,7 @@ import re
|
|
|
15
15
|
import xml.etree.ElementTree as ET
|
|
16
16
|
from io import BytesIO, StringIO
|
|
17
17
|
|
|
18
|
-
from velocity.aws import dirty_pipeline
|
|
18
|
+
from velocity.aws import dirty_pipeline, ssm_config
|
|
19
19
|
from velocity.aws.handlers.exceptions import AlertError
|
|
20
20
|
from velocity.db.exceptions import DbDataIntegrityError
|
|
21
21
|
from velocity.misc import export
|
|
@@ -48,6 +48,85 @@ def _fk_blocked_delete_message(table, exc):
|
|
|
48
48
|
)
|
|
49
49
|
|
|
50
50
|
|
|
51
|
+
_IDENTIFIER_RE = re.compile(r"^[A-Za-z_][A-Za-z0-9_]*$")
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def _bump_sys_id_sequence(tx, table):
|
|
55
|
+
"""Keep the table's serial/identity sequence ahead of MAX(sys_id) so a
|
|
56
|
+
future auto-generated id can never collide with an explicitly chosen one
|
|
57
|
+
(renumber, Save-As)."""
|
|
58
|
+
if not _IDENTIFIER_RE.match(table or ""):
|
|
59
|
+
raise AlertError(f"'{table}' is not a valid table name.")
|
|
60
|
+
tx.execute(
|
|
61
|
+
f"""select setval(s.seq, greatest((select coalesce(max(sys_id), 1) from "{table}"), 1))
|
|
62
|
+
from (select pg_get_serial_sequence(%s, 'sys_id') as seq) s
|
|
63
|
+
where s.seq is not null""",
|
|
64
|
+
(table,),
|
|
65
|
+
)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
def renumber_row(tx, table, old_sys_id, new_sys_id, overwrite=False):
|
|
69
|
+
"""Assign a CHOSEN sys_id to an existing row (admin surgery).
|
|
70
|
+
|
|
71
|
+
Rules (deliberately simple):
|
|
72
|
+
- refused when any real foreign-key constraint references this table's
|
|
73
|
+
sys_id (renumbering under FKs is a cascade problem for another day);
|
|
74
|
+
- when the target sys_id already exists: refused unless ``overwrite`` —
|
|
75
|
+
which DELETES the occupying row first;
|
|
76
|
+
- the table's sys_id sequence is bumped past MAX(sys_id) afterwards so
|
|
77
|
+
future inserts can never collide with the chosen id.
|
|
78
|
+
|
|
79
|
+
Returns "renumbered" on success, or "exists" when the target id is
|
|
80
|
+
occupied and overwrite was not requested (the caller asks the user).
|
|
81
|
+
Raises AlertError for every refusal.
|
|
82
|
+
"""
|
|
83
|
+
if not _IDENTIFIER_RE.match(table or ""):
|
|
84
|
+
raise AlertError(f"'{table}' is not a valid table name.")
|
|
85
|
+
try:
|
|
86
|
+
old_id = int(old_sys_id)
|
|
87
|
+
new_id = int(new_sys_id)
|
|
88
|
+
except (TypeError, ValueError):
|
|
89
|
+
raise AlertError("sys_id values must be integers.")
|
|
90
|
+
if new_id <= 0:
|
|
91
|
+
raise AlertError("The new sys_id must be a positive integer.")
|
|
92
|
+
if new_id == old_id:
|
|
93
|
+
raise AlertError("That is already this record's sys_id.")
|
|
94
|
+
|
|
95
|
+
if not tx.table(table).find(old_id):
|
|
96
|
+
raise AlertError(f"Record {old_id} was not found in {table}.")
|
|
97
|
+
|
|
98
|
+
referencing = tx.execute(
|
|
99
|
+
"""select con.conrelid::regclass::text as referencing_table
|
|
100
|
+
from pg_constraint con
|
|
101
|
+
join pg_class rel on rel.oid = con.confrelid
|
|
102
|
+
join pg_namespace nsp on nsp.oid = rel.relnamespace
|
|
103
|
+
where con.contype = 'f' and nsp.nspname = 'public'
|
|
104
|
+
and rel.relname = %s
|
|
105
|
+
limit 5""",
|
|
106
|
+
(table,),
|
|
107
|
+
).all()
|
|
108
|
+
if referencing:
|
|
109
|
+
tables = ", ".join(sorted({r["referencing_table"] for r in referencing}))
|
|
110
|
+
raise AlertError(
|
|
111
|
+
f"Renumbering is not allowed: {tables} reference(s) {table} "
|
|
112
|
+
"through a foreign key. (Denied for now — reassigning "
|
|
113
|
+
"references is not implemented.)"
|
|
114
|
+
)
|
|
115
|
+
|
|
116
|
+
if tx.table(table).find(new_id):
|
|
117
|
+
if not overwrite:
|
|
118
|
+
return "exists"
|
|
119
|
+
tx.execute(f'DELETE FROM "{table}" WHERE sys_id = %s', (new_id,))
|
|
120
|
+
|
|
121
|
+
tx.execute(
|
|
122
|
+
f'UPDATE "{table}" SET sys_id = %s WHERE sys_id = %s',
|
|
123
|
+
(new_id, old_id),
|
|
124
|
+
)
|
|
125
|
+
|
|
126
|
+
_bump_sys_id_sequence(tx, table)
|
|
127
|
+
return "renumbered"
|
|
128
|
+
|
|
129
|
+
|
|
51
130
|
class DataServiceMixin:
|
|
52
131
|
"""
|
|
53
132
|
Mixin providing generic CRUD operations for Lambda handlers.
|
|
@@ -77,6 +156,12 @@ class DataServiceMixin:
|
|
|
77
156
|
# which DO run hooks — remain the supported path for them.
|
|
78
157
|
restricted_direct_tables = frozenset()
|
|
79
158
|
|
|
159
|
+
# Ceiling on rows a single un-paginated `query` may materialize (None =
|
|
160
|
+
# no cap). Apps set the class attribute; the `QueryMaxRows` config key
|
|
161
|
+
# overrides it per environment. Promoted 2026-09-04 from BackOffice's
|
|
162
|
+
# full query_hook override, which existed largely to carry this.
|
|
163
|
+
query_max_rows = None
|
|
164
|
+
|
|
80
165
|
# PostgreSQL type mappings for frontend display
|
|
81
166
|
_pg_types = {
|
|
82
167
|
"bool": "string",
|
|
@@ -94,6 +179,22 @@ class DataServiceMixin:
|
|
|
94
179
|
"timestamp": "string",
|
|
95
180
|
}
|
|
96
181
|
|
|
182
|
+
def _resolve_query_max_rows(self):
|
|
183
|
+
"""Effective query row ceiling: `QueryMaxRows` config key first, then
|
|
184
|
+
the class attribute. Returns a positive int or None (no cap)."""
|
|
185
|
+
raw = None
|
|
186
|
+
try:
|
|
187
|
+
raw = ssm_config.getenv("QueryMaxRows", None)
|
|
188
|
+
except Exception:
|
|
189
|
+
raw = None
|
|
190
|
+
if raw in (None, ""):
|
|
191
|
+
raw = self.query_max_rows
|
|
192
|
+
try:
|
|
193
|
+
value = int(raw) if raw not in (None, "") else None
|
|
194
|
+
except (TypeError, ValueError):
|
|
195
|
+
return None
|
|
196
|
+
return value if value and value > 0 else None
|
|
197
|
+
|
|
97
198
|
def _assert_direct_access_allowed(self, table):
|
|
98
199
|
"""Reject hook-bypassing direct access to a restricted table."""
|
|
99
200
|
if table in self.restricted_direct_tables:
|
|
@@ -185,7 +286,7 @@ class DataServiceMixin:
|
|
|
185
286
|
row = row.to_dict()
|
|
186
287
|
return row
|
|
187
288
|
|
|
188
|
-
def write_hook(self, tx, table, sys_id, incoming, context):
|
|
289
|
+
def write_hook(self, tx, table, sys_id, incoming, context, save_as=False):
|
|
189
290
|
row = {}
|
|
190
291
|
incoming.pop("sys_id", None)
|
|
191
292
|
if sys_id == "@new":
|
|
@@ -223,9 +324,23 @@ class DataServiceMixin:
|
|
|
223
324
|
# error rather than a phantom row inserted with a client-chosen PK.
|
|
224
325
|
row = tx.table(table).find(sys_id)
|
|
225
326
|
if not row:
|
|
226
|
-
|
|
227
|
-
|
|
327
|
+
if not save_as:
|
|
328
|
+
raise AlertError(
|
|
329
|
+
f"Cannot update {table}: record {sys_id} no longer exists."
|
|
330
|
+
)
|
|
331
|
+
# Save-As: the user explicitly chose this id — claim it, then
|
|
332
|
+
# fall through to the shared update tail. before_new is skipped
|
|
333
|
+
# (the data comes from a populated form, not a blank create);
|
|
334
|
+
# after_new still fires so create-time defaults apply. The
|
|
335
|
+
# sequence is bumped past MAX(sys_id) so future auto-ids can
|
|
336
|
+
# never collide with the chosen one.
|
|
337
|
+
tx.table(table).insert({"sys_id": sys_id})
|
|
338
|
+
_bump_sys_id_sequence(tx, table)
|
|
339
|
+
row = tx.table(table).find(sys_id)
|
|
340
|
+
self._call_rwx_hook(
|
|
341
|
+
"after_new", "common", tx, table, sys_id, row, context
|
|
228
342
|
)
|
|
343
|
+
self._call_rwx_hook("after_new", table, tx, table, sys_id, row, context)
|
|
229
344
|
else:
|
|
230
345
|
raise Exception("Object sys_id was not supplied on write operation.")
|
|
231
346
|
row.update(incoming)
|
|
@@ -436,6 +551,23 @@ class DataServiceMixin:
|
|
|
436
551
|
},
|
|
437
552
|
}
|
|
438
553
|
|
|
554
|
+
# Optional ceiling on un-paginated queries: fetch one row past the cap
|
|
555
|
+
# so truncation is detectable and reportable rather than silent.
|
|
556
|
+
max_rows = self._resolve_query_max_rows()
|
|
557
|
+
requested_qty = params.get("qty")
|
|
558
|
+
try:
|
|
559
|
+
requested_qty = (
|
|
560
|
+
int(requested_qty) if requested_qty not in (None, "") else None
|
|
561
|
+
)
|
|
562
|
+
except (TypeError, ValueError):
|
|
563
|
+
requested_qty = None
|
|
564
|
+
cap_applied = bool(max_rows) and (
|
|
565
|
+
requested_qty is None or requested_qty > max_rows
|
|
566
|
+
)
|
|
567
|
+
if cap_applied:
|
|
568
|
+
params = dict(params)
|
|
569
|
+
params["qty"] = max_rows + 1
|
|
570
|
+
|
|
439
571
|
result = tx.table(obj).select(**params)
|
|
440
572
|
|
|
441
573
|
swallowed_error = getattr(tx, "_last_return_default_error", None)
|
|
@@ -514,6 +646,23 @@ class DataServiceMixin:
|
|
|
514
646
|
},
|
|
515
647
|
}
|
|
516
648
|
)
|
|
649
|
+
if (
|
|
650
|
+
cap_applied
|
|
651
|
+
and isinstance(data.get("rows"), list)
|
|
652
|
+
and len(data["rows"]) > max_rows
|
|
653
|
+
):
|
|
654
|
+
data["rows"] = data["rows"][:max_rows]
|
|
655
|
+
truncation = {"truncated": True, "maxRows": max_rows}
|
|
656
|
+
if isinstance(data.get("config"), dict):
|
|
657
|
+
data["config"]["truncated"] = truncation
|
|
658
|
+
context.response().toast(
|
|
659
|
+
f"Showing the first {max_rows:,} rows — refine the search "
|
|
660
|
+
"or paginate to see the rest.",
|
|
661
|
+
"warning",
|
|
662
|
+
)
|
|
663
|
+
else:
|
|
664
|
+
data["truncated"] = truncation
|
|
665
|
+
|
|
517
666
|
if payload.get("count"):
|
|
518
667
|
data["count"] = tx.table(payload["obj"]).count(
|
|
519
668
|
where=params.get("where", None)
|
|
@@ -640,6 +789,29 @@ class DataServiceMixin:
|
|
|
640
789
|
if not any(value is not None for value in incoming.values()):
|
|
641
790
|
raise ValueError("Parameter 'object' cannot contain only None values")
|
|
642
791
|
|
|
792
|
+
# Save-As: the client chose the target sys_id. When that id is already
|
|
793
|
+
# taken, answer "exists" so the UI can confirm the overwrite instead of
|
|
794
|
+
# silently clobbering; with saveAsOverwrite the normal update path
|
|
795
|
+
# writes the full object onto the existing row. A free id is created
|
|
796
|
+
# by write_hook (save_as=True).
|
|
797
|
+
save_as = bool(payload.get("saveAs"))
|
|
798
|
+
if save_as:
|
|
799
|
+
target_sys_id = incoming.get("sys_id")
|
|
800
|
+
if target_sys_id not in (None, "", "@new"):
|
|
801
|
+
try:
|
|
802
|
+
chosen = int(target_sys_id)
|
|
803
|
+
except (TypeError, ValueError):
|
|
804
|
+
raise AlertError("Save-As ID must be a positive integer.")
|
|
805
|
+
if chosen <= 0:
|
|
806
|
+
raise AlertError("Save-As ID must be a positive integer.")
|
|
807
|
+
if not payload.get("saveAsOverwrite") and tx.table(table_name).find(
|
|
808
|
+
chosen
|
|
809
|
+
):
|
|
810
|
+
context.response().set_body(
|
|
811
|
+
{"saveAsStatus": "exists", "sys_id": chosen}
|
|
812
|
+
)
|
|
813
|
+
return
|
|
814
|
+
|
|
643
815
|
logger.debug(
|
|
644
816
|
"Writing to table",
|
|
645
817
|
extra={
|
|
@@ -656,6 +828,7 @@ class DataServiceMixin:
|
|
|
656
828
|
incoming.get("sys_id"),
|
|
657
829
|
incoming,
|
|
658
830
|
context,
|
|
831
|
+
save_as=save_as,
|
|
659
832
|
)
|
|
660
833
|
|
|
661
834
|
if not row:
|
|
@@ -964,6 +1137,42 @@ class DataServiceMixin:
|
|
|
964
1137
|
if not deleteList:
|
|
965
1138
|
context.response().toast("No items were selected.", "warning")
|
|
966
1139
|
|
|
1140
|
+
def OnActionRenumberObject(self, tx, context):
|
|
1141
|
+
"""Assign a chosen sys_id to one row.
|
|
1142
|
+
|
|
1143
|
+
Payload: tableName, sys_id (current), new_sys_id, overwrite (bool).
|
|
1144
|
+
Responds {status: "exists"} when the target id is occupied and
|
|
1145
|
+
overwrite was not requested; on success reloads the renumbered row
|
|
1146
|
+
into the form (load-object) and reports the change.
|
|
1147
|
+
"""
|
|
1148
|
+
payload = context.payload()
|
|
1149
|
+
for field in ("tableName", "sys_id", "new_sys_id"):
|
|
1150
|
+
if field not in payload:
|
|
1151
|
+
raise ValueError(f"Missing required parameter '{field}' in payload")
|
|
1152
|
+
table = payload["tableName"]
|
|
1153
|
+
self._assert_direct_access_allowed(table)
|
|
1154
|
+
|
|
1155
|
+
result = renumber_row(
|
|
1156
|
+
tx,
|
|
1157
|
+
table,
|
|
1158
|
+
payload["sys_id"],
|
|
1159
|
+
payload["new_sys_id"],
|
|
1160
|
+
overwrite=bool(payload.get("overwrite")),
|
|
1161
|
+
)
|
|
1162
|
+
if result == "exists":
|
|
1163
|
+
context.response().set_body(
|
|
1164
|
+
{"status": "exists", "new_sys_id": payload["new_sys_id"]}
|
|
1165
|
+
)
|
|
1166
|
+
return
|
|
1167
|
+
|
|
1168
|
+
row = tx.table(table).find(int(payload["new_sys_id"]))
|
|
1169
|
+
context.response().set_body({"status": "renumbered", "object": dict(row)})
|
|
1170
|
+
context.response().load_object(dict(row))
|
|
1171
|
+
context.response().toast(
|
|
1172
|
+
f"Record renumbered: {payload['sys_id']} → {payload['new_sys_id']}.",
|
|
1173
|
+
"success",
|
|
1174
|
+
)
|
|
1175
|
+
|
|
967
1176
|
def OnActionGetTables(self, tx, context):
|
|
968
1177
|
"""Get list of all tables in the database."""
|
|
969
1178
|
context.response().set_body({"tables": tx.tables()})
|
|
@@ -36,9 +36,16 @@ class Response:
|
|
|
36
36
|
"""
|
|
37
37
|
Finalize the response body as JSON and return the complete response dictionary.
|
|
38
38
|
|
|
39
|
+
When a raw body has been set via :meth:`set_raw_body`, it is returned
|
|
40
|
+
verbatim (no JSON encoding, no actions envelope) — the escape hatch
|
|
41
|
+
for non-JSON responses like TwiML or plain text.
|
|
42
|
+
|
|
39
43
|
Returns:
|
|
40
|
-
Dict[str, Any]: The complete HTTP response with headers, status code, and
|
|
44
|
+
Dict[str, Any]: The complete HTTP response with headers, status code, and body.
|
|
41
45
|
"""
|
|
46
|
+
if getattr(self, "_raw_body", None) is not None:
|
|
47
|
+
self.raw["body"] = self._raw_body
|
|
48
|
+
return self.raw
|
|
42
49
|
if self.actions:
|
|
43
50
|
self.body["actions"] = self.actions
|
|
44
51
|
if self.jobs.events:
|
|
@@ -46,6 +53,25 @@ class Response:
|
|
|
46
53
|
self.raw["body"] = to_json(self.body)
|
|
47
54
|
return self.raw
|
|
48
55
|
|
|
56
|
+
def set_raw_body(self, body: str, content_type: str = "text/plain") -> "Response":
|
|
57
|
+
"""
|
|
58
|
+
Send a non-JSON body verbatim (e.g. TwiML, plain text, XML).
|
|
59
|
+
|
|
60
|
+
Bypasses the JSON envelope entirely: render() returns this body
|
|
61
|
+
unencoded and skips actions/jobs. Added 2026-09-04 — apps previously
|
|
62
|
+
had to override serve() to do this.
|
|
63
|
+
|
|
64
|
+
Args:
|
|
65
|
+
body (str): The exact body string to return.
|
|
66
|
+
content_type (str): Content-Type header value. Defaults to "text/plain".
|
|
67
|
+
|
|
68
|
+
Returns:
|
|
69
|
+
Response: The current Response object, allowing method chaining.
|
|
70
|
+
"""
|
|
71
|
+
self._raw_body = body
|
|
72
|
+
self.raw["headers"]["Content-Type"] = content_type
|
|
73
|
+
return self
|
|
74
|
+
|
|
49
75
|
def alert(self, message: str, title: str = "Notification") -> "Response":
|
|
50
76
|
"""
|
|
51
77
|
Add an alert action to the response.
|
|
@@ -122,6 +122,15 @@ def get_stage(default: Optional[str] = None) -> Optional[str]:
|
|
|
122
122
|
return _first_nonempty_env(*_STAGE_ENV_KEYS) or default
|
|
123
123
|
|
|
124
124
|
|
|
125
|
+
def is_production() -> bool:
|
|
126
|
+
"""True when the resolved stage is the production branch.
|
|
127
|
+
|
|
128
|
+
The missing primitive behind six per-app ``runtime_config`` copies: apps
|
|
129
|
+
kept re-wrapping :func:`get_stage` just to ask this one question.
|
|
130
|
+
"""
|
|
131
|
+
return (get_stage() or "").strip().lower() == "production"
|
|
132
|
+
|
|
133
|
+
|
|
125
134
|
def get_region(default: Optional[str] = "us-east-1") -> Optional[str]:
|
|
126
135
|
return _first_nonempty_env("AWS_REGION", "REGION", "USER_REGION") or default
|
|
127
136
|
|
{velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity/payment/braintree_adapter.py
RENAMED
|
@@ -14,6 +14,8 @@ Key Features:
|
|
|
14
14
|
- Authorization with later capture support
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
+
import time
|
|
18
|
+
|
|
17
19
|
import braintree
|
|
18
20
|
from typing import Dict, Any, Optional
|
|
19
21
|
from datetime import datetime, timezone, timedelta
|
|
@@ -66,6 +68,33 @@ class BraintreeAdapter(PaymentProcessorAdapter):
|
|
|
66
68
|
self.environment = environment_name
|
|
67
69
|
self.platform = config.get("platform")
|
|
68
70
|
|
|
71
|
+
def generate_client_token(
|
|
72
|
+
self,
|
|
73
|
+
customer_id: Optional[str] = None,
|
|
74
|
+
attempts: int = 3,
|
|
75
|
+
backoff_seconds: float = 0.25,
|
|
76
|
+
) -> str:
|
|
77
|
+
"""Generate a Braintree client token, retrying transient failures.
|
|
78
|
+
|
|
79
|
+
The retry policy lives here, once — apps were hand-rolling identical
|
|
80
|
+
backoff loops around raw ``client_token.generate()`` calls (promoted
|
|
81
|
+
2026-09-04 from DonateMain / BackOffice copies).
|
|
82
|
+
"""
|
|
83
|
+
params: Dict[str, Any] = {"customer_id": customer_id} if customer_id else {}
|
|
84
|
+
last_exc: Optional[Exception] = None
|
|
85
|
+
for attempt in range(max(1, attempts)):
|
|
86
|
+
try:
|
|
87
|
+
return self.gateway.client_token.generate(params)
|
|
88
|
+
except Exception as exc:
|
|
89
|
+
last_exc = exc
|
|
90
|
+
if attempt < attempts - 1:
|
|
91
|
+
time.sleep(backoff_seconds * (attempt + 1))
|
|
92
|
+
raise ProcessorError(
|
|
93
|
+
"braintree",
|
|
94
|
+
"client_token_unavailable",
|
|
95
|
+
f"Client token unavailable after {attempts} attempts: {last_exc}",
|
|
96
|
+
) from last_exc
|
|
97
|
+
|
|
69
98
|
# ========================================================================
|
|
70
99
|
# ACCOUNT MANAGEMENT
|
|
71
100
|
# ========================================================================
|
{velocity_python-0.1.101 → velocity_python-0.1.102}/src/velocity_python.egg-info/SOURCES.txt
RENAMED
|
@@ -202,6 +202,9 @@ tests/test_concurrency_safety.py
|
|
|
202
202
|
tests/test_connection_pool.py
|
|
203
203
|
tests/test_connection_resilience.py
|
|
204
204
|
tests/test_context_job_descriptions.py
|
|
205
|
+
tests/test_data_service_query_cap.py
|
|
206
|
+
tests/test_data_service_renumber.py
|
|
207
|
+
tests/test_data_service_save_as.py
|
|
205
208
|
tests/test_db_credentials_ssm_cascade.py
|
|
206
209
|
tests/test_db_maintenance.py
|
|
207
210
|
tests/test_decorators.py
|
|
@@ -242,6 +245,7 @@ tests/test_prepared_statements.py
|
|
|
242
245
|
tests/test_psycopg3_upgrade.py
|
|
243
246
|
tests/test_query_cache.py
|
|
244
247
|
tests/test_query_missing_table_unlocked.py
|
|
248
|
+
tests/test_response.py
|
|
245
249
|
tests/test_restricted_direct_tables.py
|
|
246
250
|
tests/test_retry_side_effect_guard.py
|
|
247
251
|
tests/test_return_default_safety.py
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
"""query_hook row ceiling: QueryMaxRows config / query_max_rows attribute,
|
|
2
|
+
fetch-one-extra truncation detection, and the no-cap default."""
|
|
3
|
+
|
|
4
|
+
import pytest
|
|
5
|
+
|
|
6
|
+
from velocity.aws.handlers.mixins.data_service import DataServiceMixin
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class FakeResult:
|
|
10
|
+
def __init__(self, rows):
|
|
11
|
+
self._rows = rows
|
|
12
|
+
self.sql = "select 1"
|
|
13
|
+
self.headers = ["sys_id"]
|
|
14
|
+
|
|
15
|
+
def all(self):
|
|
16
|
+
return list(self._rows)
|
|
17
|
+
|
|
18
|
+
def as_list(self):
|
|
19
|
+
return self
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class FakeTable:
|
|
23
|
+
def __init__(self, tx):
|
|
24
|
+
self.tx = tx
|
|
25
|
+
|
|
26
|
+
def select(self, **params):
|
|
27
|
+
self.tx.select_params = params
|
|
28
|
+
qty = params.get("qty")
|
|
29
|
+
rows = [{"sys_id": i} for i in range(1, self.tx.row_count + 1)]
|
|
30
|
+
if qty:
|
|
31
|
+
rows = rows[: int(qty)]
|
|
32
|
+
return FakeResult(rows)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class FakeTx:
|
|
36
|
+
def __init__(self, row_count):
|
|
37
|
+
self.row_count = row_count
|
|
38
|
+
self.select_params = None
|
|
39
|
+
|
|
40
|
+
def table(self, name):
|
|
41
|
+
return FakeTable(self)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class FakeResponse:
|
|
45
|
+
def __init__(self):
|
|
46
|
+
self.toasts = []
|
|
47
|
+
|
|
48
|
+
def toast(self, message, level=None):
|
|
49
|
+
self.toasts.append((message, level))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
class FakeContext:
|
|
53
|
+
def __init__(self):
|
|
54
|
+
self._response = FakeResponse()
|
|
55
|
+
|
|
56
|
+
def response(self):
|
|
57
|
+
return self._response
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
class Handler(DataServiceMixin):
|
|
61
|
+
def _call_rwx_hook(self, *args, **kwargs):
|
|
62
|
+
pass
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class CappedHandler(Handler):
|
|
66
|
+
query_max_rows = 3
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
@pytest.fixture(autouse=True)
|
|
70
|
+
def _no_env_cap(monkeypatch):
|
|
71
|
+
monkeypatch.delenv("QueryMaxRows", raising=False)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
def test_resolver_uses_attribute_then_env(monkeypatch):
|
|
75
|
+
assert Handler()._resolve_query_max_rows() is None
|
|
76
|
+
assert CappedHandler()._resolve_query_max_rows() == 3
|
|
77
|
+
monkeypatch.setenv("QueryMaxRows", "7")
|
|
78
|
+
assert CappedHandler()._resolve_query_max_rows() == 7
|
|
79
|
+
monkeypatch.setenv("QueryMaxRows", "not-a-number")
|
|
80
|
+
assert CappedHandler()._resolve_query_max_rows() is None
|
|
81
|
+
monkeypatch.setenv("QueryMaxRows", "0")
|
|
82
|
+
assert CappedHandler()._resolve_query_max_rows() is None
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
def test_unpaginated_query_is_capped_and_reported():
|
|
86
|
+
tx = FakeTx(row_count=10)
|
|
87
|
+
context = FakeContext()
|
|
88
|
+
data = CappedHandler().query_hook(
|
|
89
|
+
tx, "studio", {"obj": "studio", "params": {}}, context
|
|
90
|
+
)
|
|
91
|
+
assert tx.select_params["qty"] == 4 # cap + 1 to detect truncation
|
|
92
|
+
assert len(data["rows"]) == 3
|
|
93
|
+
assert data["config"]["truncated"] == {"truncated": True, "maxRows": 3}
|
|
94
|
+
assert context.response().toasts and "first 3" in context.response().toasts[0][0]
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
def test_paginated_query_below_cap_is_untouched():
|
|
98
|
+
tx = FakeTx(row_count=10)
|
|
99
|
+
context = FakeContext()
|
|
100
|
+
data = CappedHandler().query_hook(
|
|
101
|
+
tx, "studio", {"obj": "studio", "params": {"qty": 2}}, context
|
|
102
|
+
)
|
|
103
|
+
assert tx.select_params["qty"] == 2
|
|
104
|
+
assert len(data["rows"]) == 2
|
|
105
|
+
assert "truncated" not in data["config"]
|
|
106
|
+
assert not context.response().toasts
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
def test_no_cap_by_default():
|
|
110
|
+
tx = FakeTx(row_count=10)
|
|
111
|
+
context = FakeContext()
|
|
112
|
+
data = Handler().query_hook(tx, "studio", {"obj": "studio", "params": {}}, context)
|
|
113
|
+
assert tx.select_params.get("qty") is None
|
|
114
|
+
assert len(data["rows"]) == 10
|
|
115
|
+
assert "truncated" not in data["config"]
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"""renumber_row: chosen-sys_id assignment with FK denial, occupied-target
|
|
2
|
+
confirmation, overwrite semantics, and the sequence bump."""
|
|
3
|
+
|
|
4
|
+
import pytest
|
|
5
|
+
from unittest.mock import MagicMock
|
|
6
|
+
|
|
7
|
+
from velocity.aws.handlers.exceptions import AlertError
|
|
8
|
+
from velocity.aws.handlers.mixins.data_service import renumber_row
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class FakeTx:
|
|
12
|
+
def __init__(self, existing_ids=(5,), fk_tables=()):
|
|
13
|
+
self.existing = set(existing_ids)
|
|
14
|
+
self.fk_tables = list(fk_tables)
|
|
15
|
+
self.executed = []
|
|
16
|
+
outer = self
|
|
17
|
+
|
|
18
|
+
class _Table:
|
|
19
|
+
def find(self, sys_id):
|
|
20
|
+
return {"sys_id": sys_id} if sys_id in outer.existing else None
|
|
21
|
+
|
|
22
|
+
self._table = _Table()
|
|
23
|
+
|
|
24
|
+
def table(self, name):
|
|
25
|
+
return self._table
|
|
26
|
+
|
|
27
|
+
def execute(self, sql, params=None):
|
|
28
|
+
self.executed.append((" ".join(sql.split()), params))
|
|
29
|
+
result = MagicMock()
|
|
30
|
+
if "pg_constraint" in sql:
|
|
31
|
+
result.all.return_value = [
|
|
32
|
+
{"referencing_table": t} for t in self.fk_tables
|
|
33
|
+
]
|
|
34
|
+
else:
|
|
35
|
+
result.all.return_value = []
|
|
36
|
+
if sql.strip().upper().startswith("DELETE"):
|
|
37
|
+
self.existing.discard(params[0])
|
|
38
|
+
if sql.strip().upper().startswith("UPDATE"):
|
|
39
|
+
self.existing.discard(params[1])
|
|
40
|
+
self.existing.add(params[0])
|
|
41
|
+
return result
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def sqls(tx):
|
|
45
|
+
return [s for s, _ in tx.executed]
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def test_simple_renumber_updates_and_bumps_sequence():
|
|
49
|
+
tx = FakeTx(existing_ids=(5,))
|
|
50
|
+
assert renumber_row(tx, "studio", 5, 42) == "renumbered"
|
|
51
|
+
update = [s for s in sqls(tx) if s.startswith('UPDATE "studio" SET sys_id')]
|
|
52
|
+
assert update and tx.executed[-2][1] == (42, 5)
|
|
53
|
+
assert "pg_get_serial_sequence" in sqls(tx)[-1]
|
|
54
|
+
assert 42 in tx.existing and 5 not in tx.existing
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def test_occupied_target_reports_exists_without_touching_data():
|
|
58
|
+
tx = FakeTx(existing_ids=(5, 42))
|
|
59
|
+
assert renumber_row(tx, "studio", 5, 42) == "exists"
|
|
60
|
+
assert not any(s.startswith(("DELETE", "UPDATE")) for s in sqls(tx))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
def test_overwrite_deletes_the_occupant_then_renumbers():
|
|
64
|
+
tx = FakeTx(existing_ids=(5, 42))
|
|
65
|
+
assert renumber_row(tx, "studio", 5, 42, overwrite=True) == "renumbered"
|
|
66
|
+
ordered = [s.split()[0] for s in sqls(tx) if s.split()[0] in ("DELETE", "UPDATE")]
|
|
67
|
+
assert ordered == ["DELETE", "UPDATE"]
|
|
68
|
+
assert tx.existing == {42}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def test_foreign_key_reference_denies_the_change():
|
|
72
|
+
tx = FakeTx(existing_ids=(5,), fk_tables=("event_link_student",))
|
|
73
|
+
with pytest.raises(AlertError) as err:
|
|
74
|
+
renumber_row(tx, "people", 5, 42)
|
|
75
|
+
assert "event_link_student" in str(err.value)
|
|
76
|
+
assert not any(s.startswith(("DELETE", "UPDATE")) for s in sqls(tx))
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
@pytest.mark.parametrize(
|
|
80
|
+
"table,old,new,message",
|
|
81
|
+
[
|
|
82
|
+
("studio; drop", 5, 42, "not a valid table name"),
|
|
83
|
+
("studio", 5, "abc", "must be integers"),
|
|
84
|
+
("studio", 5, 0, "positive integer"),
|
|
85
|
+
("studio", 5, 5, "already this record"),
|
|
86
|
+
("studio", 99, 42, "was not found"),
|
|
87
|
+
],
|
|
88
|
+
)
|
|
89
|
+
def test_validation_refusals(table, old, new, message):
|
|
90
|
+
tx = FakeTx(existing_ids=(5,))
|
|
91
|
+
with pytest.raises(AlertError) as err:
|
|
92
|
+
renumber_row(tx, table, old, new)
|
|
93
|
+
assert message in str(err.value)
|