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

Add a unlisted post scope #40

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Add a unlisted post scope #40

merged 1 commit into from
Oct 22, 2023

Conversation

hellodhlyn
Copy link
Owner

No description provided.

@hellodhlyn hellodhlyn self-assigned this Jul 29, 2023
@github-actions
Copy link

Coverage after merging feature/unlisted-post into main will be

86.71%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
./app/controllers
   application_controller.rb100%100%100%100%
   graphql_controller.rb20%100%100%20%10, 12, 14–15, 17–18, 25, 27–28, 30, 33, 35, 37, 39, 44–45, 47, 51–52, 55, 57, 59, 8–9
   ping_controller.rb75%100%100%75%5
./app/graphql
   shiori_schema.rb58.82%100%100%58.82%14, 19–22, 30, 35
./app/graphql/extensions
   connection_fields.rb100%100%100%100%
./app/graphql/mutations
   add_reaction.rb100%100%100%100%
   base_mutation.rb100%100%100%100%
   challenge_web_authn_authentication.rb66.67%100%100%66.67%7–8
   challenge_web_authn_register.rb50%100%100%50%10, 14–16, 18, 9
   create_api_token.rb61.11%100%100%61.11%19–22, 24–25, 28
   create_post.rb100%100%100%100%
   create_tag.rb100%100%100%100%
   create_web_authn_authentication.rb41.67%100%100%41.67%12, 14, 16–17, 20, 8–9
   refresh_api_token.rb62.50%100%100%62.50%10, 8–9
   remove_reaction.rb100%100%100%100%
   update_blob.rb100%100%100%100%
   update_post.rb100%100%100%100%
   update_user.rb100%100%100%100%
./app/graphql/paginations
   connection.rb71.43%100%100%71.43%11, 9
./app/graphql/queries
   base_query.rb100%100%100%100%
   post_query.rb100%100%100%100%
   site_query.rb100%100%100%100%
   sites_query.rb100%100%100%100%
   user_query.rb100%100%100%100%
   viewer_query.rb100%100%100%100%
./app/graphql/resolvers
   base_resolver.rb87.50%100%100%87.50%12
   post_resolver.rb100%100%100%100%
   posts_resolver.rb100%100%100%100%
./app/graphql/types
   api_token_type.rb100%100%100%100%
   blob_types.rb100%100%100%100%
   enums.rb100%100%100%100%
   inputs.rb100%100%100%100%
   interfaces.rb100%100%100%100%
   mutation_type.rb100%100%100%100%
   namespace_type.rb100%100%100%100%
   node_type.rb100%100%100%100%
   post_type.rb100%100%100%100%
   query_type.rb100%100%100%100%
   reaction_summary_type.rb100%100%100%100%
   reaction_type.rb100%100%100%100%
   site_type.rb88.89%100%100%88.89%11
   tag_type.rb100%100%100%100%
   user_type.rb100%100%100%100%
   viewer_type.rb100%100%100%100%
./app/graphql/types/base
   argument.rb100%100%100%100%
   connection.rb100%100%100%100%
   edge.rb100%100%100%100%
   enum.rb100%100%100%100%
   field.rb100%100%100%100%
   input_object.rb100%100%100%100%
   interface.rb100%100%100%100%
   object.rb100%100%100%100%
   scalar.rb100%100%100%100%
   union.rb100%100%100%100%
./app/graphql/types/enums
   blob_type_enum.rb100%100%100%100%
   post_visibility.rb100%100%100%100%
./app/graphql/types/inputs
   blob_input.rb90.91%100%100%90.91%33, 39
   post_filter.rb100%100%100%100%
   string_field_filter.rb90%100%100%90%15
./app/graphql/types/interfaces
   blob.rb85%100%100%85%22, 29–30
./app/models
   api_token.rb100%100%100%100%
   application_record.rb100%100%100%100%
   authentication.rb100%100%100%100%
   blob.rb100%100%100%100%
   namespace.rb100%100%100%100%
   post.rb100%100%100%100%
   post_blob.rb100%100%100%100%
   post_tag.rb100%100%100%100%
   reaction.rb100%100%100%100%
   reaction_summary.rb100%100%100%100%
   site.rb100%100%100%100%
   tag.rb100%100%100%100%
   user.rb100%100%100%100%
./app/models/authentications
   github.rb28.57%100%100%28.57%10–12, 3, 8
   web_authn.rb41.67%100%100%41.67%10, 15–17, 28–29, 34–35, 37, 43–44, 48, 5, 52, 56, 6, 60, 66, 70, 74, 78
./app/models/blobs
   image.rb100%100%100%100%
   markdown.rb100%100%100%100%
   plaintext.rb100%100%100%100%
./app/models/concerns
   uuid_generatable.rb100%100%100%100%

@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Coverage after merging feature/unlisted-post into main will be

86.71%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines

@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Coverage after merging feature/unlisted-post into main will be

86.71%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines

@github-actions
Copy link

Coverage after merging feature/unlisted-post into main will be

86.71%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
./app/controllers
   application_controller.rb100%100%100%100%
   graphql_controller.rb20%100%100%20%10, 12, 14–15, 17–18, 25, 27–28, 30, 33, 35, 37, 39, 44–45, 47, 51–52, 55, 57, 59, 8–9
   ping_controller.rb75%100%100%75%5
./app/graphql
   shiori_schema.rb58.82%100%100%58.82%14, 19–22, 30, 35
./app/graphql/extensions
   connection_fields.rb100%100%100%100%
./app/graphql/mutations
   add_reaction.rb100%100%100%100%
   base_mutation.rb100%100%100%100%
   challenge_web_authn_authentication.rb66.67%100%100%66.67%7–8
   challenge_web_authn_register.rb50%100%100%50%10, 14–16, 18, 9
   create_api_token.rb61.11%100%100%61.11%19–22, 24–25, 28
   create_post.rb100%100%100%100%
   create_tag.rb100%100%100%100%
   create_web_authn_authentication.rb41.67%100%100%41.67%12, 14, 16–17, 20, 8–9
   refresh_api_token.rb62.50%100%100%62.50%10, 8–9
   remove_reaction.rb100%100%100%100%
   update_blob.rb100%100%100%100%
   update_post.rb100%100%100%100%
   update_user.rb100%100%100%100%
./app/graphql/paginations
   connection.rb71.43%100%100%71.43%11, 9
./app/graphql/queries
   base_query.rb100%100%100%100%
   post_query.rb100%100%100%100%
   site_query.rb100%100%100%100%
   sites_query.rb100%100%100%100%
   user_query.rb100%100%100%100%
   viewer_query.rb100%100%100%100%
./app/graphql/resolvers
   base_resolver.rb87.50%100%100%87.50%12
   post_resolver.rb100%100%100%100%
   posts_resolver.rb100%100%100%100%
./app/graphql/types
   api_token_type.rb100%100%100%100%
   blob_types.rb100%100%100%100%
   enums.rb100%100%100%100%
   inputs.rb100%100%100%100%
   interfaces.rb100%100%100%100%
   mutation_type.rb100%100%100%100%
   namespace_type.rb100%100%100%100%
   node_type.rb100%100%100%100%
   post_type.rb100%100%100%100%
   query_type.rb100%100%100%100%
   reaction_summary_type.rb100%100%100%100%
   reaction_type.rb100%100%100%100%
   site_type.rb88.89%100%100%88.89%11
   tag_type.rb100%100%100%100%
   user_type.rb100%100%100%100%
   viewer_type.rb100%100%100%100%
./app/graphql/types/base
   argument.rb100%100%100%100%
   connection.rb100%100%100%100%
   edge.rb100%100%100%100%
   enum.rb100%100%100%100%
   field.rb100%100%100%100%
   input_object.rb100%100%100%100%
   interface.rb100%100%100%100%
   object.rb100%100%100%100%
   scalar.rb100%100%100%100%
   union.rb100%100%100%100%
./app/graphql/types/enums
   blob_type_enum.rb100%100%100%100%
   post_visibility.rb100%100%100%100%
./app/graphql/types/inputs
   blob_input.rb90.91%100%100%90.91%33, 39
   post_filter.rb100%100%100%100%
   string_field_filter.rb90%100%100%90%15
./app/graphql/types/interfaces
   blob.rb85%100%100%85%22, 29–30
./app/models
   api_token.rb100%100%100%100%
   application_record.rb100%100%100%100%
   authentication.rb100%100%100%100%
   blob.rb100%100%100%100%
   namespace.rb100%100%100%100%
   post.rb100%100%100%100%
   post_blob.rb100%100%100%100%
   post_tag.rb100%100%100%100%
   reaction.rb100%100%100%100%
   reaction_summary.rb100%100%100%100%
   site.rb100%100%100%100%
   tag.rb100%100%100%100%
   user.rb100%100%100%100%
./app/models/authentications
   github.rb28.57%100%100%28.57%10–12, 3, 8
   web_authn.rb41.67%100%100%41.67%10, 15–17, 28–29, 34–35, 37, 43–44, 48, 5, 52, 56, 6, 60, 66, 70, 74, 78
./app/models/blobs
   image.rb100%100%100%100%
   markdown.rb100%100%100%100%
   plaintext.rb100%100%100%100%
./app/models/concerns
   uuid_generatable.rb100%100%100%100%

@hellodhlyn hellodhlyn merged commit 0bc29f7 into main Oct 22, 2023
4 checks passed
@hellodhlyn hellodhlyn deleted the feature/unlisted-post branch October 22, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant