Commit Graph

10020 Commits (6cdd4e697eb86982e3dfd2ceab009ead5da0efcb)
 

Author SHA1 Message Date
Rene Cannao 6cdd4e697e fix: correct lock unlock order in Authentication classes
1 month ago
René Cannaò 65c522e635
Merge pull request #5701 from sysown/v3.0-genai-plugin
1 month ago
René Cannaò 54844df0bb
Merge branch 'v3.0' into v3.0-genai-plugin
1 month ago
René Cannaò 40ee836fc0
Merge pull request #5717 from sysown/feature/mysqlx-stack-consolidated
1 month ago
René Cannaò 99ccfc766a
Merge branch 'v3.0' into v3.0-genai-plugin
1 month ago
Rene Cannao 6f2b69d2eb test(mysqlx): align unit tests with new variable + response-state contracts
1 month ago
Rene Cannao 960eeab8d2 feat(mysqlx): wire per-route tls_mode through handler_capabilities_set entry path
2 months ago
Rene Cannao b7c5a08b96 feat(mysqlx): backlog and resume EAGAIN'd writes in passthrough splice
2 months ago
Rene Cannao e855ba37c8 fix(mysqlx): decode backend TLS error code before falling back to plaintext (preferred mode)
2 months ago
Rene Cannao e4908a1df6 fix(mysqlx): address reviewer feedback (transaction safety, fail-closed TLS, hostgroup refresh, status string)
2 months ago
Rene Cannao 352455d79c test(mysqlx): free fixture allocations leaked under LeakSanitizer
2 months ago
Rene Cannao b340da9ab6 test(mysqlx): add behavioural TAP scaffolding for SIGTERM mid-traffic
2 months ago
Rene Cannao 9e6243026f test(mysqlx): add behavioural TAP test for LOAD MYSQLX ROUTES TO RUNTIME mid-traffic
2 months ago
Rene Cannao bd906167fb fix(mysqlx): place NOSONAR(cpp:S4423) on the same line as TLS_method()
2 months ago
Rene Cannao 8566d93df9 fix(mysqlx): suppress SonarCloud S4423 false positive on TLS_method() in classifier test
2 months ago
Rene Cannao 0ccf3615f1 fix(mysqlx): classify backend TLS handshake failures into specific error codes
2 months ago
Rene Cannao 767f808309 fix(mysqlx): mark post-Session::Reset connections non-cacheable
2 months ago
Rene Cannao 31a3934014 fix(mysqlx): explicit auth-phase notice forwarding policy in step_auth
2 months ago
Rene Cannao 6ef8cf3f1f fix(mysqlx): validate Mysqlx::Notice::Frame::type before forwarding
2 months ago
Rene Cannao 9ea2b31bf5 fix(mysqlx): match upstream X-Protocol error code for compression-without-algorithm
2 months ago
Rene Cannao 7153ac3193 docs(mysqlx): document tls_mode='passthrough' + Router parity matrix update
2 months ago
Rene Cannao 2e7e532050 feat(mysqlx): X_PASSTHROUGH_FORWARD session state — raw byte splice
2 months ago
Rene Cannao 09c42d4fba feat(mysqlx): add per-route tls_mode column with passthrough enum value
2 months ago
Rene Cannao 744fb0bf36 feat(mysqlx): preferred-mode backend TLS fallback to plaintext + docs
2 months ago
Rene Cannao 167a896c16 feat(mysqlx): mode-driven backend TLS decision + tls_active conn-cache key
2 months ago
Rene Cannao 0246237426 feat(mysqlx): add MysqlxBackendTlsMode enum + mysqlx_tls_backend_mode runtime variable
2 months ago
Rene Cannao 170ead7ad6 fix(mysqlx): reject backend frames disallowed in current response state
2 months ago
Rene Cannao 34968e08d4 fix(mysqlx): split CURSOR/PREPARE response states for accurate terminal detection
2 months ago
Rene Cannao b812045e11 refactor(mysqlx): split is_terminal_for_state into is_frame_allowed + is_terminal_frame
2 months ago
Rene Cannao ff9a41871d feat(mysqlx): project per-session state into stats_mysqlx_processlist
2 months ago
Rene Cannao 796f336cb0 feat(mysqlx): expose stats_mysqlx_routes via runtime-view refresh
2 months ago
Rene Cannao 04f771d2a3 feat(mysqlx): account per-route bytes_sent / bytes_recv on the data plane
2 months ago
Rene Cannao b1f973b163 feat(mysqlx): record conn_ok and conn_used in handler_connecting_server
2 months ago
René Cannaò d564d3cdb5
Merge pull request #5726 from sysown/feature/mysqlx-asan-coverage-docker-isolation
2 months ago
Rene Cannao 1d2eea260c ci(asan-coverage): containerise unit-tests workflow + extract runner script
2 months ago
René Cannaò 683fc7d841
Merge pull request #5727 from sysown/fix/ci-unit-tests-tsan-project-name
2 months ago
Rene Cannao 540fb5b4e6 ci(tsan): drop bogus -p PROJECT from docker compose run
2 months ago
Rene Cannao 29402b4a42 docs(plugins/genai): close 3 small gaps from review
2 months ago
Rene Cannao b501fa17dc genai: harden real persistence and connection bugs
2 months ago
Rene Cannao 967ab401ec genai: fix lifecycle reloads and drop dead MCP stats registration
2 months ago
Rene Cannao b6b6a4f62b fix(genai): properly gate sqlite-vec hook on PROXYSQLGENAI
2 months ago
Rene Cannao bf908058a5 Revert "build(deps): always build sqlite-vec, not gated on PROXYSQLGENAI"
2 months ago
Rene Cannao 93d35237bc build(deps): always build sqlite-vec, not gated on PROXYSQLGENAI
2 months ago
Rene Cannao dffa89de7a fix(ci): repair non-PROXYSQL40 dbg builds + genai unit-test linking
2 months ago
Rene Cannao 978a6f8d2f fix(plugins/genai): blocker fixes from PR-#5701 review
2 months ago
Rene Cannao b840468cd5 test(unit): align genai_plugin_load + register plugin_runtime_views
2 months ago
Rene Cannao 34838ebea4 build(packaging): ship plugin .so files in DEB / RPM / SUSE artefacts
2 months ago
Rene Cannao 482ce386cd chore(genai-carveout): strip dead PROXYSQLGENAI blocks + plugin hardening
2 months ago
Rene Cannao 16253a1c99 feat(plugins/genai): adopt ABI-3 separation-of-duties for runtime_mcp_*
2 months ago
Rene Cannao 7f148940e3 feat(plugins/genai): Step 8b — wire LOAD/SAVE GENAI VARIABLES via plugin
2 months ago