-
Notifications
You must be signed in to change notification settings - Fork 114
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
Remove legacy serialization and deserialization APIs #1184
Open
Lorak-mmk
wants to merge
37
commits into
scylladb:main
Choose a base branch
from
Lorak-mmk:remove-legacy-apis
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9d70c3e
Remove '#[allow(deprecated)]' from `NextRowError` import
Lorak-mmk 4a5dca6
hygiene.rs: Remove `#![allow(deprecated)]`
Lorak-mmk cbeb687
NewSessionError: `#[allow(deprecated)]`
Lorak-mmk 13e4819
scylla_cql: Migrate value_tests to new framework
Lorak-mmk feed4fc
conf.py: Allow `rust,ignore` lexer
Lorak-mmk 5606f1e
Docs: Adapt migration guides to removal of old ser/deser APIs
Lorak-mmk 737fcfc
Remove LegacyCachingSession
Lorak-mmk 32236ad
De-genericize CachingSession
Lorak-mmk fe3384d
Remove LegacySession
Lorak-mmk 41f352d
De-genericize Session
Lorak-mmk 808abf7
Remove legacy pager
Lorak-mmk 408d2bb
Remove LegacyQueryResult
Lorak-mmk 8d077ef
Remove legacy deserialization derive macros
Lorak-mmk 552dd18
scylla_cql: Remove cql_to_rust module
Lorak-mmk 98160e8
Remove legacy serialization derive macros
Lorak-mmk df42d08
scylla: Remove `SerializeValuesError` re-export and usage
Lorak-mmk d2e69e9
scylla_cql: Migrate a remaining test in result.rs to new API
Lorak-mmk d1fdfb5
Remove adapters between new and old serialization frameworks
Lorak-mmk 6f80ac7
scylla_cql: Remove old serialization API
Lorak-mmk e9fe2ea
macro_internal: Remove CqlValue and Row
Lorak-mmk 6422f76
Make Cluster not clonable
Lorak-mmk 33fbda7
value_tests.rs: Remove comments that mention legacy traits.
Lorak-mmk 294ff98
session_builder: remove mentions of old deser API
wprzytula e894b24
docs: batches: ValueList -> SerializeRow
wprzytula 3d03639
scylla_cql/serialize: Extract value tests to a separate file
Lorak-mmk 3f6fffb
scylla_cql/serialize/value: Move doctests to test file
Lorak-mmk 53b1952
scylla_cql/serialize: Extract row tests to a separate file
Lorak-mmk 5a4b655
scylla_cql/serialize/row: Move doctests to test file
Lorak-mmk 13dcfed
frame/value_tests: Use `do_serialize` from serialization tests
Lorak-mmk 6e1a0cc
frame/value_tests: Use other utils from serialization tests
Lorak-mmk 1ab4b60
Move relevant tests tests from frame/value_tests to serialize/value_t…
Lorak-mmk 7fae60a
row_tests.rs: Remove `col_spec` helper
Lorak-mmk 3dbcf73
row_tests.rs: Move `test_dyn_serialize_row` after util functions
Lorak-mmk 1872316
frame/value_tests.rs: Rename col_spec to col
Lorak-mmk 47196d9
Move relevant tests tests from frame/value_tests to serialize/row_tests
Lorak-mmk 9fc9069
Move batch tests from frame/value_tests.rs to serialize/batch_tests.rs
Lorak-mmk 62fa3a8
Move scylla-cql/frame/value.rs to scylla-cql/value.rs
Lorak-mmk 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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
📝 I wasn't aware that there is such a place where we can configure how ```<lang> is parsed.
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.
Me neither. In general I don't know much abut how Scylla documentation building works.