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: wait4x/wait4x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: wait4x/wait4x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 19 commits
  • 16 files changed
  • 4 contributors

Commits on Jun 21, 2025

  1. wait for kafka

    hummerd committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    f64f9b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    df51016 View commit details
    Browse the repository at this point in the history
  2. Improve Kafka examples

    atkrad committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    3ed93c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #439 from wait4x/kafka-checker

    Implement Kafka checker and command
    atkrad authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    bc925a5 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    atkrad committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    7d19a51 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    atkrad committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    16ef3d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Add table existence flag to PostgreSQL checker

    - Implemented `WithTableExists` option to configure table existence checks.
    - Added tests for scenarios where a table exists and does not exist.
    - Updated command to accept a `--table-exists` flag for checking table presence in the database.
    MatthewCane committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    598931b View commit details
    Browse the repository at this point in the history
  2. Add table existence checks to MySQL checker

    - Introduced `WithTableExists` option to allow configuration of table existence checks.
    - Added tests for scenarios where a specified table exists and does not exist.
    - Updated MySQL command to support a `--table-exists` flag for checking table presence in the database.
    MatthewCane committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    cf65a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    662d85d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    407e0b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a247028 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    6500e0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6060ee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0b354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4373191 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #446 from MatthewCane/feature/check-db-table-exists

    Feature/Check DB Table Exists
    atkrad authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    84cac9e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Bump github.com/miekg/dns from 1.1.66 to 1.1.67

    Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.66 to 1.1.67.
    - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
    - [Commits](miekg/dns@v1.1.66...v1.1.67)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/miekg/dns
      dependency-version: 1.1.67
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    3148f10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #447 from wait4x/dependabot/go_modules/github.com/…

    …miekg/dns-1.1.67
    
    Bump github.com/miekg/dns from 1.1.66 to 1.1.67
    atkrad authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    4bfd285 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Install GitHub CLI command

    atkrad committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    955696e View commit details
    Browse the repository at this point in the history
Loading