This is an automated email from the ASF dual-hosted git repository.
kdowney pushed a change to branch migrate-cpp-client
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 575d51d0 Update .gitignore files
add 1c74bd5c Remove GitHub Actions workflows; add license headers
No new revisions were added by this update.
Summary of changes:
foreign/cpp/.github/CODE_OF_CONDUCT.md | 124 ---------------------
foreign/cpp/.github/ISSUE_TEMPLATE/bug_report.md | 33 ------
.../cpp/.github/ISSUE_TEMPLATE/feature_request.md | 20 ----
foreign/cpp/.github/PULL_REQUEST_TEMPLATE.md | 26 -----
foreign/cpp/.github/SECURITY.md | 9 --
foreign/cpp/.github/linters/.hadolint.yaml | 4 -
foreign/cpp/.github/linters/.markdown-lint.yml | 2 -
foreign/cpp/.github/workflows/ci.yml | 110 ------------------
foreign/cpp/.github/workflows/devcontainer-ci.yml | 49 --------
foreign/cpp/sdk/binary.h | 16 +++
foreign/cpp/sdk/client.cc | 16 +++
foreign/cpp/sdk/client.h | 16 +++
foreign/cpp/sdk/command.h | 16 +++
foreign/cpp/sdk/json.cc | 16 +++
foreign/cpp/sdk/json.h | 16 +++
foreign/cpp/sdk/model.cc | 16 +++
foreign/cpp/sdk/model.h | 16 +++
foreign/cpp/sdk/serialization.cc | 16 +++
foreign/cpp/sdk/serialization.h | 16 +++
foreign/cpp/sdk/types.h | 16 +++
foreign/cpp/tests/e2e/e2e_testutils.cc | 16 +++
foreign/cpp/tests/e2e/e2e_testutils.h | 16 +++
foreign/cpp/tests/e2e/ping_cmd_test.cc | 16 +++
foreign/cpp/tests/unit/client_test.cc | 16 +++
foreign/cpp/tests/unit/crypto_test.cc | 16 +++
.../cpp/tests/unit/iggy_protocol_provider_test.cc | 16 +++
foreign/cpp/tests/unit/model_test.cc | 16 +++
foreign/cpp/tests/unit/serialization_test.cc | 16 +++
foreign/cpp/tests/unit/ssl_test.cc | 16 +++
foreign/cpp/tests/unit/unit_testutils.cc | 16 +++
foreign/cpp/tests/unit/unit_testutils.h | 16 +++
31 files changed, 352 insertions(+), 377 deletions(-)
delete mode 100644 foreign/cpp/.github/CODE_OF_CONDUCT.md
delete mode 100644 foreign/cpp/.github/ISSUE_TEMPLATE/bug_report.md
delete mode 100644 foreign/cpp/.github/ISSUE_TEMPLATE/feature_request.md
delete mode 100644 foreign/cpp/.github/PULL_REQUEST_TEMPLATE.md
delete mode 100644 foreign/cpp/.github/SECURITY.md
delete mode 100644 foreign/cpp/.github/linters/.hadolint.yaml
delete mode 100644 foreign/cpp/.github/linters/.markdown-lint.yml
delete mode 100644 foreign/cpp/.github/workflows/ci.yml
delete mode 100644 foreign/cpp/.github/workflows/devcontainer-ci.yml