-
Notifications
You must be signed in to change notification settings - Fork 135
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
Storage abstraction #169
Merged
Merged
Storage abstraction #169
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
01a7153
initialize storage-abstraction branch as 2.6.0
jpwchang eca5d62
define StorageManager base class
jpwchang fe2587b
implement MemStorageManager
jpwchang 4a2ad76
implementing temp storage for ownerless components
jpwchang b209286
Merge branch 'master' into storage-abstraction
jpwchang ec5e0a1
dataframe conversion and corpus id fixes
jpwchang 17b6de9
fix missing parameter when assigning new owner
jpwchang b81112b
correctly handle metadata in owner reassignment
jpwchang 5903143
enforce cleanup of old StorageManagers in Corpus operations
jpwchang a409fb1
Convert old meta to dict in reindex_conversations
jpwchang a6925fc
fix metadata reassignment in merge
jpwchang c450cd3
update reindex test to account for source corpus destruction
jpwchang a580a50
reindex test fix
jpwchang 40b1011
create new storage integrity tests
jpwchang e44c622
Merge branch 'master' into storage-abstraction
calebchiam 7dd6698
black fmt setup
calebchiam 456dc1b
Merge, filter, and reindex now static
jpwchang a77609c
Merge branch 'master' into storage-abstraction
jpwchang c4398b2
boilerplate template for adding speaker and utterances individually
oscarso2000 357e1f4
Merge branch 'storage-abstraction' of https://github.com/CornellNLP/C…
oscarso2000 1d262e3
black format
oscarso2000 64b49d2
remove extra work
oscarso2000 03001c7
Minor style changes
jpwchang 735e275
fix outdated references to reinitialize_from_other
jpwchang 26fb5c0
__str__ implementation for Speaker, matching style of Utterance and C…
jpwchang 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ repos: | |
rev: 22.3.0 | ||
hooks: | ||
- id: black | ||
language_version: python3.9 |
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.
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.
nit: from another ConvoKitMeta instance or a dictionary with metadata key-value pairs