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

fix(web): court-ongoing-stats #1202

Closed
wants to merge 4 commits into from
Closed

Conversation

nhestrompia
Copy link
Contributor

closes #1193

@netlify
Copy link

netlify bot commented Aug 28, 2023

Deploy Preview for kleros-v2 failed.

Name Link
🔨 Latest commit 019c24c
🔍 Latest deploy log https://app.netlify.com/sites/kleros-v2/deploys/64f3a7039083c5000800e5d0

@netlify
Copy link

netlify bot commented Aug 28, 2023

Deploy Preview for kleros-v2-contracts ready!

Name Link
🔨 Latest commit 8c7905e
🔍 Latest deploy log https://app.netlify.com/sites/kleros-v2-contracts/deploys/64ec9dbbb916c10008ddd18c
😎 Deploy Preview https://deploy-preview-1202--kleros-v2-contracts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jaybuidl jaybuidl added Type: Bug 🐛 Package: Web Court web frontend labels Sep 2, 2023
@jaybuidl jaybuidl force-pushed the fix(web)/court-ongoing-stats branch from 8c7905e to 29a8733 Compare September 2, 2023 17:48
@jaybuidl
Copy link
Member

jaybuidl commented Sep 2, 2023

⚠️ It requires a redeploy of the testnet subgraph

@jaybuidl jaybuidl self-requested a review September 2, 2023 17:53
Copy link
Member

@jaybuidl jaybuidl left a comment

Choose a reason for hiding this comment

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

Getting an error during gql generation

❯ yarn generate:gql
✔ Parse Configuration
⚠ Generate outputs
  ❯ Generate to ./src/graphql/
    ✔ Load GraphQL schemas
    ✔ Load GraphQL documents
    ✖ GraphQL Document Validation failed with 2 errors;
      Error 0: Cannot query field "numberClosedDisputes" on type "Court". Did you mean "numberDisputes"?
      at kleros-v2/web/src/hooks/queries/useCourtDetails.ts:8:7
      Error 1: Cannot query field "numberAppealingDisputes" on type "Court". Did you mean "numberDisputes"?
      at kleros-v2/web/src/hooks/queries/useCourtDetails.ts:9:7

@codeclimate
Copy link

codeclimate bot commented Sep 2, 2023

Code Climate has analyzed commit 019c24c and detected 5 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2
Duplication 2
Style 1

View more on Code Climate.

@sonarcloud
Copy link

sonarcloud bot commented Sep 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@alcercu alcercu changed the base branch from dev to web-staging September 13, 2023 09:44
@jaybuidl
Copy link
Member

Depends on the filtering PR changes #1169

@jaybuidl jaybuidl marked this pull request as draft September 20, 2023 10:31
Base automatically changed from web-staging to dev September 25, 2023 15:08
@jaybuidl jaybuidl marked this pull request as ready for review October 11, 2023 10:33
@kemuru
Copy link
Contributor

kemuru commented Nov 16, 2023

fixed in #1332

@kemuru kemuru closed this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Court stats: incorrect number of cases in progress
3 participants