-
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.2
head repository: Ahoo-Wang/Wow
compare: v6.0.3
- 6 commits
- 37 files changed
- 2 contributors
Commits on Aug 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7138bff - Browse repository at this point
Copy the full SHA 7138bffView commit details -
- Update project version from 6.0.2 to 6.0.3 in gradle.properties file Signed-off-by: Ahoo Wang <ahoowang@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 2b4103c - Browse repository at this point
Copy the full SHA 2b4103cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 241ac76 - Browse repository at this point
Copy the full SHA 241ac76View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3e18a6a - Browse repository at this point
Copy the full SHA 3e18a6aView commit details -
fix(deps): update dependency ng-zorro-antd to v20.1.1 (#1829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e75b27 - Browse repository at this point
Copy the full SHA 2e75b27View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 11eb9e3 - Browse repository at this point
Copy the full SHA 11eb9e3View 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.2...v6.0.3