-
Notifications
You must be signed in to change notification settings - Fork 60
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 deprecated EventStore based I/O functionality #485
Merged
+219
−3,750
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
c78fc01
Remove EventStore related files and make things compile again
tmadlener 9d5a064
Remove EventStore python bindings
tmadlener 642f80a
Remove unnecessary EventStore
tmadlener a125ae6
Remove implementation files and python tests
tmadlener 8c22306
Move test case to Frame
tmadlener 211ed0a
Remove test case that no longer applies
tmadlener 295fd03
Remove no longer existing files from being installed
tmadlener 8b185b8
Switch relation_range test to Frame based I/O
tmadlener ca555f6
Adapt legacy reader test for root
tmadlener 9fa7477
Adapt the legacy tests for sio
tmadlener 8b83519
Switch to downloaded legacy inputs for podio-dump tests
tmadlener 184c151
Switch pyunittests to use downloaded legacy data
tmadlener fff8dad
Remove more mentions of EventStore
tmadlener 0467a99
Remove now unused files
tmadlener a0592ed
Remove EventStore remnants from I/O tests
tmadlener 22bd529
Rename store to event
tmadlener 99a5a3c
Remove test case that is covered in unittests
tmadlener 9cb049a
Fix clang-tidy complaints
tmadlener 5932572
Adapt test environment based on availability of test data
tmadlener 9f5f60a
Skip tests if data not available
tmadlener 59afde6
Remove EventStore from UserDataCollection doc
tmadlener a91e519
Update backend documentation to remove EventStore mentions
tmadlener 412da04
Update main documentation to remove EventStore
tmadlener bf7672e
Remove spurious whitespace
tmadlener 734c96e
Remove even more spurious whitespace
tmadlener c602c4a
Remove nonexistant test again after rebase
tmadlener 4fc18c2
[format]: Fix style comments
tmadlener 40577cf
Make python unittests work again
tmadlener ab337a5
Make SIO legacy tests run
tmadlener 1cfc878
Switch podio-dump tests to use ExternalData
tmadlener a0fcdfa
Add neessary Frame include
tmadlener c0423f2
Guard GenericParameter friend-ness for RNTuple support
tmadlener 8d7f26e
Adapt sanitizer ignored test cases after renaming some tests
tmadlener 4004079
Use usual test environment for legacy tests
tmadlener 65fbe65
Remove unnecessary cmake variable
tmadlener b58098c
Fix documentation typo
tmadlener 9016223
Move status message to more appropriate place
tmadlener 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 was deleted.
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.
should we add a small explanation that one just creates a frame if there is a metadata use case? Just to explain a bit more the frame concept
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.
for a non-default one where putting a parameter is not enough
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.
Should we add this in this PR still, or do we push it into the documentation update?
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.
That can go to a separate PR