这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@Anupam-dagar
Copy link
Contributor

@Anupam-dagar Anupam-dagar commented Dec 11, 2018

This adds a generic input to json editor toggle component.

Fixes: #504

What component does this PR affect?

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Requires changes from other components? If yes, please mark the components:

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Solution and Design

simplescreenrecorder20181211

Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update
  • Community content

Checklist:

  • I have read the contributing guide and my code conforms to the guidelines.
  • This change requires a change in the documentation.
  • I have updated the documentation accordingly.
  • I have added required tests.

@hasura-bot
Copy link
Contributor

Beep boop! 🤖

Hey @Anupam-dagar, thanks for your PR!

One of my human friends will review this PR and get back to you as soon as possible. 🕐

Stay awesome! 😎

@Anupam-dagar
Copy link
Contributor Author

@shahidhk can you suggest toggle icon for this also?
I found this icon https://fontawesome.com/v4.7.0/icon/code to be relevant.

@hasura-bot
Copy link
Contributor

Review app for commit 91dab00 deployed to Heroku: https://hge-ci-pull-1181.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1181-91dab00

@hasura-bot
Copy link
Contributor

Review app for commit e891e88 deployed to Heroku: https://hge-ci-pull-1181.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1181-e891e88

@coco98
Copy link
Contributor

coco98 commented Dec 21, 2018 via email

@Anupam-dagar
Copy link
Contributor Author

@coco98 missed that part. I'll add it.

This adds a generic input to json editor toggle component.

Fixes: 504
@hasura-bot
Copy link
Contributor

Review app for commit f8fd882 deployed to Heroku: https://hge-ci-pull-1181.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1181-f8fd882

@Anupam-dagar
Copy link
Contributor Author

@coco98 added editor in edit.

@Anupam-dagar Anupam-dagar changed the title Add Json editor for Json Data Type. Add Json editor for Json Data Type. (Fix: #504) Dec 25, 2018
@ecthiender ecthiender changed the title Add Json editor for Json Data Type. (Fix: #504) add json editor for json data type (fix #504) Jan 7, 2019
@shahidhk shahidhk requested a review from praveenweb March 1, 2019 10:01
@shahidhk shahidhk added the c/console Related to console label Mar 1, 2019
@mnlbox
Copy link
Contributor

mnlbox commented Apr 5, 2019

@Anupam-dagar is it ready? I think it's very useful feature 😉

@Anupam-dagar Anupam-dagar requested a review from rikinsk-zz as a code owner May 16, 2019 10:03
@netlify
Copy link

netlify bot commented May 16, 2019

Deploy preview for hasura-docs ready!

Built with commit 5a4143d

https://deploy-preview-1181--hasura-docs.netlify.com

@hasura-bot
Copy link
Contributor

Review app for commit 6dac0d8 deployed to Heroku: https://hge-ci-pull-1181.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1181-6dac0d89

@hasura-bot
Copy link
Contributor

Review app for commit dfb6eec deployed to Heroku: https://hge-ci-pull-1181.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1181-dfb6eec3

rikinsk-zz
rikinsk-zz previously approved these changes May 24, 2019
@hasura-bot
Copy link
Contributor

Review app for commit 122c99d deployed to Heroku: https://hge-ci-pull-1181.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1181-122c99d2

@hasura-bot
Copy link
Contributor

Review app for commit a6a0fa0 deployed to Heroku: https://hge-ci-pull-1181.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1181-a6a0fa04

@rikinsk-zz rikinsk-zz merged commit 71557cd into hasura:master May 24, 2019
@hasura-bot
Copy link
Contributor

Review app https://hge-ci-pull-1181.herokuapp.com is deleted

@hasura-bot
Copy link
Contributor

Beep boop! 🤖

Whoa! 🎉 🎉 💃

GIF

Awesome work @Anupam-dagar! 💪 🏆 All of us at Hasura ❤️ what you did.

Thanks again 🤗

polRk pushed a commit to polRk/graphql-engine that referenced this pull request Feb 12, 2020
hasura-bot pushed a commit that referenced this pull request Oct 1, 2024
<!-- The PR description should answer 2 important questions: -->

### What

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

<!-- Does this PR introduce new validation that might break old builds?
-->

<!-- Consider: do we need to put new checks behind a flag? -->
Create a new trace for each subscription poll and link the span. It is
done to avoid accumulation of polling spans in one trace. Also, move
waiting for poll interval to post execution.

### How
- Update `in_span_async_with_link` to `new_trace_async_with_link` which
signifies opening a new trace with a link.
- Wrap the body present `loop {}` in `new_trace_async_with_link` to emit
new trace for each poll.
-  Capture poll exceptions in the trace.

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

V3_GIT_ORIGIN_REV_ID: c984ef70e0e55a5edae12e3f3c0580a0065516cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/console Related to console

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JSON Editor for JSON data type in Console UI

8 participants