kirill-stepanishin opened a new pull request, #3280: URL: https://github.com/apache/tinkerpop/pull/3280
This PR is a follow-up to #3231 and includes the integration of Python driver examples into the automated build process, as well as the updates needed to make the examples work against the `master` code. Changes Made: - Added example execution to gremlin-python-integration-tests container in docker-compose.yml - Made server URLs configurable via environment variables - Added configurable vertex labels via VERTEX_LABEL environment variable - Update root-level examples to be consistent with dev-level examples Updates for `master`: - Updated protocol from WebSocket (ws://) to HTTP - Updated serializer from GraphBinarySerializersV1 to GraphBinarySerializersV4 - Fixed edge creation syntax using __.V() wrapper for TinkerPop 4 from()/to() compatibility - Migrated example authentication from parameters to auth functions (basic(), sigv4()) - Added AWS SigV4 authentication examples for permanent and temporary credentials -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
