Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

OTA-2480: Remove OPC-UA and move IpUptaneSecondary out of libaktualizr #1177

Merged
merged 3 commits into from
Apr 11, 2019

Conversation

mike-sul
Copy link
Collaborator

Signed-off-by: Mike Sul ext-mykhaylo.sul@here.com

@codecov-io
Copy link

codecov-io commented Apr 11, 2019

Codecov Report

Merging #1177 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1177      +/-   ##
==========================================
+ Coverage   77.88%   77.92%   +0.04%     
==========================================
  Files         170      170              
  Lines       10052    10007      -45     
==========================================
- Hits         7829     7798      -31     
+ Misses       2223     2209      -14
Impacted Files Coverage Δ
src/libaktualizr-posix/ipuptanesecondary.cc 0% <ø> (ø)
src/libaktualizr-posix/ipuptanesecondary.h 0% <ø> (ø)
src/libaktualizr-posix/asn1/asn1_message.cc 20.4% <ø> (ø)
src/libaktualizr/config/config.h 100% <ø> (ø) ⬆️
src/libaktualizr-posix/ipsecondarydiscovery.cc 79.31% <ø> (ø)
src/libaktualizr-posix/asn1/asn1-cerstream.h 100% <ø> (ø)
src/libaktualizr-posix/asn1/asn1-cerstream.cc 49.71% <ø> (ø)
src/libaktualizr-posix/ipsecondarydiscovery.h 100% <ø> (ø)
src/libaktualizr-posix/asn1/asn1-cer.cc 94.49% <ø> (ø)
src/libaktualizr-posix/asn1/asn1_message.h 76.92% <ø> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4548ea...dbae2e1. Read the comment docs.

Mike Sul added 2 commits April 11, 2019 12:06
…ktualizr

Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
@mike-sul mike-sul force-pushed the refact/OTA-2292/IpUptane-and-OPCUA-secondaries branch from 7dae8cc to f798e2c Compare April 11, 2019 09:15
@mike-sul mike-sul changed the title OTA-2480: Remove OPC-UA support OTA-2480: Remove OPC-UA and move IpUptaneSecondary out of libaktualizr Apr 11, 2019
@pattivacek
Copy link
Collaborator

OPC-UA removal looks good. Thanks!

Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Copy link
Contributor

@eu-siemann eu-siemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, -55k lines, nice! LGTM overall.

@mike-sul
Copy link
Collaborator Author

Wow, -55k lines, nice! LGTM overall.

Yeah, and I didn't add or updated any line of source code, just adjusted some CMakeLists.txt

@@ -59,7 +58,7 @@ unset(AKTUALIZR_CHECKED_SRCS CACHE)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

# find all required libraries
set(BOOST_COMPONENTS log_setup log filesystem program_options)
set(BOOST_COMPONENTS log_setup log system filesystem program_options)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we need to re-add the system boost library?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry, I forgot to answer to this question in the first place.
I couldn't link aktualizr-check-discovery without it, got linkage error saying that some boost symbol is not found.
I will double check it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big deal at all. And anyway, we may get rid of that tool in the end anyway; I just made a subtask to investigate if it is still useful in the new scheme.

@pattivacek pattivacek merged commit abe9373 into master Apr 11, 2019
@pattivacek pattivacek deleted the refact/OTA-2292/IpUptane-and-OPCUA-secondaries branch April 11, 2019 14:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants