-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(socket.io, socket.io-client): upgrade to common socket.io version #1696
build(socket.io, socket.io-client): upgrade to common socket.io version #1696
Conversation
@outSH Thank you very much for addressing this so quickly, I'm very grateful for the quick turnaround!
I'm fine either way. Regarless of which one you choose, this is looking great at first glance. |
packages/cactus-common/src/main/typescript/socketio-test-setup-helpers.ts
Outdated
Show resolved
Hide resolved
23d4657
to
5f54d4d
Compare
Depends on #1660 |
@petermetz |
@outSH Understood, sounds like a plan! :-) |
This PR/issue depends on: |
5f54d4d
to
d1d4ff4
Compare
Dependent PR were merged, I've done tests after rebasing to main and all seems fine. @petermetz @izuru0 Please review the changes :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@outSH LGTM, thank you very much.
Some packages use socket.io and socket.io-client V2, while other use V4. In order for these components to communicate, we must use common socket.io version in all cactus packages (V4.1.3). This commit introduce some other related changes, like merging socketio unit tests to common setup (to assert changes are correct) and fixes some strict-flag warnings and minor bugs. It also updates python packages requirements and updates readme when it was necessary. Closes: hyperledger-cacti#1679 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
716e39e
to
7e1bc8d
Compare
Some packages use socket.io and socket.io-client V2, while other use V4.
In order for these components to communicate, we must use common
socket.io version in all cactus packages (V4.1.3). This commit introduce
some other related changes, like merging socketio unit tests to common
setup (to assert changes are correct) and fixes some strict-flag
warnings and minor bugs. It also updates python packages requirements
and updates readme when it was necessary.
Closes: #1679
Signed-off-by: Michal Bajer michal.bajer@fujitsu.com
Additional changes in cactus-cmd-socketio-server:
Depends on #1670