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: Ahoo-Wang/Wow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: Ahoo-Wang/Wow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 6 commits
  • 37 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. feat(api): add NamedFunctionInfo api (#1826)

    * feat(api): add NamedFunctionInfo api
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    
    * refactor(wow-api): remove trailing braces in data classes
    
    - Remove trailing brace in FunctionInfo.kt
    - Remove trailing brace in FunctionInfoCapable.kt
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    
    ---------
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    7138bff View commit details
    Browse the repository at this point in the history
  2. build: bump version to 6.0.3

    - Update project version from 6.0.2 to 6.0.3 in gradle.properties file
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    2b4103c View commit details
    Browse the repository at this point in the history
  3. refactor(wow-core): replace contextName, processorName, functionName …

    …with function object (#1827)
    
    * refactor(wow-core): replace contextName, processorName, functionName with function object
    
    - Introduce NamedFunctionInfoData to encapsulate function information
    - Update WaitingForFunction and related classes to use NamedFunctionInfoData
    - Modify isWaitingForFunction to use NamedFunctionInfoData
    - Adjust WaitingForStage.Materialized to handle function information
    - Update related tests to accommodate the new structure
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    
    * test(wow-core): add unit tests for WaitingFors
    
    - Implement comprehensive tests for the isWaitingForFunction method
    - Cover various scenarios including null values, empty fields, and partial matches
    - Ensure thorough testing of function matching logic
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    
    ---------
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    241ac76 View commit details
    Browse the repository at this point in the history
  4. feat(command): add commandWaitId support (#1828)

    - Add CommandWaitIdCapable interface to CommandResult
    - Update CommandMessage to include commandWaitId in sentSignal
    - Modify sendAndWait methods to accept commandWaitId parameter
    - Update CommandWaitNotifier to use commandWaitId for local command check
    - Adjust CommandWaitStrategyRegistrar to use commandWaitId for registration
    - Update WaitingForStage to include commandWaitId in materialized form
    - Modify related tests to accommodate new commandWaitId functionality
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    3e18a6a View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency ng-zorro-antd to v20.1.1 (#1829)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    2e75b27 View commit details
    Browse the repository at this point in the history
  6. refactor(webflux): improve ServerSentEvent handling in Responses (#1830)

    - Add StringServerSentEventType object for better type safety
    - Update sendSse function to use StringServerSentEventType for improved type reference
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    11eb9e3 View commit details
    Browse the repository at this point in the history
Loading