This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a change to branch messages-cleaner
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 0fe906197 fix(server): segments inherit topic's message_expiry instead 
of server default
    omit 1d9176b28 delete legacy timeindex references
     add 75a3f4064 feat(python): add message_expiry parameter to create_topic 
(#2671)
     add 43d2dd5a1 ci: unify publishing via workflow_call in publish.yml (#2655)
     add 15d2f1572 ci: add pre-commit hooks for all SDKs (#2676)
     add 15fe809db delete legacy timeindex references
     add 5931d0347 fix(server): segments inherit topic's message_expiry instead 
of server default

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   (0fe906197)
            \
             N -- N -- N   refs/heads/messages-cleaner (5931d0347)

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.

No new revisions were added by this update.

Summary of changes:
 .github/actions/go/pre-merge/action.yml            |  30 +-
 .github/actions/node-npm/pre-merge/action.yml      |   8 +
 .../actions/python-maturin/pre-merge/action.yml    |  24 +-
 .github/workflows/_common.yml                      |  19 +
 .github/workflows/_test.yml                        |   3 +-
 .github/workflows/post-merge.yml                   | 439 ++++-----------------
 .github/workflows/publish.yml                      | 168 ++++++--
 .pre-commit-config.yaml                            | 115 +++++-
 bdd/go/go.sum                                      |   4 -
 bdd/go/tests/basic_messaging_test.go               |  32 +-
 bdd/go/tests/tcp_test/consumers_steps.go           |   8 +-
 bdd/go/tests/tcp_test/stream_feature_create.go     |  20 +-
 bdd/go/tests/tcp_test/stream_feature_get_by_id.go  |   8 +-
 bdd/go/tests/tcp_test/stream_steps.go              |   2 +-
 bdd/go/tests/tcp_test/topic_steps.go               |   8 +-
 bdd/python/tests/conftest.py                       |   5 +-
 bdd/python/tests/test_basic_messaging.py           |  96 +++--
 examples/go/getting-started/consumer/main.go       |   8 +-
 examples/go/getting-started/producer/main.go       |  14 +-
 examples/node/src/basic/producer.ts                |   1 -
 examples/node/src/getting-started/producer.ts      |   1 -
 .../go/benchmarks/send_messages_benchmark_test.go  |  12 +-
 .../binary_request_serializer.go                   | 146 +++----
 .../create_stream_serializer.go                    |  16 +-
 .../create_stream_serializer_test.go               |   2 +-
 .../create_topic_serializer.go                     |   2 +-
 .../fetch_messages_request_serializer.go           |  30 +-
 foreign/go/contracts/consumer.go                   |   2 +-
 foreign/go/contracts/consumer_groups.go            |   6 +-
 foreign/go/iggycli/client.go                       |  34 +-
 foreign/go/samples/consumer/consumer.go            |  20 +-
 foreign/go/samples/producer/producer.go            |  20 +-
 foreign/go/tcp/tcp_consumer_group_managament.go    |   6 +-
 foreign/go/tcp/tcp_stream_managament.go            |   2 +-
 foreign/go/tcp/tcp_topic_managament.go             |   2 +-
 foreign/python/Cargo.toml                          |   2 +-
 foreign/python/apache_iggy.pyi                     |   3 +-
 foreign/python/pyproject.toml                      |   2 +-
 foreign/python/src/client.rs                       |  15 +-
 scripts/ci/python-version-sync.sh                  | 205 ++++++++++
 .../lib/components/Layouts/SettingsLayout.svelte   |  20 +-
 .../lib/components/Modals/InspectMessage.svelte    |   6 +-
 web/src/lib/components/Navbar.svelte               |  24 +-
 web/src/routes/auth/sign-in/+page.svelte           |   2 +-
 .../[partitionId=i32]/messages/+page.svelte        |   6 +-
 45 files changed, 894 insertions(+), 704 deletions(-)
 create mode 100755 scripts/ci/python-version-sync.sh

Reply via email to