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.1
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.2
Choose a head ref
  • 9 commits
  • 17 files changed
  • 2 contributors

Commits on Aug 1, 2025

  1. doc: update WaitingForChain.gif

    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    f35e541 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. docs(README): add waiting for chain reaction gif

    - Add WaitingForChain.gif to both README.md and README.zh-CN.md
    - The gif illustrates the waiting process in the Wow framework
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    faf18cb View commit details
    Browse the repository at this point in the history
  2. docs(README): add command processing propagation chain section

    - Add new section in both English and Chinese README files
    - Include new image to illustrate the command processing propagation chain
    - Update existing image in Chinese README to use correct file name
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    8b33a60 View commit details
    Browse the repository at this point in the history
  3. docs: update images in documentation

    - Replace GIF images with SVG for better quality
    - Add command processing propagation chain diagram to Introduction page
    - Update image sizes and formatting in README files
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    48dc1f0 View commit details
    Browse the repository at this point in the history
  4. docs(guide): update command gateway images with proper alignment and …

    …size
    
    - Center align images for WaitingForStage and WaitingForChain
    - Set image width to 95% for better responsiveness
    - Add alt text for accessibility
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    08799ef View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

  1. fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7…

    ….0.11 (#1823)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    31845a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. refactor(wow-core): abstract command waiting propagation logic (#1824)

    * refactor(wow-core): abstract command waiting propagation logic
    
    - Introduce WaitStrategyPropagator interface to abstract propagation behavior
    - Implement shouldPropagate method in WaitingForStage and WaitStrategy
    - Update WaitStrategyMessagePropagator to use new propagation logic
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    
    * refactor(wow-core): invert shouldPropagate logic
    
    - Change the condition in shouldPropagate function to return true when upstream is CommandMessage<*>
    - This modification will alter the behavior of message propagation in the waiting stage
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    
    ---------
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    485c402 View commit details
    Browse the repository at this point in the history
  2. build: update project version to 6.0.2

    - Modified gradle.properties file to change project version from 6.0.1 to 6.0.2
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    c0ae455 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. refactor(wow-core): update command wait notifier to use command list (#…

    …1825)
    
    - Change getCommandSize() to return List<String> instead of Int
    - Update WaitSignal to use commands instead of commandSize
    - Modify tests to use actual command messages instead of mocked CommandStream
    
    Signed-off-by: Ahoo Wang <ahoowang@qq.com>
    Ahoo-Wang authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    d206c1f View commit details
    Browse the repository at this point in the history
Loading