-
Notifications
You must be signed in to change notification settings - Fork 592
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
Require serde_fields for all serde structs #22782
Closed
oleiman
wants to merge
29
commits into
redpanda-data:dev
from
oleiman:serde/noticket/require-serde-fields
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e1500c1
cs: serde_fields for lifecycle_marker
oleiman 15d2162
cs: serde_fields for partition_manifest_serde
oleiman 69606c3
cs: serde_fields for partition_manifest::lw_segment_meta
oleiman c82c0f8
cs: serde_fields for offset_index_header
oleiman 88aa996
c/archival: serde_fields for archival_metadata_stm structs
oleiman 26a9b1d
c: serde_fields for client_quota_serde structs
oleiman de2cad6
c/node: serde_fields for local_state
oleiman d64ee9a
c: serde_fields for prefix_truncate_record
oleiman c85e87e
c: serde_fields for self_test_rpc_types
oleiman 4d114dc
c: serde_fields for data_migration_types
oleiman be74ea9
c: serde_fields for node_status_rpc_types
oleiman 80498ba
c/recovery: serde_fields for status_request
oleiman ba0e881
c/types: serde_fields for controller_committed_offset_request
oleiman 3ea3a74
c/test: serde_fields for commands_serialization_test
oleiman e6465bf
rp: serde_fields for application::crash_tracker_metadata
oleiman 8f39ee3
storage: serde_fields for persisted_batches_map
oleiman 4d13a42
storage: serde_fields for clean_segment_value
oleiman 73008ac
feat: serde_fields for feature_table::version_fence
oleiman f246b22
model/x: serde_fields for transform_offset_options
oleiman 84471dd
m/x/tests: serde_fields for legacy_transform_offset_options_2
oleiman 3eab8ee
serde/test: serde_fields for various structs
oleiman 7019be2
serde/test: serde_fields for serde_rpbench structs
oleiman e3b8d0b
serde/test: update jinja to generate serde_fields for gen'ed structs
oleiman 96a251d
cs/test: serde_fields for various structs in partition_manifest_test
oleiman 2a2413b
c/test: serde_fields for archival_metadata_stm_test
oleiman 4f45da5
rpc/test: serde_fields for various rpc_gen_types
oleiman 315be73
utils/test: serde_fields for uuid_test::uuid_struct
oleiman 9cb7bce
s/mvlog: serde_fields for record_batch_entry_body
oleiman 1c0ee0f
serde: Require T::serde_fields for all serde structs
oleiman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit msg is out of date