Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Types: add SubscriptionHandler, Address#136

Merged
bpierre merged 1 commit intomasterfrom
subscription-handler
Jul 18, 2020
Merged

Types: add SubscriptionHandler, Address#136
bpierre merged 1 commit intomasterfrom
subscription-handler

Conversation

@bpierre
Copy link
Copy Markdown
Contributor

@bpierre bpierre commented Jul 14, 2020

Extracting some changes out of #135 to make it easier to review.

@bpierre bpierre requested a review from 0xGabi July 14, 2020 14:17
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 14, 2020

Codecov Report

Merging #136 into master will not change coverage.
The diff coverage is 35.29%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   23.92%   23.92%           
=======================================
  Files          59       59           
  Lines        1049     1049           
  Branches      168      168           
=======================================
  Hits          251      251           
  Misses        798      798           
Flag Coverage Δ
#unittests 23.92% <35.29%> (ø)
Impacted Files Coverage Δ
...ages/connect-core/src/connections/ConnectorJson.ts 0.00% <ø> (ø)
packages/connect-core/src/entities/Organization.ts 0.00% <ø> (ø)
...ges/connect-thegraph-voting/src/entities/Voting.ts 30.00% <0.00%> (ø)
...nnect-thegraph-voting/src/entities/VotingEntity.ts 100.00% <ø> (ø)
packages/connect-thegraph/src/connector.ts 57.77% <ø> (ø)
...ckages/connect-thegraph/src/core/GraphQLWrapper.ts 44.44% <ø> (ø)
...ages/connect-thegraph-tokens/src/entities/Token.ts 55.55% <25.00%> (ø)
packages/connect-thegraph-tokens/src/connector.ts 80.00% <50.00%> (ø)
packages/connect-thegraph-voting/src/connector.ts 66.66% <50.00%> (ø)
...kages/connect-thegraph-voting/src/entities/Vote.ts 77.77% <50.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9cfe5f...923e2c2. Read the comment docs.

@bpierre bpierre mentioned this pull request Jul 14, 2020
9 tasks
@@ -25,7 +25,7 @@ Like `Organization#app()`, but as a subscription.
| `appFilter.address` | `String` | Same as `appFilter`, but makes the selection by `address` explicit. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I wonder what you think of using the types (Address and SubscriptionHandler) on the documentation as well. And maybe we should have a new documentation page with all the types we currently have?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes definitely, I think we could have a page for the types somewhere. :+1:

@bpierre bpierre merged commit d751813 into master Jul 18, 2020
@bpierre bpierre deleted the subscription-handler branch July 18, 2020 20:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants