-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: Ahoo-Wang/Wow
base: v6.0.1
head repository: Ahoo-Wang/Wow
compare: v6.0.2
- 9 commits
- 17 files changed
- 2 contributors
Commits on Aug 1, 2025
-
doc: update WaitingForChain.gif
Signed-off-by: Ahoo Wang <ahoowang@qq.com>
Configuration menu - View commit details
-
Copy full SHA for f35e541 - Browse repository at this point
Copy the full SHA f35e541View commit details
Commits on Aug 2, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for faf18cb - Browse repository at this point
Copy the full SHA faf18cbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8b33a60 - Browse repository at this point
Copy the full SHA 8b33a60View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 48dc1f0 - Browse repository at this point
Copy the full SHA 48dc1f0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 08799ef - Browse repository at this point
Copy the full SHA 08799efView commit details
Commits on Aug 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 31845a2 - Browse repository at this point
Copy the full SHA 31845a2View commit details
Commits on Aug 4, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 485c402 - Browse repository at this point
Copy the full SHA 485c402View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c0ae455 - Browse repository at this point
Copy the full SHA c0ae455View commit details
Commits on Aug 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d206c1f - Browse repository at this point
Copy the full SHA d206c1fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.1...v6.0.2