Thanks to visit codestin.com
Credit goes to github.com

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: raystack/raccoon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: goto/raccoon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 126 files changed
  • 2 contributors

Commits on Mar 14, 2023

  1. package migration (#1)

    * goto package migrations
    
    * goto jave client package migrations
    
    * updated the go version
    
    * updated the buf version
    
    * go client package migration
    
    * package name updates
    
    * updating the naming
    
    * update the java client version
    AkbaraliShaikh authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3da17d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. github doc update (#2)

    * doc update
    
    * doc publish updates
    AkbaraliShaikh authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0254e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f170d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Update README.md

    AkbaraliShaikh authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bdd1da6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. feat: enable TLS on GRPC server (#6)

    * feat: enable tls on grpc server
    siddhanta-rath authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    83f64a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. feat: add hostname tag on the metrics emitted from raccoon service (#7)

    * feat: add hostname tag on the metrics
    * fix: integration test workflow
    * fix: docker-compose build command on make file
    siddhanta-rath authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    dece17e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

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

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    7a1bc9c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    97dd511 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    32a0859 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. fix: prevent raccoon restart by adding RWMutex for connection group c…

    …ount map (#14)
    
    Added RWMutex protection around the connection group counter map to ensure concurrent safety while reporting the metric on the number of connections. It will solve the runtime crash due to concurrent map iteration and map write
    siddhanta-rath authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    adca050 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. fix: handle message too large error on kafka client and emit metric (#15

    )
    
    * fix: error handling on message too large
    
    * fix: metric and tag name while producing messages to Kafka
    siddhanta-rath authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    5b005c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    4d0bc49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d2879 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

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

Commits on Sep 15, 2025

  1. fix: graceful shutdown of the service (#19)

    close the connection during shutdown and capture the data loss metric appropriately
    siddhanta-rath authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    b697a95 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

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