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

Conversation

@wawhal
Copy link
Contributor

@wawhal wawhal commented Oct 9, 2019

Description

Currently we use a fork of GraphiQL. They did a major rehaul which does not let us pull the newer updates from upstream. This PR integrates GraphiQL fork with Hasura console and moves all our logic in the console code base

Affected components

  • Console

Related Issues

Solution and Design

Steps to test and verify

Limitations, known bugs & workarounds

@wawhal wawhal requested a review from rikinsk as a code owner October 9, 2019 10:36
@wawhal wawhal added c/console Related to console k/enhancement New feature or improve an existing feature labels Oct 9, 2019
@netlify
Copy link

netlify bot commented Oct 9, 2019

Deploy preview for hasura-docs ready!

Built with commit d62e1fe

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

@hasura-bot
Copy link
Contributor

Review app for commit 87a6bb7 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-87a6bb75

@hasura-bot
Copy link
Contributor

Review app for commit 3ce06e2 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-3ce06e22

@hasura-bot
Copy link
Contributor

Review app for commit 7d719b5 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-7d719b5a

@hasura-bot
Copy link
Contributor

Review app for commit 89dba85 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-89dba85e

@hasura-bot
Copy link
Contributor

Review app for commit 6c07eb3 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-6c07eb34

@hasura-bot
Copy link
Contributor

Review app for commit d04b88a deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-d04b88a3

@wawhal
Copy link
Contributor Author

wawhal commented Oct 11, 2019

/heroku deploy

1 similar comment
@rikinsk
Copy link
Member

rikinsk commented Oct 11, 2019

/heroku deploy

@hasura-bot
Copy link
Contributor

Review app for commit 3d88ba4 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-3d88ba47

@hasura-bot
Copy link
Contributor

Review app for commit 4a63806 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-4a63806f

@hasura-bot
Copy link
Contributor

Review app for commit 3c16483 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-3c164838

@hasura-bot
Copy link
Contributor

Review app for commit ca1c027 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-ca1c0270

@hasura-bot
Copy link
Contributor

Review app for commit d62e1fe deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-d62e1fe8

@hasura-bot
Copy link
Contributor

Review app for commit b600425 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-b6004258

Copy link
Contributor

@beerose beerose left a comment

Choose a reason for hiding this comment

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

I left some comments. Apart from them there is one CSS issue I noticed:

Screenshot 2020-01-27 at 17 13 56

handleAnalyseNodeChange(e) {
let nodeKey = e.target.getAttribute('data-key');
if (nodeKey) {
nodeKey = parseInt(nodeKey, 10);
Copy link
Contributor

Choose a reason for hiding this comment

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

It's not a big deal, but let's not mutate here and just make new constant:

const nodeKey = e.target.getAttribute('data-key');
if (nodeKey) {
  const parsedNodeKey = parseInt(nodeKey, 10);

@hasura-bot
Copy link
Contributor

Review app for commit 4433862 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-4433862f

@hasura-bot
Copy link
Contributor

Review app for commit 413464b deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-413464b1

@hasura-bot
Copy link
Contributor

Review app for commit 061c5ad deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-061c5adb

beerose
beerose previously approved these changes Jan 27, 2020
@hasura-bot
Copy link
Contributor

Review app for commit b2d7211 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-b2d72119

@hasura-bot
Copy link
Contributor

Review app for commit 2111ee5 deployed to Heroku: https://hge-ci-pull-3073.herokuapp.com
Docker image for server: hasura/graphql-engine:pull3073-2111ee53

@rikinsk rikinsk merged commit 405d645 into hasura:master Jan 31, 2020
@hasura-bot
Copy link
Contributor

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

polRk pushed a commit to polRk/graphql-engine that referenced this pull request Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/console Related to console k/enhancement New feature or improve an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants