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: RMNorbert/JavaCart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RMNorbert/JavaCart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: api-gateway
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 16 files changed
  • 1 contributor

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d539512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c161963 View commit details
    Browse the repository at this point in the history
  3. Feat: add ApiGatewayApplication class with enabling discovery client …

    …to auto-register the local Spring Boot server with the remote discovery server
    RMNorbert committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    461330f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b5118a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Feat: add micrometer and zipkin dependencies for tracing and metrics …

    …to product-service pom.xml
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    307feaf View commit details
    Browse the repository at this point in the history
  2. Feat: add micrometer and zipkin dependencies for tracing and metrics …

    …to order-service pom.xml
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c75443a View commit details
    Browse the repository at this point in the history
  3. Feat: add micrometer and zipkin dependencies for tracing and metrics …

    …to inventory-service pom.xml
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6ca7da4 View commit details
    Browse the repository at this point in the history
  4. Feat: add spring boot starter security and basic authentication, micr…

    …ometer and zipkin dependencies for tracing and metrics to discovery-server pom.xml
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    83a8724 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    461cbcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcadc97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de602b9 View commit details
    Browse the repository at this point in the history
  8. Chore: add resource server jwt issuer uri , configure logging pattern…

    … level and add zipkin configuration to api-gateway application.properties
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dedf7be View commit details
    Browse the repository at this point in the history
  9. Chore: add logging configuration, username and password for Spring Se…

    …curity and zipkin configuration to discovery server application.properties
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6b8aa90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0e847c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e04d9ad View commit details
    Browse the repository at this point in the history
  12. Chore: configure zipkin and resilience4j for handling circuit breaker…

    …s, timeouts, and retries
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    24355d8 View commit details
    Browse the repository at this point in the history
  13. Feat: Implement Resilience4j in OrderController

    Apply @CIRCUITBREAKER with fallback method
    add timeout handling and retrying on failed operations
    RMNorbert committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    15f0775 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    79dcb3a View commit details
    Browse the repository at this point in the history
Loading