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

compat: add support for more types #5855

Merged
merged 7 commits into from
Aug 5, 2022

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    a570d25 View commit details
    Browse the repository at this point in the history
  2. compat: add json helpers for some types

    - cluster::move_cancellation_result
    - cluster::non_replicable_topic
    - cluster::topic_result
    - model::topic_namespace
    - model::broker_shard
    andrwng committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f756cd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc5a6b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7bb8cb View commit details
    Browse the repository at this point in the history
  5. cluster: add cancel movement ostream operators

    This is a part of the compat testing effort, wherein all serialized
    types must have such operators.
    
    - move_cancellation_results
    - cancel_all_partition_movements_request
    - partition_move_direction
    - cancel_node_partition_movements_request
    andrwng committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    76eed69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c42597f View commit details
    Browse the repository at this point in the history
  7. cluster: add some missing equality operators

    These are hard to detect because the serde::envelope defines one :(
    
    Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
    dotnwat committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    3642158 View commit details
    Browse the repository at this point in the history