Skip to content
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

MINIFICPP-2314 - Send asset state hash in heartbeat, implement c2 asset sync #1751

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Conversation

adamdebreceni
Copy link
Contributor

Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced
    in the commit message?

  • Does your PR title start with MINIFICPP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.

  • Has your PR been rebased against the latest commit within the target branch (typically main)?

  • Is your initial contribution a single, squashed commit?

For code changes:

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE file?
  • If applicable, have you updated the NOTICE file?

For documentation related changes:

  • Have you ensured that format looks appropriate for the output in which it is rendered?

Note:

Please ensure that once the PR is submitted, you check GitHub Actions CI results for build issues and submit an update to your PR as soon as possible.

Copy link
Member

@martinzink martinzink left a comment

Choose a reason for hiding this comment

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

just fyi there are still some build issues in the CI

libminifi/src/core/state/nodes/AssetInformation.cpp Outdated Show resolved Hide resolved
conf/minifi.properties Show resolved Hide resolved
#include "utils/file/FileUtils.h"
#include "utils/file/AssetManager.h"

class FileProvider : public ServerAwareHandler {
Copy link
Member

Choose a reason for hiding this comment

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

Just noting for visibility that this will cause some conflict with #1749

extensions/http-curl/tests/C2AssetSyncTest.cpp Outdated Show resolved Hide resolved
libminifi/src/utils/file/AssetManager.cpp Outdated Show resolved Hide resolved
libminifi/include/core/state/nodes/AssetInformation.h Outdated Show resolved Hide resolved
libminifi/src/core/state/nodes/AssetInformation.cpp Outdated Show resolved Hide resolved
conf/minifi.properties Show resolved Hide resolved
extensions/http-curl/tests/C2AssetSyncTest.cpp Outdated Show resolved Hide resolved
extensions/http-curl/tests/C2AssetSyncTest.cpp Outdated Show resolved Hide resolved
extensions/http-curl/tests/C2AssetSyncTest.cpp Outdated Show resolved Hide resolved
extensions/http-curl/tests/C2AssetSyncTest.cpp Outdated Show resolved Hide resolved
minifi_main/MiNiFiMain.cpp Outdated Show resolved Hide resolved
@martinzink
Copy link
Member

@adamdebreceni could you check out the the C2AssetSyncTest failure on windows?

@adamdebreceni adamdebreceni marked this pull request as draft May 15, 2024 09:06
@adamdebreceni adamdebreceni force-pushed the MINIFICPP-2314 branch 2 times, most recently from 17b1567 to 3ab1ce5 Compare June 5, 2024 11:53
@adamdebreceni adamdebreceni marked this pull request as ready for review June 6, 2024 06:10
CONFIGURE.md Outdated Show resolved Hide resolved
libminifi/include/c2/C2Payload.h Outdated Show resolved Hide resolved
libminifi/include/utils/file/PathUtils.h Outdated Show resolved Hide resolved
libminifi/src/c2/C2Agent.cpp Outdated Show resolved Hide resolved
libminifi/src/c2/C2Agent.cpp Outdated Show resolved Hide resolved
libminifi/src/utils/file/AssetManager.cpp Show resolved Hide resolved
libminifi/src/utils/file/AssetManager.cpp Outdated Show resolved Hide resolved
libminifi/test/integration/C2AssetSyncTest.cpp Outdated Show resolved Hide resolved
libminifi/test/integration/C2AssetSyncTest.cpp Outdated Show resolved Hide resolved
libminifi/test/integration/C2MetricsTest.cpp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants