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: vincent12dev/EcommerceAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rasadov/EcommerceAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 20, 2025

  1. Create payment_test.go

    mhasanmhasan authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    4f53d1d View commit details
    Browse the repository at this point in the history
  2. Update product_test.go

    mhasanmhasan authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    917a3f5 View commit details
    Browse the repository at this point in the history
  3. Update account_test.go

    mhasanmhasan authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    7187967 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Merge pull request rasadov#4 from mhasanmhasan/master

    Sample unit tests added for Payment & Product microservice
    rasadov authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    531f389 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. fix: replace unavailable bitnami/zookeeper:3.8 with official zookeepe…

    …r:3.8 image
    
    - Replace docker.io/bitnami/zookeeper:3.8 with zookeeper:3.8 (official Docker image)
    - Update Kafka image from bitnami/kafka:3.3 to docker.io/apache/kafka:4.1.1
    - Adjust Zookeeper environment variables and volume paths for official image
    - Update Kafka configuration to match Apache Kafka Docker image format
    - Fix volume paths to match official images' expected locations
    
    Fixes rasadov#5
    rasadov committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    3af8614 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rasadov#6 from rasadov/hotfix/zookeeper-image-tag

    fix: Replace unavailable bitnami/zookeeper:3.8 with official zookeeper:3.8 image
    rasadov authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    ddc95ab View commit details
    Browse the repository at this point in the history
Loading