Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatewayd-io/gatewayd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.7
Choose a base ref
...
head repository: gatewayd-io/gatewayd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.8
Choose a head ref
  • 6 commits
  • 19 files changed
  • 2 contributors

Commits on Sep 23, 2024

  1. Add PostgreSQL Test Containers for Integration Testing (#602)

    * Add PostgreSQL test containers to integration tests
    * Introduced `setupPostgreSQLTestContainer` to initialize and start a PostgreSQL test container using Testcontainers.
    * Updated existing tests in `api`, `cmd`, and `network` packages to use the test containers for PostgreSQL.
    * Removed hardcoded PostgreSQL addresses and replaced them with dynamic test container addresses.
    * Refactored the test setup to ensure consistent test environments across multiple test files.
    * Moved server log test after clients testes
    * Create testhelper package and add SetupPostgreSQLTestContainer for reuse in other packages
    sinadarbouy authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c46518f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Update deps (#609)

    * Update SDK
    * Update deps
    * Disable gomoddirectives linter
    mostafa authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    db94183 View commit details
    Browse the repository at this point in the history
  2. Update plugin config

    mostafa committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6cfad96 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mostafa committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    4635e46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ad84b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Fix bug in handling postgres COPY command and a few others (#610)

    * Fix bug in COPY command by differentiating between total reads vs. chunk reads
    * Fix bug in concurrent reads and writes
    * Remove explicit condition for checking total being zero
    * Return early if there is no data from the server (to send to the client)
    mostafa authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9ec6b54 View commit details
    Browse the repository at this point in the history
Loading