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: sofastack/sofa-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dbl-x/sofa-registry
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.
  • 20 commits
  • 105 files changed
  • 3 contributors

Commits on Feb 13, 2023

  1. refactor interceptor

    linxin committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fda3ca5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. fix cr

    linxin committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    346f0a0 View commit details
    Browse the repository at this point in the history
  2. refactor session.acceptor module:

    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    linxin committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    4417621 View commit details
    Browse the repository at this point in the history
  3. refactor session.acceptor module:

    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    linxin committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    486d8d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ba4c0a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. fix code

    linxin committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8d45204 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. refactor interceptor (#280)

    * refactor interceptor
    
    * fix cr
    
    * skip SessionRegistry#process when interceptor execute fail
    
    ---------
    
    Co-authored-by: linxin <[email protected]>
    dbl-x and linxin authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b4c867f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    016a911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f44d11 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. remove Req

    linxin committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    9731b80 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    2ffbb15 View commit details
    Browse the repository at this point in the history
  2. fix code

    linxin committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4d3923d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b40c96b View commit details
    Browse the repository at this point in the history
  4. Remove WriteDataAcceptorImpl (#282)

    * refactor interceptor
    
    * fix cr
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * skip SessionRegistry#process when interceptor execute fail
    
    * fix code
    
    ---------
    
    Co-authored-by: linxin <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    215b87c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. fix cr

    linxin committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f361afa View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Refactor data node service (#285)

    * refactor interceptor
    
    * fix cr
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * skip SessionRegistry#process when interceptor execute fail
    
    * Add BufferdDataWritingEngine and simplify DataNodeServiceImpl
    
    * remove Req
    
    * fix code
    
    * fix cr
    
    ---------
    
    Co-authored-by: linxin <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1a8dbab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. SessionRegistryStrategy->ClientRegistrationHook (#302)

    * refactor interceptor
    
    * fix cr
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * skip SessionRegistry#process when interceptor execute fail
    
    * Add BufferdDataWritingEngine and simplify DataNodeServiceImpl
    
    * remove Req
    
    * fix code
    
    * fix cr
    
    * SessionRegistryStrategy->ClientRegistrationHook
    
    * remove SyncConfigHandlerStrategy
    
    * move Hook to registry package
    
    * fix testcase
    
    * fix testcase
    
    * spring bean ClientRegistrationHook
    
    ---------
    
    Co-authored-by: linxin <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c8abf86 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. refactor sesion data store module (#314)

    * refactor interceptor
    
    * fix cr
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * refactor session.acceptor module:
    1. remove WriteDataProcessor: avoid creating unnecessary objects
    2. standardize the use of generic types to avoid code warnings
    
    * skip SessionRegistry#process when interceptor execute fail
    
    * Add BufferdDataWritingEngine and simplify DataNodeServiceImpl
    
    * remove Req
    
    * fix code
    
    * fix cr
    
    * SessionRegistryStrategy->ClientRegistrationHook
    
    * remove SyncConfigHandlerStrategy
    
    * move Hook to registry package
    
    * fix testcase
    
    * fix testcase
    
    * refactor session store module
    
    * spring bean ClientRegistrationHook
    
    * fix cr
    
    ---------
    
    Co-authored-by: linxin <[email protected]>
    Co-authored-by: bjxiaojian <[email protected]>
    3 people authored May 25, 2023
    Configuration menu
    Copy the full SHA
    ffea162 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. mrege develope

    linxin committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    8ef66e5 View commit details
    Browse the repository at this point in the history
  2. merge master

    linxin committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b669582 View commit details
    Browse the repository at this point in the history
Loading