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

piotr pushed a change to branch fix_password_hash
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 6a7bbd1f6 Merge branch 'master' into fix_password_hash
    omit 9444f45c6 fix(server): password hashing for new user
    omit a0d0f91f7 fix(repo): fix path in bug report template description 
(#2721)
    omit 20a849d81 feat(csharp): implement delete_segments method (#2701)
     add 0be213719 fix(server): password hashing for new user

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   (6a7bbd1f6)
            \
             N -- N -- N   refs/heads/fix_password_hash (0be213719)

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/ISSUE_TEMPLATE/bug_report.yml              |  2 +-
 .../verify_user_login_after_restart.rs             | 37 ++-------
 .../Fixtures/SegmentsFixture.cs                    | 46 -----------
 .../Iggy_SDK.Tests.Integration/SegmentsTests.cs    | 92 ----------------------
 .../csharp/Iggy_SDK/Contracts/Tcp/TcpContracts.cs  | 14 ----
 foreign/csharp/Iggy_SDK/IggyClient/IIggyClient.cs  |  2 +-
 foreign/csharp/Iggy_SDK/IggyClient/IIggySegment.cs | 42 ----------
 .../Implementations/HttpMessageStream.cs           | 16 ----
 .../IggyClient/Implementations/TcpMessageStream.cs | 11 ---
 foreign/csharp/Iggy_SDK/Iggy_SDK.csproj            |  2 +-
 foreign/csharp/Iggy_SDK/Utils/CommandCodes.cs      |  1 -
 11 files changed, 9 insertions(+), 256 deletions(-)
 delete mode 100644 
foreign/csharp/Iggy_SDK.Tests.Integration/Fixtures/SegmentsFixture.cs
 delete mode 100644 foreign/csharp/Iggy_SDK.Tests.Integration/SegmentsTests.cs
 delete mode 100644 foreign/csharp/Iggy_SDK/IggyClient/IIggySegment.cs

Reply via email to