-
Notifications
You must be signed in to change notification settings - Fork 474
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
[kaa docker cluster]--prompt"ZooKeeper JMX enabled by default" #1532
Open
ForMyLoss
wants to merge
275
commits into
master
Choose a base branch
from
release-0.10
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KAA-1574: Change KAA SDK path in cmake arguments
KAA-1510: Fix instruction for Ubuntu 16
KAA-1540 : [C SDK] Remove outdated information from auto generated docs
KAA-1557: C SDK documentation issue
… documentation pages
KAA-1563: 'Create new version' button doesn't work in the System CTL
This commit also slightly corrects this toolchain file.
KAA-1571: Introduce CMake toolchain file for Intel Edison platform.
KAA-1554: Update sample applications build instructions in C/C++ SDKs documentation pages
The rest of the page is to be reviewed later.
'Administration' changed to 'Administration UI'.
KAA-1551: Unable to create CT with bytes type field [to release-0.10]
KAA-1497:updated cmake version in C++ SDK docs
KAA-1566: Error occurs with long fields in Administration UI
KAA-985 test_kaa_tcp_channel_operation.c failure
…-0.10.0 KAA-1509: Your first Kaa application - fixed.
KAA-1567: Bad displaying of the Application details
KAA-1711: Zookeper instruction fix. [0.10.1]
KAA-1702: copyright year fixed in page footer.
KAA-1730: zlib version corrected. [0.10.1]
Fixed upon QA review. [0.10.1]
Version fix [0.10.1]
cppcheck fails with the following errors: ``` /home/travis/build/kaaproject/kaa/client/client-multi/client-c/src/extensions/user/test/test_kaa_user.c:145: style: Variable 'buf_cursor' is modified but its new value is never used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/src/kaa/kaa_status.c:83: style: Variable 'read_buf_head' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_bootstrap.c:164: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_bootstrap.c:214: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_bootstrap.c:242: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_bootstrap.c:284: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_bootstrap.c:351: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_operation.c:192: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_operation.c:249: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_operation.c:285: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_operation.c:337: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/kaa_tcp_channel/test_kaa_tcp_channel_operation.c:388: style: Variable 'channel' is reassigned a value before the old one has been used. /home/travis/build/kaaproject/kaa/client/client-multi/client-c/test/test_kaa_channel_manager.c:353: style: Variable 'channel_count' is modified but its new value is never used. ``` Fix them!
KAA-1740: Fix cppcheck errors
KAA-1731: Docker deployment guide clarified. [0.10.1]
KAA-1737: Can't receive several ports for Operations service
…-0.10.1-version-fix KAA-1745: Fixed Kaa build version
…ake-version KAA-1748: Fixed CMake minimum required version to 3.0.2
KAA-1747: CMake version changed to 3.0.2 [0.10.1]
KAA-1087: [C++ SDK] Bad padding in PKCS7
KAA-1087: Fix undefined reference to DISCONNECT_TIMEOUT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
please help me to solve the problem!