master
server/api-tests: Add a Docker Compose file for the API tests.
server/tests-py: Fix up the Redis tests so they run.
server: test and ship support for postgres 17
server: support postgres v18, drop support for v13
add config to prioritize data/error for remote schema fields
Test result ordering, add `--accept` test mode to automatically accept changed test cases
[server] coalesce multiple run_sql calls in tests (#270)
Restructure Pro Parser modules to align with the OSS Parser
server/tests-py: Load the Python environment in a .envrc file.
server/tests-py: Move installing node_modules to the makefile.
server/tests-py: Factor out service URLs as environment variables.
Import J, not Aeson, A, JSON, Yaml...
server: optimize BigQuery metadata introspection
server/tests-py: Generate random ports for helper services.
server: implement protocol connection_init timeout
Remove the `version` from Docker Compose files.
server: fix bug with customized remote schema enum variables
server/tests-py: Generate random ports for a few more helper services.
Upgrade all package-lock.json files to the v2 format.
CI: Add commentary on how the Python integration test scripts work.
server/tests-py: Never allocate the same port twice.
Remove the server upgrade/downgrade tests.
fix pytests
server/tests-py: Reduce the number of locations we check the status code.
server/MSSQL: Event Delivery System (Incremental PR - 3)
server: fix action sync websocket test
CI: Pass `--pro-tests` to pytests when testing HGE Pro.
server/tests-py: Spawn a new PostgreSQL schema ("database") per test.
server/tests-py: Start webhook.py inside the test harness.
server/tests-py: Provide the admin secret to the HGE server.
server: don't compress small responses
server/tests-py: Parallelize JWT tests.
server/tests-py: Declaratively state the HGE environment variables.
Return correct isRepeatable value for directives in graphql schema introspection
server: fix condition to classify requests to Apollo persisted queries
server/tests-py: Make HGECtxGQLServer a fixture.
server/tests-py: Fix test_inconsistent_meta.py for split databases.
Actually thread through where those 60 seconds come from
server: configuration to specify which Header to pick for JWT Authentication
tests: add Postgres 14 and Postgres 15 pytests
Revert "feat: Make `naming-convention` feature generally available"
CI: Test against PostgreSQL 16.
server: Inherited roles permissions fix
server/tests-py: Get all tests passing with separate HGE binaries.
tests: exercise queryForExistingFieldNames / findConflictingNodes
ENG-1888: Fix skipped rows in streaming subscriptions for postgres an…
server: Add no_transaction flag to run_sql API in Postgres backends
server/tests-py: Use markers for backends instead of parameterized tests.
server/tests-py: Set up postgis extensions using a fixture.
server/tests-py: Run test_websocket_init_cookie.py in parallel.
server/tests-py: Start helper services in the test harness.