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: cockroachdb/cockroach-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.20
Choose a base ref
...
head repository: cockroachdb/cockroach-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on Jan 31, 2023

  1. Support custom host on listen address

    Previously, the testserver could only listen on localhost. This meant
    that there was no way to spin up an instance of the testserver on one
    machine and access it from another. This commit adds support for custom
    hosts so that the testserver can be accessed from outside hosts if
    needed.
    pawalt committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5a67afd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #159 from pawalt/add_listen_addr_host

    Support custom host on listen address
    pawalt authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c575b19 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    246d034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5902a9 View commit details
    Browse the repository at this point in the history
  3. feat: expose DownloadBinary function

    alnr authored and rafiss committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c97ddc6 View commit details
    Browse the repository at this point in the history
  4. Add crdbpgxv5 for supporting github.com/jackc/pgx/v5

    Tom Möller authored and rafiss committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    52888c5 View commit details
    Browse the repository at this point in the history
  5. Stop testing on go1.17

    rafiss committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e47acb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad4962b View commit details
    Browse the repository at this point in the history
Loading