-
Notifications
You must be signed in to change notification settings - Fork 0
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 Subquery GraphQL API okp4-nemeton-1 #13
Conversation
WalkthroughThe recent changes to the Changes
Poem
TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (53)
- api/nemeton-program-web-site/response-time-week.json
- api/okp-4-documentation-site/response-time-week.json
- api/okp-4-explorer/response-time-day.json
- api/okp-4-explorer/response-time-week.json
- api/okp-4-explorer/uptime-day.json
- api/okp-4-explorer/uptime-month.json
- api/okp-4-explorer/uptime-week.json
- api/okp-4-explorer/uptime-year.json
- api/okp-4-explorer/uptime.json
- api/okp-4-faucet/response-time-day.json
- api/okp-4-faucet/response-time-week.json
- api/okp-4-faucet/uptime-day.json
- api/okp-4-faucet/uptime-month.json
- api/okp-4-faucet/uptime-week.json
- api/okp-4-faucet/uptime-year.json
- api/okp-4-faucet/uptime.json
- api/okp-4-web-site/response-time-week.json
- api/rpc-okp4-nemeton-1/response-time-week.json
- api/rpc-okp4-nemeton-1/uptime-month.json
- api/rpc-okp4-nemeton-1/uptime-week.json
- api/rpc-okp4-nemeton-1/uptime-year.json
- api/rpc-okp4-nemeton-1/uptime.json
- api/subquery-graph-ql-api-okp4-nemeton-1/response-time-day.json
- api/subquery-graph-ql-api-okp4-nemeton-1/response-time-month.json
- api/subquery-graph-ql-api-okp4-nemeton-1/response-time-week.json
- api/subquery-graph-ql-api-okp4-nemeton-1/response-time-year.json
- api/subquery-graph-ql-api-okp4-nemeton-1/response-time.json
- api/subquery-graph-ql-api-okp4-nemeton-1/uptime-day.json
- api/subquery-graph-ql-api-okp4-nemeton-1/uptime-month.json
- api/subquery-graph-ql-api-okp4-nemeton-1/uptime-week.json
- api/subquery-graph-ql-api-okp4-nemeton-1/uptime-year.json
- api/subquery-graph-ql-api-okp4-nemeton-1/uptime.json
- graphs/nemeton-program-web-site/response-time-week.png
- graphs/okp-4-documentation-site/response-time-week.png
- graphs/okp-4-explorer/response-time-day.png
- graphs/okp-4-explorer/response-time-week.png
- graphs/okp-4-faucet/response-time-day.png
- graphs/okp-4-faucet/response-time-week.png
- graphs/okp-4-web-site/response-time-week.png
- graphs/rpc-okp4-nemeton-1/response-time-week.png
- graphs/subquery-graph-ql-api-okp4-nemeton-1/response-time-day.png
- graphs/subquery-graph-ql-api-okp4-nemeton-1/response-time-month.png
- graphs/subquery-graph-ql-api-okp4-nemeton-1/response-time-week.png
- graphs/subquery-graph-ql-api-okp4-nemeton-1/response-time-year.png
- graphs/subquery-graph-ql-api-okp4-nemeton-1/response-time.png
- history/nemeton-program-web-site.yml
- history/okp-4-documentation-site.yml
- history/okp-4-explorer.yml
- history/okp-4-faucet.yml
- history/okp-4-web-site.yml
- history/rpc-okp4-nemeton-1.yml
- history/subquery-graph-ql-api-okp4-nemeton-1.yml
- history/summary.json
Files selected for processing (2)
- .upptimerc.yml (1 hunks)
- README.md (1 hunks)
Files not summarized due to errors (1)
- README.md: Error: Message exceeds token limit
Files not reviewed due to errors (1)
- README.md (Error: diff too large)
Additional comments: 3
.upptimerc.yml (3)
12-14: The configuration for the Nemeton Program Web Site and RPC okp4-nemeton-1 seems to be unchanged. Ensure that these configurations are still valid and working as expected.
16-24: The new configuration for the Subquery GraphQL API okp4-nemeton-1 is added. Ensure that the URL, headers, and body are correct and match the specifications of the API. Also, verify that the
__dangerous__body_degraded
attribute is used correctly and as intended.26-27: The status-website configuration remains unchanged. Ensure that the cname is still valid and pointing to the correct domain.
cce9fa8
to
3b64956
Compare
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- .upptimerc.yml (1 hunks)
Additional comments: 5
.upptimerc.yml (5)
12-14: Ensure that the URL for the Nemeton Program Web Site is correct and accessible.
15-15: Ensure that the URL for the RPC okp4-nemeton-1 is correct and accessible.
16-23: Ensure that the method, URL, headers, and body for the Subquery GraphQL API okp4-nemeton-1 are correct and match the expected configuration. Also, verify that the API endpoint is accessible and the request body is correctly formatted.
24-24: The
__dangerous__body_degraded
attribute is used to specify the response body attribute that should be checked for errors. Ensure that the value "errors" is the correct attribute to check for in the response body of the Subquery GraphQL API.26-27: Ensure that the URL for the status website is correct and accessible.
Self explanatory.
Configured endpoint is similar to the following curl command:
Summary by CodeRabbit