This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch connectors_config
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard f1176e40 Init work on connectors config
add 80024ee3 style(repo): add various brand assets (#1910)
add ab9ca614 chore(repo): fix existing Iggy names in whole repo (#1908)
new 68992f79 Init work on connectors config
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f1176e40)
\
N -- N -- N refs/heads/connectors_config (68992f79)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 4 +-
assets/logo/0.5x/iggy-apache-b&[email protected] | Bin 0 -> 36299 bytes
assets/logo/0.5x/iggy-apache-b&[email protected] | Bin 0 -> 36828 bytes
assets/logo/0.5x/[email protected] | Bin 0 -> 96024 bytes
.../logo/0.5x/[email protected] | Bin 0 -> 97130 bytes
.../0.5x/[email protected] | Bin 0 -> 14714 bytes
.../0.5x/[email protected] | Bin 0 -> 13915 bytes
.../logo/0.5x/iggy-apache-sygnet-b&[email protected] | Bin 0 -> 23012 bytes
.../logo/0.5x/iggy-apache-sygnet-b&[email protected] | Bin 0 -> 23210 bytes
.../0.5x/[email protected] | Bin 0 -> 68197 bytes
.../0.5x/[email protected] | Bin 0 -> 68525 bytes
assets/logo/4x/iggy-apache-b&[email protected] | Bin 0 -> 440202 bytes
assets/logo/4x/iggy-apache-b&[email protected] | Bin 0 -> 430715 bytes
assets/logo/4x/[email protected] | Bin 0 -> 1312915 bytes
assets/logo/4x/[email protected] | Bin 0 -> 1340584 bytes
.../logo/4x/[email protected] | Bin 0 -> 207686 bytes
.../4x/[email protected] | Bin 0 -> 197503 bytes
assets/logo/4x/iggy-apache-sygnet-b&[email protected] | Bin 0 -> 290806 bytes
assets/logo/4x/iggy-apache-sygnet-b&[email protected] | Bin 0 -> 288572 bytes
.../logo/4x/[email protected] | Bin 0 -> 863513 bytes
.../4x/[email protected] | Bin 0 -> 869788 bytes
assets/logo/SVG/iggy-apache-b&wdark.svg | 63 +++++++++++++++
assets/logo/SVG/iggy-apache-b&wlight.svg | 77 ++++++++++++++++++
.../logo/SVG/iggy-apache-color-darkbg.svg | 0
.../logo/SVG/iggy-apache-color-lightbg.svg | 0
.../logo/SVG/iggy-apache-logo-wo-sygnet-dark.svg | 11 +++
.../logo/SVG/iggy-apache-logo-wo-sygnet-light.svg | 18 +++++
assets/logo/SVG/iggy-apache-sygnet-b&wdark.svg | 49 ++++++++++++
assets/logo/SVG/iggy-apache-sygnet-b&wlight.svg | 61 ++++++++++++++
.../logo/SVG/iggy-apache-sygnet-color-darkbg.svg | 88 ++++++++++-----------
.../logo/SVG/iggy-apache-sygnet-color-lightbg.svg | 16 +---
.../dashboard/frontend/src/components/footer.rs | 6 +-
core/bench/dashboard/server/src/github/client.rs | 2 +-
foreign/cpp/README.md | 4 +-
foreign/cpp/sdk/binary.h | 2 +-
foreign/cpp/sdk/model.h | 4 +-
foreign/cpp/tests/CMakeLists.txt | 4 +-
foreign/cpp/tests/e2e/e2e_testutils.cc | 2 +-
foreign/cpp/tests/e2e/server.toml | 12 +--
.../Iggy_SDK_Tests/E2ETests/ConsumerGroupE2E.cs | 34 ++++----
.../Iggy_SDK_Tests/E2ETests/FetchMessagesE2E.cs | 20 ++---
.../Iggy_SDK_Tests/E2ETests/FlushMessagesE2E.cs | 26 +++---
.../csharp/Iggy_SDK_Tests/E2ETests/OffsetE2E.cs | 8 +-
foreign/csharp/Iggy_SDK_Tests/E2ETests/PATE2E.cs | 26 +++---
.../Iggy_SDK_Tests/E2ETests/SendMessagesE2E.cs | 20 ++---
foreign/csharp/README.md | 7 +-
.../go/benchmarks/send_messages_benchmark_test.go | 4 +-
.../binary_request_serializer.go | 2 +-
.../binary_response_deserializer.go | 4 +-
.../create_stream_serializer.go | 2 +-
.../create_stream_serializer_test.go | 2 +-
.../create_topic_serializer.go | 2 +-
.../fetch_messages_request_serializer.go | 2 +-
.../fetch_messages_request_serializer_test.go | 2 +-
.../binary_serialization/identifier_serializer.go | 2 +-
.../identifier_serializer_test.go | 2 +-
.../log_in_request_serializer.go | 2 +-
.../send_messages_request_serializer.go | 2 +-
.../send_messages_request_serializer_test.go | 2 +-
.../go/binary_serialization/stats_serializer.go | 2 +-
.../update_stream_serializer.go | 2 +-
.../update_stream_serializer_test.go | 2 +-
.../update_topic_serializer.go | 2 +-
.../update_topic_serializer_test.go | 2 +-
foreign/go/cli/cli.go | 4 +-
foreign/go/contracts/messages.go | 2 +-
.../go/e2e/tcp_test/consumers_feature_create.go | 2 +-
.../go/e2e/tcp_test/consumers_feature_delete.go | 4 +-
.../go/e2e/tcp_test/consumers_feature_get_all.go | 2 +-
.../go/e2e/tcp_test/consumers_feature_get_by_id.go | 4 +-
foreign/go/e2e/tcp_test/consumers_feature_join.go | 2 +-
foreign/go/e2e/tcp_test/consumers_feature_leave.go | 2 +-
foreign/go/e2e/tcp_test/consumers_steps.go | 4 +-
foreign/go/e2e/tcp_test/messages_feature_send.go | 2 +-
foreign/go/e2e/tcp_test/messages_steps.go | 4 +-
.../go/e2e/tcp_test/partitions_feature_create.go | 2 +-
.../go/e2e/tcp_test/partitions_feature_delete.go | 2 +-
foreign/go/e2e/tcp_test/partitions_steps.go | 4 +-
foreign/go/e2e/tcp_test/pat_feature_create.go | 2 +-
foreign/go/e2e/tcp_test/pat_feature_delete.go | 2 +-
foreign/go/e2e/tcp_test/pat_steps.go | 4 +-
foreign/go/e2e/tcp_test/session_feature_login.go | 2 +-
foreign/go/e2e/tcp_test/stream_feature_create.go | 2 +-
foreign/go/e2e/tcp_test/stream_feature_delete.go | 2 +-
.../go/e2e/tcp_test/stream_feature_get_by_id.go | 2 +-
foreign/go/e2e/tcp_test/stream_feature_update.go | 2 +-
foreign/go/e2e/tcp_test/stream_steps.go | 6 +-
foreign/go/e2e/tcp_test/test_helpers.go | 4 +-
foreign/go/e2e/tcp_test/test_shared_steps.go | 2 +-
foreign/go/e2e/tcp_test/topic_feature_create.go | 2 +-
foreign/go/e2e/tcp_test/topic_feature_delete.go | 4 +-
foreign/go/e2e/tcp_test/topic_feature_get_all.go | 2 +-
foreign/go/e2e/tcp_test/topic_feature_get_by_id.go | 4 +-
foreign/go/e2e/tcp_test/topic_feature_update.go | 2 +-
foreign/go/e2e/tcp_test/topic_steps.go | 6 +-
foreign/go/e2e/tcp_test/users_feature_create.go | 2 +-
foreign/go/e2e/tcp_test/users_feature_delete.go | 2 +-
foreign/go/e2e/tcp_test/users_feature_get_by_id.go | 2 +-
foreign/go/e2e/tcp_test/users_feature_password.go | 2 +-
.../go/e2e/tcp_test/users_feature_permissions.go | 2 +-
foreign/go/e2e/tcp_test/users_feature_update.go | 2 +-
foreign/go/e2e/tcp_test/users_steps.go | 4 +-
foreign/go/go.mod | 2 +-
foreign/go/message_stream.go | 2 +-
foreign/go/message_stream_factory.go | 4 +-
foreign/go/samples/README.md | 4 +-
foreign/go/samples/consumer/README.md | 2 +-
foreign/go/samples/consumer/consumer.go | 6 +-
foreign/go/samples/producer/README.md | 2 +-
foreign/go/samples/producer/message_generator.go | 2 +-
foreign/go/samples/producer/producer.go | 6 +-
foreign/go/tcp/tcp_access_token_managament.go | 4 +-
foreign/go/tcp/tcp_clients_managament.go | 4 +-
foreign/go/tcp/tcp_consumer_group_managament.go | 6 +-
foreign/go/tcp/tcp_core.go | 10 +--
foreign/go/tcp/tcp_messaging.go | 6 +-
foreign/go/tcp/tcp_offset_managament.go | 4 +-
foreign/go/tcp/tcp_partition_managament.go | 4 +-
foreign/go/tcp/tcp_session_managament.go | 4 +-
foreign/go/tcp/tcp_stream_managament.go | 6 +-
foreign/go/tcp/tcp_topic_managament.go | 6 +-
foreign/go/tcp/tcp_user_managament.go | 6 +-
foreign/go/tcp/tcp_utilities.go | 4 +-
foreign/node/README.md | 4 +-
foreign/node/docker-compose.yml | 2 +-
foreign/node/package.json | 3 +-
foreign/python/.devcontainer/docker-compose.yml | 2 +-
foreign/python/Cargo.toml | 2 +-
foreign/python/README.md | 2 +-
foreign/python/pyproject.toml | 10 +--
web/README.md | 8 +-
131 files changed, 545 insertions(+), 292 deletions(-)
create mode 100644 assets/logo/0.5x/iggy-apache-b&[email protected]
create mode 100644 assets/logo/0.5x/iggy-apache-b&[email protected]
create mode 100644 assets/logo/0.5x/[email protected]
create mode 100644 assets/logo/0.5x/[email protected]
create mode 100644 assets/logo/0.5x/[email protected]
create mode 100644 assets/logo/0.5x/[email protected]
create mode 100644 assets/logo/0.5x/iggy-apache-sygnet-b&[email protected]
create mode 100644 assets/logo/0.5x/iggy-apache-sygnet-b&[email protected]
create mode 100644 assets/logo/0.5x/[email protected]
create mode 100644 assets/logo/0.5x/[email protected]
create mode 100644 assets/logo/4x/iggy-apache-b&[email protected]
create mode 100644 assets/logo/4x/iggy-apache-b&[email protected]
create mode 100644 assets/logo/4x/[email protected]
create mode 100644 assets/logo/4x/[email protected]
create mode 100644 assets/logo/4x/[email protected]
create mode 100644 assets/logo/4x/[email protected]
create mode 100644 assets/logo/4x/iggy-apache-sygnet-b&[email protected]
create mode 100644 assets/logo/4x/iggy-apache-sygnet-b&[email protected]
create mode 100644 assets/logo/4x/[email protected]
create mode 100644 assets/logo/4x/[email protected]
create mode 100644 assets/logo/SVG/iggy-apache-b&wdark.svg
create mode 100644 assets/logo/SVG/iggy-apache-b&wlight.svg
copy web/static/iggy-apache-darkbg.svg =>
assets/logo/SVG/iggy-apache-color-darkbg.svg (100%)
copy web/static/iggy-apache-lightbg.svg =>
assets/logo/SVG/iggy-apache-color-lightbg.svg (100%)
create mode 100644 assets/logo/SVG/iggy-apache-logo-wo-sygnet-dark.svg
create mode 100644 assets/logo/SVG/iggy-apache-logo-wo-sygnet-light.svg
create mode 100644 assets/logo/SVG/iggy-apache-sygnet-b&wdark.svg
create mode 100644 assets/logo/SVG/iggy-apache-sygnet-b&wlight.svg
copy web/src/lib/components/Logo/LogoMark.svelte =>
assets/logo/SVG/iggy-apache-sygnet-color-darkbg.svg (83%)
copy web/static/iggy-apache-lightbg.svg =>
assets/logo/SVG/iggy-apache-sygnet-color-lightbg.svg (83%)