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

support for streams without data: publish without --file_path and then claim search using --has_no_source #3218

Merged
merged 11 commits into from
Mar 14, 2021

Conversation

jackrobison
Copy link
Member

@jackrobison jackrobison commented Mar 8, 2021

fixes #3180

@jackrobison jackrobison force-pushed the add-no-file-publish branch from 1ee591c to d7e3108 Compare March 8, 2021 19:55
@jackrobison jackrobison changed the title add --no_file param to publish, stream_create, and stream_update add --no_file_path param to publish, stream_create, and stream_update Mar 8, 2021
@shyba shyba force-pushed the add-no-file-publish branch 2 times, most recently from 111fc32 to 85509be Compare March 10, 2021 22:21
@@ -55,6 +55,7 @@ class SQLDB:
description text,

claim_type integer,
no_source bool,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of adding a no_source field, would it be more flexible to add a source field with the actual source, that would have the added benefit of being able to search for claims with particular source?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source is a dictionary with more than one field right? unless you have one of them in mind.

I like the idea but it would be nice to do this in a way where we don't need one column for each subitem. (something like a flattened field maybe)

@lyoshenka lyoshenka changed the title add --no_file_path param to publish, stream_create, and stream_update make sure publish, stream_create, and stream_update work without a file_path argument Mar 12, 2021
@shyba shyba force-pushed the add-no-file-publish branch from 8d1e3a1 to 5de8493 Compare March 12, 2021 21:24
@eukreign eukreign changed the title make sure publish, stream_create, and stream_update work without a file_path argument support for streams without data, publish streams without --file_path and claim search using --no_source Mar 12, 2021
@eukreign eukreign changed the title support for streams without data, publish streams without --file_path and claim search using --no_source support for streams without data: publish without --file_path and then claim search using --has_no_source Mar 12, 2021
@eukreign eukreign force-pushed the add-no-file-publish branch from 3ee19b0 to 1632d2b Compare March 13, 2021 13:52
@eukreign eukreign merged commit 140d163 into master Mar 14, 2021
@eukreign eukreign deleted the add-no-file-publish branch March 14, 2021 14:11
@eukreign eukreign added area: api type: new feature New functionality that does not exist yet labels Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: api type: new feature New functionality that does not exist yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanly represent in-progress livestreams
3 participants